@graphcommerce/magento-cart 10.0.1-canary.5 → 10.0.2-canary.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 +2 -12
  2. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -1,23 +1,13 @@
1
1
  # Change Log
2
2
 
3
- ## 10.0.1-canary.5
3
+ ## 10.0.2-canary.0
4
4
 
5
- ## 10.0.1-canary.4
6
-
7
- ## 10.0.1-canary.3
8
-
9
- ## 10.0.1-canary.2
10
-
11
- ## 10.0.1-canary.1
5
+ ## 10.0.1
12
6
 
13
7
  ### Patch Changes
14
8
 
15
9
  - [#2571](https://github.com/graphcommerce-org/graphcommerce/pull/2571) [`78a2a8a`](https://github.com/graphcommerce-org/graphcommerce/commit/78a2a8a919346e1f9bccddf7e52682f4adb9a4e0) - Solve issue where the @client fields could not be resolved correctly. ([@paales](https://github.com/paales))
16
10
 
17
- ## 10.0.1-canary.0
18
-
19
- ### Patch Changes
20
-
21
11
  - [#2568](https://github.com/graphcommerce-org/graphcommerce/pull/2568) [`f1b60ac`](https://github.com/graphcommerce-org/graphcommerce/commit/f1b60accf5e8fdbcba15b7567dce7ff68f37db88) - Solve issue where the cache wasn't available from the context anymore in @apollo/client@4 now uses the operation.client.cache ([@paales](https://github.com/paales))
22
12
 
23
13
  ## 10.0.0
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-cart",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "10.0.1-canary.5",
5
+ "version": "10.0.2-canary.0",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -20,20 +20,20 @@
20
20
  "./plugins/useSignInFormMergeCart": "./plugins/useSignInFormMergeCart.ts"
21
21
  },
22
22
  "peerDependencies": {
23
- "@graphcommerce/ecommerce-ui": "^10.0.1-canary.5",
24
- "@graphcommerce/eslint-config-pwa": "^10.0.1-canary.5",
25
- "@graphcommerce/framer-next-pages": "^10.0.1-canary.5",
26
- "@graphcommerce/framer-scroller": "^10.0.1-canary.5",
27
- "@graphcommerce/framer-utils": "^10.0.1-canary.5",
28
- "@graphcommerce/graphql": "^10.0.1-canary.5",
29
- "@graphcommerce/image": "^10.0.1-canary.5",
30
- "@graphcommerce/magento-customer": "^10.0.1-canary.5",
31
- "@graphcommerce/magento-graphql": "^10.0.1-canary.5",
32
- "@graphcommerce/magento-store": "^10.0.1-canary.5",
33
- "@graphcommerce/next-ui": "^10.0.1-canary.5",
34
- "@graphcommerce/prettier-config-pwa": "^10.0.1-canary.5",
35
- "@graphcommerce/react-hook-form": "^10.0.1-canary.5",
36
- "@graphcommerce/typescript-config-pwa": "^10.0.1-canary.5",
23
+ "@graphcommerce/ecommerce-ui": "^10.0.2-canary.0",
24
+ "@graphcommerce/eslint-config-pwa": "^10.0.2-canary.0",
25
+ "@graphcommerce/framer-next-pages": "^10.0.2-canary.0",
26
+ "@graphcommerce/framer-scroller": "^10.0.2-canary.0",
27
+ "@graphcommerce/framer-utils": "^10.0.2-canary.0",
28
+ "@graphcommerce/graphql": "^10.0.2-canary.0",
29
+ "@graphcommerce/image": "^10.0.2-canary.0",
30
+ "@graphcommerce/magento-customer": "^10.0.2-canary.0",
31
+ "@graphcommerce/magento-graphql": "^10.0.2-canary.0",
32
+ "@graphcommerce/magento-store": "^10.0.2-canary.0",
33
+ "@graphcommerce/next-ui": "^10.0.2-canary.0",
34
+ "@graphcommerce/prettier-config-pwa": "^10.0.2-canary.0",
35
+ "@graphcommerce/react-hook-form": "^10.0.2-canary.0",
36
+ "@graphcommerce/typescript-config-pwa": "^10.0.2-canary.0",
37
37
  "@lingui/core": "^5",
38
38
  "@lingui/macro": "^5",
39
39
  "@lingui/react": "^5",