Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Git-the-Sanz committed Mar 1, 2022
1 parent 335313e commit 025f51c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 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]

## [1.2.0] - 2022-03-01

## [1.1.0] - 2022-02-26

## [1.0.1] - 2022-02-23
Expand Down
10 changes: 7 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"vendor": "vtex",
"name": "cross-device-cart",
"version": "1.1.0",
"version": "1.2.0",
"title": "Cross device cart",
"description": "Seamlessly allow a client to retrieve items left on a different device's cart",
"builders": {
Expand All @@ -23,7 +23,9 @@
"vtex.order-manager": "0.x",
"vtex.pixel-manager": "1.x"
},
"registries": ["smartcheckout"],
"registries": [
"smartcheckout"
],
"credentialType": "absolute",
"policies": [
{
Expand Down Expand Up @@ -62,7 +64,9 @@
"url": "https://support.vtex.com/hc/requests"
},
"type": "free",
"availableCountries": ["*"]
"availableCountries": [
"*"
]
},
"$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema"
}
2 changes: 1 addition & 1 deletion node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
"scripts": {
"lint": "tsc --noEmit --pretty && tslint -c tslint.json --fix './**/*.ts'"
},
"version": "0.1.0"
"version": "1.2.0"
}
2 changes: 1 addition & 1 deletion react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cross-device-cart",
"version": "0.1.0",
"version": "1.2.0",
"scripts": {
"test": "vtex-test-tools test"
},
Expand Down

0 comments on commit 025f51c

Please sign in to comment.