diff --git a/.changeset/early-hounds-yawn.md b/.changeset/early-hounds-yawn.md deleted file mode 100644 index 08f147464a..0000000000 --- a/.changeset/early-hounds-yawn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphcommerce/magento-customer': minor ---- - -Purge local storage on signout, so no cache is preserved diff --git a/.changeset/light-badgers-teach.md b/.changeset/light-badgers-teach.md deleted file mode 100644 index 9be5cc8457..0000000000 --- a/.changeset/light-badgers-teach.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphcommerce/magento-cart': minor ---- - -Bug that caused multiple cart creations, for guest, on returning from a successful checkout diff --git a/.changeset/nice-vans-swim.md b/.changeset/nice-vans-swim.md deleted file mode 100644 index fbc1d2cfd4..0000000000 --- a/.changeset/nice-vans-swim.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphcommerce/magento-graphcms': patch ---- - -Make sure that pages that come from graphcms can render when it isn't associated with a magent ocategory diff --git a/.changeset/wild-chairs-remain.md b/.changeset/wild-chairs-remain.md deleted file mode 100644 index bc802029d4..0000000000 --- a/.changeset/wild-chairs-remain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphcommerce/react-hook-form': patch ---- - -The submit button would remain in a loading state when all composed forms were invalid diff --git a/.changeset/yellow-dryers-add.md b/.changeset/yellow-dryers-add.md deleted file mode 100644 index ce4a075031..0000000000 --- a/.changeset/yellow-dryers-add.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphcommerce/magento-graphcms': patch ---- - -Make sure the checkout pages dont show anything when there is nothing in your cart diff --git a/examples/magento-graphcms/CHANGELOG.md b/examples/magento-graphcms/CHANGELOG.md index a1b30ccc62..f81dc3ebb7 100644 --- a/examples/magento-graphcms/CHANGELOG.md +++ b/examples/magento-graphcms/CHANGELOG.md @@ -1,5 +1,43 @@ # Change Log +## 3.25.5 + +### Patch Changes + +- [#1629](https://github.com/graphcommerce-org/graphcommerce/pull/1629) [`cb94be945`](https://github.com/graphcommerce-org/graphcommerce/commit/cb94be9456622995b83c80d15fa34aab075c0c16) Thanks [@paales](https://github.com/paales)! - Make sure that pages that come from graphcms can render when it isn't associated with a magent ocategory + +* [#1629](https://github.com/graphcommerce-org/graphcommerce/pull/1629) [`cb94be945`](https://github.com/graphcommerce-org/graphcommerce/commit/cb94be9456622995b83c80d15fa34aab075c0c16) Thanks [@paales](https://github.com/paales)! - Make sure the checkout pages dont show anything when there is nothing in your cart + +* Updated dependencies [[`c1b8b0352`](https://github.com/graphcommerce-org/graphcommerce/commit/c1b8b03520532223f7b572ff23f1d368a4dfe306), [`8d5207288`](https://github.com/graphcommerce-org/graphcommerce/commit/8d52072887f124831ed85d28ec79998f0ce55f1c)]: + - @graphcommerce/magento-customer@4.11.0 + - @graphcommerce/magento-cart@4.8.0 + - @graphcommerce/magento-cart-billing-address@3.1.6 + - @graphcommerce/magento-cart-checkout@3.0.55 + - @graphcommerce/magento-cart-email@3.0.55 + - @graphcommerce/magento-cart-items@3.1.7 + - @graphcommerce/magento-cart-shipping-address@3.4.6 + - @graphcommerce/magento-customer-account@3.2.6 + - @graphcommerce/magento-newsletter@2.1.6 + - @graphcommerce/magento-product-configurable@4.2.8 + - @graphcommerce/magento-review@3.3.7 + - @graphcommerce/magento-wishlist@1.6.8 + - @graphcommerce/magento-cart-coupon@3.2.6 + - @graphcommerce/magento-cart-payment-method@3.5.6 + - @graphcommerce/magento-cart-shipping-method@3.6.6 + - @graphcommerce/magento-payment-braintree@3.0.53 + - @graphcommerce/magento-payment-included@3.1.25 + - @graphcommerce/magento-product@4.5.7 + - @graphcommerce/magento-product-bundle@4.0.55 + - @graphcommerce/magento-product-downloadable@4.0.55 + - @graphcommerce/magento-product-grouped@3.0.55 + - @graphcommerce/magento-product-simple@4.0.55 + - @graphcommerce/magento-product-virtual@4.0.55 + - @graphcommerce/mollie-magento-payment@3.5.6 + - @graphcommerce/ecommerce-ui@1.3.1 + - @graphcommerce/magento-cart-pickup@3.1.16 + - @graphcommerce/magento-search@4.2.4 + - @graphcommerce/magento-category@4.5.7 + ## 3.25.4 ### Patch Changes diff --git a/examples/magento-graphcms/package.json b/examples/magento-graphcms/package.json index fb0e2ec924..edc4817e24 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.4", + "version": "3.25.5", "private": true, "sideEffects": false, "engines": { @@ -28,7 +28,7 @@ }, "dependencies": { "@graphcommerce/cli": "1.0.10", - "@graphcommerce/ecommerce-ui": "1.3.0", + "@graphcommerce/ecommerce-ui": "1.3.1", "@graphcommerce/framer-next-pages": "3.3.0", "@graphcommerce/framer-scroller": "2.1.35", "@graphcommerce/googleanalytics": "2.0.7", @@ -39,37 +39,37 @@ "@graphcommerce/graphql-mesh": "4.1.9", "@graphcommerce/image": "3.1.9", "@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.54", - "@graphcommerce/magento-cart-coupon": "3.2.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.6", + "@graphcommerce/magento-cart": "4.8.0", + "@graphcommerce/magento-cart-billing-address": "3.1.6", + "@graphcommerce/magento-cart-checkout": "3.0.55", + "@graphcommerce/magento-cart-coupon": "3.2.6", + "@graphcommerce/magento-cart-email": "3.0.55", + "@graphcommerce/magento-cart-items": "3.1.7", + "@graphcommerce/magento-cart-payment-method": "3.5.6", + "@graphcommerce/magento-cart-pickup": "3.1.16", + "@graphcommerce/magento-cart-shipping-address": "3.4.6", + "@graphcommerce/magento-cart-shipping-method": "3.6.6", + "@graphcommerce/magento-category": "4.5.7", "@graphcommerce/magento-cms": "4.0.43", - "@graphcommerce/magento-customer": "4.10.5", - "@graphcommerce/magento-customer-account": "3.2.5", + "@graphcommerce/magento-customer": "4.11.0", + "@graphcommerce/magento-customer-account": "3.2.6", "@graphcommerce/magento-customer-order": "3.1.4", "@graphcommerce/magento-graphql": "3.1.8", - "@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.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-newsletter": "2.1.6", + "@graphcommerce/magento-payment-braintree": "3.0.53", + "@graphcommerce/magento-payment-included": "3.1.25", + "@graphcommerce/magento-product": "4.5.7", + "@graphcommerce/magento-product-bundle": "4.0.55", + "@graphcommerce/magento-product-configurable": "4.2.8", + "@graphcommerce/magento-product-downloadable": "4.0.55", + "@graphcommerce/magento-product-grouped": "3.0.55", + "@graphcommerce/magento-product-simple": "4.0.55", + "@graphcommerce/magento-product-virtual": "4.0.55", + "@graphcommerce/magento-review": "3.3.7", + "@graphcommerce/magento-search": "4.2.4", "@graphcommerce/magento-store": "4.2.32", - "@graphcommerce/magento-wishlist": "1.6.7", - "@graphcommerce/mollie-magento-payment": "3.5.5", + "@graphcommerce/magento-wishlist": "1.6.8", + "@graphcommerce/mollie-magento-payment": "3.5.6", "@graphcommerce/next-config": "3.2.0", "@graphcommerce/next-ui": "4.23.1", "@lingui/core": "3.14.0", diff --git a/packages/ecommerce-ui/CHANGELOG.md b/packages/ecommerce-ui/CHANGELOG.md index 6b928180cd..3eee4334bf 100644 --- a/packages/ecommerce-ui/CHANGELOG.md +++ b/packages/ecommerce-ui/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphcommerce/ecommerce-ui +## 1.3.1 + +### Patch Changes + +- Updated dependencies [[`662f510c2`](https://github.com/graphcommerce-org/graphcommerce/commit/662f510c21fc44a63036e5c7a0726ccb33c31600)]: + - @graphcommerce/react-hook-form@3.3.3 + ## 1.3.0 ### Minor Changes diff --git a/packages/ecommerce-ui/package.json b/packages/ecommerce-ui/package.json index 5dfd53f02c..524bc9d0bb 100644 --- a/packages/ecommerce-ui/package.json +++ b/packages/ecommerce-ui/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/ecommerce-ui", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "1.3.0", + "version": "1.3.1", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -14,7 +14,7 @@ "dependencies": { "@graphcommerce/graphql": "3.4.8", "@graphcommerce/next-ui": "4.23.1", - "@graphcommerce/react-hook-form": "3.3.2", + "@graphcommerce/react-hook-form": "3.3.3", "@mui/icons-material": "^5.10.3", "@mui/x-date-pickers": "^5.0.0", "react-hook-form-mui": "^5.7.1" diff --git a/packages/magento-cart-billing-address/CHANGELOG.md b/packages/magento-cart-billing-address/CHANGELOG.md index f219420715..1a82ccc02a 100644 --- a/packages/magento-cart-billing-address/CHANGELOG.md +++ b/packages/magento-cart-billing-address/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 3.1.6 + +### Patch Changes + +- Updated dependencies [[`c1b8b0352`](https://github.com/graphcommerce-org/graphcommerce/commit/c1b8b03520532223f7b572ff23f1d368a4dfe306), [`8d5207288`](https://github.com/graphcommerce-org/graphcommerce/commit/8d52072887f124831ed85d28ec79998f0ce55f1c), [`662f510c2`](https://github.com/graphcommerce-org/graphcommerce/commit/662f510c21fc44a63036e5c7a0726ccb33c31600)]: + - @graphcommerce/magento-customer@4.11.0 + - @graphcommerce/magento-cart@4.8.0 + - @graphcommerce/react-hook-form@3.3.3 + ## 3.1.5 ### Patch Changes diff --git a/packages/magento-cart-billing-address/package.json b/packages/magento-cart-billing-address/package.json index 72aaf3cbca..d2def53d33 100644 --- a/packages/magento-cart-billing-address/package.json +++ b/packages/magento-cart-billing-address/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-cart-billing-address", "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": { @@ -21,11 +21,11 @@ "@graphcommerce/framer-next-pages": "3.3.0", "@graphcommerce/graphql": "3.4.8", "@graphcommerce/image": "3.1.9", - "@graphcommerce/magento-cart": "4.7.5", - "@graphcommerce/magento-customer": "4.10.5", + "@graphcommerce/magento-cart": "4.8.0", + "@graphcommerce/magento-customer": "4.11.0", "@graphcommerce/magento-store": "4.2.32", "@graphcommerce/next-ui": "4.23.1", - "@graphcommerce/react-hook-form": "3.3.2" + "@graphcommerce/react-hook-form": "3.3.3" }, "peerDependencies": { "@lingui/react": "^3.13.2", diff --git a/packages/magento-cart-checkout/CHANGELOG.md b/packages/magento-cart-checkout/CHANGELOG.md index 37a97d65a1..b9eaf38782 100644 --- a/packages/magento-cart-checkout/CHANGELOG.md +++ b/packages/magento-cart-checkout/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 3.0.55 + +### Patch Changes + +- Updated dependencies [[`c1b8b0352`](https://github.com/graphcommerce-org/graphcommerce/commit/c1b8b03520532223f7b572ff23f1d368a4dfe306), [`8d5207288`](https://github.com/graphcommerce-org/graphcommerce/commit/8d52072887f124831ed85d28ec79998f0ce55f1c), [`662f510c2`](https://github.com/graphcommerce-org/graphcommerce/commit/662f510c21fc44a63036e5c7a0726ccb33c31600)]: + - @graphcommerce/magento-customer@4.11.0 + - @graphcommerce/magento-cart@4.8.0 + - @graphcommerce/react-hook-form@3.3.3 + - @graphcommerce/magento-cart-items@3.1.7 + - @graphcommerce/magento-cart-coupon@3.2.6 + ## 3.0.54 ### Patch Changes diff --git a/packages/magento-cart-checkout/package.json b/packages/magento-cart-checkout/package.json index ac8940b0c8..24057025fd 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.54", + "version": "3.0.55", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -20,13 +20,13 @@ "dependencies": { "@graphcommerce/graphql": "3.4.8", "@graphcommerce/image": "3.1.9", - "@graphcommerce/magento-cart": "4.7.5", - "@graphcommerce/magento-cart-coupon": "3.2.5", - "@graphcommerce/magento-cart-items": "3.1.6", - "@graphcommerce/magento-customer": "4.10.5", + "@graphcommerce/magento-cart": "4.8.0", + "@graphcommerce/magento-cart-coupon": "3.2.6", + "@graphcommerce/magento-cart-items": "3.1.7", + "@graphcommerce/magento-customer": "4.11.0", "@graphcommerce/magento-store": "4.2.32", "@graphcommerce/next-ui": "4.23.1", - "@graphcommerce/react-hook-form": "3.3.2" + "@graphcommerce/react-hook-form": "3.3.3" }, "peerDependencies": { "@lingui/react": "^3.13.2", diff --git a/packages/magento-cart-coupon/CHANGELOG.md b/packages/magento-cart-coupon/CHANGELOG.md index 9e3f31f412..26ffd414c7 100644 --- a/packages/magento-cart-coupon/CHANGELOG.md +++ b/packages/magento-cart-coupon/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 3.2.6 + +### Patch Changes + +- Updated dependencies [[`8d5207288`](https://github.com/graphcommerce-org/graphcommerce/commit/8d52072887f124831ed85d28ec79998f0ce55f1c), [`662f510c2`](https://github.com/graphcommerce-org/graphcommerce/commit/662f510c21fc44a63036e5c7a0726ccb33c31600)]: + - @graphcommerce/magento-cart@4.8.0 + - @graphcommerce/react-hook-form@3.3.3 + ## 3.2.5 ### Patch Changes diff --git a/packages/magento-cart-coupon/package.json b/packages/magento-cart-coupon/package.json index bb93fc63c0..3f205375f2 100644 --- a/packages/magento-cart-coupon/package.json +++ b/packages/magento-cart-coupon/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-cart-coupon", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "3.2.5", + "version": "3.2.6", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -20,10 +20,10 @@ "dependencies": { "@graphcommerce/graphql": "3.4.8", "@graphcommerce/image": "3.1.9", - "@graphcommerce/magento-cart": "4.7.5", + "@graphcommerce/magento-cart": "4.8.0", "@graphcommerce/magento-store": "4.2.32", "@graphcommerce/next-ui": "4.23.1", - "@graphcommerce/react-hook-form": "3.3.2" + "@graphcommerce/react-hook-form": "3.3.3" }, "peerDependencies": { "@lingui/react": "^3.13.2", diff --git a/packages/magento-cart-email/CHANGELOG.md b/packages/magento-cart-email/CHANGELOG.md index fd5c08eea5..e725745d55 100644 --- a/packages/magento-cart-email/CHANGELOG.md +++ b/packages/magento-cart-email/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 3.0.55 + +### Patch Changes + +- Updated dependencies [[`c1b8b0352`](https://github.com/graphcommerce-org/graphcommerce/commit/c1b8b03520532223f7b572ff23f1d368a4dfe306), [`8d5207288`](https://github.com/graphcommerce-org/graphcommerce/commit/8d52072887f124831ed85d28ec79998f0ce55f1c), [`662f510c2`](https://github.com/graphcommerce-org/graphcommerce/commit/662f510c21fc44a63036e5c7a0726ccb33c31600)]: + - @graphcommerce/magento-customer@4.11.0 + - @graphcommerce/magento-cart@4.8.0 + - @graphcommerce/react-hook-form@3.3.3 + - @graphcommerce/magento-product@4.5.7 + - @graphcommerce/ecommerce-ui@1.3.1 + ## 3.0.54 ### Patch Changes diff --git a/packages/magento-cart-email/package.json b/packages/magento-cart-email/package.json index e2743db85c..73482fe0ef 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.54", + "version": "3.0.55", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -18,15 +18,15 @@ "@playwright/test": "^1.21.1" }, "dependencies": { - "@graphcommerce/ecommerce-ui": "1.3.0", + "@graphcommerce/ecommerce-ui": "1.3.1", "@graphcommerce/graphql": "3.4.8", "@graphcommerce/image": "3.1.9", - "@graphcommerce/magento-cart": "4.7.5", - "@graphcommerce/magento-customer": "4.10.5", - "@graphcommerce/magento-product": "4.5.6", + "@graphcommerce/magento-cart": "4.8.0", + "@graphcommerce/magento-customer": "4.11.0", + "@graphcommerce/magento-product": "4.5.7", "@graphcommerce/magento-store": "4.2.32", "@graphcommerce/next-ui": "4.23.1", - "@graphcommerce/react-hook-form": "3.3.2" + "@graphcommerce/react-hook-form": "3.3.3" }, "peerDependencies": { "@lingui/react": "^3.13.2", diff --git a/packages/magento-cart-items/CHANGELOG.md b/packages/magento-cart-items/CHANGELOG.md index 3d5c33bdb9..b04206d525 100644 --- a/packages/magento-cart-items/CHANGELOG.md +++ b/packages/magento-cart-items/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 3.1.7 + +### Patch Changes + +- Updated dependencies [[`c1b8b0352`](https://github.com/graphcommerce-org/graphcommerce/commit/c1b8b03520532223f7b572ff23f1d368a4dfe306), [`8d5207288`](https://github.com/graphcommerce-org/graphcommerce/commit/8d52072887f124831ed85d28ec79998f0ce55f1c), [`662f510c2`](https://github.com/graphcommerce-org/graphcommerce/commit/662f510c21fc44a63036e5c7a0726ccb33c31600)]: + - @graphcommerce/magento-customer@4.11.0 + - @graphcommerce/magento-cart@4.8.0 + - @graphcommerce/react-hook-form@3.3.3 + - @graphcommerce/magento-product@4.5.7 + ## 3.1.6 ### Patch Changes diff --git a/packages/magento-cart-items/package.json b/packages/magento-cart-items/package.json index cb2b6f09b7..2cf7cf4b7d 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.6", + "version": "3.1.7", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -20,12 +20,12 @@ "dependencies": { "@graphcommerce/graphql": "3.4.8", "@graphcommerce/image": "3.1.9", - "@graphcommerce/magento-cart": "4.7.5", - "@graphcommerce/magento-customer": "4.10.5", - "@graphcommerce/magento-product": "4.5.6", + "@graphcommerce/magento-cart": "4.8.0", + "@graphcommerce/magento-customer": "4.11.0", + "@graphcommerce/magento-product": "4.5.7", "@graphcommerce/magento-store": "4.2.32", "@graphcommerce/next-ui": "4.23.1", - "@graphcommerce/react-hook-form": "3.3.2" + "@graphcommerce/react-hook-form": "3.3.3" }, "peerDependencies": { "@lingui/react": "^3.13.2", diff --git a/packages/magento-cart-payment-method/CHANGELOG.md b/packages/magento-cart-payment-method/CHANGELOG.md index 7a246e4482..6d77f5c949 100644 --- a/packages/magento-cart-payment-method/CHANGELOG.md +++ b/packages/magento-cart-payment-method/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 3.5.6 + +### Patch Changes + +- Updated dependencies [[`8d5207288`](https://github.com/graphcommerce-org/graphcommerce/commit/8d52072887f124831ed85d28ec79998f0ce55f1c), [`662f510c2`](https://github.com/graphcommerce-org/graphcommerce/commit/662f510c21fc44a63036e5c7a0726ccb33c31600)]: + - @graphcommerce/magento-cart@4.8.0 + - @graphcommerce/react-hook-form@3.3.3 + ## 3.5.5 ### Patch Changes diff --git a/packages/magento-cart-payment-method/package.json b/packages/magento-cart-payment-method/package.json index 10143b1fcd..db1d5a716b 100644 --- a/packages/magento-cart-payment-method/package.json +++ b/packages/magento-cart-payment-method/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-cart-payment-method", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "3.5.5", + "version": "3.5.6", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -15,7 +15,7 @@ "@graphcommerce/eslint-config-pwa": "^4.1.10", "@graphcommerce/prettier-config-pwa": "^4.0.6", "@graphcommerce/typescript-config-pwa": "^4.0.4", - "@graphcommerce/magento-cart-shipping-address": "3.4.5", + "@graphcommerce/magento-cart-shipping-address": "3.4.6", "@playwright/test": "^1.21.1", "type-fest": "^2.12.2" }, @@ -23,10 +23,10 @@ "@graphcommerce/framer-scroller": "2.1.35", "@graphcommerce/graphql": "3.4.8", "@graphcommerce/image": "3.1.9", - "@graphcommerce/magento-cart": "4.7.5", + "@graphcommerce/magento-cart": "4.8.0", "@graphcommerce/magento-store": "4.2.32", "@graphcommerce/next-ui": "4.23.1", - "@graphcommerce/react-hook-form": "3.3.2" + "@graphcommerce/react-hook-form": "3.3.3" }, "peerDependencies": { "@lingui/react": "^3.13.2", diff --git a/packages/magento-cart-pickup/CHANGELOG.md b/packages/magento-cart-pickup/CHANGELOG.md index a21822a97d..c101d48173 100644 --- a/packages/magento-cart-pickup/CHANGELOG.md +++ b/packages/magento-cart-pickup/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 3.1.16 + +### Patch Changes + +- Updated dependencies [[`662f510c2`](https://github.com/graphcommerce-org/graphcommerce/commit/662f510c21fc44a63036e5c7a0726ccb33c31600)]: + - @graphcommerce/react-hook-form@3.3.3 + - @graphcommerce/magento-cart-shipping-method@3.6.6 + ## 3.1.15 ### Patch Changes diff --git a/packages/magento-cart-pickup/package.json b/packages/magento-cart-pickup/package.json index 4c7546f36f..12cb10b648 100644 --- a/packages/magento-cart-pickup/package.json +++ b/packages/magento-cart-pickup/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-cart-pickup", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "3.1.15", + "version": "3.1.16", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -20,10 +20,10 @@ "dependencies": { "@graphcommerce/graphql": "3.4.8", "@graphcommerce/image": "3.1.9", - "@graphcommerce/magento-cart-shipping-method": "3.6.5", + "@graphcommerce/magento-cart-shipping-method": "3.6.6", "@graphcommerce/magento-store": "4.2.32", "@graphcommerce/next-ui": "4.23.1", - "@graphcommerce/react-hook-form": "3.3.2" + "@graphcommerce/react-hook-form": "3.3.3" }, "peerDependencies": { "@lingui/core": "^3.13.2", diff --git a/packages/magento-cart-shipping-address/CHANGELOG.md b/packages/magento-cart-shipping-address/CHANGELOG.md index 23c32abf01..e9f5ccf0bf 100644 --- a/packages/magento-cart-shipping-address/CHANGELOG.md +++ b/packages/magento-cart-shipping-address/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 3.4.6 + +### Patch Changes + +- Updated dependencies [[`c1b8b0352`](https://github.com/graphcommerce-org/graphcommerce/commit/c1b8b03520532223f7b572ff23f1d368a4dfe306), [`8d5207288`](https://github.com/graphcommerce-org/graphcommerce/commit/8d52072887f124831ed85d28ec79998f0ce55f1c)]: + - @graphcommerce/magento-customer@4.11.0 + - @graphcommerce/magento-cart@4.8.0 + - @graphcommerce/ecommerce-ui@1.3.1 + ## 3.4.5 ### Patch Changes diff --git a/packages/magento-cart-shipping-address/package.json b/packages/magento-cart-shipping-address/package.json index 0a98a1ad71..cc96424644 100644 --- a/packages/magento-cart-shipping-address/package.json +++ b/packages/magento-cart-shipping-address/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-cart-shipping-address", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "3.4.5", + "version": "3.4.6", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -18,11 +18,11 @@ "@playwright/test": "^1.21.1" }, "dependencies": { - "@graphcommerce/ecommerce-ui": "1.3.0", + "@graphcommerce/ecommerce-ui": "1.3.1", "@graphcommerce/graphql": "3.4.8", "@graphcommerce/image": "3.1.9", - "@graphcommerce/magento-cart": "4.7.5", - "@graphcommerce/magento-customer": "4.10.5", + "@graphcommerce/magento-cart": "4.8.0", + "@graphcommerce/magento-customer": "4.11.0", "@graphcommerce/magento-store": "4.2.32", "@graphcommerce/next-ui": "4.23.1" }, diff --git a/packages/magento-cart-shipping-method/CHANGELOG.md b/packages/magento-cart-shipping-method/CHANGELOG.md index 0ad61cf67e..e3d55f3eae 100644 --- a/packages/magento-cart-shipping-method/CHANGELOG.md +++ b/packages/magento-cart-shipping-method/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 3.6.6 + +### Patch Changes + +- Updated dependencies [[`8d5207288`](https://github.com/graphcommerce-org/graphcommerce/commit/8d52072887f124831ed85d28ec79998f0ce55f1c), [`662f510c2`](https://github.com/graphcommerce-org/graphcommerce/commit/662f510c21fc44a63036e5c7a0726ccb33c31600)]: + - @graphcommerce/magento-cart@4.8.0 + - @graphcommerce/react-hook-form@3.3.3 + - @graphcommerce/magento-cart-shipping-address@3.4.6 + ## 3.6.5 ### Patch Changes diff --git a/packages/magento-cart-shipping-method/package.json b/packages/magento-cart-shipping-method/package.json index 4dbe8b50da..998e796a49 100644 --- a/packages/magento-cart-shipping-method/package.json +++ b/packages/magento-cart-shipping-method/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-cart-shipping-method", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "3.6.5", + "version": "3.6.6", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -22,11 +22,11 @@ "@graphcommerce/framer-scroller": "2.1.35", "@graphcommerce/graphql": "3.4.8", "@graphcommerce/image": "3.1.9", - "@graphcommerce/magento-cart": "4.7.5", - "@graphcommerce/magento-cart-shipping-address": "3.4.5", + "@graphcommerce/magento-cart": "4.8.0", + "@graphcommerce/magento-cart-shipping-address": "3.4.6", "@graphcommerce/magento-store": "4.2.32", "@graphcommerce/next-ui": "4.23.1", - "@graphcommerce/react-hook-form": "3.3.2" + "@graphcommerce/react-hook-form": "3.3.3" }, "peerDependencies": { "@lingui/react": "^3.13.2", diff --git a/packages/magento-cart/CHANGELOG.md b/packages/magento-cart/CHANGELOG.md index 3f0fe6ea6f..4976775474 100644 --- a/packages/magento-cart/CHANGELOG.md +++ b/packages/magento-cart/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 4.8.0 + +### Minor Changes + +- [#1630](https://github.com/graphcommerce-org/graphcommerce/pull/1630) [`8d5207288`](https://github.com/graphcommerce-org/graphcommerce/commit/8d52072887f124831ed85d28ec79998f0ce55f1c) Thanks [@mikekeehnen](https://github.com/mikekeehnen)! - Bug that caused multiple cart creations, for guest, on returning from a successful checkout + +### Patch Changes + +- Updated dependencies [[`c1b8b0352`](https://github.com/graphcommerce-org/graphcommerce/commit/c1b8b03520532223f7b572ff23f1d368a4dfe306), [`662f510c2`](https://github.com/graphcommerce-org/graphcommerce/commit/662f510c21fc44a63036e5c7a0726ccb33c31600)]: + - @graphcommerce/magento-customer@4.11.0 + - @graphcommerce/react-hook-form@3.3.3 + - @graphcommerce/ecommerce-ui@1.3.1 + ## 4.7.5 ### Patch Changes diff --git a/packages/magento-cart/package.json b/packages/magento-cart/package.json index 57dfcea312..75ac183598 100644 --- a/packages/magento-cart/package.json +++ b/packages/magento-cart/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-cart", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "4.7.5", + "version": "4.8.0", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -18,17 +18,17 @@ "@playwright/test": "^1.21.1" }, "dependencies": { - "@graphcommerce/ecommerce-ui": "1.3.0", + "@graphcommerce/ecommerce-ui": "1.3.1", "@graphcommerce/framer-utils": "3.2.0", "@graphcommerce/framer-next-pages": "3.3.0", "@graphcommerce/framer-scroller": "2.1.35", "@graphcommerce/graphql": "3.4.8", "@graphcommerce/image": "3.1.9", - "@graphcommerce/magento-customer": "4.10.5", + "@graphcommerce/magento-customer": "4.11.0", "@graphcommerce/magento-graphql": "3.1.8", "@graphcommerce/magento-store": "4.2.32", "@graphcommerce/next-ui": "4.23.1", - "@graphcommerce/react-hook-form": "3.3.2" + "@graphcommerce/react-hook-form": "3.3.3" }, "peerDependencies": { "@lingui/react": "^3.13.2", diff --git a/packages/magento-category/CHANGELOG.md b/packages/magento-category/CHANGELOG.md index 4d20a3a53c..7624493efb 100644 --- a/packages/magento-category/CHANGELOG.md +++ b/packages/magento-category/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 4.5.7 + +### Patch Changes + +- Updated dependencies []: + - @graphcommerce/magento-product@4.5.7 + ## 4.5.6 ### Patch Changes diff --git a/packages/magento-category/package.json b/packages/magento-category/package.json index b32585a15b..0f4977cd19 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.6", + "version": "4.5.7", "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.6", + "@graphcommerce/magento-product": "4.5.7", "@graphcommerce/magento-store": "4.2.32", "@graphcommerce/next-ui": "4.23.1" }, diff --git a/packages/magento-customer-account/CHANGELOG.md b/packages/magento-customer-account/CHANGELOG.md index 7c92d41e0a..09a31342bc 100644 --- a/packages/magento-customer-account/CHANGELOG.md +++ b/packages/magento-customer-account/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 3.2.6 + +### Patch Changes + +- Updated dependencies [[`c1b8b0352`](https://github.com/graphcommerce-org/graphcommerce/commit/c1b8b03520532223f7b572ff23f1d368a4dfe306), [`662f510c2`](https://github.com/graphcommerce-org/graphcommerce/commit/662f510c21fc44a63036e5c7a0726ccb33c31600)]: + - @graphcommerce/magento-customer@4.11.0 + - @graphcommerce/react-hook-form@3.3.3 + ## 3.2.5 ### Patch Changes diff --git a/packages/magento-customer-account/package.json b/packages/magento-customer-account/package.json index 3181e066eb..3c69852979 100644 --- a/packages/magento-customer-account/package.json +++ b/packages/magento-customer-account/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-customer-account", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "3.2.5", + "version": "3.2.6", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -20,12 +20,12 @@ "dependencies": { "@graphcommerce/graphql": "3.4.8", "@graphcommerce/image": "3.1.9", - "@graphcommerce/magento-customer": "4.10.5", + "@graphcommerce/magento-customer": "4.11.0", "@graphcommerce/magento-customer-order": "3.1.4", "@graphcommerce/magento-graphql": "3.1.8", "@graphcommerce/magento-store": "4.2.32", "@graphcommerce/next-ui": "4.23.1", - "@graphcommerce/react-hook-form": "3.3.2" + "@graphcommerce/react-hook-form": "3.3.3" }, "peerDependencies": { "@lingui/react": "^3.13.2", diff --git a/packages/magento-customer/CHANGELOG.md b/packages/magento-customer/CHANGELOG.md index eec6467fc2..80b8c251bd 100644 --- a/packages/magento-customer/CHANGELOG.md +++ b/packages/magento-customer/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 4.11.0 + +### Minor Changes + +- [#1631](https://github.com/graphcommerce-org/graphcommerce/pull/1631) [`c1b8b0352`](https://github.com/graphcommerce-org/graphcommerce/commit/c1b8b03520532223f7b572ff23f1d368a4dfe306) Thanks [@mikekeehnen](https://github.com/mikekeehnen)! - Purge local storage on signout, so no cache is preserved + +### Patch Changes + +- Updated dependencies [[`662f510c2`](https://github.com/graphcommerce-org/graphcommerce/commit/662f510c21fc44a63036e5c7a0726ccb33c31600)]: + - @graphcommerce/react-hook-form@3.3.3 + - @graphcommerce/ecommerce-ui@1.3.1 + ## 4.10.5 ### Patch Changes diff --git a/packages/magento-customer/package.json b/packages/magento-customer/package.json index 311128a529..90d9180439 100644 --- a/packages/magento-customer/package.json +++ b/packages/magento-customer/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-customer", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "4.10.5", + "version": "4.11.0", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -19,7 +19,7 @@ "type-fest": "^2.12.2" }, "dependencies": { - "@graphcommerce/ecommerce-ui": "1.3.0", + "@graphcommerce/ecommerce-ui": "1.3.1", "@graphcommerce/framer-utils": "3.2.0", "@graphcommerce/graphql": "3.4.8", "@graphcommerce/graphql-mesh": "4.1.9", @@ -27,7 +27,7 @@ "@graphcommerce/magento-graphql": "3.1.8", "@graphcommerce/magento-store": "4.2.32", "@graphcommerce/next-ui": "4.23.1", - "@graphcommerce/react-hook-form": "3.3.2" + "@graphcommerce/react-hook-form": "3.3.3" }, "peerDependencies": { "@lingui/react": "^3.13.2", diff --git a/packages/magento-newsletter/CHANGELOG.md b/packages/magento-newsletter/CHANGELOG.md index a915bc37a7..c3ee15cf0c 100644 --- a/packages/magento-newsletter/CHANGELOG.md +++ b/packages/magento-newsletter/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 2.1.6 + +### Patch Changes + +- Updated dependencies [[`c1b8b0352`](https://github.com/graphcommerce-org/graphcommerce/commit/c1b8b03520532223f7b572ff23f1d368a4dfe306), [`8d5207288`](https://github.com/graphcommerce-org/graphcommerce/commit/8d52072887f124831ed85d28ec79998f0ce55f1c), [`662f510c2`](https://github.com/graphcommerce-org/graphcommerce/commit/662f510c21fc44a63036e5c7a0726ccb33c31600)]: + - @graphcommerce/magento-customer@4.11.0 + - @graphcommerce/magento-cart@4.8.0 + - @graphcommerce/react-hook-form@3.3.3 + ## 2.1.5 ### Patch Changes diff --git a/packages/magento-newsletter/package.json b/packages/magento-newsletter/package.json index 3cb85797e6..42f6658abe 100644 --- a/packages/magento-newsletter/package.json +++ b/packages/magento-newsletter/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-newsletter", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "2.1.5", + "version": "2.1.6", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -19,10 +19,10 @@ }, "dependencies": { "@graphcommerce/graphql": "3.4.8", - "@graphcommerce/magento-cart": "4.7.5", - "@graphcommerce/magento-customer": "4.10.5", + "@graphcommerce/magento-cart": "4.8.0", + "@graphcommerce/magento-customer": "4.11.0", "@graphcommerce/next-ui": "4.23.1", - "@graphcommerce/react-hook-form": "3.3.2" + "@graphcommerce/react-hook-form": "3.3.3" }, "peerDependencies": { "@lingui/react": "^3.13.2", diff --git a/packages/magento-pagebuilder/CHANGELOG.md b/packages/magento-pagebuilder/CHANGELOG.md index 53f91effbe..a1f869ded0 100644 --- a/packages/magento-pagebuilder/CHANGELOG.md +++ b/packages/magento-pagebuilder/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphcommerce/magento-pagebuilder +## 1.0.44 + +### Patch Changes + +- Updated dependencies [[`662f510c2`](https://github.com/graphcommerce-org/graphcommerce/commit/662f510c21fc44a63036e5c7a0726ccb33c31600)]: + - @graphcommerce/react-hook-form@3.3.3 + - @graphcommerce/magento-product@4.5.7 + - @graphcommerce/magento-category@4.5.7 + ## 1.0.43 ### Patch Changes diff --git a/packages/magento-pagebuilder/package.json b/packages/magento-pagebuilder/package.json index 15ccaf6786..231987e283 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.43", + "version": "1.0.44", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -20,11 +20,11 @@ }, "dependencies": { "@graphcommerce/graphql": "3.4.8", - "@graphcommerce/magento-category": "4.5.6", + "@graphcommerce/magento-category": "4.5.7", "@graphcommerce/magento-cms": "4.0.43", - "@graphcommerce/magento-product": "4.5.6", + "@graphcommerce/magento-product": "4.5.7", "@graphcommerce/next-ui": "4.23.1", - "@graphcommerce/react-hook-form": "3.3.2", + "@graphcommerce/react-hook-form": "3.3.3", "jsdom": "^20.0.0" }, "peerDependencies": { diff --git a/packages/magento-payment-braintree/CHANGELOG.md b/packages/magento-payment-braintree/CHANGELOG.md index 88d4180856..c8430b0a07 100644 --- a/packages/magento-payment-braintree/CHANGELOG.md +++ b/packages/magento-payment-braintree/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 3.0.53 + +### Patch Changes + +- Updated dependencies [[`8d5207288`](https://github.com/graphcommerce-org/graphcommerce/commit/8d52072887f124831ed85d28ec79998f0ce55f1c), [`662f510c2`](https://github.com/graphcommerce-org/graphcommerce/commit/662f510c21fc44a63036e5c7a0726ccb33c31600)]: + - @graphcommerce/magento-cart@4.8.0 + - @graphcommerce/react-hook-form@3.3.3 + - @graphcommerce/magento-cart-payment-method@3.5.6 + ## 3.0.52 ### Patch Changes diff --git a/packages/magento-payment-braintree/package.json b/packages/magento-payment-braintree/package.json index 015d22f4e1..88aec977d5 100644 --- a/packages/magento-payment-braintree/package.json +++ b/packages/magento-payment-braintree/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-payment-braintree", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "3.0.52", + "version": "3.0.53", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -13,9 +13,9 @@ }, "devDependencies": { "@graphcommerce/eslint-config-pwa": "^4.1.10", - "@graphcommerce/magento-cart-shipping-address": "3.4.5", - "@graphcommerce/magento-product": "4.5.6", - "@graphcommerce/magento-product-configurable": "4.2.7", + "@graphcommerce/magento-cart-shipping-address": "3.4.6", + "@graphcommerce/magento-product": "4.5.7", + "@graphcommerce/magento-product-configurable": "4.2.8", "@graphcommerce/prettier-config-pwa": "^4.0.6", "@graphcommerce/typescript-config-pwa": "^4.0.4", "@playwright/test": "^1.21.1", @@ -25,11 +25,11 @@ "dependencies": { "@graphcommerce/graphql": "3.4.8", "@graphcommerce/image": "3.1.9", - "@graphcommerce/magento-cart": "4.7.5", - "@graphcommerce/magento-cart-payment-method": "3.5.5", + "@graphcommerce/magento-cart": "4.8.0", + "@graphcommerce/magento-cart-payment-method": "3.5.6", "@graphcommerce/magento-store": "4.2.32", "@graphcommerce/next-ui": "4.23.1", - "@graphcommerce/react-hook-form": "3.3.2", + "@graphcommerce/react-hook-form": "3.3.3", "braintree-web": "^3.86.0" }, "peerDependencies": { diff --git a/packages/magento-payment-included/CHANGELOG.md b/packages/magento-payment-included/CHANGELOG.md index 65abdbb570..a014d3ed60 100644 --- a/packages/magento-payment-included/CHANGELOG.md +++ b/packages/magento-payment-included/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 3.1.25 + +### Patch Changes + +- Updated dependencies [[`8d5207288`](https://github.com/graphcommerce-org/graphcommerce/commit/8d52072887f124831ed85d28ec79998f0ce55f1c), [`662f510c2`](https://github.com/graphcommerce-org/graphcommerce/commit/662f510c21fc44a63036e5c7a0726ccb33c31600)]: + - @graphcommerce/magento-cart@4.8.0 + - @graphcommerce/react-hook-form@3.3.3 + - @graphcommerce/magento-cart-payment-method@3.5.6 + ## 3.1.24 ### Patch Changes diff --git a/packages/magento-payment-included/package.json b/packages/magento-payment-included/package.json index 660af75b94..d85c08cb78 100644 --- a/packages/magento-payment-included/package.json +++ b/packages/magento-payment-included/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-payment-included", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "3.1.24", + "version": "3.1.25", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -13,9 +13,9 @@ }, "devDependencies": { "@graphcommerce/eslint-config-pwa": "^4.1.10", - "@graphcommerce/magento-cart-shipping-address": "3.4.5", - "@graphcommerce/magento-product": "4.5.6", - "@graphcommerce/magento-product-configurable": "4.2.7", + "@graphcommerce/magento-cart-shipping-address": "3.4.6", + "@graphcommerce/magento-product": "4.5.7", + "@graphcommerce/magento-product-configurable": "4.2.8", "@graphcommerce/prettier-config-pwa": "^4.0.6", "@graphcommerce/typescript-config-pwa": "^4.0.4", "@playwright/test": "^1.21.1", @@ -24,11 +24,11 @@ "dependencies": { "@graphcommerce/graphql": "3.4.8", "@graphcommerce/image": "3.1.9", - "@graphcommerce/magento-cart": "4.7.5", - "@graphcommerce/magento-cart-payment-method": "3.5.5", + "@graphcommerce/magento-cart": "4.8.0", + "@graphcommerce/magento-cart-payment-method": "3.5.6", "@graphcommerce/magento-store": "4.2.32", "@graphcommerce/next-ui": "4.23.1", - "@graphcommerce/react-hook-form": "3.3.2" + "@graphcommerce/react-hook-form": "3.3.3" }, "peerDependencies": { "@lingui/react": "^3.13.2", diff --git a/packages/magento-payment-klarna/CHANGELOG.md b/packages/magento-payment-klarna/CHANGELOG.md index c74fef21a2..d2f93f4da8 100644 --- a/packages/magento-payment-klarna/CHANGELOG.md +++ b/packages/magento-payment-klarna/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 3.0.52 + +### Patch Changes + +- Updated dependencies [[`8d5207288`](https://github.com/graphcommerce-org/graphcommerce/commit/8d52072887f124831ed85d28ec79998f0ce55f1c)]: + - @graphcommerce/magento-cart@4.8.0 + ## 3.0.51 ### Patch Changes diff --git a/packages/magento-payment-klarna/package.json b/packages/magento-payment-klarna/package.json index 6c0179a371..4f11917baf 100644 --- a/packages/magento-payment-klarna/package.json +++ b/packages/magento-payment-klarna/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-payment-klarna", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "3.0.51", + "version": "3.0.52", "private": true, "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", @@ -22,7 +22,7 @@ "dependencies": { "@graphcommerce/graphql": "3.4.8", "@graphcommerce/image": "3.1.9", - "@graphcommerce/magento-cart": "4.7.5", + "@graphcommerce/magento-cart": "4.8.0", "@graphcommerce/magento-store": "4.2.32", "@graphcommerce/next-ui": "4.23.1" }, diff --git a/packages/magento-product-bundle/CHANGELOG.md b/packages/magento-product-bundle/CHANGELOG.md index f6a1ea2de4..63327b5998 100644 --- a/packages/magento-product-bundle/CHANGELOG.md +++ b/packages/magento-product-bundle/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 4.0.55 + +### Patch Changes + +- Updated dependencies [[`8d5207288`](https://github.com/graphcommerce-org/graphcommerce/commit/8d52072887f124831ed85d28ec79998f0ce55f1c)]: + - @graphcommerce/magento-cart@4.8.0 + - @graphcommerce/magento-cart-items@3.1.7 + - @graphcommerce/magento-product@4.5.7 + - @graphcommerce/magento-product-simple@4.0.55 + - @graphcommerce/magento-product-virtual@4.0.55 + ## 4.0.54 ### Patch Changes diff --git a/packages/magento-product-bundle/package.json b/packages/magento-product-bundle/package.json index 714d0798f2..7865d11e8d 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.54", + "version": "4.0.55", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -19,11 +19,11 @@ }, "dependencies": { "@graphcommerce/graphql": "3.4.8", - "@graphcommerce/magento-cart": "4.7.5", - "@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" + "@graphcommerce/magento-cart": "4.8.0", + "@graphcommerce/magento-cart-items": "3.1.7", + "@graphcommerce/magento-product": "4.5.7", + "@graphcommerce/magento-product-simple": "4.0.55", + "@graphcommerce/magento-product-virtual": "4.0.55" }, "peerDependencies": { "@lingui/react": "^3.13.2", diff --git a/packages/magento-product-configurable/CHANGELOG.md b/packages/magento-product-configurable/CHANGELOG.md index fc5c86206e..798d834499 100644 --- a/packages/magento-product-configurable/CHANGELOG.md +++ b/packages/magento-product-configurable/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 4.2.8 + +### Patch Changes + +- Updated dependencies [[`c1b8b0352`](https://github.com/graphcommerce-org/graphcommerce/commit/c1b8b03520532223f7b572ff23f1d368a4dfe306), [`8d5207288`](https://github.com/graphcommerce-org/graphcommerce/commit/8d52072887f124831ed85d28ec79998f0ce55f1c), [`662f510c2`](https://github.com/graphcommerce-org/graphcommerce/commit/662f510c21fc44a63036e5c7a0726ccb33c31600)]: + - @graphcommerce/magento-customer@4.11.0 + - @graphcommerce/magento-cart@4.8.0 + - @graphcommerce/react-hook-form@3.3.3 + - @graphcommerce/magento-cart-items@3.1.7 + - @graphcommerce/magento-product@4.5.7 + - @graphcommerce/magento-product-simple@4.0.55 + - @graphcommerce/magento-category@4.5.7 + ## 4.2.7 ### Patch Changes diff --git a/packages/magento-product-configurable/package.json b/packages/magento-product-configurable/package.json index 2920d45c6b..d072767386 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.7", + "version": "4.2.8", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -22,15 +22,15 @@ "@graphcommerce/graphql": "3.4.8", "@graphcommerce/graphql-mesh": "4.1.9", "@graphcommerce/image": "3.1.9", - "@graphcommerce/magento-cart": "4.7.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.6", - "@graphcommerce/magento-product-simple": "4.0.54", + "@graphcommerce/magento-cart": "4.8.0", + "@graphcommerce/magento-cart-items": "3.1.7", + "@graphcommerce/magento-category": "4.5.7", + "@graphcommerce/magento-customer": "4.11.0", + "@graphcommerce/magento-product": "4.5.7", + "@graphcommerce/magento-product-simple": "4.0.55", "@graphcommerce/magento-store": "4.2.32", "@graphcommerce/next-ui": "4.23.1", - "@graphcommerce/react-hook-form": "3.3.2" + "@graphcommerce/react-hook-form": "3.3.3" }, "peerDependencies": { "@lingui/react": "^3.13.2", diff --git a/packages/magento-product-downloadable/CHANGELOG.md b/packages/magento-product-downloadable/CHANGELOG.md index b65993098f..bcdf3d95a6 100644 --- a/packages/magento-product-downloadable/CHANGELOG.md +++ b/packages/magento-product-downloadable/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 4.0.55 + +### Patch Changes + +- Updated dependencies [[`8d5207288`](https://github.com/graphcommerce-org/graphcommerce/commit/8d52072887f124831ed85d28ec79998f0ce55f1c)]: + - @graphcommerce/magento-cart@4.8.0 + - @graphcommerce/magento-product@4.5.7 + ## 4.0.54 ### Patch Changes diff --git a/packages/magento-product-downloadable/package.json b/packages/magento-product-downloadable/package.json index d6fdc71088..643829ac8a 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.54", + "version": "4.0.55", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -19,8 +19,8 @@ }, "dependencies": { "@graphcommerce/graphql": "3.4.8", - "@graphcommerce/magento-cart": "4.7.5", - "@graphcommerce/magento-product": "4.5.6" + "@graphcommerce/magento-cart": "4.8.0", + "@graphcommerce/magento-product": "4.5.7" }, "peerDependencies": { "@lingui/react": "^3.13.2", diff --git a/packages/magento-product-grouped/CHANGELOG.md b/packages/magento-product-grouped/CHANGELOG.md index e64f8421f6..5e170d0178 100644 --- a/packages/magento-product-grouped/CHANGELOG.md +++ b/packages/magento-product-grouped/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 3.0.55 + +### Patch Changes + +- Updated dependencies [[`8d5207288`](https://github.com/graphcommerce-org/graphcommerce/commit/8d52072887f124831ed85d28ec79998f0ce55f1c)]: + - @graphcommerce/magento-cart@4.8.0 + - @graphcommerce/magento-product@4.5.7 + - @graphcommerce/magento-product-simple@4.0.55 + - @graphcommerce/magento-product-virtual@4.0.55 + ## 3.0.54 ### Patch Changes diff --git a/packages/magento-product-grouped/package.json b/packages/magento-product-grouped/package.json index 04c725f073..c3d2e4bf5a 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.54", + "version": "3.0.55", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -19,10 +19,10 @@ }, "dependencies": { "@graphcommerce/graphql": "3.4.8", - "@graphcommerce/magento-cart": "4.7.5", - "@graphcommerce/magento-product": "4.5.6", - "@graphcommerce/magento-product-simple": "4.0.54", - "@graphcommerce/magento-product-virtual": "4.0.54" + "@graphcommerce/magento-cart": "4.8.0", + "@graphcommerce/magento-product": "4.5.7", + "@graphcommerce/magento-product-simple": "4.0.55", + "@graphcommerce/magento-product-virtual": "4.0.55" }, "peerDependencies": { "@lingui/react": "^3.13.2", diff --git a/packages/magento-product-simple/CHANGELOG.md b/packages/magento-product-simple/CHANGELOG.md index 62d1a39a70..5d4b6196ac 100644 --- a/packages/magento-product-simple/CHANGELOG.md +++ b/packages/magento-product-simple/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 4.0.55 + +### Patch Changes + +- Updated dependencies [[`8d5207288`](https://github.com/graphcommerce-org/graphcommerce/commit/8d52072887f124831ed85d28ec79998f0ce55f1c)]: + - @graphcommerce/magento-cart@4.8.0 + - @graphcommerce/magento-product@4.5.7 + ## 4.0.54 ### Patch Changes diff --git a/packages/magento-product-simple/package.json b/packages/magento-product-simple/package.json index 0512e65165..ba0c58afa5 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.54", + "version": "4.0.55", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -19,8 +19,8 @@ }, "dependencies": { "@graphcommerce/graphql": "3.4.8", - "@graphcommerce/magento-cart": "4.7.5", - "@graphcommerce/magento-product": "4.5.6" + "@graphcommerce/magento-cart": "4.8.0", + "@graphcommerce/magento-product": "4.5.7" }, "peerDependencies": { "@lingui/react": "^3.13.2", diff --git a/packages/magento-product-virtual/CHANGELOG.md b/packages/magento-product-virtual/CHANGELOG.md index a2baaa5b83..3e01afb37f 100644 --- a/packages/magento-product-virtual/CHANGELOG.md +++ b/packages/magento-product-virtual/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 4.0.55 + +### Patch Changes + +- Updated dependencies [[`8d5207288`](https://github.com/graphcommerce-org/graphcommerce/commit/8d52072887f124831ed85d28ec79998f0ce55f1c)]: + - @graphcommerce/magento-cart@4.8.0 + - @graphcommerce/magento-product@4.5.7 + ## 4.0.54 ### Patch Changes diff --git a/packages/magento-product-virtual/package.json b/packages/magento-product-virtual/package.json index cd99c4e3bd..5bdec24ac9 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.54", + "version": "4.0.55", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -19,8 +19,8 @@ }, "dependencies": { "@graphcommerce/graphql": "3.4.8", - "@graphcommerce/magento-cart": "4.7.5", - "@graphcommerce/magento-product": "4.5.6" + "@graphcommerce/magento-cart": "4.8.0", + "@graphcommerce/magento-product": "4.5.7" }, "peerDependencies": { "@lingui/react": "^3.13.2", diff --git a/packages/magento-product/CHANGELOG.md b/packages/magento-product/CHANGELOG.md index b4fc789880..daaa360956 100644 --- a/packages/magento-product/CHANGELOG.md +++ b/packages/magento-product/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 4.5.7 + +### Patch Changes + +- Updated dependencies [[`8d5207288`](https://github.com/graphcommerce-org/graphcommerce/commit/8d52072887f124831ed85d28ec79998f0ce55f1c)]: + - @graphcommerce/magento-cart@4.8.0 + ## 4.5.6 ### Patch Changes diff --git a/packages/magento-product/package.json b/packages/magento-product/package.json index 745bcf0c52..4ad78817f3 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.6", + "version": "4.5.7", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -23,7 +23,7 @@ "@graphcommerce/graphql": "3.4.8", "@graphcommerce/graphql-mesh": "4.1.9", "@graphcommerce/image": "3.1.9", - "@graphcommerce/magento-cart": "4.7.5", + "@graphcommerce/magento-cart": "4.8.0", "@graphcommerce/magento-store": "4.2.32", "@graphcommerce/next-ui": "4.23.1", "schema-dts": "^1.1.0" diff --git a/packages/magento-review/CHANGELOG.md b/packages/magento-review/CHANGELOG.md index b3a573d8e7..ece646b596 100644 --- a/packages/magento-review/CHANGELOG.md +++ b/packages/magento-review/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 3.3.7 + +### Patch Changes + +- Updated dependencies [[`c1b8b0352`](https://github.com/graphcommerce-org/graphcommerce/commit/c1b8b03520532223f7b572ff23f1d368a4dfe306), [`662f510c2`](https://github.com/graphcommerce-org/graphcommerce/commit/662f510c21fc44a63036e5c7a0726ccb33c31600)]: + - @graphcommerce/magento-customer@4.11.0 + - @graphcommerce/react-hook-form@3.3.3 + - @graphcommerce/magento-product@4.5.7 + ## 3.3.6 ### Patch Changes diff --git a/packages/magento-review/package.json b/packages/magento-review/package.json index f756a7f3a0..2a42bb83e1 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.6", + "version": "3.3.7", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -21,11 +21,11 @@ "@graphcommerce/graphql": "3.4.8", "@graphcommerce/graphql-mesh": "4.1.9", "@graphcommerce/image": "3.1.9", - "@graphcommerce/magento-customer": "4.10.5", - "@graphcommerce/magento-product": "4.5.6", + "@graphcommerce/magento-customer": "4.11.0", + "@graphcommerce/magento-product": "4.5.7", "@graphcommerce/magento-store": "4.2.32", "@graphcommerce/next-ui": "4.23.1", - "@graphcommerce/react-hook-form": "3.3.2", + "@graphcommerce/react-hook-form": "3.3.3", "schema-dts": "^1.1.0" }, "peerDependencies": { diff --git a/packages/magento-search/CHANGELOG.md b/packages/magento-search/CHANGELOG.md index 48578451ff..63738ea39b 100644 --- a/packages/magento-search/CHANGELOG.md +++ b/packages/magento-search/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 4.2.4 + +### Patch Changes + +- Updated dependencies [[`662f510c2`](https://github.com/graphcommerce-org/graphcommerce/commit/662f510c21fc44a63036e5c7a0726ccb33c31600)]: + - @graphcommerce/react-hook-form@3.3.3 + ## 4.2.3 ### Patch Changes diff --git a/packages/magento-search/package.json b/packages/magento-search/package.json index 87e84e110d..cbda8f34ac 100644 --- a/packages/magento-search/package.json +++ b/packages/magento-search/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-search", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "4.2.3", + "version": "4.2.4", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -22,7 +22,7 @@ "@graphcommerce/graphql": "3.4.8", "@graphcommerce/image": "3.1.9", "@graphcommerce/next-ui": "4.23.1", - "@graphcommerce/react-hook-form": "3.3.2" + "@graphcommerce/react-hook-form": "3.3.3" }, "peerDependencies": { "@lingui/react": "^3.13.2", diff --git a/packages/magento-wishlist/CHANGELOG.md b/packages/magento-wishlist/CHANGELOG.md index e30f0fdcfb..c932460358 100644 --- a/packages/magento-wishlist/CHANGELOG.md +++ b/packages/magento-wishlist/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphcommerce/magento-wishlist +## 1.6.8 + +### Patch Changes + +- Updated dependencies [[`c1b8b0352`](https://github.com/graphcommerce-org/graphcommerce/commit/c1b8b03520532223f7b572ff23f1d368a4dfe306), [`8d5207288`](https://github.com/graphcommerce-org/graphcommerce/commit/8d52072887f124831ed85d28ec79998f0ce55f1c)]: + - @graphcommerce/magento-customer@4.11.0 + - @graphcommerce/magento-cart@4.8.0 + - @graphcommerce/magento-product-configurable@4.2.8 + - @graphcommerce/magento-product@4.5.7 + ## 1.6.7 ### Patch Changes diff --git a/packages/magento-wishlist/package.json b/packages/magento-wishlist/package.json index bc99cd0690..03ea7fccae 100644 --- a/packages/magento-wishlist/package.json +++ b/packages/magento-wishlist/package.json @@ -1,6 +1,6 @@ { "name": "@graphcommerce/magento-wishlist", - "version": "1.6.7", + "version": "1.6.8", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "browserslist": [ @@ -22,10 +22,10 @@ "@graphcommerce/graphql": "3.4.8", "@graphcommerce/graphql-mesh": "4.1.9", "@graphcommerce/image": "3.1.9", - "@graphcommerce/magento-cart": "4.7.5", - "@graphcommerce/magento-customer": "4.10.5", - "@graphcommerce/magento-product": "4.5.6", - "@graphcommerce/magento-product-configurable": "4.2.7", + "@graphcommerce/magento-cart": "4.8.0", + "@graphcommerce/magento-customer": "4.11.0", + "@graphcommerce/magento-product": "4.5.7", + "@graphcommerce/magento-product-configurable": "4.2.8", "@graphcommerce/magento-store": "4.2.32", "@graphcommerce/next-ui": "4.23.1" }, diff --git a/packages/mollie-magento-payment/CHANGELOG.md b/packages/mollie-magento-payment/CHANGELOG.md index 55ac190bc8..d3c2204424 100644 --- a/packages/mollie-magento-payment/CHANGELOG.md +++ b/packages/mollie-magento-payment/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 3.5.6 + +### Patch Changes + +- Updated dependencies [[`8d5207288`](https://github.com/graphcommerce-org/graphcommerce/commit/8d52072887f124831ed85d28ec79998f0ce55f1c), [`662f510c2`](https://github.com/graphcommerce-org/graphcommerce/commit/662f510c21fc44a63036e5c7a0726ccb33c31600)]: + - @graphcommerce/magento-cart@4.8.0 + - @graphcommerce/react-hook-form@3.3.3 + - @graphcommerce/magento-cart-payment-method@3.5.6 + ## 3.5.5 ### Patch Changes diff --git a/packages/mollie-magento-payment/package.json b/packages/mollie-magento-payment/package.json index 2e72439655..96950359b5 100644 --- a/packages/mollie-magento-payment/package.json +++ b/packages/mollie-magento-payment/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/mollie-magento-payment", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "3.5.5", + "version": "3.5.6", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -13,9 +13,9 @@ }, "devDependencies": { "@graphcommerce/eslint-config-pwa": "^4.1.10", - "@graphcommerce/magento-cart-shipping-address": "3.4.5", - "@graphcommerce/magento-product": "4.5.6", - "@graphcommerce/magento-product-configurable": "4.2.7", + "@graphcommerce/magento-cart-shipping-address": "3.4.6", + "@graphcommerce/magento-product": "4.5.7", + "@graphcommerce/magento-product-configurable": "4.2.8", "@graphcommerce/prettier-config-pwa": "^4.0.6", "@graphcommerce/typescript-config-pwa": "^4.0.4", "@playwright/test": "^1.21.1", @@ -25,11 +25,11 @@ "@graphcommerce/graphql": "3.4.8", "@graphcommerce/graphql-mesh": "4.1.9", "@graphcommerce/image": "3.1.9", - "@graphcommerce/magento-cart": "4.7.5", - "@graphcommerce/magento-cart-payment-method": "3.5.5", + "@graphcommerce/magento-cart": "4.8.0", + "@graphcommerce/magento-cart-payment-method": "3.5.6", "@graphcommerce/magento-store": "4.2.32", "@graphcommerce/next-ui": "4.23.1", - "@graphcommerce/react-hook-form": "3.3.2" + "@graphcommerce/react-hook-form": "3.3.3" }, "peerDependencies": { "@lingui/react": "^3.13.2", diff --git a/packages/react-hook-form/CHANGELOG.md b/packages/react-hook-form/CHANGELOG.md index 20fb47a3d1..9e97f346a7 100644 --- a/packages/react-hook-form/CHANGELOG.md +++ b/packages/react-hook-form/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 3.3.3 + +### Patch Changes + +- [#1629](https://github.com/graphcommerce-org/graphcommerce/pull/1629) [`662f510c2`](https://github.com/graphcommerce-org/graphcommerce/commit/662f510c21fc44a63036e5c7a0726ccb33c31600) Thanks [@paales](https://github.com/paales)! - The submit button would remain in a loading state when all composed forms were invalid + ## 3.3.2 ### Patch Changes diff --git a/packages/react-hook-form/package.json b/packages/react-hook-form/package.json index 5e81d7c1b9..02b35c17dc 100644 --- a/packages/react-hook-form/package.json +++ b/packages/react-hook-form/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/react-hook-form", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "3.3.2", + "version": "3.3.3", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": {