From 947d17e838a4c48338a2df058308add809cb75ef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 8 Sep 2022 07:19:42 +0000 Subject: [PATCH] ci(changesets): versions updated --- .changeset/gold-berries-thank.md | 5 ---- .changeset/twelve-cats-tickle.md | 6 ---- examples/magento-graphcms/CHANGELOG.md | 19 +++++++++++++ examples/magento-graphcms/package.json | 28 +++++++++---------- packages/magento-cart-checkout/CHANGELOG.md | 9 ++++++ packages/magento-cart-checkout/package.json | 4 +-- packages/magento-cart-email/CHANGELOG.md | 7 +++++ packages/magento-cart-email/package.json | 4 +-- packages/magento-cart-items/CHANGELOG.md | 7 +++++ packages/magento-cart-items/package.json | 4 +-- packages/magento-category/CHANGELOG.md | 9 ++++++ packages/magento-category/package.json | 4 +-- packages/magento-pagebuilder/CHANGELOG.md | 8 ++++++ packages/magento-pagebuilder/package.json | 6 ++-- .../magento-payment-braintree/package.json | 4 +-- .../magento-payment-included/package.json | 4 +-- packages/magento-product-bundle/CHANGELOG.md | 10 +++++++ packages/magento-product-bundle/package.json | 10 +++---- .../magento-product-configurable/CHANGELOG.md | 10 +++++++ .../magento-product-configurable/package.json | 10 +++---- .../magento-product-downloadable/CHANGELOG.md | 7 +++++ .../magento-product-downloadable/package.json | 4 +-- packages/magento-product-grouped/CHANGELOG.md | 9 ++++++ packages/magento-product-grouped/package.json | 8 +++--- packages/magento-product-simple/CHANGELOG.md | 7 +++++ packages/magento-product-simple/package.json | 4 +-- packages/magento-product-virtual/CHANGELOG.md | 7 +++++ packages/magento-product-virtual/package.json | 4 +-- packages/magento-product/CHANGELOG.md | 6 ++++ packages/magento-product/package.json | 2 +- packages/magento-review/CHANGELOG.md | 7 +++++ packages/magento-review/package.json | 4 +-- packages/magento-wishlist/CHANGELOG.md | 8 ++++++ packages/magento-wishlist/package.json | 6 ++-- packages/mollie-magento-payment/package.json | 4 +-- 35 files changed, 187 insertions(+), 68 deletions(-) delete mode 100644 .changeset/gold-berries-thank.md delete mode 100644 .changeset/twelve-cats-tickle.md diff --git a/.changeset/gold-berries-thank.md b/.changeset/gold-berries-thank.md deleted file mode 100644 index fc6dc2130e..0000000000 --- a/.changeset/gold-berries-thank.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphcommerce/magento-cart-checkout': patch ---- - -Add coupon query diff --git a/.changeset/twelve-cats-tickle.md b/.changeset/twelve-cats-tickle.md deleted file mode 100644 index e8867d62b2..0000000000 --- a/.changeset/twelve-cats-tickle.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@graphcommerce/magento-category': patch -'@graphcommerce/magento-product': patch ---- - -Simplified generated query for ProductCustomizable diff --git a/examples/magento-graphcms/CHANGELOG.md b/examples/magento-graphcms/CHANGELOG.md index db0ce9ec60..a1b30ccc62 100644 --- a/examples/magento-graphcms/CHANGELOG.md +++ b/examples/magento-graphcms/CHANGELOG.md @@ -1,5 +1,24 @@ # Change Log +## 3.25.4 + +### Patch Changes + +- Updated dependencies [[`b20f3e52a`](https://github.com/graphcommerce-org/graphcommerce/commit/b20f3e52a48751da217e574f0339282155748995), [`b20f3e52a`](https://github.com/graphcommerce-org/graphcommerce/commit/b20f3e52a48751da217e574f0339282155748995)]: + - @graphcommerce/magento-cart-checkout@3.0.54 + - @graphcommerce/magento-category@4.5.6 + - @graphcommerce/magento-product@4.5.6 + - @graphcommerce/magento-product-configurable@4.2.7 + - @graphcommerce/magento-cart-email@3.0.54 + - @graphcommerce/magento-cart-items@3.1.6 + - @graphcommerce/magento-product-bundle@4.0.54 + - @graphcommerce/magento-product-downloadable@4.0.54 + - @graphcommerce/magento-product-grouped@3.0.54 + - @graphcommerce/magento-product-simple@4.0.54 + - @graphcommerce/magento-product-virtual@4.0.54 + - @graphcommerce/magento-review@3.3.6 + - @graphcommerce/magento-wishlist@1.6.7 + ## 3.25.3 ### Patch Changes diff --git a/examples/magento-graphcms/package.json b/examples/magento-graphcms/package.json index 1f135b8eaf..fb0e2ec924 100644 --- a/examples/magento-graphcms/package.json +++ b/examples/magento-graphcms/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-graphcms", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "3.25.3", + "version": "3.25.4", "private": true, "sideEffects": false, "engines": { @@ -41,15 +41,15 @@ "@graphcommerce/lingui-next": "2.2.1", "@graphcommerce/magento-cart": "4.7.5", "@graphcommerce/magento-cart-billing-address": "3.1.5", - "@graphcommerce/magento-cart-checkout": "3.0.53", + "@graphcommerce/magento-cart-checkout": "3.0.54", "@graphcommerce/magento-cart-coupon": "3.2.5", - "@graphcommerce/magento-cart-email": "3.0.53", - "@graphcommerce/magento-cart-items": "3.1.5", + "@graphcommerce/magento-cart-email": "3.0.54", + "@graphcommerce/magento-cart-items": "3.1.6", "@graphcommerce/magento-cart-payment-method": "3.5.5", "@graphcommerce/magento-cart-pickup": "3.1.15", "@graphcommerce/magento-cart-shipping-address": "3.4.5", "@graphcommerce/magento-cart-shipping-method": "3.6.5", - "@graphcommerce/magento-category": "4.5.5", + "@graphcommerce/magento-category": "4.5.6", "@graphcommerce/magento-cms": "4.0.43", "@graphcommerce/magento-customer": "4.10.5", "@graphcommerce/magento-customer-account": "3.2.5", @@ -58,17 +58,17 @@ "@graphcommerce/magento-newsletter": "2.1.5", "@graphcommerce/magento-payment-braintree": "3.0.52", "@graphcommerce/magento-payment-included": "3.1.24", - "@graphcommerce/magento-product": "4.5.5", - "@graphcommerce/magento-product-bundle": "4.0.53", - "@graphcommerce/magento-product-configurable": "4.2.6", - "@graphcommerce/magento-product-downloadable": "4.0.53", - "@graphcommerce/magento-product-grouped": "3.0.53", - "@graphcommerce/magento-product-simple": "4.0.53", - "@graphcommerce/magento-product-virtual": "4.0.53", - "@graphcommerce/magento-review": "3.3.5", + "@graphcommerce/magento-product": "4.5.6", + "@graphcommerce/magento-product-bundle": "4.0.54", + "@graphcommerce/magento-product-configurable": "4.2.7", + "@graphcommerce/magento-product-downloadable": "4.0.54", + "@graphcommerce/magento-product-grouped": "3.0.54", + "@graphcommerce/magento-product-simple": "4.0.54", + "@graphcommerce/magento-product-virtual": "4.0.54", + "@graphcommerce/magento-review": "3.3.6", "@graphcommerce/magento-search": "4.2.3", "@graphcommerce/magento-store": "4.2.32", - "@graphcommerce/magento-wishlist": "1.6.6", + "@graphcommerce/magento-wishlist": "1.6.7", "@graphcommerce/mollie-magento-payment": "3.5.5", "@graphcommerce/next-config": "3.2.0", "@graphcommerce/next-ui": "4.23.1", diff --git a/packages/magento-cart-checkout/CHANGELOG.md b/packages/magento-cart-checkout/CHANGELOG.md index a07c558b3f..37a97d65a1 100644 --- a/packages/magento-cart-checkout/CHANGELOG.md +++ b/packages/magento-cart-checkout/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 3.0.54 + +### Patch Changes + +- [#1626](https://github.com/graphcommerce-org/graphcommerce/pull/1626) [`b20f3e52a`](https://github.com/graphcommerce-org/graphcommerce/commit/b20f3e52a48751da217e574f0339282155748995) Thanks [@paales](https://github.com/paales)! - Add coupon query + +- Updated dependencies []: + - @graphcommerce/magento-cart-items@3.1.6 + ## 3.0.53 ### Patch Changes diff --git a/packages/magento-cart-checkout/package.json b/packages/magento-cart-checkout/package.json index 89fe0341c9..ac8940b0c8 100644 --- a/packages/magento-cart-checkout/package.json +++ b/packages/magento-cart-checkout/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-cart-checkout", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "3.0.53", + "version": "3.0.54", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -22,7 +22,7 @@ "@graphcommerce/image": "3.1.9", "@graphcommerce/magento-cart": "4.7.5", "@graphcommerce/magento-cart-coupon": "3.2.5", - "@graphcommerce/magento-cart-items": "3.1.5", + "@graphcommerce/magento-cart-items": "3.1.6", "@graphcommerce/magento-customer": "4.10.5", "@graphcommerce/magento-store": "4.2.32", "@graphcommerce/next-ui": "4.23.1", diff --git a/packages/magento-cart-email/CHANGELOG.md b/packages/magento-cart-email/CHANGELOG.md index d28692c0c8..fd5c08eea5 100644 --- a/packages/magento-cart-email/CHANGELOG.md +++ b/packages/magento-cart-email/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 3.0.54 + +### Patch Changes + +- Updated dependencies [[`b20f3e52a`](https://github.com/graphcommerce-org/graphcommerce/commit/b20f3e52a48751da217e574f0339282155748995)]: + - @graphcommerce/magento-product@4.5.6 + ## 3.0.53 ### Patch Changes diff --git a/packages/magento-cart-email/package.json b/packages/magento-cart-email/package.json index 390a17f903..e2743db85c 100644 --- a/packages/magento-cart-email/package.json +++ b/packages/magento-cart-email/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-cart-email", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "3.0.53", + "version": "3.0.54", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -23,7 +23,7 @@ "@graphcommerce/image": "3.1.9", "@graphcommerce/magento-cart": "4.7.5", "@graphcommerce/magento-customer": "4.10.5", - "@graphcommerce/magento-product": "4.5.5", + "@graphcommerce/magento-product": "4.5.6", "@graphcommerce/magento-store": "4.2.32", "@graphcommerce/next-ui": "4.23.1", "@graphcommerce/react-hook-form": "3.3.2" diff --git a/packages/magento-cart-items/CHANGELOG.md b/packages/magento-cart-items/CHANGELOG.md index 7ea61b2b72..3d5c33bdb9 100644 --- a/packages/magento-cart-items/CHANGELOG.md +++ b/packages/magento-cart-items/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 3.1.6 + +### Patch Changes + +- Updated dependencies [[`b20f3e52a`](https://github.com/graphcommerce-org/graphcommerce/commit/b20f3e52a48751da217e574f0339282155748995)]: + - @graphcommerce/magento-product@4.5.6 + ## 3.1.5 ### Patch Changes diff --git a/packages/magento-cart-items/package.json b/packages/magento-cart-items/package.json index df6512fd6a..cb2b6f09b7 100644 --- a/packages/magento-cart-items/package.json +++ b/packages/magento-cart-items/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-cart-items", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "3.1.5", + "version": "3.1.6", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -22,7 +22,7 @@ "@graphcommerce/image": "3.1.9", "@graphcommerce/magento-cart": "4.7.5", "@graphcommerce/magento-customer": "4.10.5", - "@graphcommerce/magento-product": "4.5.5", + "@graphcommerce/magento-product": "4.5.6", "@graphcommerce/magento-store": "4.2.32", "@graphcommerce/next-ui": "4.23.1", "@graphcommerce/react-hook-form": "3.3.2" diff --git a/packages/magento-category/CHANGELOG.md b/packages/magento-category/CHANGELOG.md index a28b1d6376..4d20a3a53c 100644 --- a/packages/magento-category/CHANGELOG.md +++ b/packages/magento-category/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 4.5.6 + +### Patch Changes + +- [#1626](https://github.com/graphcommerce-org/graphcommerce/pull/1626) [`b20f3e52a`](https://github.com/graphcommerce-org/graphcommerce/commit/b20f3e52a48751da217e574f0339282155748995) Thanks [@paales](https://github.com/paales)! - Simplified generated query for ProductCustomizable + +- Updated dependencies [[`b20f3e52a`](https://github.com/graphcommerce-org/graphcommerce/commit/b20f3e52a48751da217e574f0339282155748995)]: + - @graphcommerce/magento-product@4.5.6 + ## 4.5.5 ### Patch Changes diff --git a/packages/magento-category/package.json b/packages/magento-category/package.json index 0aaccc9095..b32585a15b 100644 --- a/packages/magento-category/package.json +++ b/packages/magento-category/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-category", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "4.5.5", + "version": "4.5.6", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -22,7 +22,7 @@ "@graphcommerce/framer-scroller": "2.1.35", "@graphcommerce/graphql": "3.4.8", "@graphcommerce/image": "3.1.9", - "@graphcommerce/magento-product": "4.5.5", + "@graphcommerce/magento-product": "4.5.6", "@graphcommerce/magento-store": "4.2.32", "@graphcommerce/next-ui": "4.23.1" }, diff --git a/packages/magento-pagebuilder/CHANGELOG.md b/packages/magento-pagebuilder/CHANGELOG.md index 981cb9cd4b..53f91effbe 100644 --- a/packages/magento-pagebuilder/CHANGELOG.md +++ b/packages/magento-pagebuilder/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphcommerce/magento-pagebuilder +## 1.0.43 + +### Patch Changes + +- Updated dependencies [[`b20f3e52a`](https://github.com/graphcommerce-org/graphcommerce/commit/b20f3e52a48751da217e574f0339282155748995)]: + - @graphcommerce/magento-category@4.5.6 + - @graphcommerce/magento-product@4.5.6 + ## 1.0.42 ### Patch Changes diff --git a/packages/magento-pagebuilder/package.json b/packages/magento-pagebuilder/package.json index dfdf3361fd..15ccaf6786 100644 --- a/packages/magento-pagebuilder/package.json +++ b/packages/magento-pagebuilder/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-pagebuilder", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "1.0.42", + "version": "1.0.43", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -20,9 +20,9 @@ }, "dependencies": { "@graphcommerce/graphql": "3.4.8", - "@graphcommerce/magento-category": "4.5.5", + "@graphcommerce/magento-category": "4.5.6", "@graphcommerce/magento-cms": "4.0.43", - "@graphcommerce/magento-product": "4.5.5", + "@graphcommerce/magento-product": "4.5.6", "@graphcommerce/next-ui": "4.23.1", "@graphcommerce/react-hook-form": "3.3.2", "jsdom": "^20.0.0" diff --git a/packages/magento-payment-braintree/package.json b/packages/magento-payment-braintree/package.json index 4ab1631bdb..015d22f4e1 100644 --- a/packages/magento-payment-braintree/package.json +++ b/packages/magento-payment-braintree/package.json @@ -14,8 +14,8 @@ "devDependencies": { "@graphcommerce/eslint-config-pwa": "^4.1.10", "@graphcommerce/magento-cart-shipping-address": "3.4.5", - "@graphcommerce/magento-product": "4.5.5", - "@graphcommerce/magento-product-configurable": "4.2.6", + "@graphcommerce/magento-product": "4.5.6", + "@graphcommerce/magento-product-configurable": "4.2.7", "@graphcommerce/prettier-config-pwa": "^4.0.6", "@graphcommerce/typescript-config-pwa": "^4.0.4", "@playwright/test": "^1.21.1", diff --git a/packages/magento-payment-included/package.json b/packages/magento-payment-included/package.json index 9cdd33a5ba..660af75b94 100644 --- a/packages/magento-payment-included/package.json +++ b/packages/magento-payment-included/package.json @@ -14,8 +14,8 @@ "devDependencies": { "@graphcommerce/eslint-config-pwa": "^4.1.10", "@graphcommerce/magento-cart-shipping-address": "3.4.5", - "@graphcommerce/magento-product": "4.5.5", - "@graphcommerce/magento-product-configurable": "4.2.6", + "@graphcommerce/magento-product": "4.5.6", + "@graphcommerce/magento-product-configurable": "4.2.7", "@graphcommerce/prettier-config-pwa": "^4.0.6", "@graphcommerce/typescript-config-pwa": "^4.0.4", "@playwright/test": "^1.21.1", diff --git a/packages/magento-product-bundle/CHANGELOG.md b/packages/magento-product-bundle/CHANGELOG.md index 2022fe94d1..f6a1ea2de4 100644 --- a/packages/magento-product-bundle/CHANGELOG.md +++ b/packages/magento-product-bundle/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 4.0.54 + +### Patch Changes + +- Updated dependencies [[`b20f3e52a`](https://github.com/graphcommerce-org/graphcommerce/commit/b20f3e52a48751da217e574f0339282155748995)]: + - @graphcommerce/magento-product@4.5.6 + - @graphcommerce/magento-cart-items@3.1.6 + - @graphcommerce/magento-product-simple@4.0.54 + - @graphcommerce/magento-product-virtual@4.0.54 + ## 4.0.53 ### Patch Changes diff --git a/packages/magento-product-bundle/package.json b/packages/magento-product-bundle/package.json index be8ac257ad..714d0798f2 100644 --- a/packages/magento-product-bundle/package.json +++ b/packages/magento-product-bundle/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-product-bundle", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "4.0.53", + "version": "4.0.54", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -20,10 +20,10 @@ "dependencies": { "@graphcommerce/graphql": "3.4.8", "@graphcommerce/magento-cart": "4.7.5", - "@graphcommerce/magento-cart-items": "3.1.5", - "@graphcommerce/magento-product": "4.5.5", - "@graphcommerce/magento-product-simple": "4.0.53", - "@graphcommerce/magento-product-virtual": "4.0.53" + "@graphcommerce/magento-cart-items": "3.1.6", + "@graphcommerce/magento-product": "4.5.6", + "@graphcommerce/magento-product-simple": "4.0.54", + "@graphcommerce/magento-product-virtual": "4.0.54" }, "peerDependencies": { "@lingui/react": "^3.13.2", diff --git a/packages/magento-product-configurable/CHANGELOG.md b/packages/magento-product-configurable/CHANGELOG.md index 70c25e0c1a..fc5c86206e 100644 --- a/packages/magento-product-configurable/CHANGELOG.md +++ b/packages/magento-product-configurable/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 4.2.7 + +### Patch Changes + +- Updated dependencies [[`b20f3e52a`](https://github.com/graphcommerce-org/graphcommerce/commit/b20f3e52a48751da217e574f0339282155748995)]: + - @graphcommerce/magento-category@4.5.6 + - @graphcommerce/magento-product@4.5.6 + - @graphcommerce/magento-cart-items@3.1.6 + - @graphcommerce/magento-product-simple@4.0.54 + ## 4.2.6 ### Patch Changes diff --git a/packages/magento-product-configurable/package.json b/packages/magento-product-configurable/package.json index 1f1b6bf33a..2920d45c6b 100644 --- a/packages/magento-product-configurable/package.json +++ b/packages/magento-product-configurable/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-product-configurable", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "4.2.6", + "version": "4.2.7", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -23,11 +23,11 @@ "@graphcommerce/graphql-mesh": "4.1.9", "@graphcommerce/image": "3.1.9", "@graphcommerce/magento-cart": "4.7.5", - "@graphcommerce/magento-cart-items": "3.1.5", - "@graphcommerce/magento-category": "4.5.5", + "@graphcommerce/magento-cart-items": "3.1.6", + "@graphcommerce/magento-category": "4.5.6", "@graphcommerce/magento-customer": "4.10.5", - "@graphcommerce/magento-product": "4.5.5", - "@graphcommerce/magento-product-simple": "4.0.53", + "@graphcommerce/magento-product": "4.5.6", + "@graphcommerce/magento-product-simple": "4.0.54", "@graphcommerce/magento-store": "4.2.32", "@graphcommerce/next-ui": "4.23.1", "@graphcommerce/react-hook-form": "3.3.2" diff --git a/packages/magento-product-downloadable/CHANGELOG.md b/packages/magento-product-downloadable/CHANGELOG.md index 3e9007c9f9..b65993098f 100644 --- a/packages/magento-product-downloadable/CHANGELOG.md +++ b/packages/magento-product-downloadable/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 4.0.54 + +### Patch Changes + +- Updated dependencies [[`b20f3e52a`](https://github.com/graphcommerce-org/graphcommerce/commit/b20f3e52a48751da217e574f0339282155748995)]: + - @graphcommerce/magento-product@4.5.6 + ## 4.0.53 ### Patch Changes diff --git a/packages/magento-product-downloadable/package.json b/packages/magento-product-downloadable/package.json index 4ad08d5db8..d6fdc71088 100644 --- a/packages/magento-product-downloadable/package.json +++ b/packages/magento-product-downloadable/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-product-downloadable", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "4.0.53", + "version": "4.0.54", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -20,7 +20,7 @@ "dependencies": { "@graphcommerce/graphql": "3.4.8", "@graphcommerce/magento-cart": "4.7.5", - "@graphcommerce/magento-product": "4.5.5" + "@graphcommerce/magento-product": "4.5.6" }, "peerDependencies": { "@lingui/react": "^3.13.2", diff --git a/packages/magento-product-grouped/CHANGELOG.md b/packages/magento-product-grouped/CHANGELOG.md index 78ba15677b..e64f8421f6 100644 --- a/packages/magento-product-grouped/CHANGELOG.md +++ b/packages/magento-product-grouped/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 3.0.54 + +### Patch Changes + +- Updated dependencies [[`b20f3e52a`](https://github.com/graphcommerce-org/graphcommerce/commit/b20f3e52a48751da217e574f0339282155748995)]: + - @graphcommerce/magento-product@4.5.6 + - @graphcommerce/magento-product-simple@4.0.54 + - @graphcommerce/magento-product-virtual@4.0.54 + ## 3.0.53 ### Patch Changes diff --git a/packages/magento-product-grouped/package.json b/packages/magento-product-grouped/package.json index 4c320c216a..04c725f073 100644 --- a/packages/magento-product-grouped/package.json +++ b/packages/magento-product-grouped/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-product-grouped", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "3.0.53", + "version": "3.0.54", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -20,9 +20,9 @@ "dependencies": { "@graphcommerce/graphql": "3.4.8", "@graphcommerce/magento-cart": "4.7.5", - "@graphcommerce/magento-product": "4.5.5", - "@graphcommerce/magento-product-simple": "4.0.53", - "@graphcommerce/magento-product-virtual": "4.0.53" + "@graphcommerce/magento-product": "4.5.6", + "@graphcommerce/magento-product-simple": "4.0.54", + "@graphcommerce/magento-product-virtual": "4.0.54" }, "peerDependencies": { "@lingui/react": "^3.13.2", diff --git a/packages/magento-product-simple/CHANGELOG.md b/packages/magento-product-simple/CHANGELOG.md index 0098d7e44c..62d1a39a70 100644 --- a/packages/magento-product-simple/CHANGELOG.md +++ b/packages/magento-product-simple/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 4.0.54 + +### Patch Changes + +- Updated dependencies [[`b20f3e52a`](https://github.com/graphcommerce-org/graphcommerce/commit/b20f3e52a48751da217e574f0339282155748995)]: + - @graphcommerce/magento-product@4.5.6 + ## 4.0.53 ### Patch Changes diff --git a/packages/magento-product-simple/package.json b/packages/magento-product-simple/package.json index c37efb4ea5..0512e65165 100644 --- a/packages/magento-product-simple/package.json +++ b/packages/magento-product-simple/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-product-simple", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "4.0.53", + "version": "4.0.54", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -20,7 +20,7 @@ "dependencies": { "@graphcommerce/graphql": "3.4.8", "@graphcommerce/magento-cart": "4.7.5", - "@graphcommerce/magento-product": "4.5.5" + "@graphcommerce/magento-product": "4.5.6" }, "peerDependencies": { "@lingui/react": "^3.13.2", diff --git a/packages/magento-product-virtual/CHANGELOG.md b/packages/magento-product-virtual/CHANGELOG.md index d5fd790321..a2baaa5b83 100644 --- a/packages/magento-product-virtual/CHANGELOG.md +++ b/packages/magento-product-virtual/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 4.0.54 + +### Patch Changes + +- Updated dependencies [[`b20f3e52a`](https://github.com/graphcommerce-org/graphcommerce/commit/b20f3e52a48751da217e574f0339282155748995)]: + - @graphcommerce/magento-product@4.5.6 + ## 4.0.53 ### Patch Changes diff --git a/packages/magento-product-virtual/package.json b/packages/magento-product-virtual/package.json index d64729879a..cd99c4e3bd 100644 --- a/packages/magento-product-virtual/package.json +++ b/packages/magento-product-virtual/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-product-virtual", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "4.0.53", + "version": "4.0.54", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -20,7 +20,7 @@ "dependencies": { "@graphcommerce/graphql": "3.4.8", "@graphcommerce/magento-cart": "4.7.5", - "@graphcommerce/magento-product": "4.5.5" + "@graphcommerce/magento-product": "4.5.6" }, "peerDependencies": { "@lingui/react": "^3.13.2", diff --git a/packages/magento-product/CHANGELOG.md b/packages/magento-product/CHANGELOG.md index c3324da9d4..b4fc789880 100644 --- a/packages/magento-product/CHANGELOG.md +++ b/packages/magento-product/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 4.5.6 + +### Patch Changes + +- [#1626](https://github.com/graphcommerce-org/graphcommerce/pull/1626) [`b20f3e52a`](https://github.com/graphcommerce-org/graphcommerce/commit/b20f3e52a48751da217e574f0339282155748995) Thanks [@paales](https://github.com/paales)! - Simplified generated query for ProductCustomizable + ## 4.5.5 ### Patch Changes diff --git a/packages/magento-product/package.json b/packages/magento-product/package.json index 147cd3979c..745bcf0c52 100644 --- a/packages/magento-product/package.json +++ b/packages/magento-product/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-product", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "4.5.5", + "version": "4.5.6", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { diff --git a/packages/magento-review/CHANGELOG.md b/packages/magento-review/CHANGELOG.md index 2a79fa1b97..b3a573d8e7 100644 --- a/packages/magento-review/CHANGELOG.md +++ b/packages/magento-review/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 3.3.6 + +### Patch Changes + +- Updated dependencies [[`b20f3e52a`](https://github.com/graphcommerce-org/graphcommerce/commit/b20f3e52a48751da217e574f0339282155748995)]: + - @graphcommerce/magento-product@4.5.6 + ## 3.3.5 ### Patch Changes diff --git a/packages/magento-review/package.json b/packages/magento-review/package.json index 3d17ca1f21..f756a7f3a0 100644 --- a/packages/magento-review/package.json +++ b/packages/magento-review/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-review", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "3.3.5", + "version": "3.3.6", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -22,7 +22,7 @@ "@graphcommerce/graphql-mesh": "4.1.9", "@graphcommerce/image": "3.1.9", "@graphcommerce/magento-customer": "4.10.5", - "@graphcommerce/magento-product": "4.5.5", + "@graphcommerce/magento-product": "4.5.6", "@graphcommerce/magento-store": "4.2.32", "@graphcommerce/next-ui": "4.23.1", "@graphcommerce/react-hook-form": "3.3.2", diff --git a/packages/magento-wishlist/CHANGELOG.md b/packages/magento-wishlist/CHANGELOG.md index 87f8287a6c..e30f0fdcfb 100644 --- a/packages/magento-wishlist/CHANGELOG.md +++ b/packages/magento-wishlist/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphcommerce/magento-wishlist +## 1.6.7 + +### Patch Changes + +- Updated dependencies [[`b20f3e52a`](https://github.com/graphcommerce-org/graphcommerce/commit/b20f3e52a48751da217e574f0339282155748995)]: + - @graphcommerce/magento-product@4.5.6 + - @graphcommerce/magento-product-configurable@4.2.7 + ## 1.6.6 ### Patch Changes diff --git a/packages/magento-wishlist/package.json b/packages/magento-wishlist/package.json index a5a04196c5..bc99cd0690 100644 --- a/packages/magento-wishlist/package.json +++ b/packages/magento-wishlist/package.json @@ -1,6 +1,6 @@ { "name": "@graphcommerce/magento-wishlist", - "version": "1.6.6", + "version": "1.6.7", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "browserslist": [ @@ -24,8 +24,8 @@ "@graphcommerce/image": "3.1.9", "@graphcommerce/magento-cart": "4.7.5", "@graphcommerce/magento-customer": "4.10.5", - "@graphcommerce/magento-product": "4.5.5", - "@graphcommerce/magento-product-configurable": "4.2.6", + "@graphcommerce/magento-product": "4.5.6", + "@graphcommerce/magento-product-configurable": "4.2.7", "@graphcommerce/magento-store": "4.2.32", "@graphcommerce/next-ui": "4.23.1" }, diff --git a/packages/mollie-magento-payment/package.json b/packages/mollie-magento-payment/package.json index 6ea20f9f0f..2e72439655 100644 --- a/packages/mollie-magento-payment/package.json +++ b/packages/mollie-magento-payment/package.json @@ -14,8 +14,8 @@ "devDependencies": { "@graphcommerce/eslint-config-pwa": "^4.1.10", "@graphcommerce/magento-cart-shipping-address": "3.4.5", - "@graphcommerce/magento-product": "4.5.5", - "@graphcommerce/magento-product-configurable": "4.2.6", + "@graphcommerce/magento-product": "4.5.6", + "@graphcommerce/magento-product-configurable": "4.2.7", "@graphcommerce/prettier-config-pwa": "^4.0.6", "@graphcommerce/typescript-config-pwa": "^4.0.4", "@playwright/test": "^1.21.1",