Skip to content

Commit

Permalink
Merge pull request #44 from vtex-apps/bump_messages
Browse files Browse the repository at this point in the history
Bumps messages builder major
  • Loading branch information
vwraposo authored Jan 22, 2019
2 parents f3da4bc + aa52fc5 commit 5ccc04e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [2.6.0] - 2019-01-22

## [2.5.1] - 2019-01-18
### Changed
- Adjust the way to import render-runtime components.
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"vendor": "vtex",
"name": "store-header",
"version": "2.5.1",
"version": "2.6.0",
"title": "VTEX Store Header",
"defaultLocale": "pt-BR",
"description": "The VTEX Store Header component",
"builders": {
"react": "3.x",
"store": "0.x",
"messages": "0.x"
"messages": "1.x"
},
"mustUpdateAt": "2019-04-02",
"categories": [],
Expand Down
14 changes: 14 additions & 0 deletions messages/context.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"editor.header.title": "editor.header.title",
"editor.header.description": "editor.header.description",
"editor.header.logo.title": "editor.header.logo.title",
"editor.header.logo.image": "editor.header.logo.image",
"editor.header.link.url": "editor.header.link.url",
"editor.header.show.searchbar.title": "editor.header.show.searchbar.title",
"editor.header.show.login.title": "editor.header.show.login.title",
"header.search-placeholder": "header.search-placeholder",
"header.search-emptyPlaceholder": "header.search-emptyPlaceholder",
"header.topMenu.minicart.icon.label": "header.topMenu.minicart.icon.label",
"header.topMenu.login.icon.label": "header.topMenu.login.icon.label",
"header.search-cancel": "header.search-cancel"
}

0 comments on commit 5ccc04e

Please sign in to comment.