@graphcommerce/magento-cart-pickup 5.0.0-canary.13 → 5.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 +28 -0
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 5.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [#1734](https://github.com/graphcommerce-org/graphcommerce/pull/1734) [`e4c7fe17e`](https://github.com/graphcommerce-org/graphcommerce/commit/e4c7fe17e413e37362ceae92e67f1b3a5f62d398) - Bump major version of all packages ([@github-actions](https://github.com/apps/github-actions))
|
|
8
|
+
|
|
9
|
+
### Minor Changes
|
|
10
|
+
|
|
11
|
+
- [#1729](https://github.com/graphcommerce-org/graphcommerce/pull/1729) [`c37187a51`](https://github.com/graphcommerce-org/graphcommerce/commit/c37187a513670ebcf09e99eb4a762c8bdb5df7e4) - Moved Magento Cart Pickup shipping method to the [GraphCommerce plugin system](https://www.graphcommerce.org/docs/framework/plugins)
|
|
12
|
+
|
|
13
|
+
Upgrade guide:
|
|
14
|
+
|
|
15
|
+
- The upgrade removes `@graphcommerce/magento-cart-pickup` package from your `package.json`, remove them for now.
|
|
16
|
+
- Proceed to upgrade normally
|
|
17
|
+
- Add back `@graphcommerce/magento-cart-pickup`, following the [GraphCommerce Magento docs](https://graphcommerce.org/docs/magento). ([@paales](https://github.com/paales))
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- [#1733](https://github.com/graphcommerce-org/graphcommerce/pull/1733) [`b2d73c726`](https://github.com/graphcommerce-org/graphcommerce/commit/b2d73c726fa123435fa6c54b4e0fd0db2df7c4ab) - Move to <Prev/> instead of <Component/> to call the plugin component ([@paales](https://github.com/paales))
|
|
22
|
+
|
|
23
|
+
- [#1738](https://github.com/graphcommerce-org/graphcommerce/pull/1738) [`52882a63e`](https://github.com/graphcommerce-org/graphcommerce/commit/52882a63e96c0d3ba9641c3714d288fa4f420c82) - Do not forward the Prev prop in plugins ([@paales](https://github.com/paales))
|
|
24
|
+
|
|
25
|
+
## 5.0.0-canary.14
|
|
26
|
+
|
|
3
27
|
## 5.0.0-canary.13
|
|
4
28
|
|
|
5
29
|
### Major Changes
|
|
@@ -50,6 +74,10 @@
|
|
|
50
74
|
|
|
51
75
|
## 4.13.2-canary.0
|
|
52
76
|
|
|
77
|
+
## 4.13.3
|
|
78
|
+
|
|
79
|
+
## 4.13.2
|
|
80
|
+
|
|
53
81
|
## 4.13.1
|
|
54
82
|
|
|
55
83
|
## 4.13.1-canary.2
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/magento-cart-pickup",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "5.0.0
|
|
5
|
+
"version": "5.0.0",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -12,18 +12,18 @@
|
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@graphcommerce/eslint-config-pwa": "^5.0.0
|
|
16
|
-
"@graphcommerce/prettier-config-pwa": "^
|
|
17
|
-
"@graphcommerce/typescript-config-pwa": "^
|
|
15
|
+
"@graphcommerce/eslint-config-pwa": "^5.0.0",
|
|
16
|
+
"@graphcommerce/prettier-config-pwa": "^5.0.0",
|
|
17
|
+
"@graphcommerce/typescript-config-pwa": "^5.0.0",
|
|
18
18
|
"@playwright/test": "^1.21.1"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@graphcommerce/graphql": "5.0.0
|
|
22
|
-
"@graphcommerce/image": "5.0.0
|
|
23
|
-
"@graphcommerce/magento-cart-shipping-method": "5.0.0
|
|
24
|
-
"@graphcommerce/magento-store": "5.0.0
|
|
25
|
-
"@graphcommerce/next-ui": "5.0.0
|
|
26
|
-
"@graphcommerce/react-hook-form": "5.0.0
|
|
21
|
+
"@graphcommerce/graphql": "5.0.0",
|
|
22
|
+
"@graphcommerce/image": "5.0.0",
|
|
23
|
+
"@graphcommerce/magento-cart-shipping-method": "5.0.0",
|
|
24
|
+
"@graphcommerce/magento-store": "5.0.0",
|
|
25
|
+
"@graphcommerce/next-ui": "5.0.0",
|
|
26
|
+
"@graphcommerce/react-hook-form": "5.0.0"
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|
|
29
29
|
"@lingui/core": "^3.13.2",
|