@graphcommerce/magento-cart-shipping-address 3.0.24 → 3.1.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 +48 -0
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,53 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 3.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#1503](https://github.com/graphcommerce-org/graphcommerce/pull/1503) [`a9213f1f5`](https://github.com/graphcommerce-org/graphcommerce/commit/a9213f1f5a410d217768386ccb6d9b5ce7bd5782) Thanks [@mikekeehnen](https://github.com/mikekeehnen)! - Bug fixes for shipping methods in /checkout
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- [#1490](https://github.com/graphcommerce-org/graphcommerce/pull/1490) [`d311ef48b`](https://github.com/graphcommerce-org/graphcommerce/commit/d311ef48bb3e97806d992af5516d6b7f183ec9cb) Thanks [@paales](https://github.com/paales)! - upgraded packages
|
|
12
|
+
|
|
13
|
+
- Updated dependencies [[`8a626ecf7`](https://github.com/graphcommerce-org/graphcommerce/commit/8a626ecf7ed00c46a28088e0b9bae00a4e1ae019), [`a9213f1f5`](https://github.com/graphcommerce-org/graphcommerce/commit/a9213f1f5a410d217768386ccb6d9b5ce7bd5782), [`d311ef48b`](https://github.com/graphcommerce-org/graphcommerce/commit/d311ef48bb3e97806d992af5516d6b7f183ec9cb)]:
|
|
14
|
+
- @graphcommerce/magento-customer@4.5.3
|
|
15
|
+
- @graphcommerce/next-ui@4.9.0
|
|
16
|
+
- @graphcommerce/graphql@3.2.1
|
|
17
|
+
- @graphcommerce/image@3.1.7
|
|
18
|
+
- @graphcommerce/magento-cart@4.4.3
|
|
19
|
+
- @graphcommerce/magento-store@4.2.10
|
|
20
|
+
- @graphcommerce/react-hook-form@3.2.2
|
|
21
|
+
|
|
22
|
+
## 3.0.27
|
|
23
|
+
|
|
24
|
+
### Patch Changes
|
|
25
|
+
|
|
26
|
+
- Updated dependencies [[`0ab7c5465`](https://github.com/graphcommerce-org/graphcommerce/commit/0ab7c5465441cba9bf8cd185a6790ce2f443f4ed), [`711fa6e04`](https://github.com/graphcommerce-org/graphcommerce/commit/711fa6e04519bbe91825fec7e1714277c1a8fa68)]:
|
|
27
|
+
- @graphcommerce/next-ui@4.8.4
|
|
28
|
+
- @graphcommerce/magento-customer@4.5.2
|
|
29
|
+
- @graphcommerce/magento-cart@4.4.2
|
|
30
|
+
- @graphcommerce/magento-store@4.2.9
|
|
31
|
+
|
|
32
|
+
## 3.0.26
|
|
33
|
+
|
|
34
|
+
### Patch Changes
|
|
35
|
+
|
|
36
|
+
- Updated dependencies [[`d205b037f`](https://github.com/graphcommerce-org/graphcommerce/commit/d205b037fee82b8c03993f2c586f477e826093bf)]:
|
|
37
|
+
- @graphcommerce/magento-cart@4.4.1
|
|
38
|
+
- @graphcommerce/magento-customer@4.5.1
|
|
39
|
+
|
|
40
|
+
## 3.0.25
|
|
41
|
+
|
|
42
|
+
### Patch Changes
|
|
43
|
+
|
|
44
|
+
- Updated dependencies [[`ffec8800a`](https://github.com/graphcommerce-org/graphcommerce/commit/ffec8800a50ff2fe9b9fc5feeb5a0a878b573f0e), [`bed806ddd`](https://github.com/graphcommerce-org/graphcommerce/commit/bed806dddd7e025806a69798ef9587aa165d392f)]:
|
|
45
|
+
- @graphcommerce/react-hook-form@3.2.1
|
|
46
|
+
- @graphcommerce/graphql@3.2.0
|
|
47
|
+
- @graphcommerce/magento-cart@4.4.0
|
|
48
|
+
- @graphcommerce/magento-customer@4.5.0
|
|
49
|
+
- @graphcommerce/magento-store@4.2.8
|
|
50
|
+
|
|
3
51
|
## 3.0.24
|
|
4
52
|
|
|
5
53
|
### Patch Changes
|
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": "3.0
|
|
5
|
+
"version": "3.1.0",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -12,27 +12,27 @@
|
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@graphcommerce/eslint-config-pwa": "^4.1.
|
|
15
|
+
"@graphcommerce/eslint-config-pwa": "^4.1.8",
|
|
16
16
|
"@graphcommerce/prettier-config-pwa": "^4.0.6",
|
|
17
17
|
"@graphcommerce/typescript-config-pwa": "^4.0.3",
|
|
18
18
|
"@playwright/test": "^1.21.1"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@graphcommerce/graphql": "3.1
|
|
22
|
-
"@graphcommerce/image": "3.1.
|
|
23
|
-
"@graphcommerce/magento-cart": "4.3
|
|
24
|
-
"@graphcommerce/magento-customer": "4.
|
|
25
|
-
"@graphcommerce/magento-store": "4.2.
|
|
26
|
-
"@graphcommerce/next-ui": "4.
|
|
27
|
-
"@graphcommerce/react-hook-form": "3.2.
|
|
21
|
+
"@graphcommerce/graphql": "3.2.1",
|
|
22
|
+
"@graphcommerce/image": "3.1.7",
|
|
23
|
+
"@graphcommerce/magento-cart": "4.4.3",
|
|
24
|
+
"@graphcommerce/magento-customer": "4.5.3",
|
|
25
|
+
"@graphcommerce/magento-store": "4.2.10",
|
|
26
|
+
"@graphcommerce/next-ui": "4.9.0",
|
|
27
|
+
"@graphcommerce/react-hook-form": "3.2.2"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
30
|
"@lingui/react": "^3.13.2",
|
|
31
31
|
"@lingui/core": "^3.13.2",
|
|
32
32
|
"@mui/material": "5.5.3",
|
|
33
33
|
"framer-motion": "^6.2.4",
|
|
34
|
-
"next": "12.1.2",
|
|
35
|
-
"react": "^
|
|
36
|
-
"react-dom": "^
|
|
34
|
+
"next": "^12.1.2",
|
|
35
|
+
"react": "^18.0.0",
|
|
36
|
+
"react-dom": "^18.0.0"
|
|
37
37
|
}
|
|
38
38
|
}
|