@graphcommerce/magento-product 4.4.21 → 4.4.22

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 +13 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Change Log
2
2
 
3
+ ## 4.4.22
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1587](https://github.com/graphcommerce-org/graphcommerce/pull/1587) [`6ce2cbaf2`](https://github.com/graphcommerce-org/graphcommerce/commit/6ce2cbaf2cf27e21b753f7cb71e7e74826294de6) Thanks [@paales](https://github.com/paales)! - Make sure the jsonLdProduct and jsonLdProductReview have simpler type definitions for better performance
8
+
9
+ - Updated dependencies [[`6ce2cbaf2`](https://github.com/graphcommerce-org/graphcommerce/commit/6ce2cbaf2cf27e21b753f7cb71e7e74826294de6), [`6ce2cbaf2`](https://github.com/graphcommerce-org/graphcommerce/commit/6ce2cbaf2cf27e21b753f7cb71e7e74826294de6)]:
10
+ - @graphcommerce/graphql@3.4.5
11
+ - @graphcommerce/next-ui@4.18.0
12
+ - @graphcommerce/magento-cart@4.6.6
13
+ - @graphcommerce/magento-store@4.2.24
14
+ - @graphcommerce/framer-scroller@2.1.29
15
+
3
16
  ## 4.4.21
4
17
 
5
18
  ### 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.21",
5
+ "version": "4.4.22",
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.28",
23
- "@graphcommerce/graphql": "3.4.4",
22
+ "@graphcommerce/framer-scroller": "2.1.29",
23
+ "@graphcommerce/graphql": "3.4.5",
24
24
  "@graphcommerce/graphql-mesh": "4.1.6",
25
25
  "@graphcommerce/image": "3.1.7",
26
- "@graphcommerce/magento-cart": "4.6.5",
27
- "@graphcommerce/magento-store": "4.2.23",
28
- "@graphcommerce/next-ui": "4.17.0",
26
+ "@graphcommerce/magento-cart": "4.6.6",
27
+ "@graphcommerce/magento-store": "4.2.24",
28
+ "@graphcommerce/next-ui": "4.18.0",
29
29
  "schema-dts": "^1.1.0"
30
30
  },
31
31
  "peerDependencies": {