Skip to content

Commit

Permalink
Release v2.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
victorhmp committed Dec 17, 2019
1 parent 66ed7c6 commit b55fcd1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
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]

## [2.24.0] - 2019-12-17
### Added
- `sandbox` to allowed list for `header` and `header-row`.

Expand Down
6 changes: 4 additions & 2 deletions manifest.json
@@ -1,7 +1,7 @@
{
"vendor": "vtex",
"name": "store-header",
"version": "2.23.0",
"version": "2.24.0",
"title": "VTEX Store Header",
"defaultLocale": "pt-BR",
"description": "The VTEX Store Header component",
Expand All @@ -13,7 +13,9 @@
},
"mustUpdateAt": "2019-04-02",
"categories": [],
"registries": ["smartcheckout"],
"registries": [
"smartcheckout"
],
"scripts": {
"postreleasy": "vtex publish --verbose"
},
Expand Down
2 changes: 1 addition & 1 deletion react/package.json
Expand Up @@ -33,5 +33,5 @@
"apollo-client": "^2.5.1",
"coveralls": "^3.0.3"
},
"version": "2.23.0"
"version": "2.24.0"
}

0 comments on commit b55fcd1

Please sign in to comment.