Skip to content

Commit

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

## [Unreleased]

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

## [2.16.0] - 2019-04-24
### Changed
- Scope messages by domain
Expand Down
3 changes: 2 additions & 1 deletion manifest.json
Expand Up @@ -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 9dc3214

Please sign in to comment.