@salesforce/commerce-sdk-react 1.0.0-preview.5 → 1.0.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.
- package/CHANGELOG.md +7 -7
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
## v1.0.0
|
|
2
|
-
## v1.0.0-preview.4 (Jun 14, 2023)
|
|
3
|
-
## v1.0.0-preview.3 (Jun 13, 2023)
|
|
4
|
-
## v1.0.0-dev (May 29, 2023)
|
|
5
|
-
## v3.0.0-dev (May 12, 2023)
|
|
1
|
+
## v1.0.0 (Jun 15, 2023)
|
|
6
2
|
|
|
7
|
-
-
|
|
3
|
+
- First public release of package on npm under `@salesforce/commerce-sdk-react`
|
|
4
|
+
- Add missing cache invalidation for contexts/customers/login/order [#1073](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/1073)
|
|
5
|
+
- Upgrade React 18, React DOM 18, @types/react@18, @types/react-dom@v18 Testing library 14 [#1166](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/1166)
|
|
6
|
+
|
|
7
|
+
## Older Versions Without Namespace
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
The older versions below were published without the `@salesforce` namespace.
|
|
10
10
|
|
|
11
11
|
## v2.7.1 (May 11, 2023)
|
|
12
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/commerce-sdk-react",
|
|
3
|
-
"version": "1.0.0
|
|
3
|
+
"version": "1.0.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": {
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"typedoc-plugin-missing-exports": "^2.0.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@salesforce/pwa-kit-dev": "3.0.0
|
|
50
|
+
"@salesforce/pwa-kit-dev": "3.0.0",
|
|
51
51
|
"@tanstack/react-query": "^4.28.0",
|
|
52
52
|
"@testing-library/jest-dom": "^5.16.5",
|
|
53
53
|
"@testing-library/react": "^14.0.0",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"@types/react-dom": "^18.2.1",
|
|
60
60
|
"@types/react-helmet": "^6.1.6",
|
|
61
61
|
"cross-env": "^5.2.1",
|
|
62
|
-
"internal-lib-build": "3.0.0
|
|
62
|
+
"internal-lib-build": "3.0.0",
|
|
63
63
|
"jsonwebtoken": "^9.0.0",
|
|
64
64
|
"nock": "^13.3.0",
|
|
65
65
|
"nodemon": "^2.0.22",
|
|
@@ -86,5 +86,5 @@
|
|
|
86
86
|
"publishConfig": {
|
|
87
87
|
"directory": "dist"
|
|
88
88
|
},
|
|
89
|
-
"gitHead": "
|
|
89
|
+
"gitHead": "d48df913cc9b8b3a30c56593caea31c9f33f361c"
|
|
90
90
|
}
|