@graphcommerce/magento-cart-shipping-address 10.0.1 → 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.
- package/CHANGELOG.md +2 -14
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,20 +1,8 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
## 10.0.
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
- [#2568](https://github.com/graphcommerce-org/graphcommerce/pull/2568) [`dc57da4`](https://github.com/graphcommerce-org/graphcommerce/commit/dc57da4897365ddb2b779eab3ad2b3a350ed115c) - Moved from form.watch to useWatch everywhere which works even if the fields are later initialized. ([@paales](https://github.com/paales))
|
|
3
|
+
## 10.0.2-canary.0
|
|
8
4
|
|
|
9
|
-
## 10.0.1
|
|
10
|
-
|
|
11
|
-
## 10.0.1-canary.3
|
|
12
|
-
|
|
13
|
-
## 10.0.1-canary.2
|
|
14
|
-
|
|
15
|
-
## 10.0.1-canary.1
|
|
16
|
-
|
|
17
|
-
## 10.0.1-canary.0
|
|
5
|
+
## 10.0.1
|
|
18
6
|
|
|
19
7
|
### Patch Changes
|
|
20
8
|
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/magento-cart-shipping-address",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "10.0.
|
|
5
|
+
"version": "10.0.2-canary.0",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -15,17 +15,17 @@
|
|
|
15
15
|
".": "./index.ts"
|
|
16
16
|
},
|
|
17
17
|
"peerDependencies": {
|
|
18
|
-
"@graphcommerce/ecommerce-ui": "^10.0.
|
|
19
|
-
"@graphcommerce/eslint-config-pwa": "^10.0.
|
|
20
|
-
"@graphcommerce/graphql": "^10.0.
|
|
21
|
-
"@graphcommerce/graphql-mesh": "^10.0.
|
|
22
|
-
"@graphcommerce/image": "^10.0.
|
|
23
|
-
"@graphcommerce/magento-cart": "^10.0.
|
|
24
|
-
"@graphcommerce/magento-customer": "^10.0.
|
|
25
|
-
"@graphcommerce/magento-store": "^10.0.
|
|
26
|
-
"@graphcommerce/next-ui": "^10.0.
|
|
27
|
-
"@graphcommerce/prettier-config-pwa": "^10.0.
|
|
28
|
-
"@graphcommerce/typescript-config-pwa": "^10.0.
|
|
18
|
+
"@graphcommerce/ecommerce-ui": "^10.0.2-canary.0",
|
|
19
|
+
"@graphcommerce/eslint-config-pwa": "^10.0.2-canary.0",
|
|
20
|
+
"@graphcommerce/graphql": "^10.0.2-canary.0",
|
|
21
|
+
"@graphcommerce/graphql-mesh": "^10.0.2-canary.0",
|
|
22
|
+
"@graphcommerce/image": "^10.0.2-canary.0",
|
|
23
|
+
"@graphcommerce/magento-cart": "^10.0.2-canary.0",
|
|
24
|
+
"@graphcommerce/magento-customer": "^10.0.2-canary.0",
|
|
25
|
+
"@graphcommerce/magento-store": "^10.0.2-canary.0",
|
|
26
|
+
"@graphcommerce/next-ui": "^10.0.2-canary.0",
|
|
27
|
+
"@graphcommerce/prettier-config-pwa": "^10.0.2-canary.0",
|
|
28
|
+
"@graphcommerce/typescript-config-pwa": "^10.0.2-canary.0",
|
|
29
29
|
"@lingui/core": "^5",
|
|
30
30
|
"@lingui/macro": "^5",
|
|
31
31
|
"@lingui/react": "^5",
|