@graphcommerce/magento-product 4.4.1 → 4.4.5

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +35 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,40 @@
1
1
  # Change Log
2
2
 
3
+ ## 4.4.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`d205b037f`](https://github.com/graphcommerce-org/graphcommerce/commit/d205b037fee82b8c03993f2c586f477e826093bf)]:
8
+ - @graphcommerce/magento-cart@4.4.1
9
+
10
+ ## 4.4.4
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [[`bed806ddd`](https://github.com/graphcommerce-org/graphcommerce/commit/bed806dddd7e025806a69798ef9587aa165d392f)]:
15
+ - @graphcommerce/graphql@3.2.0
16
+ - @graphcommerce/magento-cart@4.4.0
17
+ - @graphcommerce/magento-store@4.2.8
18
+
19
+ ## 4.4.3
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies []:
24
+ - @graphcommerce/magento-cart@4.3.4
25
+
26
+ ## 4.4.2
27
+
28
+ ### Patch Changes
29
+
30
+ - [#1491](https://github.com/graphcommerce-org/graphcommerce/pull/1491) [`c63ab89c2`](https://github.com/graphcommerce-org/graphcommerce/commit/c63ab89c20cb81d79188900d57f3d65a7bba71cc) Thanks [@FrankHarland](https://github.com/FrankHarland)! - add sx support to ConfigurableProductAddToCart
31
+
32
+ - Updated dependencies [[`afc67103d`](https://github.com/graphcommerce-org/graphcommerce/commit/afc67103d0e00583e274465036fd287537f95e79)]:
33
+ - @graphcommerce/next-ui@4.8.3
34
+ - @graphcommerce/magento-cart@4.3.3
35
+ - @graphcommerce/framer-scroller@2.1.14
36
+ - @graphcommerce/magento-store@4.2.7
37
+
3
38
  ## 4.4.1
4
39
 
5
40
  ### Patch Changes
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-product",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "4.4.1",
5
+ "version": "4.4.5",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -19,13 +19,13 @@
19
19
  "type-fest": "^2.12.2"
20
20
  },
21
21
  "dependencies": {
22
- "@graphcommerce/framer-scroller": "2.1.13",
23
- "@graphcommerce/graphql": "3.1.3",
22
+ "@graphcommerce/framer-scroller": "2.1.14",
23
+ "@graphcommerce/graphql": "3.2.0",
24
24
  "@graphcommerce/graphql-mesh": "4.1.3",
25
25
  "@graphcommerce/image": "3.1.6",
26
- "@graphcommerce/magento-cart": "4.3.2",
27
- "@graphcommerce/magento-store": "4.2.6",
28
- "@graphcommerce/next-ui": "4.8.2",
26
+ "@graphcommerce/magento-cart": "4.4.1",
27
+ "@graphcommerce/magento-store": "4.2.8",
28
+ "@graphcommerce/next-ui": "4.8.3",
29
29
  "schema-dts": "^1.1.0"
30
30
  },
31
31
  "peerDependencies": {