Skip to content

Commit

Permalink
Release v0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bivillar committed Aug 4, 2020
1 parent d31aff7 commit 6e5e8a7
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 @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.13.1] - 2020-08-04

#### Fixed

- Prevent back button from being hidden when in mobile phones.
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": "my-account-commons",
"version": "0.13.0",
"version": "0.13.1",
"title": "MyAccount Commons",
"defaultLocale": "pt-BR",
"description": "Shared components used to build ne MyAccounts pages",
Expand All @@ -10,7 +10,9 @@
"messages": "0.x",
"docs": "0.x"
},
"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 @@ -27,5 +27,5 @@
"apollo-client": "^2.5.1",
"typescript": "3.8.3"
},
"version": "0.13.0"
"version": "0.13.1"
}

0 comments on commit 6e5e8a7

Please sign in to comment.