Skip to content

Commit

Permalink
Release v2.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
victorhmp committed Dec 6, 2019
1 parent 5d168e5 commit 66314a6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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.23.0] - 2019-12-06
### Added
- New `minicart-base-content` interface to the allowed list in both header and header-row.

Expand Down
6 changes: 4 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"vendor": "vtex",
"name": "store-header",
"version": "2.22.3",
"version": "2.23.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
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
"apollo-client": "^2.5.1",
"coveralls": "^3.0.3"
},
"version": "2.22.3"
"version": "2.23.0"
}

0 comments on commit 66314a6

Please sign in to comment.