Skip to content

Commit

Permalink
Merge pull request #85 from vtex-apps/feature/enable-notification
Browse files Browse the repository at this point in the history
Feature/enable notification
  • Loading branch information
gabrielgalc committed Apr 24, 2019
2 parents e528997 + 5921bf0 commit 903208e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [2.15.0] - 2019-04-24
### Added
- Adds support for `notification` on `header-row`.

## [2.14.0] - 2019-04-11
### Added
- Adds support for `rich-text` on `header-row`s.
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"vendor": "vtex",
"name": "store-header",
"version": "2.14.0",
"version": "2.15.0",
"title": "VTEX Store Header",
"defaultLocale": "pt-BR",
"description": "The VTEX Store Header component",
Expand Down
1 change: 1 addition & 0 deletions store/interfaces.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"header-row": {
"allowed": [
"telemarketing",
"notification",
"logo",
"minicart",
"login",
Expand Down

0 comments on commit 903208e

Please sign in to comment.