@graphcommerce/magento-cart-shipping-method 8.0.0-canary.99 → 8.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 +12 -0
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 8.0.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#2093](https://github.com/graphcommerce-org/graphcommerce/pull/2093) [`112b041`](https://github.com/graphcommerce-org/graphcommerce/commit/112b041f01a33fbd521ce3eb3955844f96b29917) - Created a new experimental mutation abort feature inside `useFormGql`. This will allow redundant mutations to be canceled. This is enabled when the `experimental_useV2` prop on the `useFormGql` hook is used.
|
|
8
|
+
([@mikekeehnen](https://github.com/mikekeehnen))
|
|
9
|
+
|
|
10
|
+
- [#2115](https://github.com/graphcommerce-org/graphcommerce/pull/2115) [`105a1af`](https://github.com/graphcommerce-org/graphcommerce/commit/105a1af8b820de8873e430ae398f1922d39a9110) - Disabled ripple animations on all ActionCard ‘Select’ and ‘Change’ so the rendering is more subtle during checkout.
|
|
11
|
+
([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
12
|
+
|
|
13
|
+
## 8.0.0-canary.100
|
|
14
|
+
|
|
3
15
|
## 8.0.0-canary.99
|
|
4
16
|
|
|
5
17
|
## 8.0.0-canary.98
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/magento-cart-shipping-method",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "8.0.0
|
|
5
|
+
"version": "8.0.0",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -12,17 +12,17 @@
|
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"peerDependencies": {
|
|
15
|
-
"@graphcommerce/eslint-config-pwa": "^8.0.0
|
|
16
|
-
"@graphcommerce/framer-scroller": "^8.0.0
|
|
17
|
-
"@graphcommerce/graphql": "^8.0.0
|
|
18
|
-
"@graphcommerce/image": "^8.0.0
|
|
19
|
-
"@graphcommerce/magento-cart": "^8.0.0
|
|
20
|
-
"@graphcommerce/magento-cart-shipping-address": "^8.0.0
|
|
21
|
-
"@graphcommerce/magento-store": "^8.0.0
|
|
22
|
-
"@graphcommerce/next-ui": "^8.0.0
|
|
23
|
-
"@graphcommerce/prettier-config-pwa": "^8.0.0
|
|
24
|
-
"@graphcommerce/react-hook-form": "^8.0.0
|
|
25
|
-
"@graphcommerce/typescript-config-pwa": "^8.0.0
|
|
15
|
+
"@graphcommerce/eslint-config-pwa": "^8.0.0",
|
|
16
|
+
"@graphcommerce/framer-scroller": "^8.0.0",
|
|
17
|
+
"@graphcommerce/graphql": "^8.0.0",
|
|
18
|
+
"@graphcommerce/image": "^8.0.0",
|
|
19
|
+
"@graphcommerce/magento-cart": "^8.0.0",
|
|
20
|
+
"@graphcommerce/magento-cart-shipping-address": "^8.0.0",
|
|
21
|
+
"@graphcommerce/magento-store": "^8.0.0",
|
|
22
|
+
"@graphcommerce/next-ui": "^8.0.0",
|
|
23
|
+
"@graphcommerce/prettier-config-pwa": "^8.0.0",
|
|
24
|
+
"@graphcommerce/react-hook-form": "^8.0.0",
|
|
25
|
+
"@graphcommerce/typescript-config-pwa": "^8.0.0",
|
|
26
26
|
"@lingui/core": "^4.2.1",
|
|
27
27
|
"@lingui/macro": "^4.2.1",
|
|
28
28
|
"@lingui/react": "^4.2.1",
|