@salesforce/commerce-sdk-react 1.1.0-nightly-20231103080139 → 1.1.0-preview.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -4
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,7 +1,6 @@
1
- ## v1.1.0-nightly-20231103080139 (Nov 03, 2023)
2
- ## v1.1.0-dev (Nov 03, 2023)
3
- ## v3.2.0-nightly-20231103080139 (Nov 03, 2023)
4
- ## v1.1.0-dev (Sep 26, 2023)
1
+ ## v1.1.0-preview.0 (Nov 02, 2023)
2
+
3
+ - Add StorefrontPreview component [#1508](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/1508)
5
4
  - Using `login` for authentication instead of `email` in registration process [#1464](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/1464)
6
5
  - Fix bug to remove cookies using the default attributes used when setting cookie [#1505](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/1505)
7
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/commerce-sdk-react",
3
- "version": "1.1.0-nightly-20231103080139",
3
+ "version": "1.1.0-preview.0",
4
4
  "description": "A library that provides react hooks for fetching data from Commerce Cloud",
5
5
  "homepage": "https://github.com/SalesforceCommerceCloud/pwa-kit/tree/develop/packages/ecom-react-hooks#readme",
6
6
  "bugs": {
@@ -45,7 +45,7 @@
45
45
  "jwt-decode": "^3.1.2"
46
46
  },
47
47
  "devDependencies": {
48
- "@salesforce/pwa-kit-dev": "3.2.0-nightly-20231103080139",
48
+ "@salesforce/pwa-kit-dev": "3.2.0-preview.0",
49
49
  "@tanstack/react-query": "^4.28.0",
50
50
  "@testing-library/jest-dom": "^5.16.5",
51
51
  "@testing-library/react": "^14.0.0",
@@ -59,7 +59,7 @@
59
59
  "@types/react-helmet": "~6.1.6",
60
60
  "@types/react-router-dom": "~5.3.3",
61
61
  "cross-env": "^5.2.1",
62
- "internal-lib-build": "3.2.0-nightly-20231103080139",
62
+ "internal-lib-build": "3.2.0-preview.0",
63
63
  "jsonwebtoken": "^9.0.0",
64
64
  "nock": "^13.3.0",
65
65
  "nodemon": "^2.0.22",
@@ -89,5 +89,5 @@
89
89
  "publishConfig": {
90
90
  "directory": "dist"
91
91
  },
92
- "gitHead": "de273fcfbe1712c1131dc5be63f596250315957d"
92
+ "gitHead": "2796cec01d4462b66b9efbc2171aa921f0b7aec6"
93
93
  }