@graphcommerce/demo-magento-graphcommerce 6.0.0-canary.53 → 6.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 +18 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @graphcommerce/demo-magento-graphcommerce
|
|
2
2
|
|
|
3
|
+
## 6.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [#1832](https://github.com/graphcommerce-org/graphcommerce/pull/1832) [`26d4243d5`](https://github.com/graphcommerce-org/graphcommerce/commit/26d4243d5b63d604e5a36386d9b01914db5f2918) - Added a new RowLink component with variants: Inline, ImageLabelSwiper, LogoSwiper and Usps. Updated the demo to show off these new components. ([@ErwinOtten](https://github.com/ErwinOtten))
|
|
8
|
+
|
|
9
|
+
### Minor Changes
|
|
10
|
+
|
|
11
|
+
- [#1833](https://github.com/graphcommerce-org/graphcommerce/pull/1833) [`7dc3e036c`](https://github.com/graphcommerce-org/graphcommerce/commit/7dc3e036c776224aa184e03cc957dcb8d3faa55c) - Added ability to have local plugins and added example plugin in the plugins directory ([@paales](https://github.com/paales))
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [#1821](https://github.com/graphcommerce-org/graphcommerce/pull/1821) [`1abc50a21`](https://github.com/graphcommerce-org/graphcommerce/commit/1abc50a21103270fad04e4a9ea892ee1e75233e9) - Upgrade packages to latest version ([@paales](https://github.com/paales))
|
|
16
|
+
|
|
17
|
+
- [#1846](https://github.com/graphcommerce-org/graphcommerce/pull/1846) [`83e79f160`](https://github.com/graphcommerce-org/graphcommerce/commit/83e79f1600983c76b959ca1b2ceefd56aac80a7a) - Two Hygraph row components are now deprecated: RowButtonLinkList and RowContentLinks, you should use RowLinks instead. ([@ErwinOtten](https://github.com/ErwinOtten))
|
|
18
|
+
|
|
19
|
+
## 6.0.0-canary.54
|
|
20
|
+
|
|
3
21
|
## 6.0.0-canary.53
|
|
4
22
|
|
|
5
23
|
## 6.0.0-canary.52
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/demo-magento-graphcommerce",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "6.0.0
|
|
5
|
+
"version": "6.0.0",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"scripts": {
|
|
8
8
|
"dev": "tsc -W"
|
|
@@ -15,9 +15,9 @@
|
|
|
15
15
|
}
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@graphcommerce/eslint-config-pwa": "6.0.0
|
|
19
|
-
"@graphcommerce/prettier-config-pwa": "6.0.0
|
|
20
|
-
"@graphcommerce/typescript-config-pwa": "6.0.0
|
|
18
|
+
"@graphcommerce/eslint-config-pwa": "6.0.0",
|
|
19
|
+
"@graphcommerce/prettier-config-pwa": "6.0.0",
|
|
20
|
+
"@graphcommerce/typescript-config-pwa": "6.0.0"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
23
|
"@mui/material": "^5.10.16",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"react-dom": "^18.2.0"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@graphcommerce/magento-product": "6.0.0
|
|
30
|
-
"@graphcommerce/magento-product-configurable": "6.0.0
|
|
29
|
+
"@graphcommerce/magento-product": "6.0.0",
|
|
30
|
+
"@graphcommerce/magento-product-configurable": "6.0.0"
|
|
31
31
|
}
|
|
32
32
|
}
|