Skip to content

Commit

Permalink
Release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
omninando committed Mar 12, 2019
1 parent d5eefdb commit 9d7f391
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](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.1.0] - 2019-03-12

### Added

- `intl-equalizer` to lint locales
Expand Down
6 changes: 4 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{
"name": "pickup-points-modal",
"vendor": "vtex",
"version": "2.0.2",
"version": "2.1.0",
"title": "Pickup Points Modal React component",
"description": "Pickup Points Modal React component",
"defaultLocale": "en",
"mustUpdateAt": "2019-01-08",
"categories": [],
"registries": ["smartcheckout"],
"registries": [
"smartcheckout"
],
"settingsSchema": {},
"dependencies": {
"vtex.country-codes": "1.x",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vtex/pickup-points-modal",
"version": "2.0.2",
"version": "2.1.0",
"description": "Pickup Points Modal React component",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit 9d7f391

Please sign in to comment.