@salesforce/commerce-sdk-react 1.0.0-preview.5 → 1.1.0-dev.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 +11 -7
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,12 +1,16 @@
1
- ## v1.0.0-preview.5 (Jun 15, 2023)
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.1.0-dev.0 (Jun 26, 2023)
2
+ ## v1.1.0-dev (Jun 26, 2023)
3
+ ## v3.1.0-preview.0 (Jun 26, 2023)
4
+ ## v1.1.0-dev (Jun 15, 2023)
5
+ ## v1.0.0 (Jun 15, 2023)
6
6
 
7
- - Add missing cache invalidation for contexts/customers/login/order [#1073](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/1073)
7
+ - First public release of package on npm under `@salesforce/commerce-sdk-react`
8
+ - Add missing cache invalidation for contexts/customers/login/order [#1073](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/1073)
9
+ - 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)
10
+
11
+ ## Older Versions Without Namespace
8
12
 
9
- - 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)
13
+ The older versions below were published without the `@salesforce` namespace.
10
14
 
11
15
  ## v2.7.1 (May 11, 2023)
12
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/commerce-sdk-react",
3
- "version": "1.0.0-preview.5",
3
+ "version": "1.1.0-dev.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-preview.5",
50
+ "@salesforce/pwa-kit-dev": "3.1.0-preview.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-preview.5",
62
+ "internal-lib-build": "3.1.0-preview.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": "c2ba79d491e6c7ce825650fde2480bfaf2557bca"
89
+ "gitHead": "c49c3738908cbcc24b40f2f160661439b84d47d5"
90
90
  }