@graphcommerce/magento-product-configurable 4.1.26 → 4.1.29

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 +45 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,50 @@
1
1
  # Change Log
2
2
 
3
+ ## 4.1.29
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`6ce2cbaf2`](https://github.com/graphcommerce-org/graphcommerce/commit/6ce2cbaf2cf27e21b753f7cb71e7e74826294de6), [`6ce2cbaf2`](https://github.com/graphcommerce-org/graphcommerce/commit/6ce2cbaf2cf27e21b753f7cb71e7e74826294de6), [`ad55e6c50`](https://github.com/graphcommerce-org/graphcommerce/commit/ad55e6c50c3a3223ee2c17826881808fa9d8f27c), [`6ce2cbaf2`](https://github.com/graphcommerce-org/graphcommerce/commit/6ce2cbaf2cf27e21b753f7cb71e7e74826294de6)]:
8
+ - @graphcommerce/magento-product@4.4.22
9
+ - @graphcommerce/graphql@3.4.5
10
+ - @graphcommerce/magento-category@4.3.0
11
+ - @graphcommerce/next-ui@4.18.0
12
+ - @graphcommerce/magento-cart-items@3.0.45
13
+ - @graphcommerce/magento-product-simple@4.0.44
14
+ - @graphcommerce/magento-cart@4.6.6
15
+ - @graphcommerce/magento-customer@4.9.2
16
+ - @graphcommerce/magento-store@4.2.24
17
+
18
+ ## 4.1.28
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies [[`bfbcd59d8`](https://github.com/graphcommerce-org/graphcommerce/commit/bfbcd59d8f7652d7a7c028f79cc994216e8dbe3a), [`49370878a`](https://github.com/graphcommerce-org/graphcommerce/commit/49370878a48b90a4579026a7c56c54f97840cebb), [`b6ce5548c`](https://github.com/graphcommerce-org/graphcommerce/commit/b6ce5548c66a8ca62d3aee29467045f7f07f30c8)]:
23
+ - @graphcommerce/magento-product@4.4.21
24
+ - @graphcommerce/graphql@3.4.4
25
+ - @graphcommerce/next-ui@4.17.0
26
+ - @graphcommerce/magento-cart-items@3.0.44
27
+ - @graphcommerce/magento-category@4.2.3
28
+ - @graphcommerce/magento-product-simple@4.0.43
29
+ - @graphcommerce/magento-cart@4.6.5
30
+ - @graphcommerce/magento-customer@4.9.1
31
+ - @graphcommerce/magento-store@4.2.23
32
+
33
+ ## 4.1.27
34
+
35
+ ### Patch Changes
36
+
37
+ - Updated dependencies [[`02023d8d8`](https://github.com/graphcommerce-org/graphcommerce/commit/02023d8d89c8138144243edce67290bd79ff49a7), [`87a188d6f`](https://github.com/graphcommerce-org/graphcommerce/commit/87a188d6f216b7f7b9ec95afbe74f1146cb07ce4), [`3c809a3a4`](https://github.com/graphcommerce-org/graphcommerce/commit/3c809a3a438995503f6d2290d6c0bb90fbc489be), [`2c66cca15`](https://github.com/graphcommerce-org/graphcommerce/commit/2c66cca154098a09445977428983e05fe19b9510), [`2014f10e9`](https://github.com/graphcommerce-org/graphcommerce/commit/2014f10e935fd112ac98eca69f030d30982ba18e), [`8e3b24500`](https://github.com/graphcommerce-org/graphcommerce/commit/8e3b24500a55fa2a1fb4a3ef08c1f1990a46a0ae), [`2c66cca15`](https://github.com/graphcommerce-org/graphcommerce/commit/2c66cca154098a09445977428983e05fe19b9510), [`2c66cca15`](https://github.com/graphcommerce-org/graphcommerce/commit/2c66cca154098a09445977428983e05fe19b9510), [`1eb131766`](https://github.com/graphcommerce-org/graphcommerce/commit/1eb131766c32db6fcb0a8e83dba2c3d241658595)]:
38
+ - @graphcommerce/react-hook-form@3.3.2
39
+ - @graphcommerce/next-ui@4.16.0
40
+ - @graphcommerce/magento-customer@4.9.0
41
+ - @graphcommerce/magento-product@4.4.20
42
+ - @graphcommerce/magento-cart@4.6.4
43
+ - @graphcommerce/magento-cart-items@3.0.43
44
+ - @graphcommerce/magento-category@4.2.2
45
+ - @graphcommerce/magento-store@4.2.22
46
+ - @graphcommerce/magento-product-simple@4.0.42
47
+
3
48
  ## 4.1.26
4
49
 
5
50
  ### Patch Changes
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-product-configurable",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "4.1.26",
5
+ "version": "4.1.29",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -19,18 +19,18 @@
19
19
  "type-fest": "^2.12.2"
20
20
  },
21
21
  "dependencies": {
22
- "@graphcommerce/graphql": "3.4.3",
22
+ "@graphcommerce/graphql": "3.4.5",
23
23
  "@graphcommerce/graphql-mesh": "4.1.6",
24
24
  "@graphcommerce/image": "3.1.7",
25
- "@graphcommerce/magento-cart": "4.6.3",
26
- "@graphcommerce/magento-cart-items": "3.0.42",
27
- "@graphcommerce/magento-category": "4.2.1",
28
- "@graphcommerce/magento-customer": "4.8.3",
29
- "@graphcommerce/magento-product": "4.4.19",
30
- "@graphcommerce/magento-product-simple": "4.0.41",
31
- "@graphcommerce/magento-store": "4.2.21",
32
- "@graphcommerce/next-ui": "4.15.1",
33
- "@graphcommerce/react-hook-form": "3.3.1"
25
+ "@graphcommerce/magento-cart": "4.6.6",
26
+ "@graphcommerce/magento-cart-items": "3.0.45",
27
+ "@graphcommerce/magento-category": "4.3.0",
28
+ "@graphcommerce/magento-customer": "4.9.2",
29
+ "@graphcommerce/magento-product": "4.4.22",
30
+ "@graphcommerce/magento-product-simple": "4.0.44",
31
+ "@graphcommerce/magento-store": "4.2.24",
32
+ "@graphcommerce/next-ui": "4.18.0",
33
+ "@graphcommerce/react-hook-form": "3.3.2"
34
34
  },
35
35
  "peerDependencies": {
36
36
  "@lingui/react": "^3.13.2",