@graphcommerce/magento-cart-checkout 9.0.0 → 9.0.1-canary.1

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 -38
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,49 +1,13 @@
1
1
  # Change Log
2
2
 
3
+ ## 9.0.1-canary.1
4
+
3
5
  ## 9.0.0
4
6
 
5
7
  ### Patch Changes
6
8
 
7
9
  - [#2341](https://github.com/graphcommerce-org/graphcommerce/pull/2341) [`8d96e64`](https://github.com/graphcommerce-org/graphcommerce/commit/8d96e64759c9a8d894f495495b1b8eb507ed923b) - Prevent a reloading the `ShippingPage` query when selecting a shipping method. ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
8
10
 
9
- ## 9.0.0-canary.118
10
-
11
- ## 9.0.0-canary.117
12
-
13
- ## 9.0.0-canary.116
14
-
15
- ## 9.0.0-canary.115
16
-
17
- ## 9.0.0-canary.114
18
-
19
- ## 9.0.0-canary.113
20
-
21
- ## 9.0.0-canary.112
22
-
23
- ## 9.0.0-canary.111
24
-
25
- ## 9.0.0-canary.110
26
-
27
- ## 9.0.0-canary.109
28
-
29
- ## 9.0.0-canary.108
30
-
31
- ## 9.0.0-canary.107
32
-
33
- ## 9.0.0-canary.106
34
-
35
- ## 9.0.0-canary.105
36
-
37
- ## 9.0.0-canary.104
38
-
39
- ## 9.0.0-canary.103
40
-
41
- ## 9.0.0-canary.80
42
-
43
- ### Patch Changes
44
-
45
- - [#2341](https://github.com/graphcommerce-org/graphcommerce/pull/2341) [`8d96e64`](https://github.com/graphcommerce-org/graphcommerce/commit/8d96e64759c9a8d894f495495b1b8eb507ed923b) - Prevent a reloading the ShippingPage query when selecting a shipping method. ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
46
-
47
11
  ## 8.0.0
48
12
 
49
13
  ### Minor Changes
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-cart-checkout",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "9.0.0",
5
+ "version": "9.0.1-canary.1",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,18 +12,18 @@
12
12
  }
13
13
  },
14
14
  "peerDependencies": {
15
- "@graphcommerce/eslint-config-pwa": "^9.0.0",
16
- "@graphcommerce/graphql": "^9.0.0",
17
- "@graphcommerce/image": "^9.0.0",
18
- "@graphcommerce/magento-cart": "^9.0.0",
19
- "@graphcommerce/magento-cart-coupon": "^9.0.0",
20
- "@graphcommerce/magento-cart-items": "^9.0.0",
21
- "@graphcommerce/magento-customer": "^9.0.0",
22
- "@graphcommerce/magento-store": "^9.0.0",
23
- "@graphcommerce/next-ui": "^9.0.0",
24
- "@graphcommerce/prettier-config-pwa": "^9.0.0",
25
- "@graphcommerce/react-hook-form": "^9.0.0",
26
- "@graphcommerce/typescript-config-pwa": "^9.0.0",
15
+ "@graphcommerce/eslint-config-pwa": "^9.0.1-canary.1",
16
+ "@graphcommerce/graphql": "^9.0.1-canary.1",
17
+ "@graphcommerce/image": "^9.0.1-canary.1",
18
+ "@graphcommerce/magento-cart": "^9.0.1-canary.1",
19
+ "@graphcommerce/magento-cart-coupon": "^9.0.1-canary.1",
20
+ "@graphcommerce/magento-cart-items": "^9.0.1-canary.1",
21
+ "@graphcommerce/magento-customer": "^9.0.1-canary.1",
22
+ "@graphcommerce/magento-store": "^9.0.1-canary.1",
23
+ "@graphcommerce/next-ui": "^9.0.1-canary.1",
24
+ "@graphcommerce/prettier-config-pwa": "^9.0.1-canary.1",
25
+ "@graphcommerce/react-hook-form": "^9.0.1-canary.1",
26
+ "@graphcommerce/typescript-config-pwa": "^9.0.1-canary.1",
27
27
  "@lingui/core": "^4.2.1",
28
28
  "@lingui/macro": "^4.2.1",
29
29
  "@lingui/react": "^4.2.1",