@graphcommerce/address-fields-nl 9.0.4-canary.0 → 9.0.4-canary.2
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 +3 -13
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,10 @@
|
|
|
1
1
|
# @graphcommerce/address-fields-nl
|
|
2
2
|
|
|
3
|
-
## 9.0.4-canary.
|
|
4
|
-
|
|
5
|
-
## 9.0.3
|
|
6
|
-
|
|
7
|
-
## 9.0.3-canary.0
|
|
3
|
+
## 9.0.4-canary.2
|
|
8
4
|
|
|
9
|
-
## 9.0.
|
|
5
|
+
## 9.0.4-canary.1
|
|
10
6
|
|
|
11
|
-
## 9.0.
|
|
7
|
+
## 9.0.4-canary.0
|
|
12
8
|
|
|
13
9
|
## 9.0.1
|
|
14
10
|
|
|
@@ -16,12 +12,6 @@
|
|
|
16
12
|
|
|
17
13
|
- [#2459](https://github.com/graphcommerce-org/graphcommerce/pull/2459) [`298cb68`](https://github.com/graphcommerce-org/graphcommerce/commit/298cb683a34368c9799af7d7201e30ef5b681953) - Refactor AddressFields component to spread props correctly for child components. ([@carlocarels90](https://github.com/carlocarels90))
|
|
18
14
|
|
|
19
|
-
## 9.0.1-canary.1
|
|
20
|
-
|
|
21
|
-
### Patch Changes
|
|
22
|
-
|
|
23
|
-
- [#2459](https://github.com/graphcommerce-org/graphcommerce/pull/2459) [`298cb68`](https://github.com/graphcommerce-org/graphcommerce/commit/298cb683a34368c9799af7d7201e30ef5b681953) - Refactor AddressFields component to spread props correctly for child components. ([@carlocarels90](https://github.com/carlocarels90))
|
|
24
|
-
|
|
25
15
|
## 8.0.5
|
|
26
16
|
|
|
27
17
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/address-fields-nl",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "9.0.4-canary.
|
|
5
|
+
"version": "9.0.4-canary.2",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -12,14 +12,14 @@
|
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"peerDependencies": {
|
|
15
|
-
"@graphcommerce/ecommerce-ui": "^9.0.4-canary.
|
|
16
|
-
"@graphcommerce/eslint-config-pwa": "^9.0.4-canary.
|
|
17
|
-
"@graphcommerce/graphql": "^9.0.4-canary.
|
|
18
|
-
"@graphcommerce/magento-customer": "^9.0.4-canary.
|
|
19
|
-
"@graphcommerce/magento-store": "^9.0.4-canary.
|
|
20
|
-
"@graphcommerce/next-ui": "^9.0.4-canary.
|
|
21
|
-
"@graphcommerce/prettier-config-pwa": "^9.0.4-canary.
|
|
22
|
-
"@graphcommerce/typescript-config-pwa": "^9.0.4-canary.
|
|
15
|
+
"@graphcommerce/ecommerce-ui": "^9.0.4-canary.2",
|
|
16
|
+
"@graphcommerce/eslint-config-pwa": "^9.0.4-canary.2",
|
|
17
|
+
"@graphcommerce/graphql": "^9.0.4-canary.2",
|
|
18
|
+
"@graphcommerce/magento-customer": "^9.0.4-canary.2",
|
|
19
|
+
"@graphcommerce/magento-store": "^9.0.4-canary.2",
|
|
20
|
+
"@graphcommerce/next-ui": "^9.0.4-canary.2",
|
|
21
|
+
"@graphcommerce/prettier-config-pwa": "^9.0.4-canary.2",
|
|
22
|
+
"@graphcommerce/typescript-config-pwa": "^9.0.4-canary.2",
|
|
23
23
|
"@lingui/core": "^4.2.1",
|
|
24
24
|
"@lingui/macro": "^4.2.1",
|
|
25
25
|
"@lingui/react": "^4.2.1",
|