Skip to content

Commit dabfcda

Browse files
authored
Bump version number to 2.7.1 and update changelogs (#1197)
1 parent badc3b3 commit dabfcda

File tree

31 files changed

+318
-347
lines changed

31 files changed

+318
-347
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "2.7.1-alpha.0",
6+
"version": "2.7.1",
77
"publish": {
88
"allowBranch": [
99
"master"

package-lock.json

Lines changed: 36 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pwa-kit",
3-
"version": "2.7.1-alpha.0",
3+
"version": "2.7.1",
44
"engines": {
55
"node": "^14.0.0 || ^16.0.0",
66
"npm": "^6.14.4 || ^7.0.0 || ^8.0.0"

packages/commerce-sdk-react/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
## v2.7.1 (May 09, 2023)
1+
## v2.7.1 (May 11, 2023)
22

3+
- Re-generate lock files and fix hook lib tests [#1186](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/1186)
4+
- Add additional properties to ShopperLogin test types [#1185](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/1185)
35
- Add missing cache invalidation for contexts/customers/login/order [#1073](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/1073)
46
- Fix Shopper Baskets Test case [#1082](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/1082)
57
- Implement remaining Shopper Baskets cache logic [#1070](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/1070)

packages/commerce-sdk-react/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/commerce-sdk-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commerce-sdk-react-preview",
3-
"version": "2.7.1-alpha.0",
3+
"version": "2.7.1",
44
"description": "A library that provides react hooks for fetching data from Commerce Cloud",
55
"author": "cc-pwa-kit@salesforce.com",
66
"license": "See license in LICENSE",
@@ -60,7 +60,7 @@
6060
"@types/react-dom": "^17.0.19",
6161
"@types/react-helmet": "^6.1.6",
6262
"cross-env": "^5.2.1",
63-
"internal-lib-build": "^2.7.1-alpha.0",
63+
"internal-lib-build": "^2.7.1",
6464
"jsonwebtoken": "^8.5.1",
6565
"nock": "^13.3.0",
6666
"react": "^17.0.2",

packages/internal-lib-build/package-lock.json

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/internal-lib-build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "internal-lib-build",
3-
"version": "2.7.1-alpha.0",
3+
"version": "2.7.1",
44
"engines": {
55
"node": "^14.0.0 || ^16.0.0",
66
"npm": "^6.14.4 || ^7.0.0 || ^8.0.0"

packages/pwa-kit-create-app/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## v2.7.1 (May 09, 2023)
1+
## v2.7.1 (May 11, 2023)
22

33
- Moved the MRT reference app to the SDKs, so that we can verify eg. Node support [#966](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/966)
44

packages/pwa-kit-create-app/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)