Skip to content

Commit 4abc812

Browse files
authored
Regenerate lock files (#1030)
* Regenerate lock files * Bump version to 2.7.0-alpha.3
1 parent 2ec3877 commit 4abc812

28 files changed

+854
-2305
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "2.7.0-alpha.2",
6+
"version": "2.7.0-alpha.3",
77
"publish": {
88
"allowBranch": [
99
"master"

package-lock.json

+17-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pwa-kit",
3-
"version": "2.7.0-alpha.2",
3+
"version": "2.7.0-alpha.3",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## v2.7.0-alpha.2 (Mar 02, 2023)
1+
## v2.7.0-alpha.3 (Mar 03, 2023)
22
- Add Page/Region/Component components for shopper experience/page designer page rendering [#963](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/963)
33
- Namespace `Auth` storage keys with site identifier to allow multi-site support [#911](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/911)
44
- Add Shopper Experience `usePage` and `usePages` hooks[#958](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/958)

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

+79-79
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/commerce-sdk-react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commerce-sdk-react-preview",
3-
"version": "2.7.0-alpha.2",
3+
"version": "2.7.0-alpha.3",
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.2",
6161
"@types/react-helmet": "^6.1.6",
6262
"cross-env": "^5.2.0",
63-
"internal-lib-build": "^2.7.0-alpha.2",
63+
"internal-lib-build": "^2.7.0-alpha.3",
6464
"jsonwebtoken": "^8.5.1",
6565
"nock": "^13.2.9",
6666
"react": "^17.0.2",

0 commit comments

Comments
 (0)