Skip to content

Commit

Permalink
Merge 28a4af7 into e42b8d8
Browse files Browse the repository at this point in the history
  • Loading branch information
lbebber committed Apr 29, 2019
2 parents e42b8d8 + 28a4af7 commit 0e67841
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [2.17.0] - 2019-04-29

### Added
- Allow `drawer` block on `header-row`.

## [2.16.0] - 2019-04-24
### Changed
- Scope messages by domain
Expand Down
5 changes: 3 additions & 2 deletions manifest.json
@@ -1,7 +1,7 @@
{
"vendor": "vtex",
"name": "store-header",
"version": "2.16.0",
"version": "2.17.0",
"title": "VTEX Store Header",
"defaultLocale": "pt-BR",
"description": "The VTEX Store Header component",
Expand All @@ -27,6 +27,7 @@
"vtex.category-menu": "2.x",
"vtex.store-components": "3.x",
"vtex.store-icons": "0.x",
"vtex.rich-text": "0.x"
"vtex.rich-text": "0.x",
"vtex.store-drawer": "0.x"
}
}
3 changes: 2 additions & 1 deletion store/interfaces.json
Expand Up @@ -54,7 +54,8 @@
"theme",
"user-address",
"header-spacer",
"rich-text"
"rich-text",
"drawer"
],
"component": "Row",
"composition": "children"
Expand Down

0 comments on commit 0e67841

Please sign in to comment.