@graphcommerce/magento-cart 4.9.0 → 4.9.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
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 4.9.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1684](https://github.com/graphcommerce-org/graphcommerce/pull/1684) [`ae28fb14c`](https://github.com/graphcommerce-org/graphcommerce/commit/ae28fb14cec298c52970260a4fc2c2551b5f175e) Thanks [@paales](https://github.com/paales)! - Only show products in stock on crosssells
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`98d6a9cce`](https://github.com/graphcommerce-org/graphcommerce/commit/98d6a9cce1bb9514088be0af2736721b3edda467)]:
|
|
10
|
+
- @graphcommerce/next-ui@4.29.1
|
|
11
|
+
- @graphcommerce/ecommerce-ui@1.5.6
|
|
12
|
+
- @graphcommerce/framer-scroller@2.1.43
|
|
13
|
+
- @graphcommerce/magento-customer@4.12.2
|
|
14
|
+
- @graphcommerce/magento-store@4.3.4
|
|
15
|
+
|
|
16
|
+
## 4.9.1
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- Updated dependencies [[`e76df6dc3`](https://github.com/graphcommerce-org/graphcommerce/commit/e76df6dc37c11c793a5d008ba36932d17dc23855), [`0bd9ea582`](https://github.com/graphcommerce-org/graphcommerce/commit/0bd9ea58230dde79c5fe2cdb07e9860151460270)]:
|
|
21
|
+
- @graphcommerce/next-ui@4.29.0
|
|
22
|
+
- @graphcommerce/ecommerce-ui@1.5.5
|
|
23
|
+
- @graphcommerce/framer-scroller@2.1.42
|
|
24
|
+
- @graphcommerce/magento-customer@4.12.1
|
|
25
|
+
- @graphcommerce/magento-store@4.3.3
|
|
26
|
+
|
|
3
27
|
## 4.9.0
|
|
4
28
|
|
|
5
29
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/magento-cart",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "4.9.
|
|
5
|
+
"version": "4.9.2",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -18,16 +18,16 @@
|
|
|
18
18
|
"@playwright/test": "^1.21.1"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@graphcommerce/ecommerce-ui": "1.5.
|
|
21
|
+
"@graphcommerce/ecommerce-ui": "1.5.6",
|
|
22
22
|
"@graphcommerce/framer-utils": "3.2.1",
|
|
23
23
|
"@graphcommerce/framer-next-pages": "3.3.2",
|
|
24
|
-
"@graphcommerce/framer-scroller": "2.1.
|
|
24
|
+
"@graphcommerce/framer-scroller": "2.1.43",
|
|
25
25
|
"@graphcommerce/graphql": "3.5.0",
|
|
26
26
|
"@graphcommerce/image": "3.1.10",
|
|
27
|
-
"@graphcommerce/magento-customer": "4.12.
|
|
27
|
+
"@graphcommerce/magento-customer": "4.12.2",
|
|
28
28
|
"@graphcommerce/magento-graphql": "3.1.9",
|
|
29
|
-
"@graphcommerce/magento-store": "4.3.
|
|
30
|
-
"@graphcommerce/next-ui": "4.
|
|
29
|
+
"@graphcommerce/magento-store": "4.3.4",
|
|
30
|
+
"@graphcommerce/next-ui": "4.29.1",
|
|
31
31
|
"@graphcommerce/react-hook-form": "3.3.5"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|