Skip to content

Commit

Permalink
Release v2.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Klynger committed Oct 30, 2019
1 parent 5e2b09f commit 616cb2d
Show file tree
Hide file tree
Showing 3 changed files with 5 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.19.0] - 2019-10-30
### Changed
- The `Menu` component is now using the list context and it receive link from site editor now

Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "menu",
"vendor": "vtex",
"version": "2.18.5",
"version": "2.19.0",
"title": "VTEX Menu",
"description": "A Menu Component",
"mustUpdateAt": "2019-04-03",
Expand All @@ -23,4 +23,4 @@
"vtex.store-icons": "0.x"
},
"$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema"
}
}
2 changes: 1 addition & 1 deletion react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vtex.menu",
"version": "2.18.5",
"version": "2.19.0",
"description": "A Menu Component.",
"scripts": {
"pretest": "yarn",
Expand Down

0 comments on commit 616cb2d

Please sign in to comment.