Skip to content

Commit

Permalink
Bye pages.json! Welcome store-builder
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Dias committed Dec 27, 2018
1 parent 298bc69 commit aa35875
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Expand Up @@ -9,7 +9,7 @@
#### Screenshots or example usage

#### Types of changes
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Bug fix (a non-breaking change which fixes an issue)
- [ ] New feature (a non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
- [ ] Requires change to documentation, which has been updated accordingly.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Changed
- Bye `pages.json`! Welcome `store-builder`.

## [2.2.0] - 2018-12-20
### Added
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Expand Up @@ -6,7 +6,7 @@
"description": "Carousel Component",
"defaultLocale": "pt-BR",
"builders": {
"pages": "0.x",
"store": "0.x",
"react": "2.x",
"messages": "0.x"
},
Expand All @@ -21,4 +21,4 @@
"dependencies": {
"vtex.store-components": "3.x"
}
}
}
12 changes: 0 additions & 12 deletions pages/pages.json

This file was deleted.

6 changes: 6 additions & 0 deletions store/blocks.json
@@ -0,0 +1,6 @@
{
"carousel": {
"blocks": [],
"inheritComponent": true
}
}
7 changes: 7 additions & 0 deletions store/interfaces.json
@@ -0,0 +1,7 @@
{
"carousel": {
"allowed": [],
"required": [],
"component": "Carousel"
}
}

0 comments on commit aa35875

Please sign in to comment.