@graphcommerce/docs 9.1.0-canary.45 → 9.1.0-canary.46
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 +6 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 9.1.0-canary.46
|
|
4
|
+
|
|
3
5
|
## 9.1.0-canary.45
|
|
4
6
|
|
|
5
7
|
## 9.1.0-canary.44
|
|
@@ -228,6 +230,7 @@
|
|
|
228
230
|
### Patch Changes
|
|
229
231
|
|
|
230
232
|
- [#1752](https://github.com/graphcommerce-org/graphcommerce/pull/1752) [`2a6a4d9ec`](https://github.com/graphcommerce-org/graphcommerce/commit/2a6a4d9ecfa1b58a66ba9b9d00016d6feda9aa95) - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.
|
|
233
|
+
|
|
231
234
|
- Updated the @mui/material package
|
|
232
235
|
- Removed dependencies on react-hook-form-mui and @playwright/test
|
|
233
236
|
- Upgraded dependencies including type-fest and graphql-mesh
|
|
@@ -246,6 +249,7 @@
|
|
|
246
249
|
- [#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)
|
|
247
250
|
|
|
248
251
|
Upgrade guide:
|
|
252
|
+
|
|
249
253
|
- The upgrade removes `@graphcommerce/magento-cart-pickup` package from your `package.json`, remove them for now.
|
|
250
254
|
- Proceed to upgrade normally
|
|
251
255
|
- Add back `@graphcommerce/magento-cart-pickup`, following the [GraphCommerce Magento docs](https://graphcommerce.org/docs/magento). ([@paales](https://github.com/paales))
|
|
@@ -263,6 +267,7 @@
|
|
|
263
267
|
- [#1718](https://github.com/graphcommerce-org/graphcommerce/pull/1718) [`f08bffd63`](https://github.com/graphcommerce-org/graphcommerce/commit/f08bffd63780cb626f072b25c2fd4da37543b6f7) - Moved all Payment methods to the [GraphCommerce plugin system](https://www.graphcommerce.org/docs/framework/plugins)
|
|
264
268
|
|
|
265
269
|
Upgrade guide:
|
|
270
|
+
|
|
266
271
|
- The upgrade removes all the payment gateway packages from the `package.json`, remove them for now.
|
|
267
272
|
- Proceed to upgrade normally
|
|
268
273
|
- Add back all the payment modules following the [GraphCommerce Magento docs](https://graphcommerce.org/docs/magento).
|
|
@@ -568,6 +573,7 @@
|
|
|
568
573
|
* [#1278](https://github.com/ho-nl/m2-pwa/pull/1278) [`81ea406d5`](https://github.com/ho-nl/m2-pwa/commit/81ea406d54d6b5c662c030a7fea444abc4117a20) Thanks [@ErwinOtten](https://github.com/ErwinOtten)! - Written documentation for GraphCommerce! 👩🏫🧑🏫📚📖
|
|
569
574
|
|
|
570
575
|
- [#1284](https://github.com/ho-nl/m2-pwa/pull/1284) [`5ffcb56bf`](https://github.com/ho-nl/m2-pwa/commit/5ffcb56bfcbe49ebeaf24f9341e819a145ab9a14) Thanks [@paales](https://github.com/paales)! - SvgIcon is now more extenable and flexible:
|
|
576
|
+
|
|
571
577
|
- It will automatically calculate the stroke-width of the SVG based on the rendered size, allowing for a more flexible use for icons.
|
|
572
578
|
|
|
573
579
|
- Make SvgIcon themable in your own Theme.
|
package/package.json
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
"name": "@graphcommerce/docs",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/docs",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce/docs",
|
|
5
|
-
"version": "9.1.0-canary.
|
|
5
|
+
"version": "9.1.0-canary.46",
|
|
6
6
|
"sideEffects": true,
|
|
7
7
|
"peerDependencies": {
|
|
8
|
-
"@graphcommerce/prettier-config-pwa": "^9.1.0-canary.
|
|
8
|
+
"@graphcommerce/prettier-config-pwa": "^9.1.0-canary.46"
|
|
9
9
|
},
|
|
10
10
|
"prettier": "@graphcommerce/prettier-config-pwa"
|
|
11
11
|
}
|