From 1d9d058ecb47f205a124b65f7194882a5c710ed9 Mon Sep 17 00:00:00 2001 From: Jesse van der Poel Date: Mon, 11 Dec 2023 10:34:40 +0100 Subject: [PATCH 1/3] Removed currentPage from productlistLink params --- .../components/CategoryChildren/CategoryChildren.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/magento-category/components/CategoryChildren/CategoryChildren.tsx b/packages/magento-category/components/CategoryChildren/CategoryChildren.tsx index bd4c1393b3..30a79c1aaa 100644 --- a/packages/magento-category/components/CategoryChildren/CategoryChildren.tsx +++ b/packages/magento-category/components/CategoryChildren/CategoryChildren.tsx @@ -17,6 +17,8 @@ const { classes } = extendableComponent(name, parts) export function CategoryChildren(props: CategoryChildrenProps) { const { children, params, sx = [] } = props + const { currentPage, ...paramsWithoutCurrentPage } = params + if (!children || children.length === 0) return null return ( @@ -46,7 +48,7 @@ export function CategoryChildren(props: CategoryChildrenProps) { underline='none' color='inherit' href={productListLink({ - ...params, + ...paramsWithoutCurrentPage, url: cat.url_path, filters: { category_uid: { eq: cat.uid } }, })} From 4fc2fda92519159631cfe9a8eafcef58197f9986 Mon Sep 17 00:00:00 2001 From: Jesse van der Poel Date: Mon, 11 Dec 2023 10:41:15 +0100 Subject: [PATCH 2/3] Added changeset --- .changeset/rotten-balloons-think.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/rotten-balloons-think.md diff --git a/.changeset/rotten-balloons-think.md b/.changeset/rotten-balloons-think.md new file mode 100644 index 0000000000..430df9e2d6 --- /dev/null +++ b/.changeset/rotten-balloons-think.md @@ -0,0 +1,5 @@ +--- +'@graphcommerce/magento-category': patch +--- + +Fixed a bug where pagination would be added when navigating to a subcategory from a paginated page From b442855e8d9def03cfd3aa310015c726c79e3a60 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 11:32:34 +0000 Subject: [PATCH 3/3] chore(release): update prerelease versions --- .changeset/pre.json | 1 + docs/CHANGELOG.md | 2 + docs/package.json | 4 +- examples/magento-graphcms/CHANGELOG.md | 2 + examples/magento-graphcms/package.json | 102 +- packages/address-fields-nl/CHANGELOG.md | 2 + packages/address-fields-nl/package.json | 18 +- packages/algolia-search/CHANGELOG.md | 2 + packages/algolia-search/package.json | 24 +- packages/cli/CHANGELOG.md | 2 + packages/cli/package.json | 12 +- .../demo-magento-graphcommerce/CHANGELOG.md | 2 + .../demo-magento-graphcommerce/package.json | 18 +- packages/ecommerce-ui/CHANGELOG.md | 2 + packages/ecommerce-ui/package.json | 14 +- packages/framer-next-pages/CHANGELOG.md | 2 + .../framer-next-pages/example/CHANGELOG.md | 2 + .../framer-next-pages/example/package.json | 8 +- packages/framer-next-pages/package.json | 10 +- packages/framer-scroller/CHANGELOG.md | 2 + packages/framer-scroller/example/CHANGELOG.md | 2 + packages/framer-scroller/example/package.json | 8 +- packages/framer-scroller/package.json | 12 +- packages/framer-utils/CHANGELOG.md | 2 + packages/framer-utils/package.json | 8 +- packages/googleanalytics/CHANGELOG.md | 2 + packages/googleanalytics/package.json | 22 +- packages/googlerecaptcha/CHANGELOG.md | 2 + packages/googlerecaptcha/package.json | 12 +- packages/googletagmanager/CHANGELOG.md | 2 + packages/googletagmanager/package.json | 10 +- packages/graphql-mesh/CHANGELOG.md | 2 + packages/graphql-mesh/package.json | 8 +- packages/graphql/CHANGELOG.md | 2 + packages/graphql/package.json | 12 +- packages/hygraph-cli/CHANGELOG.md | 2 + packages/hygraph-cli/package.json | 10 +- packages/hygraph-dynamic-rows-ui/CHANGELOG.md | 2 + packages/hygraph-dynamic-rows-ui/package.json | 10 +- packages/hygraph-dynamic-rows/CHANGELOG.md | 2 + packages/hygraph-dynamic-rows/package.json | 16 +- packages/hygraph-ui/CHANGELOG.md | 2 + packages/hygraph-ui/package.json | 14 +- packages/image/CHANGELOG.md | 2 + packages/image/example/CHANGELOG.md | 2 + packages/image/example/package.json | 8 +- packages/image/package.json | 10 +- packages/lighthouse/CHANGELOG.md | 2 + packages/lighthouse/package.json | 8 +- packages/lingui-next/CHANGELOG.md | 2 + packages/lingui-next/package.json | 12 +- .../magento-cart-billing-address/CHANGELOG.md | 2 + .../magento-cart-billing-address/package.json | 24 +- packages/magento-cart-checkout/CHANGELOG.md | 2 + packages/magento-cart-checkout/package.json | 26 +- packages/magento-cart-coupon/CHANGELOG.md | 2 + packages/magento-cart-coupon/package.json | 20 +- packages/magento-cart-email/CHANGELOG.md | 2 + packages/magento-cart-email/package.json | 26 +- packages/magento-cart-items/CHANGELOG.md | 2 + packages/magento-cart-items/package.json | 24 +- .../magento-cart-payment-method/CHANGELOG.md | 2 + .../magento-cart-payment-method/package.json | 24 +- packages/magento-cart-pickup/CHANGELOG.md | 2 + packages/magento-cart-pickup/package.json | 26 +- .../CHANGELOG.md | 2 + .../package.json | 22 +- .../magento-cart-shipping-method/CHANGELOG.md | 2 + .../magento-cart-shipping-method/package.json | 24 +- packages/magento-cart/CHANGELOG.md | 2 + packages/magento-cart/package.json | 30 +- packages/magento-category/CHANGELOG.md | 6 + packages/magento-category/package.json | 20 +- packages/magento-cms/CHANGELOG.md | 2 + packages/magento-cms/package.json | 12 +- packages/magento-compare/CHANGELOG.md | 2 + packages/magento-compare/package.json | 22 +- .../magento-customer-account/CHANGELOG.md | 2 + .../magento-customer-account/package.json | 10 +- packages/magento-customer-order/CHANGELOG.md | 2 + packages/magento-customer-order/package.json | 22 +- packages/magento-customer/CHANGELOG.md | 2 + packages/magento-customer/package.json | 26 +- packages/magento-graphql/CHANGELOG.md | 2 + packages/magento-graphql/package.json | 10 +- packages/magento-newsletter/CHANGELOG.md | 2 + packages/magento-newsletter/package.json | 20 +- packages/magento-pagebuilder/CHANGELOG.md | 2 + packages/magento-pagebuilder/package.json | 20 +- packages/magento-payment-adyen/CHANGELOG.md | 2 + packages/magento-payment-adyen/package.json | 26 +- .../magento-payment-braintree/CHANGELOG.md | 2 + .../magento-payment-braintree/package.json | 28 +- .../magento-payment-included/CHANGELOG.md | 2 + .../magento-payment-included/package.json | 28 +- packages/magento-payment-klarna/CHANGELOG.md | 2 + packages/magento-payment-klarna/package.json | 18 +- .../magento-payment-multisafepay/CHANGELOG.md | 2 + .../magento-payment-multisafepay/package.json | 34 +- packages/magento-payment-paypal/CHANGELOG.md | 2 + packages/magento-payment-paypal/package.json | 22 +- packages/magento-product-bundle/CHANGELOG.md | 2 + packages/magento-product-bundle/package.json | 28 +- .../magento-product-configurable/CHANGELOG.md | 2 + .../magento-product-configurable/package.json | 34 +- .../magento-product-downloadable/CHANGELOG.md | 2 + .../magento-product-downloadable/package.json | 18 +- packages/magento-product-grouped/CHANGELOG.md | 2 + packages/magento-product-grouped/package.json | 18 +- packages/magento-product-simple/CHANGELOG.md | 2 + packages/magento-product-simple/package.json | 18 +- packages/magento-product-virtual/CHANGELOG.md | 2 + packages/magento-product-virtual/package.json | 18 +- packages/magento-product/CHANGELOG.md | 2 + packages/magento-product/package.json | 26 +- .../CHANGELOG.md | 2 + .../package.json | 22 +- packages/magento-review/CHANGELOG.md | 2 + packages/magento-review/package.json | 24 +- packages/magento-search/CHANGELOG.md | 2 + packages/magento-search/package.json | 20 +- packages/magento-store/CHANGELOG.md | 2 + packages/magento-store/package.json | 16 +- packages/magento-wishlist/CHANGELOG.md | 2 + packages/magento-wishlist/package.json | 30 +- packages/mollie-magento-payment/CHANGELOG.md | 2 + packages/mollie-magento-payment/package.json | 32 +- packages/next-ui/CHANGELOG.md | 2 + packages/next-ui/package.json | 16 +- packages/react-hook-form/CHANGELOG.md | 2 + packages/react-hook-form/package.json | 8 +- packagesDev/browserslist-config/CHANGELOG.md | 2 + packagesDev/browserslist-config/package.json | 2 +- packagesDev/changeset-changelog/CHANGELOG.md | 2 + packagesDev/changeset-changelog/package.json | 2 +- packagesDev/eslint-config/CHANGELOG.md | 2 + packagesDev/eslint-config/package.json | 4 +- .../CHANGELOG.md | 2 + .../package.json | 8 +- .../CHANGELOG.md | 2 + .../package.json | 8 +- .../CHANGELOG.md | 2 + .../package.json | 6 +- packagesDev/next-config/CHANGELOG.md | 2 + packagesDev/next-config/package.json | 2 +- packagesDev/prettier-config/CHANGELOG.md | 2 + packagesDev/prettier-config/package.json | 2 +- packagesDev/typescript-config/CHANGELOG.md | 2 + packagesDev/typescript-config/package.json | 2 +- yarn.lock | 1274 ++++++++--------- 150 files changed, 1449 insertions(+), 1296 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 9f013766fd..d33a633c9c 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -120,6 +120,7 @@ "red-poems-kick", "rich-beans-grin", "rich-guests-applaud", + "rotten-balloons-think", "selfish-peas-fold", "serious-fishes-do", "serious-wasps-itch", diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 54936f5d8e..0220892e56 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/docs/package.json b/docs/package.json index a355920f1c..d484c7c46c 100644 --- a/docs/package.json +++ b/docs/package.json @@ -2,10 +2,10 @@ "name": "@graphcommerce/docs", "homepage": "https://www.graphcommerce.org/docs", "repository": "github:graphcommerce-org/graphcommerce/docs", - "version": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "sideEffects": true, "peerDependencies": { - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.64" + "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.65" }, "prettier": "@graphcommerce/prettier-config-pwa" } diff --git a/examples/magento-graphcms/CHANGELOG.md b/examples/magento-graphcms/CHANGELOG.md index 1bee2a72a5..1a3a6f3d53 100644 --- a/examples/magento-graphcms/CHANGELOG.md +++ b/examples/magento-graphcms/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/examples/magento-graphcms/package.json b/examples/magento-graphcms/package.json index 0c96937ce5..b4de0bd5c2 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": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "private": true, "sideEffects": false, "engines": { @@ -21,53 +21,53 @@ "dependencies": { "@apollo/client": "~3.8.7", "@ducanh2912/next-pwa": "9.7.2", - "@graphcommerce/cli": "7.1.0-canary.64", - "@graphcommerce/demo-magento-graphcommerce": "7.1.0-canary.64", - "@graphcommerce/ecommerce-ui": "7.1.0-canary.64", - "@graphcommerce/framer-next-pages": "7.1.0-canary.64", - "@graphcommerce/framer-scroller": "7.1.0-canary.64", - "@graphcommerce/framer-utils": "7.1.0-canary.64", - "@graphcommerce/googleanalytics": "7.1.0-canary.64", - "@graphcommerce/googlerecaptcha": "7.1.0-canary.64", - "@graphcommerce/googletagmanager": "7.1.0-canary.64", - "@graphcommerce/graphcms-ui": "7.1.0-canary.64", - "@graphcommerce/graphql": "7.1.0-canary.64", - "@graphcommerce/graphql-mesh": "7.1.0-canary.64", - "@graphcommerce/hygraph-cli": "7.1.0-canary.64", - "@graphcommerce/hygraph-dynamic-rows": "7.1.0-canary.64", - "@graphcommerce/image": "7.1.0-canary.64", - "@graphcommerce/lingui-next": "7.1.0-canary.64", - "@graphcommerce/magento-cart": "7.1.0-canary.64", - "@graphcommerce/magento-cart-billing-address": "7.1.0-canary.64", - "@graphcommerce/magento-cart-checkout": "7.1.0-canary.64", - "@graphcommerce/magento-cart-coupon": "7.1.0-canary.64", - "@graphcommerce/magento-cart-email": "7.1.0-canary.64", - "@graphcommerce/magento-cart-items": "7.1.0-canary.64", - "@graphcommerce/magento-cart-payment-method": "7.1.0-canary.64", - "@graphcommerce/magento-cart-shipping-address": "7.1.0-canary.64", - "@graphcommerce/magento-cart-shipping-method": "7.1.0-canary.64", - "@graphcommerce/magento-category": "7.1.0-canary.64", - "@graphcommerce/magento-cms": "7.1.0-canary.64", - "@graphcommerce/magento-compare": "7.1.0-canary.64", - "@graphcommerce/magento-customer": "7.1.0-canary.64", - "@graphcommerce/magento-graphql": "7.1.0-canary.64", - "@graphcommerce/magento-newsletter": "7.1.0-canary.64", - "@graphcommerce/magento-payment-included": "7.1.0-canary.64", - "@graphcommerce/magento-product": "7.1.0-canary.64", - "@graphcommerce/magento-product-bundle": "7.1.0-canary.64", - "@graphcommerce/magento-product-configurable": "7.1.0-canary.64", - "@graphcommerce/magento-product-downloadable": "7.1.0-canary.64", - "@graphcommerce/magento-product-grouped": "7.1.0-canary.64", - "@graphcommerce/magento-product-simple": "7.1.0-canary.64", - "@graphcommerce/magento-product-virtual": "7.1.0-canary.64", - "@graphcommerce/magento-recently-viewed-products": "7.1.0-canary.64", - "@graphcommerce/magento-review": "7.1.0-canary.64", - "@graphcommerce/magento-search": "7.1.0-canary.64", - "@graphcommerce/magento-store": "7.1.0-canary.64", - "@graphcommerce/magento-wishlist": "7.1.0-canary.64", - "@graphcommerce/next-config": "7.1.0-canary.64", - "@graphcommerce/next-ui": "7.1.0-canary.64", - "@graphcommerce/react-hook-form": "7.1.0-canary.64", + "@graphcommerce/cli": "7.1.0-canary.65", + "@graphcommerce/demo-magento-graphcommerce": "7.1.0-canary.65", + "@graphcommerce/ecommerce-ui": "7.1.0-canary.65", + "@graphcommerce/framer-next-pages": "7.1.0-canary.65", + "@graphcommerce/framer-scroller": "7.1.0-canary.65", + "@graphcommerce/framer-utils": "7.1.0-canary.65", + "@graphcommerce/googleanalytics": "7.1.0-canary.65", + "@graphcommerce/googlerecaptcha": "7.1.0-canary.65", + "@graphcommerce/googletagmanager": "7.1.0-canary.65", + "@graphcommerce/graphcms-ui": "7.1.0-canary.65", + "@graphcommerce/graphql": "7.1.0-canary.65", + "@graphcommerce/graphql-mesh": "7.1.0-canary.65", + "@graphcommerce/hygraph-cli": "7.1.0-canary.65", + "@graphcommerce/hygraph-dynamic-rows": "7.1.0-canary.65", + "@graphcommerce/image": "7.1.0-canary.65", + "@graphcommerce/lingui-next": "7.1.0-canary.65", + "@graphcommerce/magento-cart": "7.1.0-canary.65", + "@graphcommerce/magento-cart-billing-address": "7.1.0-canary.65", + "@graphcommerce/magento-cart-checkout": "7.1.0-canary.65", + "@graphcommerce/magento-cart-coupon": "7.1.0-canary.65", + "@graphcommerce/magento-cart-email": "7.1.0-canary.65", + "@graphcommerce/magento-cart-items": "7.1.0-canary.65", + "@graphcommerce/magento-cart-payment-method": "7.1.0-canary.65", + "@graphcommerce/magento-cart-shipping-address": "7.1.0-canary.65", + "@graphcommerce/magento-cart-shipping-method": "7.1.0-canary.65", + "@graphcommerce/magento-category": "7.1.0-canary.65", + "@graphcommerce/magento-cms": "7.1.0-canary.65", + "@graphcommerce/magento-compare": "7.1.0-canary.65", + "@graphcommerce/magento-customer": "7.1.0-canary.65", + "@graphcommerce/magento-graphql": "7.1.0-canary.65", + "@graphcommerce/magento-newsletter": "7.1.0-canary.65", + "@graphcommerce/magento-payment-included": "7.1.0-canary.65", + "@graphcommerce/magento-product": "7.1.0-canary.65", + "@graphcommerce/magento-product-bundle": "7.1.0-canary.65", + "@graphcommerce/magento-product-configurable": "7.1.0-canary.65", + "@graphcommerce/magento-product-downloadable": "7.1.0-canary.65", + "@graphcommerce/magento-product-grouped": "7.1.0-canary.65", + "@graphcommerce/magento-product-simple": "7.1.0-canary.65", + "@graphcommerce/magento-product-virtual": "7.1.0-canary.65", + "@graphcommerce/magento-recently-viewed-products": "7.1.0-canary.65", + "@graphcommerce/magento-review": "7.1.0-canary.65", + "@graphcommerce/magento-search": "7.1.0-canary.65", + "@graphcommerce/magento-store": "7.1.0-canary.65", + "@graphcommerce/magento-wishlist": "7.1.0-canary.65", + "@graphcommerce/next-config": "7.1.0-canary.65", + "@graphcommerce/next-ui": "7.1.0-canary.65", + "@graphcommerce/react-hook-form": "7.1.0-canary.65", "@lingui/core": "4.5.0", "@lingui/macro": "4.5.0", "@lingui/react": "4.5.0", @@ -90,9 +90,9 @@ "webpack": "5.89.0" }, "devDependencies": { - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.64", + "@graphcommerce/eslint-config-pwa": "7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "7.1.0-canary.65", "@lingui/cli": "4.5.0", "@playwright/test": "1.39.0", "@types/babel-plugin-macros": "^3", diff --git a/packages/address-fields-nl/CHANGELOG.md b/packages/address-fields-nl/CHANGELOG.md index da6a4d0cae..80c4c7dc12 100644 --- a/packages/address-fields-nl/CHANGELOG.md +++ b/packages/address-fields-nl/CHANGELOG.md @@ -1,5 +1,7 @@ # @graphcommerce/address-fields-nl +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packages/address-fields-nl/package.json b/packages/address-fields-nl/package.json index 48c3ea8c4c..77c70ce944 100644 --- a/packages/address-fields-nl/package.json +++ b/packages/address-fields-nl/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/address-fields-nl", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,14 +12,14 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "^7.1.0-canary.64", - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/graphql": "^7.1.0-canary.64", - "@graphcommerce/magento-customer": "^7.1.0-canary.64", - "@graphcommerce/magento-store": "^7.1.0-canary.64", - "@graphcommerce/next-ui": "^7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.64", + "@graphcommerce/ecommerce-ui": "^7.1.0-canary.65", + "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/graphql": "^7.1.0-canary.65", + "@graphcommerce/magento-customer": "^7.1.0-canary.65", + "@graphcommerce/magento-store": "^7.1.0-canary.65", + "@graphcommerce/next-ui": "^7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.65", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/algolia-search/CHANGELOG.md b/packages/algolia-search/CHANGELOG.md index 0a415ea1d3..6ce9bce9bb 100644 --- a/packages/algolia-search/CHANGELOG.md +++ b/packages/algolia-search/CHANGELOG.md @@ -1,5 +1,7 @@ # @graphcommerce/algolia-search +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packages/algolia-search/package.json b/packages/algolia-search/package.json index 7af63ed7c8..2e13ccf8b2 100644 --- a/packages/algolia-search/package.json +++ b/packages/algolia-search/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/algolia-search", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -16,17 +16,17 @@ "react-instantsearch-hooks-web": "^6.47.3" }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "^7.1.0-canary.64", - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/graphql": "^7.1.0-canary.64", - "@graphcommerce/graphql-mesh": "^7.1.0-canary.64", - "@graphcommerce/magento-product": "^7.1.0-canary.64", - "@graphcommerce/magento-search": "^7.1.0-canary.64", - "@graphcommerce/magento-store": "^7.1.0-canary.64", - "@graphcommerce/next-config": "^7.1.0-canary.64", - "@graphcommerce/next-ui": "^7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.64", + "@graphcommerce/ecommerce-ui": "^7.1.0-canary.65", + "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/graphql": "^7.1.0-canary.65", + "@graphcommerce/graphql-mesh": "^7.1.0-canary.65", + "@graphcommerce/magento-product": "^7.1.0-canary.65", + "@graphcommerce/magento-search": "^7.1.0-canary.65", + "@graphcommerce/magento-store": "^7.1.0-canary.65", + "@graphcommerce/next-config": "^7.1.0-canary.65", + "@graphcommerce/next-ui": "^7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.65", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index afab0cad4f..0e4ae03a12 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,7 @@ # @graphcommerce/cli +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packages/cli/package.json b/packages/cli/package.json index b1261a85b6..a3d8a784ee 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/cli", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "scripts": { "dev": "tsc --preserveWatchOutput --watch", "build": "tsc", @@ -38,11 +38,11 @@ "tslib": "^2.6.2" }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/hygraph-cli": "^7.1.0-canary.64", - "@graphcommerce/next-config": "^7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.64", + "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/hygraph-cli": "^7.1.0-canary.65", + "@graphcommerce/next-config": "^7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.65", "graphql": "^16.7.1", "react": "^18.2.0", "typescript": "5.2.2" diff --git a/packages/demo-magento-graphcommerce/CHANGELOG.md b/packages/demo-magento-graphcommerce/CHANGELOG.md index 234e8e86be..955fe60022 100644 --- a/packages/demo-magento-graphcommerce/CHANGELOG.md +++ b/packages/demo-magento-graphcommerce/CHANGELOG.md @@ -1,5 +1,7 @@ # @graphcommerce/demo-magento-graphcommerce +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packages/demo-magento-graphcommerce/package.json b/packages/demo-magento-graphcommerce/package.json index 2b5fd7dffd..a260ec69f2 100644 --- a/packages/demo-magento-graphcommerce/package.json +++ b/packages/demo-magento-graphcommerce/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/demo-magento-graphcommerce", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "sideEffects": false, "scripts": { "dev": "tsc -W" @@ -15,14 +15,14 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/framer-scroller": "^7.1.0-canary.64", - "@graphcommerce/magento-product": "^7.1.0-canary.64", - "@graphcommerce/magento-product-configurable": "^7.1.0-canary.64", - "@graphcommerce/magento-recently-viewed-products": "^7.1.0-canary.64", - "@graphcommerce/next-ui": "^7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.64", + "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/framer-scroller": "^7.1.0-canary.65", + "@graphcommerce/magento-product": "^7.1.0-canary.65", + "@graphcommerce/magento-product-configurable": "^7.1.0-canary.65", + "@graphcommerce/magento-recently-viewed-products": "^7.1.0-canary.65", + "@graphcommerce/next-ui": "^7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.65", "@mui/material": "^5.10.16", "framer-motion": "^10.0.0", "next": "^14", diff --git a/packages/ecommerce-ui/CHANGELOG.md b/packages/ecommerce-ui/CHANGELOG.md index a275769954..797a7f1332 100644 --- a/packages/ecommerce-ui/CHANGELOG.md +++ b/packages/ecommerce-ui/CHANGELOG.md @@ -1,5 +1,7 @@ # @graphcommerce/ecommerce-ui +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packages/ecommerce-ui/package.json b/packages/ecommerce-ui/package.json index 2e58560444..e265062d5b 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": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,12 +12,12 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/graphql": "^7.1.0-canary.64", - "@graphcommerce/next-ui": "^7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/react-hook-form": "^7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.64", + "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/graphql": "^7.1.0-canary.65", + "@graphcommerce/next-ui": "^7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/react-hook-form": "^7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.65", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/framer-next-pages/CHANGELOG.md b/packages/framer-next-pages/CHANGELOG.md index 1baccd3583..863144cb97 100644 --- a/packages/framer-next-pages/CHANGELOG.md +++ b/packages/framer-next-pages/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packages/framer-next-pages/example/CHANGELOG.md b/packages/framer-next-pages/example/CHANGELOG.md index bf08d701d9..4cc8e72782 100644 --- a/packages/framer-next-pages/example/CHANGELOG.md +++ b/packages/framer-next-pages/example/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packages/framer-next-pages/example/package.json b/packages/framer-next-pages/example/package.json index ec204eb00a..f8ce5c1df2 100644 --- a/packages/framer-next-pages/example/package.json +++ b/packages/framer-next-pages/example/package.json @@ -3,7 +3,7 @@ "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", "private": true, - "version": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "scripts": { "dev": "next", "build": "next build", @@ -38,9 +38,9 @@ "webpack": "5.89.0" }, "devDependencies": { - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.64", + "@graphcommerce/eslint-config-pwa": "7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "7.1.0-canary.65", "@lingui/cli": "4.5.0", "@playwright/test": "1.39.0", "@types/node": "^16.18.61", diff --git a/packages/framer-next-pages/package.json b/packages/framer-next-pages/package.json index d60d87d96e..d4c376bcf2 100644 --- a/packages/framer-next-pages/package.json +++ b/packages/framer-next-pages/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/framer-next-pages", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,10 +12,10 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/framer-utils": "^7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.64", + "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/framer-utils": "^7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.65", "framer-motion": "^10.0.0", "next": "^14", "react": "^18.2.0", diff --git a/packages/framer-scroller/CHANGELOG.md b/packages/framer-scroller/CHANGELOG.md index 54f155d37f..fbba93891a 100644 --- a/packages/framer-scroller/CHANGELOG.md +++ b/packages/framer-scroller/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packages/framer-scroller/example/CHANGELOG.md b/packages/framer-scroller/example/CHANGELOG.md index 7fd2873899..6462390fa0 100644 --- a/packages/framer-scroller/example/CHANGELOG.md +++ b/packages/framer-scroller/example/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packages/framer-scroller/example/package.json b/packages/framer-scroller/example/package.json index f5198b004f..b969bc78af 100644 --- a/packages/framer-scroller/example/package.json +++ b/packages/framer-scroller/example/package.json @@ -3,7 +3,7 @@ "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", "private": true, - "version": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "scripts": { "dev": "next", "build": "next build", @@ -31,9 +31,9 @@ "webpack": "5.89.0" }, "devDependencies": { - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.64", + "@graphcommerce/eslint-config-pwa": "7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "7.1.0-canary.65", "@lingui/cli": "4.5.0", "@playwright/test": "1.39.0", "@types/node": "^16.18.61", diff --git a/packages/framer-scroller/package.json b/packages/framer-scroller/package.json index b20930a1a3..1e8b70f79f 100644 --- a/packages/framer-scroller/package.json +++ b/packages/framer-scroller/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/framer-scroller", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "sideEffects": false, "scripts": { "dev": "tsc -W" @@ -18,11 +18,11 @@ "popmotion": "11.0.5" }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/framer-utils": "^7.1.0-canary.64", - "@graphcommerce/image": "^7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.64", + "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/framer-utils": "^7.1.0-canary.65", + "@graphcommerce/image": "^7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.65", "@lingui/core": "^4.2.1", "@lingui/react": "^4.2.1", "@mui/material": "^5.10.16", diff --git a/packages/framer-utils/CHANGELOG.md b/packages/framer-utils/CHANGELOG.md index dc6a3a1b50..d02d168b1b 100644 --- a/packages/framer-utils/CHANGELOG.md +++ b/packages/framer-utils/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packages/framer-utils/package.json b/packages/framer-utils/package.json index cd56d60616..b762206827 100644 --- a/packages/framer-utils/package.json +++ b/packages/framer-utils/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/framer-utils", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "sideEffects": false, "scripts": { "dev": "tsc -W" @@ -15,9 +15,9 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.64", + "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.65", "framer-motion": "^10.0.0", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/packages/googleanalytics/CHANGELOG.md b/packages/googleanalytics/CHANGELOG.md index 0e849e0950..deaf4a8510 100644 --- a/packages/googleanalytics/CHANGELOG.md +++ b/packages/googleanalytics/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packages/googleanalytics/package.json b/packages/googleanalytics/package.json index 0450f01822..ee23f237dd 100644 --- a/packages/googleanalytics/package.json +++ b/packages/googleanalytics/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/googleanalytics", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -15,16 +15,16 @@ "@types/gtag.js": "^0.0.18" }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/graphql-mesh": "^7.1.0-canary.64", - "@graphcommerce/magento-cart": "^7.1.0-canary.64", - "@graphcommerce/magento-cart-payment-method": "^7.1.0-canary.64", - "@graphcommerce/magento-cart-shipping-method": "^7.1.0-canary.64", - "@graphcommerce/magento-product": "^7.1.0-canary.64", - "@graphcommerce/next-config": "^7.1.0-canary.64", - "@graphcommerce/next-ui": "^7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.64", + "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/graphql-mesh": "^7.1.0-canary.65", + "@graphcommerce/magento-cart": "^7.1.0-canary.65", + "@graphcommerce/magento-cart-payment-method": "^7.1.0-canary.65", + "@graphcommerce/magento-cart-shipping-method": "^7.1.0-canary.65", + "@graphcommerce/magento-product": "^7.1.0-canary.65", + "@graphcommerce/next-config": "^7.1.0-canary.65", + "@graphcommerce/next-ui": "^7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.65", "@mui/material": "^5.10.16", "next": "^14", "react": "^18.2.0", diff --git a/packages/googlerecaptcha/CHANGELOG.md b/packages/googlerecaptcha/CHANGELOG.md index 2cf5ad50e1..f8855c1be1 100644 --- a/packages/googlerecaptcha/CHANGELOG.md +++ b/packages/googlerecaptcha/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packages/googlerecaptcha/package.json b/packages/googlerecaptcha/package.json index b1f65230bc..b275e92630 100644 --- a/packages/googlerecaptcha/package.json +++ b/packages/googlerecaptcha/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/googlerecaptcha", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -15,11 +15,11 @@ "@types/grecaptcha": "^3.0.7" }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/graphql": "^7.1.0-canary.64", - "@graphcommerce/next-ui": "^7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.64", + "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/graphql": "^7.1.0-canary.65", + "@graphcommerce/next-ui": "^7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.65", "@mui/material": "^5.10.16", "next": "^14", "react": "^18.2.0", diff --git a/packages/googletagmanager/CHANGELOG.md b/packages/googletagmanager/CHANGELOG.md index e6d28e7fbc..3f521f2bfb 100644 --- a/packages/googletagmanager/CHANGELOG.md +++ b/packages/googletagmanager/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packages/googletagmanager/package.json b/packages/googletagmanager/package.json index ef9b7f39d0..30dbbaa879 100644 --- a/packages/googletagmanager/package.json +++ b/packages/googletagmanager/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/googletagmanager", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -15,10 +15,10 @@ "@types/gapi.client.tagmanager": "^2.0.4" }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/next-ui": "^7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.64", + "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/next-ui": "^7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.65", "next": "^14", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/packages/graphql-mesh/CHANGELOG.md b/packages/graphql-mesh/CHANGELOG.md index 99b6d0560c..1ee89bd9fb 100644 --- a/packages/graphql-mesh/CHANGELOG.md +++ b/packages/graphql-mesh/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packages/graphql-mesh/package.json b/packages/graphql-mesh/package.json index 7a61b90277..a5e691a788 100644 --- a/packages/graphql-mesh/package.json +++ b/packages/graphql-mesh/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/graphql-mesh", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "main": "index.ts", "dependencies": { "@graphql-mesh/apollo-link": "latest", @@ -23,9 +23,9 @@ }, "peerDependencies": { "@apollo/client": "^3", - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.64", + "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.65", "graphql": "^16.7.1" }, "devDependencies": { diff --git a/packages/graphql/CHANGELOG.md b/packages/graphql/CHANGELOG.md index d8becdbf7f..01f54e9de4 100644 --- a/packages/graphql/CHANGELOG.md +++ b/packages/graphql/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packages/graphql/package.json b/packages/graphql/package.json index 1fb942cf8c..301d873270 100644 --- a/packages/graphql/package.json +++ b/packages/graphql/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/graphql", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "sideEffects": false, "main": "index.ts", "prettier": "@graphcommerce/prettier-config-pwa", @@ -13,8 +13,8 @@ } }, "dependencies": { - "@graphcommerce/graphql-codegen-near-operation-file": "7.1.0-canary.64", - "@graphcommerce/graphql-codegen-relay-optimizer-plugin": "7.1.0-canary.64", + "@graphcommerce/graphql-codegen-near-operation-file": "7.1.0-canary.65", + "@graphcommerce/graphql-codegen-relay-optimizer-plugin": "7.1.0-canary.65", "@graphql-codegen/add": "5.0.0", "@graphql-codegen/fragment-matcher": "5.0.0", "@graphql-codegen/introspection": "4.0.0", @@ -28,9 +28,9 @@ }, "peerDependencies": { "@apollo/client": "^3", - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.64", + "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.65", "graphql": "^16.7.1", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/packages/hygraph-cli/CHANGELOG.md b/packages/hygraph-cli/CHANGELOG.md index 8e566bd2cd..aaffa460a3 100644 --- a/packages/hygraph-cli/CHANGELOG.md +++ b/packages/hygraph-cli/CHANGELOG.md @@ -1,5 +1,7 @@ # @graphcommerce/hygraph-cli +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packages/hygraph-cli/package.json b/packages/hygraph-cli/package.json index e9ed5eb2f9..ad2e3f2743 100644 --- a/packages/hygraph-cli/package.json +++ b/packages/hygraph-cli/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/hygraph-cli", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "scripts": { "dev": "tsc --preserveWatchOutput --watch", "build": "tsc", @@ -19,10 +19,10 @@ }, "peerDependencies": { "@apollo/client": "^3", - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/next-config": "^7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.64", + "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/next-config": "^7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.65", "dotenv": "^16.1.4", "graphql": "^16.7.1" }, diff --git a/packages/hygraph-dynamic-rows-ui/CHANGELOG.md b/packages/hygraph-dynamic-rows-ui/CHANGELOG.md index 467bfa72e0..5cfdae81a6 100644 --- a/packages/hygraph-dynamic-rows-ui/CHANGELOG.md +++ b/packages/hygraph-dynamic-rows-ui/CHANGELOG.md @@ -1,5 +1,7 @@ # @graphcommerce/hygraph-dynamic-rows-ui +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packages/hygraph-dynamic-rows-ui/package.json b/packages/hygraph-dynamic-rows-ui/package.json index c93abd89e8..e1ea8b81aa 100644 --- a/packages/hygraph-dynamic-rows-ui/package.json +++ b/packages/hygraph-dynamic-rows-ui/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/hygraph-dynamic-rows-ui", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "sideEffects": false, "type": "commonjs", "prettier": "@graphcommerce/prettier-config-pwa", @@ -17,7 +17,7 @@ }, "dependencies": { "@apollo/client": "~3.8.7", - "@graphcommerce/next-config": "7.1.0-canary.64", + "@graphcommerce/next-config": "7.1.0-canary.65", "@hygraph/app-sdk-react": "^0.0.2", "@mui/material": "5.14.7", "cross-env": "^7.0.3", @@ -29,9 +29,9 @@ "webpack": "5.88.2" }, "devDependencies": { - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.64", + "@graphcommerce/eslint-config-pwa": "7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "7.1.0-canary.65", "@types/react-is": "^18.2.0", "eslint": "8.53.0", "typescript": "5.1.3" diff --git a/packages/hygraph-dynamic-rows/CHANGELOG.md b/packages/hygraph-dynamic-rows/CHANGELOG.md index 2c637ba326..48bc8f932d 100644 --- a/packages/hygraph-dynamic-rows/CHANGELOG.md +++ b/packages/hygraph-dynamic-rows/CHANGELOG.md @@ -1,5 +1,7 @@ # @graphcommerce/hygraph-dynamic-rows +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packages/hygraph-dynamic-rows/package.json b/packages/hygraph-dynamic-rows/package.json index c5b8194110..5c967f1ea1 100644 --- a/packages/hygraph-dynamic-rows/package.json +++ b/packages/hygraph-dynamic-rows/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/hygraph-dynamic-rows", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,13 +12,13 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/graphcms-ui": "^7.1.0-canary.64", - "@graphcommerce/graphql": "^7.1.0-canary.64", - "@graphcommerce/image": "^7.1.0-canary.64", - "@graphcommerce/next-ui": "^7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.64", + "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/graphcms-ui": "^7.1.0-canary.65", + "@graphcommerce/graphql": "^7.1.0-canary.65", + "@graphcommerce/image": "^7.1.0-canary.65", + "@graphcommerce/next-ui": "^7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.65", "@mui/material": "^5.10.16", "next": "^14", "react": "^18.2.0", diff --git a/packages/hygraph-ui/CHANGELOG.md b/packages/hygraph-ui/CHANGELOG.md index 17b3dacdbf..fb186a8185 100644 --- a/packages/hygraph-ui/CHANGELOG.md +++ b/packages/hygraph-ui/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packages/hygraph-ui/package.json b/packages/hygraph-ui/package.json index 4fe0464c96..1e31209075 100644 --- a/packages/hygraph-ui/package.json +++ b/packages/hygraph-ui/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/graphcms-ui", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,12 +12,12 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/graphql": "^7.1.0-canary.64", - "@graphcommerce/image": "^7.1.0-canary.64", - "@graphcommerce/next-ui": "^7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.64", + "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/graphql": "^7.1.0-canary.65", + "@graphcommerce/image": "^7.1.0-canary.65", + "@graphcommerce/next-ui": "^7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.65", "@mui/material": "^5.10.16", "next": "^14", "react": "^18.2.0", diff --git a/packages/image/CHANGELOG.md b/packages/image/CHANGELOG.md index 0dbfa6ee14..6a96818316 100644 --- a/packages/image/CHANGELOG.md +++ b/packages/image/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packages/image/example/CHANGELOG.md b/packages/image/example/CHANGELOG.md index 9e65a67a84..4d119b76fc 100644 --- a/packages/image/example/CHANGELOG.md +++ b/packages/image/example/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packages/image/example/package.json b/packages/image/example/package.json index cd3d65add2..dfb76281dd 100644 --- a/packages/image/example/package.json +++ b/packages/image/example/package.json @@ -3,7 +3,7 @@ "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", "private": true, - "version": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "scripts": { "dev": "next", "build": "next build", @@ -31,9 +31,9 @@ "webpack": "5.89.0" }, "devDependencies": { - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.64", + "@graphcommerce/eslint-config-pwa": "7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "7.1.0-canary.65", "@lingui/cli": "4.5.0", "@playwright/test": "1.39.0", "@types/node": "^16.18.61", diff --git a/packages/image/package.json b/packages/image/package.json index 62cc115f80..9bbfff47f4 100644 --- a/packages/image/package.json +++ b/packages/image/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/image", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "sideEffects": false, "scripts": { "dev": "tsc -W" @@ -15,10 +15,10 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/framer-utils": "^7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.64", + "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/framer-utils": "^7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.65", "@mui/material": "^5.10.16", "next": "^14", "react": "^18.2.0", diff --git a/packages/lighthouse/CHANGELOG.md b/packages/lighthouse/CHANGELOG.md index 020dc6e2c5..83bceed1eb 100644 --- a/packages/lighthouse/CHANGELOG.md +++ b/packages/lighthouse/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packages/lighthouse/package.json b/packages/lighthouse/package.json index 643a630369..383187b51d 100644 --- a/packages/lighthouse/package.json +++ b/packages/lighthouse/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/lighthouse", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "private": true, "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", @@ -13,9 +13,9 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.64", + "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.65", "next": "^14" } } diff --git a/packages/lingui-next/CHANGELOG.md b/packages/lingui-next/CHANGELOG.md index b3a5b02afc..f55f379491 100644 --- a/packages/lingui-next/CHANGELOG.md +++ b/packages/lingui-next/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packages/lingui-next/package.json b/packages/lingui-next/package.json index 14649511f2..fa27293f62 100644 --- a/packages/lingui-next/package.json +++ b/packages/lingui-next/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/lingui-next", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "sideEffects": false, "scripts": { "dev": "tsc -W" @@ -18,11 +18,11 @@ "@lingui/conf": "^4.5.0" }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/next-config": "^7.1.0-canary.64", - "@graphcommerce/next-ui": "^7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.64", + "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/next-config": "^7.1.0-canary.65", + "@graphcommerce/next-ui": "^7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.65", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-cart-billing-address/CHANGELOG.md b/packages/magento-cart-billing-address/CHANGELOG.md index 85eeeb8c7a..b93e58a9b1 100644 --- a/packages/magento-cart-billing-address/CHANGELOG.md +++ b/packages/magento-cart-billing-address/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packages/magento-cart-billing-address/package.json b/packages/magento-cart-billing-address/package.json index 9def2e0ee4..3eb63a09dd 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": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,17 +12,17 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/framer-next-pages": "^7.1.0-canary.64", - "@graphcommerce/graphql": "^7.1.0-canary.64", - "@graphcommerce/image": "^7.1.0-canary.64", - "@graphcommerce/magento-cart": "^7.1.0-canary.64", - "@graphcommerce/magento-customer": "^7.1.0-canary.64", - "@graphcommerce/magento-store": "^7.1.0-canary.64", - "@graphcommerce/next-ui": "^7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/react-hook-form": "^7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.64", + "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/framer-next-pages": "^7.1.0-canary.65", + "@graphcommerce/graphql": "^7.1.0-canary.65", + "@graphcommerce/image": "^7.1.0-canary.65", + "@graphcommerce/magento-cart": "^7.1.0-canary.65", + "@graphcommerce/magento-customer": "^7.1.0-canary.65", + "@graphcommerce/magento-store": "^7.1.0-canary.65", + "@graphcommerce/next-ui": "^7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/react-hook-form": "^7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.65", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-cart-checkout/CHANGELOG.md b/packages/magento-cart-checkout/CHANGELOG.md index 2878195cc9..410d184253 100644 --- a/packages/magento-cart-checkout/CHANGELOG.md +++ b/packages/magento-cart-checkout/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packages/magento-cart-checkout/package.json b/packages/magento-cart-checkout/package.json index a8ddff35c3..6f0a2691fb 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": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,18 +12,18 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/graphql": "^7.1.0-canary.64", - "@graphcommerce/image": "^7.1.0-canary.64", - "@graphcommerce/magento-cart": "^7.1.0-canary.64", - "@graphcommerce/magento-cart-coupon": "^7.1.0-canary.64", - "@graphcommerce/magento-cart-items": "^7.1.0-canary.64", - "@graphcommerce/magento-customer": "^7.1.0-canary.64", - "@graphcommerce/magento-store": "^7.1.0-canary.64", - "@graphcommerce/next-ui": "^7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/react-hook-form": "^7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.64", + "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/graphql": "^7.1.0-canary.65", + "@graphcommerce/image": "^7.1.0-canary.65", + "@graphcommerce/magento-cart": "^7.1.0-canary.65", + "@graphcommerce/magento-cart-coupon": "^7.1.0-canary.65", + "@graphcommerce/magento-cart-items": "^7.1.0-canary.65", + "@graphcommerce/magento-customer": "^7.1.0-canary.65", + "@graphcommerce/magento-store": "^7.1.0-canary.65", + "@graphcommerce/next-ui": "^7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/react-hook-form": "^7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.65", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-cart-coupon/CHANGELOG.md b/packages/magento-cart-coupon/CHANGELOG.md index 02e9838fae..cb37bd706b 100644 --- a/packages/magento-cart-coupon/CHANGELOG.md +++ b/packages/magento-cart-coupon/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packages/magento-cart-coupon/package.json b/packages/magento-cart-coupon/package.json index 41293b8645..5d78f8d90d 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": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,15 +12,15 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/graphql": "^7.1.0-canary.64", - "@graphcommerce/image": "^7.1.0-canary.64", - "@graphcommerce/magento-cart": "^7.1.0-canary.64", - "@graphcommerce/magento-store": "^7.1.0-canary.64", - "@graphcommerce/next-ui": "^7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/react-hook-form": "^7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.64", + "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/graphql": "^7.1.0-canary.65", + "@graphcommerce/image": "^7.1.0-canary.65", + "@graphcommerce/magento-cart": "^7.1.0-canary.65", + "@graphcommerce/magento-store": "^7.1.0-canary.65", + "@graphcommerce/next-ui": "^7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/react-hook-form": "^7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.65", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-cart-email/CHANGELOG.md b/packages/magento-cart-email/CHANGELOG.md index c51a034f36..9b531b2334 100644 --- a/packages/magento-cart-email/CHANGELOG.md +++ b/packages/magento-cart-email/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packages/magento-cart-email/package.json b/packages/magento-cart-email/package.json index 3216f6ca89..a8fb9e7e1d 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": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,18 +12,18 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "^7.1.0-canary.64", - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/graphql": "^7.1.0-canary.64", - "@graphcommerce/image": "^7.1.0-canary.64", - "@graphcommerce/magento-cart": "^7.1.0-canary.64", - "@graphcommerce/magento-customer": "^7.1.0-canary.64", - "@graphcommerce/magento-product": "^7.1.0-canary.64", - "@graphcommerce/magento-store": "^7.1.0-canary.64", - "@graphcommerce/next-ui": "^7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/react-hook-form": "^7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.64", + "@graphcommerce/ecommerce-ui": "^7.1.0-canary.65", + "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/graphql": "^7.1.0-canary.65", + "@graphcommerce/image": "^7.1.0-canary.65", + "@graphcommerce/magento-cart": "^7.1.0-canary.65", + "@graphcommerce/magento-customer": "^7.1.0-canary.65", + "@graphcommerce/magento-product": "^7.1.0-canary.65", + "@graphcommerce/magento-store": "^7.1.0-canary.65", + "@graphcommerce/next-ui": "^7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/react-hook-form": "^7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.65", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-cart-items/CHANGELOG.md b/packages/magento-cart-items/CHANGELOG.md index 9042c7920a..8c2e715f3d 100644 --- a/packages/magento-cart-items/CHANGELOG.md +++ b/packages/magento-cart-items/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packages/magento-cart-items/package.json b/packages/magento-cart-items/package.json index e6bce33f5e..fd521dd8bc 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": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,17 +12,17 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/graphql": "^7.1.0-canary.64", - "@graphcommerce/image": "^7.1.0-canary.64", - "@graphcommerce/magento-cart": "^7.1.0-canary.64", - "@graphcommerce/magento-customer": "^7.1.0-canary.64", - "@graphcommerce/magento-product": "^7.1.0-canary.64", - "@graphcommerce/magento-store": "^7.1.0-canary.64", - "@graphcommerce/next-ui": "^7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/react-hook-form": "^7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.64", + "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/graphql": "^7.1.0-canary.65", + "@graphcommerce/image": "^7.1.0-canary.65", + "@graphcommerce/magento-cart": "^7.1.0-canary.65", + "@graphcommerce/magento-customer": "^7.1.0-canary.65", + "@graphcommerce/magento-product": "^7.1.0-canary.65", + "@graphcommerce/magento-store": "^7.1.0-canary.65", + "@graphcommerce/next-ui": "^7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/react-hook-form": "^7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.65", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-cart-payment-method/CHANGELOG.md b/packages/magento-cart-payment-method/CHANGELOG.md index b0e3d816d1..45702df3ac 100644 --- a/packages/magento-cart-payment-method/CHANGELOG.md +++ b/packages/magento-cart-payment-method/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packages/magento-cart-payment-method/package.json b/packages/magento-cart-payment-method/package.json index 02e979d2c5..500f901dde 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": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,17 +12,17 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/framer-scroller": "^7.1.0-canary.64", - "@graphcommerce/graphql": "^7.1.0-canary.64", - "@graphcommerce/image": "^7.1.0-canary.64", - "@graphcommerce/magento-cart": "^7.1.0-canary.64", - "@graphcommerce/magento-cart-shipping-address": "^7.1.0-canary.64", - "@graphcommerce/magento-store": "^7.1.0-canary.64", - "@graphcommerce/next-ui": "^7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/react-hook-form": "^7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.64", + "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/framer-scroller": "^7.1.0-canary.65", + "@graphcommerce/graphql": "^7.1.0-canary.65", + "@graphcommerce/image": "^7.1.0-canary.65", + "@graphcommerce/magento-cart": "^7.1.0-canary.65", + "@graphcommerce/magento-cart-shipping-address": "^7.1.0-canary.65", + "@graphcommerce/magento-store": "^7.1.0-canary.65", + "@graphcommerce/next-ui": "^7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/react-hook-form": "^7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.65", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-cart-pickup/CHANGELOG.md b/packages/magento-cart-pickup/CHANGELOG.md index 42fa3a78db..1c74838573 100644 --- a/packages/magento-cart-pickup/CHANGELOG.md +++ b/packages/magento-cart-pickup/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packages/magento-cart-pickup/package.json b/packages/magento-cart-pickup/package.json index 69a1358d04..f8d4b61a92 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": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,18 +12,18 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "^7.1.0-canary.64", - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/graphql": "^7.1.0-canary.64", - "@graphcommerce/graphql-mesh": "^7.1.0-canary.64", - "@graphcommerce/image": "^7.1.0-canary.64", - "@graphcommerce/magento-cart": "^7.1.0-canary.64", - "@graphcommerce/magento-cart-shipping-method": "^7.1.0-canary.64", - "@graphcommerce/magento-store": "^7.1.0-canary.64", - "@graphcommerce/next-ui": "^7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/react-hook-form": "^7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.64", + "@graphcommerce/ecommerce-ui": "^7.1.0-canary.65", + "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/graphql": "^7.1.0-canary.65", + "@graphcommerce/graphql-mesh": "^7.1.0-canary.65", + "@graphcommerce/image": "^7.1.0-canary.65", + "@graphcommerce/magento-cart": "^7.1.0-canary.65", + "@graphcommerce/magento-cart-shipping-method": "^7.1.0-canary.65", + "@graphcommerce/magento-store": "^7.1.0-canary.65", + "@graphcommerce/next-ui": "^7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/react-hook-form": "^7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.65", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-cart-shipping-address/CHANGELOG.md b/packages/magento-cart-shipping-address/CHANGELOG.md index a025c74708..c8c7454e07 100644 --- a/packages/magento-cart-shipping-address/CHANGELOG.md +++ b/packages/magento-cart-shipping-address/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packages/magento-cart-shipping-address/package.json b/packages/magento-cart-shipping-address/package.json index cdd719cb74..1fc994b7a5 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": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,16 +12,16 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "^7.1.0-canary.64", - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/graphql": "^7.1.0-canary.64", - "@graphcommerce/image": "^7.1.0-canary.64", - "@graphcommerce/magento-cart": "^7.1.0-canary.64", - "@graphcommerce/magento-customer": "^7.1.0-canary.64", - "@graphcommerce/magento-store": "^7.1.0-canary.64", - "@graphcommerce/next-ui": "^7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.64", + "@graphcommerce/ecommerce-ui": "^7.1.0-canary.65", + "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/graphql": "^7.1.0-canary.65", + "@graphcommerce/image": "^7.1.0-canary.65", + "@graphcommerce/magento-cart": "^7.1.0-canary.65", + "@graphcommerce/magento-customer": "^7.1.0-canary.65", + "@graphcommerce/magento-store": "^7.1.0-canary.65", + "@graphcommerce/next-ui": "^7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.65", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-cart-shipping-method/CHANGELOG.md b/packages/magento-cart-shipping-method/CHANGELOG.md index 64d8424f50..3cfa23ed21 100644 --- a/packages/magento-cart-shipping-method/CHANGELOG.md +++ b/packages/magento-cart-shipping-method/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packages/magento-cart-shipping-method/package.json b/packages/magento-cart-shipping-method/package.json index 6166e523d4..7adb8cb16a 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": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,17 +12,17 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/framer-scroller": "^7.1.0-canary.64", - "@graphcommerce/graphql": "^7.1.0-canary.64", - "@graphcommerce/image": "^7.1.0-canary.64", - "@graphcommerce/magento-cart": "^7.1.0-canary.64", - "@graphcommerce/magento-cart-shipping-address": "^7.1.0-canary.64", - "@graphcommerce/magento-store": "^7.1.0-canary.64", - "@graphcommerce/next-ui": "^7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/react-hook-form": "^7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.64", + "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/framer-scroller": "^7.1.0-canary.65", + "@graphcommerce/graphql": "^7.1.0-canary.65", + "@graphcommerce/image": "^7.1.0-canary.65", + "@graphcommerce/magento-cart": "^7.1.0-canary.65", + "@graphcommerce/magento-cart-shipping-address": "^7.1.0-canary.65", + "@graphcommerce/magento-store": "^7.1.0-canary.65", + "@graphcommerce/next-ui": "^7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/react-hook-form": "^7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.65", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-cart/CHANGELOG.md b/packages/magento-cart/CHANGELOG.md index b76d95da91..8ee3e86337 100644 --- a/packages/magento-cart/CHANGELOG.md +++ b/packages/magento-cart/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packages/magento-cart/package.json b/packages/magento-cart/package.json index c7a8082c5f..ff9d254848 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": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,20 +12,20 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "^7.1.0-canary.64", - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/framer-next-pages": "^7.1.0-canary.64", - "@graphcommerce/framer-scroller": "^7.1.0-canary.64", - "@graphcommerce/framer-utils": "^7.1.0-canary.64", - "@graphcommerce/graphql": "^7.1.0-canary.64", - "@graphcommerce/image": "^7.1.0-canary.64", - "@graphcommerce/magento-customer": "^7.1.0-canary.64", - "@graphcommerce/magento-graphql": "^7.1.0-canary.64", - "@graphcommerce/magento-store": "^7.1.0-canary.64", - "@graphcommerce/next-ui": "^7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/react-hook-form": "^7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.64", + "@graphcommerce/ecommerce-ui": "^7.1.0-canary.65", + "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/framer-next-pages": "^7.1.0-canary.65", + "@graphcommerce/framer-scroller": "^7.1.0-canary.65", + "@graphcommerce/framer-utils": "^7.1.0-canary.65", + "@graphcommerce/graphql": "^7.1.0-canary.65", + "@graphcommerce/image": "^7.1.0-canary.65", + "@graphcommerce/magento-customer": "^7.1.0-canary.65", + "@graphcommerce/magento-graphql": "^7.1.0-canary.65", + "@graphcommerce/magento-store": "^7.1.0-canary.65", + "@graphcommerce/next-ui": "^7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/react-hook-form": "^7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.65", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-category/CHANGELOG.md b/packages/magento-category/CHANGELOG.md index a0dc64783f..82491c10d1 100644 --- a/packages/magento-category/CHANGELOG.md +++ b/packages/magento-category/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 7.1.0-canary.65 + +### Patch Changes + +- [#2145](https://github.com/graphcommerce-org/graphcommerce/pull/2145) [`4fc2fda92`](https://github.com/graphcommerce-org/graphcommerce/commit/4fc2fda92519159631cfe9a8eafcef58197f9986) - Fixed a bug where pagination would be added when navigating to a subcategory from a paginated page ([@Jessevdpoel](https://github.com/Jessevdpoel)) + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packages/magento-category/package.json b/packages/magento-category/package.json index 1fed68bdb6..57252bcb66 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": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,15 +12,15 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/framer-scroller": "^7.1.0-canary.64", - "@graphcommerce/graphql": "^7.1.0-canary.64", - "@graphcommerce/image": "^7.1.0-canary.64", - "@graphcommerce/magento-product": "^7.1.0-canary.64", - "@graphcommerce/magento-store": "^7.1.0-canary.64", - "@graphcommerce/next-ui": "^7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.64", + "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/framer-scroller": "^7.1.0-canary.65", + "@graphcommerce/graphql": "^7.1.0-canary.65", + "@graphcommerce/image": "^7.1.0-canary.65", + "@graphcommerce/magento-product": "^7.1.0-canary.65", + "@graphcommerce/magento-store": "^7.1.0-canary.65", + "@graphcommerce/next-ui": "^7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.65", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-cms/CHANGELOG.md b/packages/magento-cms/CHANGELOG.md index 10f66ff236..c4993c17fe 100644 --- a/packages/magento-cms/CHANGELOG.md +++ b/packages/magento-cms/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packages/magento-cms/package.json b/packages/magento-cms/package.json index 5b55bd0746..6d2f756a1b 100644 --- a/packages/magento-cms/package.json +++ b/packages/magento-cms/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-cms", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,11 +12,11 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/graphql": "^7.1.0-canary.64", - "@graphcommerce/magento-store": "^7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.64", + "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/graphql": "^7.1.0-canary.65", + "@graphcommerce/magento-store": "^7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.65", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-compare/CHANGELOG.md b/packages/magento-compare/CHANGELOG.md index 502f6b5f7d..5dced8be04 100644 --- a/packages/magento-compare/CHANGELOG.md +++ b/packages/magento-compare/CHANGELOG.md @@ -1,5 +1,7 @@ # @graphcommerce/magento-compare +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packages/magento-compare/package.json b/packages/magento-compare/package.json index 7adf49e7c1..c44cd78c6c 100644 --- a/packages/magento-compare/package.json +++ b/packages/magento-compare/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-compare", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,16 +12,16 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "^7.1.0-canary.64", - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/framer-next-pages": "^7.1.0-canary.64", - "@graphcommerce/framer-utils": "^7.1.0-canary.64", - "@graphcommerce/graphql": "^7.1.0-canary.64", - "@graphcommerce/magento-cart": "^7.1.0-canary.64", - "@graphcommerce/magento-product": "^7.1.0-canary.64", - "@graphcommerce/next-ui": "^7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.64", + "@graphcommerce/ecommerce-ui": "^7.1.0-canary.65", + "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/framer-next-pages": "^7.1.0-canary.65", + "@graphcommerce/framer-utils": "^7.1.0-canary.65", + "@graphcommerce/graphql": "^7.1.0-canary.65", + "@graphcommerce/magento-cart": "^7.1.0-canary.65", + "@graphcommerce/magento-product": "^7.1.0-canary.65", + "@graphcommerce/next-ui": "^7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.65", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-customer-account/CHANGELOG.md b/packages/magento-customer-account/CHANGELOG.md index 0e2ca36359..cb2db9098d 100644 --- a/packages/magento-customer-account/CHANGELOG.md +++ b/packages/magento-customer-account/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packages/magento-customer-account/package.json b/packages/magento-customer-account/package.json index 2cb26e71ff..0a8c39f6c1 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": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,9 +12,9 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/magento-customer": "^7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.64" + "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/magento-customer": "^7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.65" } } diff --git a/packages/magento-customer-order/CHANGELOG.md b/packages/magento-customer-order/CHANGELOG.md index 6275c0d484..a412de70ca 100644 --- a/packages/magento-customer-order/CHANGELOG.md +++ b/packages/magento-customer-order/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packages/magento-customer-order/package.json b/packages/magento-customer-order/package.json index a8ec39496e..7ae0c27932 100644 --- a/packages/magento-customer-order/package.json +++ b/packages/magento-customer-order/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-customer-order", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,16 +12,16 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/graphql": "^7.1.0-canary.64", - "@graphcommerce/graphql-mesh": "^7.1.0-canary.64", - "@graphcommerce/image": "^7.1.0-canary.64", - "@graphcommerce/magento-customer": "^7.1.0-canary.64", - "@graphcommerce/magento-graphql": "^7.1.0-canary.64", - "@graphcommerce/magento-store": "^7.1.0-canary.64", - "@graphcommerce/next-ui": "^7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.64", + "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/graphql": "^7.1.0-canary.65", + "@graphcommerce/graphql-mesh": "^7.1.0-canary.65", + "@graphcommerce/image": "^7.1.0-canary.65", + "@graphcommerce/magento-customer": "^7.1.0-canary.65", + "@graphcommerce/magento-graphql": "^7.1.0-canary.65", + "@graphcommerce/magento-store": "^7.1.0-canary.65", + "@graphcommerce/next-ui": "^7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.65", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-customer/CHANGELOG.md b/packages/magento-customer/CHANGELOG.md index e9f7d831ad..c59d6ad311 100644 --- a/packages/magento-customer/CHANGELOG.md +++ b/packages/magento-customer/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packages/magento-customer/package.json b/packages/magento-customer/package.json index 999536f936..b52865bff3 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": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,18 +12,18 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "^7.1.0-canary.64", - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/framer-utils": "^7.1.0-canary.64", - "@graphcommerce/graphql": "^7.1.0-canary.64", - "@graphcommerce/graphql-mesh": "^7.1.0-canary.64", - "@graphcommerce/image": "^7.1.0-canary.64", - "@graphcommerce/magento-graphql": "^7.1.0-canary.64", - "@graphcommerce/magento-store": "^7.1.0-canary.64", - "@graphcommerce/next-ui": "^7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/react-hook-form": "^7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.64", + "@graphcommerce/ecommerce-ui": "^7.1.0-canary.65", + "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/framer-utils": "^7.1.0-canary.65", + "@graphcommerce/graphql": "^7.1.0-canary.65", + "@graphcommerce/graphql-mesh": "^7.1.0-canary.65", + "@graphcommerce/image": "^7.1.0-canary.65", + "@graphcommerce/magento-graphql": "^7.1.0-canary.65", + "@graphcommerce/magento-store": "^7.1.0-canary.65", + "@graphcommerce/next-ui": "^7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/react-hook-form": "^7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.65", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-graphql/CHANGELOG.md b/packages/magento-graphql/CHANGELOG.md index 7dd1e3ed30..032b46d2a9 100644 --- a/packages/magento-graphql/CHANGELOG.md +++ b/packages/magento-graphql/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packages/magento-graphql/package.json b/packages/magento-graphql/package.json index c63a1c79cd..b0fb489615 100644 --- a/packages/magento-graphql/package.json +++ b/packages/magento-graphql/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-graphql", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "sideEffects": false, "main": "index.ts", "prettier": "@graphcommerce/prettier-config-pwa", @@ -13,10 +13,10 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/graphql": "^7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.64", + "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/graphql": "^7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.65", "next": "^14", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/packages/magento-newsletter/CHANGELOG.md b/packages/magento-newsletter/CHANGELOG.md index 23e414ada6..99f7ba8215 100644 --- a/packages/magento-newsletter/CHANGELOG.md +++ b/packages/magento-newsletter/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packages/magento-newsletter/package.json b/packages/magento-newsletter/package.json index c28b657148..d9bf41143e 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": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,15 +12,15 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "^7.1.0-canary.64", - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/graphql": "^7.1.0-canary.64", - "@graphcommerce/magento-cart": "^7.1.0-canary.64", - "@graphcommerce/magento-customer": "^7.1.0-canary.64", - "@graphcommerce/next-ui": "^7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/react-hook-form": "^7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.64", + "@graphcommerce/ecommerce-ui": "^7.1.0-canary.65", + "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/graphql": "^7.1.0-canary.65", + "@graphcommerce/magento-cart": "^7.1.0-canary.65", + "@graphcommerce/magento-customer": "^7.1.0-canary.65", + "@graphcommerce/next-ui": "^7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/react-hook-form": "^7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.65", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-pagebuilder/CHANGELOG.md b/packages/magento-pagebuilder/CHANGELOG.md index ca5e5cbea4..81cd001d49 100644 --- a/packages/magento-pagebuilder/CHANGELOG.md +++ b/packages/magento-pagebuilder/CHANGELOG.md @@ -1,5 +1,7 @@ # @graphcommerce/magento-pagebuilder +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packages/magento-pagebuilder/package.json b/packages/magento-pagebuilder/package.json index 6be371e7ab..4a7e4938e0 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": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -18,15 +18,15 @@ "jsdom": "^22.1.0" }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/graphql": "^7.1.0-canary.64", - "@graphcommerce/magento-category": "^7.1.0-canary.64", - "@graphcommerce/magento-cms": "^7.1.0-canary.64", - "@graphcommerce/magento-product": "^7.1.0-canary.64", - "@graphcommerce/next-ui": "^7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/react-hook-form": "^7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.64", + "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/graphql": "^7.1.0-canary.65", + "@graphcommerce/magento-category": "^7.1.0-canary.65", + "@graphcommerce/magento-cms": "^7.1.0-canary.65", + "@graphcommerce/magento-product": "^7.1.0-canary.65", + "@graphcommerce/next-ui": "^7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/react-hook-form": "^7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.65", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-payment-adyen/CHANGELOG.md b/packages/magento-payment-adyen/CHANGELOG.md index 013774ba05..8b5bf6f45d 100644 --- a/packages/magento-payment-adyen/CHANGELOG.md +++ b/packages/magento-payment-adyen/CHANGELOG.md @@ -1,5 +1,7 @@ # @graphcommerce/magento-payment-adyen +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packages/magento-payment-adyen/package.json b/packages/magento-payment-adyen/package.json index f4d7cbf649..ab195d0937 100644 --- a/packages/magento-payment-adyen/package.json +++ b/packages/magento-payment-adyen/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-payment-adyen", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,18 +12,18 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "^7.1.0-canary.64", - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/graphql": "^7.1.0-canary.64", - "@graphcommerce/graphql-mesh": "^7.1.0-canary.64", - "@graphcommerce/image": "^7.1.0-canary.64", - "@graphcommerce/magento-cart": "^7.1.0-canary.64", - "@graphcommerce/magento-cart-payment-method": "^7.1.0-canary.64", - "@graphcommerce/magento-product": "^7.1.0-canary.64", - "@graphcommerce/magento-store": "^7.1.0-canary.64", - "@graphcommerce/next-ui": "^7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.64", + "@graphcommerce/ecommerce-ui": "^7.1.0-canary.65", + "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/graphql": "^7.1.0-canary.65", + "@graphcommerce/graphql-mesh": "^7.1.0-canary.65", + "@graphcommerce/image": "^7.1.0-canary.65", + "@graphcommerce/magento-cart": "^7.1.0-canary.65", + "@graphcommerce/magento-cart-payment-method": "^7.1.0-canary.65", + "@graphcommerce/magento-product": "^7.1.0-canary.65", + "@graphcommerce/magento-store": "^7.1.0-canary.65", + "@graphcommerce/next-ui": "^7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.65", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-payment-braintree/CHANGELOG.md b/packages/magento-payment-braintree/CHANGELOG.md index 72be59c099..88ed8c1089 100644 --- a/packages/magento-payment-braintree/CHANGELOG.md +++ b/packages/magento-payment-braintree/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packages/magento-payment-braintree/package.json b/packages/magento-payment-braintree/package.json index 4a04aa7334..bf9353559b 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": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -18,19 +18,19 @@ "braintree-web": "^3.97.3" }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/graphql": "^7.1.0-canary.64", - "@graphcommerce/image": "^7.1.0-canary.64", - "@graphcommerce/magento-cart": "^7.1.0-canary.64", - "@graphcommerce/magento-cart-payment-method": "^7.1.0-canary.64", - "@graphcommerce/magento-cart-shipping-address": "^7.1.0-canary.64", - "@graphcommerce/magento-product": "^7.1.0-canary.64", - "@graphcommerce/magento-product-configurable": "^7.1.0-canary.64", - "@graphcommerce/magento-store": "^7.1.0-canary.64", - "@graphcommerce/next-ui": "^7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/react-hook-form": "^7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.64", + "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/graphql": "^7.1.0-canary.65", + "@graphcommerce/image": "^7.1.0-canary.65", + "@graphcommerce/magento-cart": "^7.1.0-canary.65", + "@graphcommerce/magento-cart-payment-method": "^7.1.0-canary.65", + "@graphcommerce/magento-cart-shipping-address": "^7.1.0-canary.65", + "@graphcommerce/magento-product": "^7.1.0-canary.65", + "@graphcommerce/magento-product-configurable": "^7.1.0-canary.65", + "@graphcommerce/magento-store": "^7.1.0-canary.65", + "@graphcommerce/next-ui": "^7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/react-hook-form": "^7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.65", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-payment-included/CHANGELOG.md b/packages/magento-payment-included/CHANGELOG.md index ce742f3e6b..2ab4d072ba 100644 --- a/packages/magento-payment-included/CHANGELOG.md +++ b/packages/magento-payment-included/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packages/magento-payment-included/package.json b/packages/magento-payment-included/package.json index a8513c9748..ddcc16a2b3 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": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,19 +12,19 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/graphql": "^7.1.0-canary.64", - "@graphcommerce/image": "^7.1.0-canary.64", - "@graphcommerce/magento-cart": "^7.1.0-canary.64", - "@graphcommerce/magento-cart-payment-method": "^7.1.0-canary.64", - "@graphcommerce/magento-cart-shipping-address": "^7.1.0-canary.64", - "@graphcommerce/magento-product": "^7.1.0-canary.64", - "@graphcommerce/magento-product-configurable": "^7.1.0-canary.64", - "@graphcommerce/magento-store": "^7.1.0-canary.64", - "@graphcommerce/next-ui": "^7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/react-hook-form": "^7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.64", + "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/graphql": "^7.1.0-canary.65", + "@graphcommerce/image": "^7.1.0-canary.65", + "@graphcommerce/magento-cart": "^7.1.0-canary.65", + "@graphcommerce/magento-cart-payment-method": "^7.1.0-canary.65", + "@graphcommerce/magento-cart-shipping-address": "^7.1.0-canary.65", + "@graphcommerce/magento-product": "^7.1.0-canary.65", + "@graphcommerce/magento-product-configurable": "^7.1.0-canary.65", + "@graphcommerce/magento-store": "^7.1.0-canary.65", + "@graphcommerce/next-ui": "^7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/react-hook-form": "^7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.65", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-payment-klarna/CHANGELOG.md b/packages/magento-payment-klarna/CHANGELOG.md index e26972b1e7..0ad756c7a4 100644 --- a/packages/magento-payment-klarna/CHANGELOG.md +++ b/packages/magento-payment-klarna/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packages/magento-payment-klarna/package.json b/packages/magento-payment-klarna/package.json index fdcc2828ab..c19309ec04 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": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "private": true, "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", @@ -13,14 +13,14 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/graphql": "^7.1.0-canary.64", - "@graphcommerce/image": "^7.1.0-canary.64", - "@graphcommerce/magento-cart": "^7.1.0-canary.64", - "@graphcommerce/magento-store": "^7.1.0-canary.64", - "@graphcommerce/next-ui": "^7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.64", + "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/graphql": "^7.1.0-canary.65", + "@graphcommerce/image": "^7.1.0-canary.65", + "@graphcommerce/magento-cart": "^7.1.0-canary.65", + "@graphcommerce/magento-store": "^7.1.0-canary.65", + "@graphcommerce/next-ui": "^7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.65", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-payment-multisafepay/CHANGELOG.md b/packages/magento-payment-multisafepay/CHANGELOG.md index b61c6ce6c9..eb0ed49020 100644 --- a/packages/magento-payment-multisafepay/CHANGELOG.md +++ b/packages/magento-payment-multisafepay/CHANGELOG.md @@ -1,5 +1,7 @@ # @graphcommerce/magento-payment-multisafepay +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packages/magento-payment-multisafepay/package.json b/packages/magento-payment-multisafepay/package.json index 86f1fa2d65..2f6f1a51a2 100644 --- a/packages/magento-payment-multisafepay/package.json +++ b/packages/magento-payment-multisafepay/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-payment-multisafepay", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,22 +12,22 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "^7.1.0-canary.64", - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/graphql": "^7.1.0-canary.64", - "@graphcommerce/graphql-mesh": "^7.1.0-canary.64", - "@graphcommerce/image": "^7.1.0-canary.64", - "@graphcommerce/magento-cart": "^7.1.0-canary.64", - "@graphcommerce/magento-cart-checkout": "^7.1.0-canary.64", - "@graphcommerce/magento-cart-payment-method": "^7.1.0-canary.64", - "@graphcommerce/magento-cart-shipping-address": "^7.1.0-canary.64", - "@graphcommerce/magento-product": "^7.1.0-canary.64", - "@graphcommerce/magento-product-configurable": "^7.1.0-canary.64", - "@graphcommerce/magento-store": "^7.1.0-canary.64", - "@graphcommerce/next-ui": "^7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/react-hook-form": "^7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.64", + "@graphcommerce/ecommerce-ui": "^7.1.0-canary.65", + "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/graphql": "^7.1.0-canary.65", + "@graphcommerce/graphql-mesh": "^7.1.0-canary.65", + "@graphcommerce/image": "^7.1.0-canary.65", + "@graphcommerce/magento-cart": "^7.1.0-canary.65", + "@graphcommerce/magento-cart-checkout": "^7.1.0-canary.65", + "@graphcommerce/magento-cart-payment-method": "^7.1.0-canary.65", + "@graphcommerce/magento-cart-shipping-address": "^7.1.0-canary.65", + "@graphcommerce/magento-product": "^7.1.0-canary.65", + "@graphcommerce/magento-product-configurable": "^7.1.0-canary.65", + "@graphcommerce/magento-store": "^7.1.0-canary.65", + "@graphcommerce/next-ui": "^7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/react-hook-form": "^7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.65", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-payment-paypal/CHANGELOG.md b/packages/magento-payment-paypal/CHANGELOG.md index 3d5f8628f2..fdc3ea333e 100644 --- a/packages/magento-payment-paypal/CHANGELOG.md +++ b/packages/magento-payment-paypal/CHANGELOG.md @@ -1,5 +1,7 @@ # @graphcommerce/magento-payment-paypal +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packages/magento-payment-paypal/package.json b/packages/magento-payment-paypal/package.json index 3ba4be09da..b23e952b9f 100644 --- a/packages/magento-payment-paypal/package.json +++ b/packages/magento-payment-paypal/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-payment-paypal", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,16 +12,16 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "^7.1.0-canary.64", - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/graphql": "^7.1.0-canary.64", - "@graphcommerce/image": "^7.1.0-canary.64", - "@graphcommerce/magento-cart": "^7.1.0-canary.64", - "@graphcommerce/magento-cart-payment-method": "^7.1.0-canary.64", - "@graphcommerce/magento-store": "^7.1.0-canary.64", - "@graphcommerce/next-ui": "^7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.64", + "@graphcommerce/ecommerce-ui": "^7.1.0-canary.65", + "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/graphql": "^7.1.0-canary.65", + "@graphcommerce/image": "^7.1.0-canary.65", + "@graphcommerce/magento-cart": "^7.1.0-canary.65", + "@graphcommerce/magento-cart-payment-method": "^7.1.0-canary.65", + "@graphcommerce/magento-store": "^7.1.0-canary.65", + "@graphcommerce/next-ui": "^7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.65", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-product-bundle/CHANGELOG.md b/packages/magento-product-bundle/CHANGELOG.md index df85386ac4..9f3d490daf 100644 --- a/packages/magento-product-bundle/CHANGELOG.md +++ b/packages/magento-product-bundle/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packages/magento-product-bundle/package.json b/packages/magento-product-bundle/package.json index d91c687832..585c53d489 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": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,19 +12,19 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "^7.1.0-canary.64", - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/graphql": "^7.1.0-canary.64", - "@graphcommerce/image": "^7.1.0-canary.64", - "@graphcommerce/magento-cart": "^7.1.0-canary.64", - "@graphcommerce/magento-cart-items": "^7.1.0-canary.64", - "@graphcommerce/magento-product": "^7.1.0-canary.64", - "@graphcommerce/magento-product-simple": "^7.1.0-canary.64", - "@graphcommerce/magento-product-virtual": "^7.1.0-canary.64", - "@graphcommerce/magento-store": "^7.1.0-canary.64", - "@graphcommerce/next-ui": "^7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.64", + "@graphcommerce/ecommerce-ui": "^7.1.0-canary.65", + "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/graphql": "^7.1.0-canary.65", + "@graphcommerce/image": "^7.1.0-canary.65", + "@graphcommerce/magento-cart": "^7.1.0-canary.65", + "@graphcommerce/magento-cart-items": "^7.1.0-canary.65", + "@graphcommerce/magento-product": "^7.1.0-canary.65", + "@graphcommerce/magento-product-simple": "^7.1.0-canary.65", + "@graphcommerce/magento-product-virtual": "^7.1.0-canary.65", + "@graphcommerce/magento-store": "^7.1.0-canary.65", + "@graphcommerce/next-ui": "^7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.65", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-product-configurable/CHANGELOG.md b/packages/magento-product-configurable/CHANGELOG.md index f342dbc02e..14127a3356 100644 --- a/packages/magento-product-configurable/CHANGELOG.md +++ b/packages/magento-product-configurable/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packages/magento-product-configurable/package.json b/packages/magento-product-configurable/package.json index a5c9e3e45b..4831b6a74f 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": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,22 +12,22 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "^7.1.0-canary.64", - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/graphql": "^7.1.0-canary.64", - "@graphcommerce/graphql-mesh": "^7.1.0-canary.64", - "@graphcommerce/image": "^7.1.0-canary.64", - "@graphcommerce/magento-cart": "^7.1.0-canary.64", - "@graphcommerce/magento-cart-items": "^7.1.0-canary.64", - "@graphcommerce/magento-category": "^7.1.0-canary.64", - "@graphcommerce/magento-customer": "^7.1.0-canary.64", - "@graphcommerce/magento-product": "^7.1.0-canary.64", - "@graphcommerce/magento-product-simple": "^7.1.0-canary.64", - "@graphcommerce/magento-store": "^7.1.0-canary.64", - "@graphcommerce/next-ui": "^7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/react-hook-form": "^7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.64", + "@graphcommerce/ecommerce-ui": "^7.1.0-canary.65", + "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/graphql": "^7.1.0-canary.65", + "@graphcommerce/graphql-mesh": "^7.1.0-canary.65", + "@graphcommerce/image": "^7.1.0-canary.65", + "@graphcommerce/magento-cart": "^7.1.0-canary.65", + "@graphcommerce/magento-cart-items": "^7.1.0-canary.65", + "@graphcommerce/magento-category": "^7.1.0-canary.65", + "@graphcommerce/magento-customer": "^7.1.0-canary.65", + "@graphcommerce/magento-product": "^7.1.0-canary.65", + "@graphcommerce/magento-product-simple": "^7.1.0-canary.65", + "@graphcommerce/magento-store": "^7.1.0-canary.65", + "@graphcommerce/next-ui": "^7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/react-hook-form": "^7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.65", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-product-downloadable/CHANGELOG.md b/packages/magento-product-downloadable/CHANGELOG.md index f4f0b939a9..b567604fa9 100644 --- a/packages/magento-product-downloadable/CHANGELOG.md +++ b/packages/magento-product-downloadable/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packages/magento-product-downloadable/package.json b/packages/magento-product-downloadable/package.json index eee020ee00..01e6564f48 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": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,14 +12,14 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/graphql": "^7.1.0-canary.64", - "@graphcommerce/magento-cart": "^7.1.0-canary.64", - "@graphcommerce/magento-product": "^7.1.0-canary.64", - "@graphcommerce/magento-store": "^7.1.0-canary.64", - "@graphcommerce/next-ui": "^7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.64", + "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/graphql": "^7.1.0-canary.65", + "@graphcommerce/magento-cart": "^7.1.0-canary.65", + "@graphcommerce/magento-product": "^7.1.0-canary.65", + "@graphcommerce/magento-store": "^7.1.0-canary.65", + "@graphcommerce/next-ui": "^7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.65", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-product-grouped/CHANGELOG.md b/packages/magento-product-grouped/CHANGELOG.md index e4a413a43f..baeffa1fee 100644 --- a/packages/magento-product-grouped/CHANGELOG.md +++ b/packages/magento-product-grouped/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packages/magento-product-grouped/package.json b/packages/magento-product-grouped/package.json index 1ea4f54843..be94e31647 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": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,14 +12,14 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/graphql": "^7.1.0-canary.64", - "@graphcommerce/magento-cart": "^7.1.0-canary.64", - "@graphcommerce/magento-product": "^7.1.0-canary.64", - "@graphcommerce/magento-product-simple": "^7.1.0-canary.64", - "@graphcommerce/magento-product-virtual": "^7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.64", + "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/graphql": "^7.1.0-canary.65", + "@graphcommerce/magento-cart": "^7.1.0-canary.65", + "@graphcommerce/magento-product": "^7.1.0-canary.65", + "@graphcommerce/magento-product-simple": "^7.1.0-canary.65", + "@graphcommerce/magento-product-virtual": "^7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.65", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-product-simple/CHANGELOG.md b/packages/magento-product-simple/CHANGELOG.md index 0ea733f1c1..a50e67c3ba 100644 --- a/packages/magento-product-simple/CHANGELOG.md +++ b/packages/magento-product-simple/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packages/magento-product-simple/package.json b/packages/magento-product-simple/package.json index 598892f4cc..2e053728f2 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": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,14 +12,14 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/graphql": "^7.1.0-canary.64", - "@graphcommerce/magento-cart": "^7.1.0-canary.64", - "@graphcommerce/magento-cart-items": "^7.1.0-canary.64", - "@graphcommerce/magento-product": "^7.1.0-canary.64", - "@graphcommerce/next-ui": "^7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.64", + "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/graphql": "^7.1.0-canary.65", + "@graphcommerce/magento-cart": "^7.1.0-canary.65", + "@graphcommerce/magento-cart-items": "^7.1.0-canary.65", + "@graphcommerce/magento-product": "^7.1.0-canary.65", + "@graphcommerce/next-ui": "^7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.65", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-product-virtual/CHANGELOG.md b/packages/magento-product-virtual/CHANGELOG.md index 2ab70e6ce0..a81a5cb5f8 100644 --- a/packages/magento-product-virtual/CHANGELOG.md +++ b/packages/magento-product-virtual/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packages/magento-product-virtual/package.json b/packages/magento-product-virtual/package.json index 7d9e75c152..44be376701 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": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,14 +12,14 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/graphql": "^7.1.0-canary.64", - "@graphcommerce/magento-cart": "^7.1.0-canary.64", - "@graphcommerce/magento-cart-items": "^7.1.0-canary.64", - "@graphcommerce/magento-product": "^7.1.0-canary.64", - "@graphcommerce/next-ui": "^7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.64", + "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/graphql": "^7.1.0-canary.65", + "@graphcommerce/magento-cart": "^7.1.0-canary.65", + "@graphcommerce/magento-cart-items": "^7.1.0-canary.65", + "@graphcommerce/magento-product": "^7.1.0-canary.65", + "@graphcommerce/next-ui": "^7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.65", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-product/CHANGELOG.md b/packages/magento-product/CHANGELOG.md index f88ca45445..344df4e8ea 100644 --- a/packages/magento-product/CHANGELOG.md +++ b/packages/magento-product/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packages/magento-product/package.json b/packages/magento-product/package.json index 45c0b69726..0577c4893a 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": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -16,18 +16,18 @@ "typescript": "5.2.2" }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "^7.1.0-canary.64", - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/framer-next-pages": "^7.1.0-canary.64", - "@graphcommerce/framer-scroller": "^7.1.0-canary.64", - "@graphcommerce/graphql": "^7.1.0-canary.64", - "@graphcommerce/graphql-mesh": "^7.1.0-canary.64", - "@graphcommerce/image": "^7.1.0-canary.64", - "@graphcommerce/magento-cart": "^7.1.0-canary.64", - "@graphcommerce/magento-store": "^7.1.0-canary.64", - "@graphcommerce/next-ui": "^7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.64", + "@graphcommerce/ecommerce-ui": "^7.1.0-canary.65", + "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/framer-next-pages": "^7.1.0-canary.65", + "@graphcommerce/framer-scroller": "^7.1.0-canary.65", + "@graphcommerce/graphql": "^7.1.0-canary.65", + "@graphcommerce/graphql-mesh": "^7.1.0-canary.65", + "@graphcommerce/image": "^7.1.0-canary.65", + "@graphcommerce/magento-cart": "^7.1.0-canary.65", + "@graphcommerce/magento-store": "^7.1.0-canary.65", + "@graphcommerce/next-ui": "^7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.65", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-recently-viewed-products/CHANGELOG.md b/packages/magento-recently-viewed-products/CHANGELOG.md index d9ce05d9da..037bb74994 100644 --- a/packages/magento-recently-viewed-products/CHANGELOG.md +++ b/packages/magento-recently-viewed-products/CHANGELOG.md @@ -1,5 +1,7 @@ # @graphcommerce/magento-recently-viewed-products +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packages/magento-recently-viewed-products/package.json b/packages/magento-recently-viewed-products/package.json index 1a2e637086..2fd4033c99 100644 --- a/packages/magento-recently-viewed-products/package.json +++ b/packages/magento-recently-viewed-products/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-recently-viewed-products", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,16 +12,16 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/graphql": "^7.1.0-canary.64", - "@graphcommerce/graphql-mesh": "^7.1.0-canary.64", - "@graphcommerce/magento-cart": "^7.1.0-canary.64", - "@graphcommerce/magento-product": "^7.1.0-canary.64", - "@graphcommerce/magento-product-configurable": "^7.1.0-canary.64", - "@graphcommerce/next-config": "^7.1.0-canary.64", - "@graphcommerce/next-ui": "^7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.64", + "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/graphql": "^7.1.0-canary.65", + "@graphcommerce/graphql-mesh": "^7.1.0-canary.65", + "@graphcommerce/magento-cart": "^7.1.0-canary.65", + "@graphcommerce/magento-product": "^7.1.0-canary.65", + "@graphcommerce/magento-product-configurable": "^7.1.0-canary.65", + "@graphcommerce/next-config": "^7.1.0-canary.65", + "@graphcommerce/next-ui": "^7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.65", "@mui/material": "^5.10.16", "framer-motion": "^10.0.0", "next": "^14", diff --git a/packages/magento-review/CHANGELOG.md b/packages/magento-review/CHANGELOG.md index 4c54e5b84c..ed07dfa26d 100644 --- a/packages/magento-review/CHANGELOG.md +++ b/packages/magento-review/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packages/magento-review/package.json b/packages/magento-review/package.json index d109427e5c..cf090781e9 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": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -16,17 +16,17 @@ "typescript": "5.2.2" }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/graphql": "^7.1.0-canary.64", - "@graphcommerce/graphql-mesh": "^7.1.0-canary.64", - "@graphcommerce/image": "^7.1.0-canary.64", - "@graphcommerce/magento-customer": "^7.1.0-canary.64", - "@graphcommerce/magento-product": "^7.1.0-canary.64", - "@graphcommerce/magento-store": "^7.1.0-canary.64", - "@graphcommerce/next-ui": "^7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/react-hook-form": "^7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.64", + "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/graphql": "^7.1.0-canary.65", + "@graphcommerce/graphql-mesh": "^7.1.0-canary.65", + "@graphcommerce/image": "^7.1.0-canary.65", + "@graphcommerce/magento-customer": "^7.1.0-canary.65", + "@graphcommerce/magento-product": "^7.1.0-canary.65", + "@graphcommerce/magento-store": "^7.1.0-canary.65", + "@graphcommerce/next-ui": "^7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/react-hook-form": "^7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.65", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-search/CHANGELOG.md b/packages/magento-search/CHANGELOG.md index 0bb3234c68..4673c43ef1 100644 --- a/packages/magento-search/CHANGELOG.md +++ b/packages/magento-search/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packages/magento-search/package.json b/packages/magento-search/package.json index a8f8ad02d6..7727631e59 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": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,15 +12,15 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "^7.1.0-canary.64", - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/graphql": "^7.1.0-canary.64", - "@graphcommerce/image": "^7.1.0-canary.64", - "@graphcommerce/magento-product": "^7.1.0-canary.64", - "@graphcommerce/next-ui": "^7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/react-hook-form": "^7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.64", + "@graphcommerce/ecommerce-ui": "^7.1.0-canary.65", + "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/graphql": "^7.1.0-canary.65", + "@graphcommerce/image": "^7.1.0-canary.65", + "@graphcommerce/magento-product": "^7.1.0-canary.65", + "@graphcommerce/next-ui": "^7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/react-hook-form": "^7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.65", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-store/CHANGELOG.md b/packages/magento-store/CHANGELOG.md index 18ac5146d0..6570cae6d8 100644 --- a/packages/magento-store/CHANGELOG.md +++ b/packages/magento-store/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packages/magento-store/package.json b/packages/magento-store/package.json index 8e67803d46..bcae1f299d 100644 --- a/packages/magento-store/package.json +++ b/packages/magento-store/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-store", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,13 +12,13 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/graphql": "^7.1.0-canary.64", - "@graphcommerce/graphql-mesh": "^7.1.0-canary.64", - "@graphcommerce/image": "^7.1.0-canary.64", - "@graphcommerce/next-ui": "^7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.64", + "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/graphql": "^7.1.0-canary.65", + "@graphcommerce/graphql-mesh": "^7.1.0-canary.65", + "@graphcommerce/image": "^7.1.0-canary.65", + "@graphcommerce/next-ui": "^7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.65", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/magento-wishlist/CHANGELOG.md b/packages/magento-wishlist/CHANGELOG.md index ccef7eb465..eefb56c7cb 100644 --- a/packages/magento-wishlist/CHANGELOG.md +++ b/packages/magento-wishlist/CHANGELOG.md @@ -1,5 +1,7 @@ # @graphcommerce/magento-wishlist +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packages/magento-wishlist/package.json b/packages/magento-wishlist/package.json index bcf4d6b288..ba1ac48efc 100644 --- a/packages/magento-wishlist/package.json +++ b/packages/magento-wishlist/package.json @@ -1,6 +1,6 @@ { "name": "@graphcommerce/magento-wishlist", - "version": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "browserslist": [ @@ -13,20 +13,20 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "^7.1.0-canary.64", - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/graphql": "^7.1.0-canary.64", - "@graphcommerce/graphql-mesh": "^7.1.0-canary.64", - "@graphcommerce/image": "^7.1.0-canary.64", - "@graphcommerce/magento-cart": "^7.1.0-canary.64", - "@graphcommerce/magento-customer": "^7.1.0-canary.64", - "@graphcommerce/magento-product": "^7.1.0-canary.64", - "@graphcommerce/magento-product-configurable": "^7.1.0-canary.64", - "@graphcommerce/magento-store": "^7.1.0-canary.64", - "@graphcommerce/next-config": "^7.1.0-canary.64", - "@graphcommerce/next-ui": "^7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.64", + "@graphcommerce/ecommerce-ui": "^7.1.0-canary.65", + "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/graphql": "^7.1.0-canary.65", + "@graphcommerce/graphql-mesh": "^7.1.0-canary.65", + "@graphcommerce/image": "^7.1.0-canary.65", + "@graphcommerce/magento-cart": "^7.1.0-canary.65", + "@graphcommerce/magento-customer": "^7.1.0-canary.65", + "@graphcommerce/magento-product": "^7.1.0-canary.65", + "@graphcommerce/magento-product-configurable": "^7.1.0-canary.65", + "@graphcommerce/magento-store": "^7.1.0-canary.65", + "@graphcommerce/next-config": "^7.1.0-canary.65", + "@graphcommerce/next-ui": "^7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.65", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/mollie-magento-payment/CHANGELOG.md b/packages/mollie-magento-payment/CHANGELOG.md index 652420d81d..b43b680043 100644 --- a/packages/mollie-magento-payment/CHANGELOG.md +++ b/packages/mollie-magento-payment/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packages/mollie-magento-payment/package.json b/packages/mollie-magento-payment/package.json index d13c0abde9..6be9a54d1c 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": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,21 +12,21 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "^7.1.0-canary.64", - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/graphql": "^7.1.0-canary.64", - "@graphcommerce/graphql-mesh": "^7.1.0-canary.64", - "@graphcommerce/image": "^7.1.0-canary.64", - "@graphcommerce/magento-cart": "^7.1.0-canary.64", - "@graphcommerce/magento-cart-payment-method": "^7.1.0-canary.64", - "@graphcommerce/magento-cart-shipping-address": "^7.1.0-canary.64", - "@graphcommerce/magento-product": "^7.1.0-canary.64", - "@graphcommerce/magento-product-configurable": "^7.1.0-canary.64", - "@graphcommerce/magento-store": "^7.1.0-canary.64", - "@graphcommerce/next-ui": "^7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/react-hook-form": "^7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.64", + "@graphcommerce/ecommerce-ui": "^7.1.0-canary.65", + "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/graphql": "^7.1.0-canary.65", + "@graphcommerce/graphql-mesh": "^7.1.0-canary.65", + "@graphcommerce/image": "^7.1.0-canary.65", + "@graphcommerce/magento-cart": "^7.1.0-canary.65", + "@graphcommerce/magento-cart-payment-method": "^7.1.0-canary.65", + "@graphcommerce/magento-cart-shipping-address": "^7.1.0-canary.65", + "@graphcommerce/magento-product": "^7.1.0-canary.65", + "@graphcommerce/magento-product-configurable": "^7.1.0-canary.65", + "@graphcommerce/magento-store": "^7.1.0-canary.65", + "@graphcommerce/next-ui": "^7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/react-hook-form": "^7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.65", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/next-ui/CHANGELOG.md b/packages/next-ui/CHANGELOG.md index bf31b9a1dd..d460002701 100644 --- a/packages/next-ui/CHANGELOG.md +++ b/packages/next-ui/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packages/next-ui/package.json b/packages/next-ui/package.json index 5dc971e060..4fba3aca58 100644 --- a/packages/next-ui/package.json +++ b/packages/next-ui/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/next-ui", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -26,13 +26,13 @@ "typescript": "5.2.2" }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/framer-next-pages": "^7.1.0-canary.64", - "@graphcommerce/framer-scroller": "^7.1.0-canary.64", - "@graphcommerce/framer-utils": "^7.1.0-canary.64", - "@graphcommerce/image": "^7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.64", + "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/framer-next-pages": "^7.1.0-canary.65", + "@graphcommerce/framer-scroller": "^7.1.0-canary.65", + "@graphcommerce/framer-utils": "^7.1.0-canary.65", + "@graphcommerce/image": "^7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.65", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", "@lingui/react": "^4.2.1", diff --git a/packages/react-hook-form/CHANGELOG.md b/packages/react-hook-form/CHANGELOG.md index 78f5f65bdf..72ff1006a1 100644 --- a/packages/react-hook-form/CHANGELOG.md +++ b/packages/react-hook-form/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packages/react-hook-form/package.json b/packages/react-hook-form/package.json index 04122e01bb..08c17eeaea 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": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -16,9 +16,9 @@ }, "peerDependencies": { "@apollo/client": "^3", - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.64", + "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.65", "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/packagesDev/browserslist-config/CHANGELOG.md b/packagesDev/browserslist-config/CHANGELOG.md index b338abe3c3..d5defb4ffa 100644 --- a/packagesDev/browserslist-config/CHANGELOG.md +++ b/packagesDev/browserslist-config/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packagesDev/browserslist-config/package.json b/packagesDev/browserslist-config/package.json index f4fc3996bc..f86411d4e8 100644 --- a/packagesDev/browserslist-config/package.json +++ b/packagesDev/browserslist-config/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/browserslist-config-pwa", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "main": "index.js", "sideEffects": false } diff --git a/packagesDev/changeset-changelog/CHANGELOG.md b/packagesDev/changeset-changelog/CHANGELOG.md index be21da04c9..92465f2d6e 100644 --- a/packagesDev/changeset-changelog/CHANGELOG.md +++ b/packagesDev/changeset-changelog/CHANGELOG.md @@ -1,5 +1,7 @@ # @graphcommerce/changeset-changelog +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packagesDev/changeset-changelog/package.json b/packagesDev/changeset-changelog/package.json index fc2e86d87a..61f543ea9b 100644 --- a/packagesDev/changeset-changelog/package.json +++ b/packagesDev/changeset-changelog/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/changeset-changelog", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "type": "commonjs", "main": "dist/index.js", "types": "src/index.ts", diff --git a/packagesDev/eslint-config/CHANGELOG.md b/packagesDev/eslint-config/CHANGELOG.md index c6d0d3761d..4a8a0cd9d5 100644 --- a/packagesDev/eslint-config/CHANGELOG.md +++ b/packagesDev/eslint-config/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packagesDev/eslint-config/package.json b/packagesDev/eslint-config/package.json index a6104808c8..34e639a12a 100644 --- a/packagesDev/eslint-config/package.json +++ b/packagesDev/eslint-config/package.json @@ -2,10 +2,10 @@ "name": "@graphcommerce/eslint-config-pwa", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "main": "index.js", "dependencies": { - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.64", + "@graphcommerce/typescript-config-pwa": "7.1.0-canary.65", "@next/eslint-plugin-next": "14.0.2", "@typescript-eslint/eslint-plugin": "^6.10.0", "@typescript-eslint/parser": "^6.10.0", diff --git a/packagesDev/graphql-codegen-markdown-docs/CHANGELOG.md b/packagesDev/graphql-codegen-markdown-docs/CHANGELOG.md index 11994eac4a..46a30ebb51 100644 --- a/packagesDev/graphql-codegen-markdown-docs/CHANGELOG.md +++ b/packagesDev/graphql-codegen-markdown-docs/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packagesDev/graphql-codegen-markdown-docs/package.json b/packagesDev/graphql-codegen-markdown-docs/package.json index 03f3e4860c..0963336cca 100644 --- a/packagesDev/graphql-codegen-markdown-docs/package.json +++ b/packagesDev/graphql-codegen-markdown-docs/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/graphql-codegen-markdown-docs", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "sideEffects": false, "type": "commonjs", "main": "dist/index.js", @@ -29,9 +29,9 @@ "parse-filepath": "^1.0.2" }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.64", + "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.65", "graphql": "^16.7.1" } } diff --git a/packagesDev/graphql-codegen-near-operation-file/CHANGELOG.md b/packagesDev/graphql-codegen-near-operation-file/CHANGELOG.md index 19ab4e54c4..395bc6b6f4 100644 --- a/packagesDev/graphql-codegen-near-operation-file/CHANGELOG.md +++ b/packagesDev/graphql-codegen-near-operation-file/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packagesDev/graphql-codegen-near-operation-file/package.json b/packagesDev/graphql-codegen-near-operation-file/package.json index 583e13fcf9..b3383a0cf4 100644 --- a/packagesDev/graphql-codegen-near-operation-file/package.json +++ b/packagesDev/graphql-codegen-near-operation-file/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/graphql-codegen-near-operation-file", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "sideEffects": false, "type": "commonjs", "main": "dist/index.js", @@ -29,9 +29,9 @@ "parse-filepath": "^1.0.2" }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.64", + "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/typescript-config-pwa": "^7.1.0-canary.65", "graphql": "^16.7.1" } } diff --git a/packagesDev/graphql-codegen-relay-optimizer-plugin/CHANGELOG.md b/packagesDev/graphql-codegen-relay-optimizer-plugin/CHANGELOG.md index 2e8902d957..b0f6d8a521 100644 --- a/packagesDev/graphql-codegen-relay-optimizer-plugin/CHANGELOG.md +++ b/packagesDev/graphql-codegen-relay-optimizer-plugin/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packagesDev/graphql-codegen-relay-optimizer-plugin/package.json b/packagesDev/graphql-codegen-relay-optimizer-plugin/package.json index 3c40c79272..f1c52c8b5f 100644 --- a/packagesDev/graphql-codegen-relay-optimizer-plugin/package.json +++ b/packagesDev/graphql-codegen-relay-optimizer-plugin/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/graphql-codegen-relay-optimizer-plugin", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "description": "GraphQL Code Generator plugin for optimizing your GraphQL queries relay style.", "type": "commonjs", "main": "dist/index.js", @@ -27,8 +27,8 @@ "typescript": "5.2.2" }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.64", - "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.64", + "@graphcommerce/eslint-config-pwa": "^7.1.0-canary.65", + "@graphcommerce/prettier-config-pwa": "^7.1.0-canary.65", "graphql": "^16.7.1" }, "prettier": "@graphcommerce/prettier-config-pwa", diff --git a/packagesDev/next-config/CHANGELOG.md b/packagesDev/next-config/CHANGELOG.md index 1c674ce7fe..735746d830 100644 --- a/packagesDev/next-config/CHANGELOG.md +++ b/packagesDev/next-config/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ### Patch Changes diff --git a/packagesDev/next-config/package.json b/packagesDev/next-config/package.json index 8a48afa1fc..d5532649bf 100644 --- a/packagesDev/next-config/package.json +++ b/packagesDev/next-config/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/next-config", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "type": "commonjs", "main": "dist/index.js", "types": "src/index.ts", diff --git a/packagesDev/prettier-config/CHANGELOG.md b/packagesDev/prettier-config/CHANGELOG.md index b17e93f70f..b33d817e2d 100644 --- a/packagesDev/prettier-config/CHANGELOG.md +++ b/packagesDev/prettier-config/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packagesDev/prettier-config/package.json b/packagesDev/prettier-config/package.json index 48204c9be1..dca1ba599a 100644 --- a/packagesDev/prettier-config/package.json +++ b/packagesDev/prettier-config/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/prettier-config-pwa", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "dependencies": { "prettier-plugin-jsdoc": "^1.1.1" }, diff --git a/packagesDev/typescript-config/CHANGELOG.md b/packagesDev/typescript-config/CHANGELOG.md index b064fc22c7..b9c6105326 100644 --- a/packagesDev/typescript-config/CHANGELOG.md +++ b/packagesDev/typescript-config/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 7.1.0-canary.65 + ## 7.1.0-canary.64 ## 7.1.0-canary.63 diff --git a/packagesDev/typescript-config/package.json b/packagesDev/typescript-config/package.json index c041cb4da4..e17a796a4c 100644 --- a/packagesDev/typescript-config/package.json +++ b/packagesDev/typescript-config/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/typescript-config-pwa", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.64", + "version": "7.1.0-canary.65", "sideEffects": false, "devDependencies": { "@tsconfig/node16": "^16.1.1" diff --git a/yarn.lock b/yarn.lock index 64d4740ae5..072ef19310 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2540,14 +2540,14 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/address-fields-nl@workspace:packages/address-fields-nl" peerDependencies: - "@graphcommerce/ecommerce-ui": ^7.1.0-canary.64 - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/graphql": ^7.1.0-canary.64 - "@graphcommerce/magento-customer": ^7.1.0-canary.64 - "@graphcommerce/magento-store": ^7.1.0-canary.64 - "@graphcommerce/next-ui": ^7.1.0-canary.64 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.64 + "@graphcommerce/ecommerce-ui": ^7.1.0-canary.65 + "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/graphql": ^7.1.0-canary.65 + "@graphcommerce/magento-customer": ^7.1.0-canary.65 + "@graphcommerce/magento-store": ^7.1.0-canary.65 + "@graphcommerce/next-ui": ^7.1.0-canary.65 + "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.65 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -2565,17 +2565,17 @@ __metadata: algoliasearch: "npm:^4.20.0" react-instantsearch-hooks-web: "npm:^6.47.3" peerDependencies: - "@graphcommerce/ecommerce-ui": ^7.1.0-canary.64 - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/graphql": ^7.1.0-canary.64 - "@graphcommerce/graphql-mesh": ^7.1.0-canary.64 - "@graphcommerce/magento-product": ^7.1.0-canary.64 - "@graphcommerce/magento-search": ^7.1.0-canary.64 - "@graphcommerce/magento-store": ^7.1.0-canary.64 - "@graphcommerce/next-config": ^7.1.0-canary.64 - "@graphcommerce/next-ui": ^7.1.0-canary.64 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.64 + "@graphcommerce/ecommerce-ui": ^7.1.0-canary.65 + "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/graphql": ^7.1.0-canary.65 + "@graphcommerce/graphql-mesh": ^7.1.0-canary.65 + "@graphcommerce/magento-product": ^7.1.0-canary.65 + "@graphcommerce/magento-search": ^7.1.0-canary.65 + "@graphcommerce/magento-store": ^7.1.0-canary.65 + "@graphcommerce/next-config": ^7.1.0-canary.65 + "@graphcommerce/next-ui": ^7.1.0-canary.65 + "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.65 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -2600,7 +2600,7 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/cli@npm:7.1.0-canary.64, @graphcommerce/cli@workspace:packages/cli": +"@graphcommerce/cli@npm:7.1.0-canary.65, @graphcommerce/cli@workspace:packages/cli": version: 0.0.0-use.local resolution: "@graphcommerce/cli@workspace:packages/cli" dependencies: @@ -2619,11 +2619,11 @@ __metadata: rimraf: "npm:^5.0.5" tslib: "npm:^2.6.2" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/hygraph-cli": ^7.1.0-canary.64 - "@graphcommerce/next-config": ^7.1.0-canary.64 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.64 + "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/hygraph-cli": ^7.1.0-canary.65 + "@graphcommerce/next-config": ^7.1.0-canary.65 + "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.65 graphql: ^16.7.1 react: ^18.2.0 typescript: 5.2.2 @@ -2639,18 +2639,18 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/demo-magento-graphcommerce@npm:7.1.0-canary.64, @graphcommerce/demo-magento-graphcommerce@workspace:packages/demo-magento-graphcommerce": +"@graphcommerce/demo-magento-graphcommerce@npm:7.1.0-canary.65, @graphcommerce/demo-magento-graphcommerce@workspace:packages/demo-magento-graphcommerce": version: 0.0.0-use.local resolution: "@graphcommerce/demo-magento-graphcommerce@workspace:packages/demo-magento-graphcommerce" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/framer-scroller": ^7.1.0-canary.64 - "@graphcommerce/magento-product": ^7.1.0-canary.64 - "@graphcommerce/magento-product-configurable": ^7.1.0-canary.64 - "@graphcommerce/magento-recently-viewed-products": ^7.1.0-canary.64 - "@graphcommerce/next-ui": ^7.1.0-canary.64 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.64 + "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/framer-scroller": ^7.1.0-canary.65 + "@graphcommerce/magento-product": ^7.1.0-canary.65 + "@graphcommerce/magento-product-configurable": ^7.1.0-canary.65 + "@graphcommerce/magento-recently-viewed-products": ^7.1.0-canary.65 + "@graphcommerce/next-ui": ^7.1.0-canary.65 + "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.65 "@mui/material": ^5.10.16 framer-motion: ^10.0.0 next: ^14 @@ -2663,20 +2663,20 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/docs@workspace:docs" peerDependencies: - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.64 + "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.65 languageName: unknown linkType: soft -"@graphcommerce/ecommerce-ui@npm:7.1.0-canary.64, @graphcommerce/ecommerce-ui@workspace:packages/ecommerce-ui": +"@graphcommerce/ecommerce-ui@npm:7.1.0-canary.65, @graphcommerce/ecommerce-ui@workspace:packages/ecommerce-ui": version: 0.0.0-use.local resolution: "@graphcommerce/ecommerce-ui@workspace:packages/ecommerce-ui" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/graphql": ^7.1.0-canary.64 - "@graphcommerce/next-ui": ^7.1.0-canary.64 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/react-hook-form": ^7.1.0-canary.64 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.64 + "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/graphql": ^7.1.0-canary.65 + "@graphcommerce/next-ui": ^7.1.0-canary.65 + "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/react-hook-form": ^7.1.0-canary.65 + "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.65 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -2688,11 +2688,11 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/eslint-config-pwa@npm:7.1.0-canary.64, @graphcommerce/eslint-config-pwa@workspace:packagesDev/eslint-config": +"@graphcommerce/eslint-config-pwa@npm:7.1.0-canary.65, @graphcommerce/eslint-config-pwa@workspace:packagesDev/eslint-config": version: 0.0.0-use.local resolution: "@graphcommerce/eslint-config-pwa@workspace:packagesDev/eslint-config" dependencies: - "@graphcommerce/typescript-config-pwa": "npm:7.1.0-canary.64" + "@graphcommerce/typescript-config-pwa": "npm:7.1.0-canary.65" "@next/eslint-plugin-next": "npm:14.0.2" "@typescript-eslint/eslint-plugin": "npm:^6.10.0" "@typescript-eslint/parser": "npm:^6.10.0" @@ -2712,9 +2712,9 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/framer-next-pages-example@workspace:packages/framer-next-pages/example" dependencies: - "@graphcommerce/eslint-config-pwa": "npm:7.1.0-canary.64" - "@graphcommerce/prettier-config-pwa": "npm:7.1.0-canary.64" - "@graphcommerce/typescript-config-pwa": "npm:7.1.0-canary.64" + "@graphcommerce/eslint-config-pwa": "npm:7.1.0-canary.65" + "@graphcommerce/prettier-config-pwa": "npm:7.1.0-canary.65" + "@graphcommerce/typescript-config-pwa": "npm:7.1.0-canary.65" "@lingui/cli": "npm:4.5.0" "@lingui/core": "npm:4.5.0" "@lingui/macro": "npm:4.5.0" @@ -2748,14 +2748,14 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/framer-next-pages@npm:7.1.0-canary.64, @graphcommerce/framer-next-pages@workspace:packages/framer-next-pages": +"@graphcommerce/framer-next-pages@npm:7.1.0-canary.65, @graphcommerce/framer-next-pages@workspace:packages/framer-next-pages": version: 0.0.0-use.local resolution: "@graphcommerce/framer-next-pages@workspace:packages/framer-next-pages" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/framer-utils": ^7.1.0-canary.64 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.64 + "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/framer-utils": ^7.1.0-canary.65 + "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.65 framer-motion: ^10.0.0 next: ^14 react: ^18.2.0 @@ -2767,9 +2767,9 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/framer-scroller-example@workspace:packages/framer-scroller/example" dependencies: - "@graphcommerce/eslint-config-pwa": "npm:7.1.0-canary.64" - "@graphcommerce/prettier-config-pwa": "npm:7.1.0-canary.64" - "@graphcommerce/typescript-config-pwa": "npm:7.1.0-canary.64" + "@graphcommerce/eslint-config-pwa": "npm:7.1.0-canary.65" + "@graphcommerce/prettier-config-pwa": "npm:7.1.0-canary.65" + "@graphcommerce/typescript-config-pwa": "npm:7.1.0-canary.65" "@lingui/cli": "npm:4.5.0" "@lingui/core": "npm:4.5.0" "@lingui/macro": "npm:4.5.0" @@ -2803,17 +2803,17 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/framer-scroller@npm:7.1.0-canary.64, @graphcommerce/framer-scroller@workspace:packages/framer-scroller": +"@graphcommerce/framer-scroller@npm:7.1.0-canary.65, @graphcommerce/framer-scroller@workspace:packages/framer-scroller": version: 0.0.0-use.local resolution: "@graphcommerce/framer-scroller@workspace:packages/framer-scroller" dependencies: popmotion: "npm:11.0.5" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/framer-utils": ^7.1.0-canary.64 - "@graphcommerce/image": ^7.1.0-canary.64 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.64 + "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/framer-utils": ^7.1.0-canary.65 + "@graphcommerce/image": ^7.1.0-canary.65 + "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.65 "@lingui/core": ^4.2.1 "@lingui/react": ^4.2.1 "@mui/material": ^5.10.16 @@ -2824,37 +2824,37 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/framer-utils@npm:7.1.0-canary.64, @graphcommerce/framer-utils@workspace:packages/framer-utils": +"@graphcommerce/framer-utils@npm:7.1.0-canary.65, @graphcommerce/framer-utils@workspace:packages/framer-utils": version: 0.0.0-use.local resolution: "@graphcommerce/framer-utils@workspace:packages/framer-utils" dependencies: framesync: "npm:^6.1.2" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.64 + "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.65 framer-motion: ^10.0.0 react: ^18.2.0 react-dom: ^18.2.0 languageName: unknown linkType: soft -"@graphcommerce/googleanalytics@npm:7.1.0-canary.64, @graphcommerce/googleanalytics@workspace:packages/googleanalytics": +"@graphcommerce/googleanalytics@npm:7.1.0-canary.65, @graphcommerce/googleanalytics@workspace:packages/googleanalytics": version: 0.0.0-use.local resolution: "@graphcommerce/googleanalytics@workspace:packages/googleanalytics" dependencies: "@types/gtag.js": "npm:^0.0.18" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/graphql-mesh": ^7.1.0-canary.64 - "@graphcommerce/magento-cart": ^7.1.0-canary.64 - "@graphcommerce/magento-cart-payment-method": ^7.1.0-canary.64 - "@graphcommerce/magento-cart-shipping-method": ^7.1.0-canary.64 - "@graphcommerce/magento-product": ^7.1.0-canary.64 - "@graphcommerce/next-config": ^7.1.0-canary.64 - "@graphcommerce/next-ui": ^7.1.0-canary.64 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.64 + "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/graphql-mesh": ^7.1.0-canary.65 + "@graphcommerce/magento-cart": ^7.1.0-canary.65 + "@graphcommerce/magento-cart-payment-method": ^7.1.0-canary.65 + "@graphcommerce/magento-cart-shipping-method": ^7.1.0-canary.65 + "@graphcommerce/magento-product": ^7.1.0-canary.65 + "@graphcommerce/next-config": ^7.1.0-canary.65 + "@graphcommerce/next-ui": ^7.1.0-canary.65 + "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.65 "@mui/material": ^5.10.16 next: ^14 react: ^18.2.0 @@ -2871,17 +2871,17 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/googlerecaptcha@npm:7.1.0-canary.64, @graphcommerce/googlerecaptcha@workspace:packages/googlerecaptcha": +"@graphcommerce/googlerecaptcha@npm:7.1.0-canary.65, @graphcommerce/googlerecaptcha@workspace:packages/googlerecaptcha": version: 0.0.0-use.local resolution: "@graphcommerce/googlerecaptcha@workspace:packages/googlerecaptcha" dependencies: "@types/grecaptcha": "npm:^3.0.7" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/graphql": ^7.1.0-canary.64 - "@graphcommerce/next-ui": ^7.1.0-canary.64 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.64 + "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/graphql": ^7.1.0-canary.65 + "@graphcommerce/next-ui": ^7.1.0-canary.65 + "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.65 "@mui/material": ^5.10.16 next: ^14 react: ^18.2.0 @@ -2889,32 +2889,32 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/googletagmanager@npm:7.1.0-canary.64, @graphcommerce/googletagmanager@workspace:packages/googletagmanager": +"@graphcommerce/googletagmanager@npm:7.1.0-canary.65, @graphcommerce/googletagmanager@workspace:packages/googletagmanager": version: 0.0.0-use.local resolution: "@graphcommerce/googletagmanager@workspace:packages/googletagmanager" dependencies: "@types/gapi.client.tagmanager": "npm:^2.0.4" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/next-ui": ^7.1.0-canary.64 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.64 + "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/next-ui": ^7.1.0-canary.65 + "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.65 next: ^14 react: ^18.2.0 react-dom: ^18.2.0 languageName: unknown linkType: soft -"@graphcommerce/graphcms-ui@npm:7.1.0-canary.64, @graphcommerce/graphcms-ui@workspace:packages/hygraph-ui": +"@graphcommerce/graphcms-ui@npm:7.1.0-canary.65, @graphcommerce/graphcms-ui@workspace:packages/hygraph-ui": version: 0.0.0-use.local resolution: "@graphcommerce/graphcms-ui@workspace:packages/hygraph-ui" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/graphql": ^7.1.0-canary.64 - "@graphcommerce/image": ^7.1.0-canary.64 - "@graphcommerce/next-ui": ^7.1.0-canary.64 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.64 + "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/graphql": ^7.1.0-canary.65 + "@graphcommerce/image": ^7.1.0-canary.65 + "@graphcommerce/next-ui": ^7.1.0-canary.65 + "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.65 "@mui/material": ^5.10.16 next: ^14 react: ^18.2.0 @@ -2933,14 +2933,14 @@ __metadata: "@types/parse-filepath": "npm:^1.0.2" parse-filepath: "npm:^1.0.2" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.64 + "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.65 graphql: ^16.7.1 languageName: unknown linkType: soft -"@graphcommerce/graphql-codegen-near-operation-file@npm:7.1.0-canary.64, @graphcommerce/graphql-codegen-near-operation-file@workspace:packagesDev/graphql-codegen-near-operation-file": +"@graphcommerce/graphql-codegen-near-operation-file@npm:7.1.0-canary.65, @graphcommerce/graphql-codegen-near-operation-file@workspace:packagesDev/graphql-codegen-near-operation-file": version: 0.0.0-use.local resolution: "@graphcommerce/graphql-codegen-near-operation-file@workspace:packagesDev/graphql-codegen-near-operation-file" dependencies: @@ -2951,14 +2951,14 @@ __metadata: "@types/parse-filepath": "npm:^1.0.2" parse-filepath: "npm:^1.0.2" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.64 + "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.65 graphql: ^16.7.1 languageName: unknown linkType: soft -"@graphcommerce/graphql-codegen-relay-optimizer-plugin@npm:7.1.0-canary.64, @graphcommerce/graphql-codegen-relay-optimizer-plugin@workspace:packagesDev/graphql-codegen-relay-optimizer-plugin": +"@graphcommerce/graphql-codegen-relay-optimizer-plugin@npm:7.1.0-canary.65, @graphcommerce/graphql-codegen-relay-optimizer-plugin@workspace:packagesDev/graphql-codegen-relay-optimizer-plugin": version: 0.0.0-use.local resolution: "@graphcommerce/graphql-codegen-relay-optimizer-plugin@workspace:packagesDev/graphql-codegen-relay-optimizer-plugin" dependencies: @@ -2972,13 +2972,13 @@ __metadata: ts-jest: "npm:29.1.1" typescript: "npm:5.2.2" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.64 + "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.65 graphql: ^16.7.1 languageName: unknown linkType: soft -"@graphcommerce/graphql-mesh@npm:7.1.0-canary.64, @graphcommerce/graphql-mesh@workspace:packages/graphql-mesh": +"@graphcommerce/graphql-mesh@npm:7.1.0-canary.65, @graphcommerce/graphql-mesh@workspace:packages/graphql-mesh": version: 0.0.0-use.local resolution: "@graphcommerce/graphql-mesh@workspace:packages/graphql-mesh" dependencies: @@ -3000,19 +3000,19 @@ __metadata: typescript: "npm:5.2.2" peerDependencies: "@apollo/client": ^3 - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.64 + "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.65 graphql: ^16.7.1 languageName: unknown linkType: soft -"@graphcommerce/graphql@npm:7.1.0-canary.64, @graphcommerce/graphql@workspace:packages/graphql": +"@graphcommerce/graphql@npm:7.1.0-canary.65, @graphcommerce/graphql@workspace:packages/graphql": version: 0.0.0-use.local resolution: "@graphcommerce/graphql@workspace:packages/graphql" dependencies: - "@graphcommerce/graphql-codegen-near-operation-file": "npm:7.1.0-canary.64" - "@graphcommerce/graphql-codegen-relay-optimizer-plugin": "npm:7.1.0-canary.64" + "@graphcommerce/graphql-codegen-near-operation-file": "npm:7.1.0-canary.65" + "@graphcommerce/graphql-codegen-relay-optimizer-plugin": "npm:7.1.0-canary.65" "@graphql-codegen/add": "npm:5.0.0" "@graphql-codegen/fragment-matcher": "npm:5.0.0" "@graphql-codegen/introspection": "npm:4.0.0" @@ -3025,16 +3025,16 @@ __metadata: apollo3-cache-persist: "npm:^0.14.1" peerDependencies: "@apollo/client": ^3 - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.64 + "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.65 graphql: ^16.7.1 react: ^18.2.0 react-dom: ^18.2.0 languageName: unknown linkType: soft -"@graphcommerce/hygraph-cli@npm:7.1.0-canary.64, @graphcommerce/hygraph-cli@workspace:packages/hygraph-cli": +"@graphcommerce/hygraph-cli@npm:7.1.0-canary.65, @graphcommerce/hygraph-cli@workspace:packages/hygraph-cli": version: 0.0.0-use.local resolution: "@graphcommerce/hygraph-cli@workspace:packages/hygraph-cli" dependencies: @@ -3046,10 +3046,10 @@ __metadata: typescript: "npm:5.2.2" peerDependencies: "@apollo/client": ^3 - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/next-config": ^7.1.0-canary.64 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.64 + "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/next-config": ^7.1.0-canary.65 + "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.65 dotenv: ^16.1.4 graphql: ^16.7.1 languageName: unknown @@ -3060,10 +3060,10 @@ __metadata: resolution: "@graphcommerce/hygraph-dynamic-rows-ui@workspace:packages/hygraph-dynamic-rows-ui" dependencies: "@apollo/client": "npm:~3.8.7" - "@graphcommerce/eslint-config-pwa": "npm:7.1.0-canary.64" - "@graphcommerce/next-config": "npm:7.1.0-canary.64" - "@graphcommerce/prettier-config-pwa": "npm:7.1.0-canary.64" - "@graphcommerce/typescript-config-pwa": "npm:7.1.0-canary.64" + "@graphcommerce/eslint-config-pwa": "npm:7.1.0-canary.65" + "@graphcommerce/next-config": "npm:7.1.0-canary.65" + "@graphcommerce/prettier-config-pwa": "npm:7.1.0-canary.65" + "@graphcommerce/typescript-config-pwa": "npm:7.1.0-canary.65" "@hygraph/app-sdk-react": "npm:^0.0.2" "@mui/material": "npm:5.14.7" "@types/react-is": "npm:^18.2.0" @@ -3079,17 +3079,17 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/hygraph-dynamic-rows@npm:7.1.0-canary.64, @graphcommerce/hygraph-dynamic-rows@workspace:packages/hygraph-dynamic-rows": +"@graphcommerce/hygraph-dynamic-rows@npm:7.1.0-canary.65, @graphcommerce/hygraph-dynamic-rows@workspace:packages/hygraph-dynamic-rows": version: 0.0.0-use.local resolution: "@graphcommerce/hygraph-dynamic-rows@workspace:packages/hygraph-dynamic-rows" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/graphcms-ui": ^7.1.0-canary.64 - "@graphcommerce/graphql": ^7.1.0-canary.64 - "@graphcommerce/image": ^7.1.0-canary.64 - "@graphcommerce/next-ui": ^7.1.0-canary.64 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.64 + "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/graphcms-ui": ^7.1.0-canary.65 + "@graphcommerce/graphql": ^7.1.0-canary.65 + "@graphcommerce/image": ^7.1.0-canary.65 + "@graphcommerce/next-ui": ^7.1.0-canary.65 + "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.65 "@mui/material": ^5.10.16 next: ^14 react: ^18.2.0 @@ -3101,9 +3101,9 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/image-example@workspace:packages/image/example" dependencies: - "@graphcommerce/eslint-config-pwa": "npm:7.1.0-canary.64" - "@graphcommerce/prettier-config-pwa": "npm:7.1.0-canary.64" - "@graphcommerce/typescript-config-pwa": "npm:7.1.0-canary.64" + "@graphcommerce/eslint-config-pwa": "npm:7.1.0-canary.65" + "@graphcommerce/prettier-config-pwa": "npm:7.1.0-canary.65" + "@graphcommerce/typescript-config-pwa": "npm:7.1.0-canary.65" "@lingui/cli": "npm:4.5.0" "@lingui/core": "npm:4.5.0" "@lingui/macro": "npm:4.5.0" @@ -3137,14 +3137,14 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/image@npm:7.1.0-canary.64, @graphcommerce/image@workspace:packages/image": +"@graphcommerce/image@npm:7.1.0-canary.65, @graphcommerce/image@workspace:packages/image": version: 0.0.0-use.local resolution: "@graphcommerce/image@workspace:packages/image" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/framer-utils": ^7.1.0-canary.64 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.64 + "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/framer-utils": ^7.1.0-canary.65 + "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.65 "@mui/material": ^5.10.16 next: ^14 react: ^18.2.0 @@ -3156,24 +3156,24 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/lighthouse@workspace:packages/lighthouse" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.64 + "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.65 next: ^14 languageName: unknown linkType: soft -"@graphcommerce/lingui-next@npm:7.1.0-canary.64, @graphcommerce/lingui-next@workspace:packages/lingui-next": +"@graphcommerce/lingui-next@npm:7.1.0-canary.65, @graphcommerce/lingui-next@workspace:packages/lingui-next": version: 0.0.0-use.local resolution: "@graphcommerce/lingui-next@workspace:packages/lingui-next" dependencies: "@lingui/conf": "npm:^4.5.0" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/next-config": ^7.1.0-canary.64 - "@graphcommerce/next-ui": ^7.1.0-canary.64 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.64 + "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/next-config": ^7.1.0-canary.65 + "@graphcommerce/next-ui": ^7.1.0-canary.65 + "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.65 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -3183,21 +3183,21 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/magento-cart-billing-address@npm:7.1.0-canary.64, @graphcommerce/magento-cart-billing-address@workspace:packages/magento-cart-billing-address": +"@graphcommerce/magento-cart-billing-address@npm:7.1.0-canary.65, @graphcommerce/magento-cart-billing-address@workspace:packages/magento-cart-billing-address": version: 0.0.0-use.local resolution: "@graphcommerce/magento-cart-billing-address@workspace:packages/magento-cart-billing-address" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/framer-next-pages": ^7.1.0-canary.64 - "@graphcommerce/graphql": ^7.1.0-canary.64 - "@graphcommerce/image": ^7.1.0-canary.64 - "@graphcommerce/magento-cart": ^7.1.0-canary.64 - "@graphcommerce/magento-customer": ^7.1.0-canary.64 - "@graphcommerce/magento-store": ^7.1.0-canary.64 - "@graphcommerce/next-ui": ^7.1.0-canary.64 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/react-hook-form": ^7.1.0-canary.64 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.64 + "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/framer-next-pages": ^7.1.0-canary.65 + "@graphcommerce/graphql": ^7.1.0-canary.65 + "@graphcommerce/image": ^7.1.0-canary.65 + "@graphcommerce/magento-cart": ^7.1.0-canary.65 + "@graphcommerce/magento-customer": ^7.1.0-canary.65 + "@graphcommerce/magento-store": ^7.1.0-canary.65 + "@graphcommerce/next-ui": ^7.1.0-canary.65 + "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/react-hook-form": ^7.1.0-canary.65 + "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.65 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -3209,22 +3209,22 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/magento-cart-checkout@npm:7.1.0-canary.64, @graphcommerce/magento-cart-checkout@workspace:packages/magento-cart-checkout": +"@graphcommerce/magento-cart-checkout@npm:7.1.0-canary.65, @graphcommerce/magento-cart-checkout@workspace:packages/magento-cart-checkout": version: 0.0.0-use.local resolution: "@graphcommerce/magento-cart-checkout@workspace:packages/magento-cart-checkout" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/graphql": ^7.1.0-canary.64 - "@graphcommerce/image": ^7.1.0-canary.64 - "@graphcommerce/magento-cart": ^7.1.0-canary.64 - "@graphcommerce/magento-cart-coupon": ^7.1.0-canary.64 - "@graphcommerce/magento-cart-items": ^7.1.0-canary.64 - "@graphcommerce/magento-customer": ^7.1.0-canary.64 - "@graphcommerce/magento-store": ^7.1.0-canary.64 - "@graphcommerce/next-ui": ^7.1.0-canary.64 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/react-hook-form": ^7.1.0-canary.64 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.64 + "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/graphql": ^7.1.0-canary.65 + "@graphcommerce/image": ^7.1.0-canary.65 + "@graphcommerce/magento-cart": ^7.1.0-canary.65 + "@graphcommerce/magento-cart-coupon": ^7.1.0-canary.65 + "@graphcommerce/magento-cart-items": ^7.1.0-canary.65 + "@graphcommerce/magento-customer": ^7.1.0-canary.65 + "@graphcommerce/magento-store": ^7.1.0-canary.65 + "@graphcommerce/next-ui": ^7.1.0-canary.65 + "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/react-hook-form": ^7.1.0-canary.65 + "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.65 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -3236,19 +3236,19 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/magento-cart-coupon@npm:7.1.0-canary.64, @graphcommerce/magento-cart-coupon@workspace:packages/magento-cart-coupon": +"@graphcommerce/magento-cart-coupon@npm:7.1.0-canary.65, @graphcommerce/magento-cart-coupon@workspace:packages/magento-cart-coupon": version: 0.0.0-use.local resolution: "@graphcommerce/magento-cart-coupon@workspace:packages/magento-cart-coupon" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/graphql": ^7.1.0-canary.64 - "@graphcommerce/image": ^7.1.0-canary.64 - "@graphcommerce/magento-cart": ^7.1.0-canary.64 - "@graphcommerce/magento-store": ^7.1.0-canary.64 - "@graphcommerce/next-ui": ^7.1.0-canary.64 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/react-hook-form": ^7.1.0-canary.64 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.64 + "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/graphql": ^7.1.0-canary.65 + "@graphcommerce/image": ^7.1.0-canary.65 + "@graphcommerce/magento-cart": ^7.1.0-canary.65 + "@graphcommerce/magento-store": ^7.1.0-canary.65 + "@graphcommerce/next-ui": ^7.1.0-canary.65 + "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/react-hook-form": ^7.1.0-canary.65 + "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.65 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -3260,22 +3260,22 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/magento-cart-email@npm:7.1.0-canary.64, @graphcommerce/magento-cart-email@workspace:packages/magento-cart-email": +"@graphcommerce/magento-cart-email@npm:7.1.0-canary.65, @graphcommerce/magento-cart-email@workspace:packages/magento-cart-email": version: 0.0.0-use.local resolution: "@graphcommerce/magento-cart-email@workspace:packages/magento-cart-email" peerDependencies: - "@graphcommerce/ecommerce-ui": ^7.1.0-canary.64 - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/graphql": ^7.1.0-canary.64 - "@graphcommerce/image": ^7.1.0-canary.64 - "@graphcommerce/magento-cart": ^7.1.0-canary.64 - "@graphcommerce/magento-customer": ^7.1.0-canary.64 - "@graphcommerce/magento-product": ^7.1.0-canary.64 - "@graphcommerce/magento-store": ^7.1.0-canary.64 - "@graphcommerce/next-ui": ^7.1.0-canary.64 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/react-hook-form": ^7.1.0-canary.64 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.64 + "@graphcommerce/ecommerce-ui": ^7.1.0-canary.65 + "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/graphql": ^7.1.0-canary.65 + "@graphcommerce/image": ^7.1.0-canary.65 + "@graphcommerce/magento-cart": ^7.1.0-canary.65 + "@graphcommerce/magento-customer": ^7.1.0-canary.65 + "@graphcommerce/magento-product": ^7.1.0-canary.65 + "@graphcommerce/magento-store": ^7.1.0-canary.65 + "@graphcommerce/next-ui": ^7.1.0-canary.65 + "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/react-hook-form": ^7.1.0-canary.65 + "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.65 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -3287,21 +3287,21 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/magento-cart-items@npm:7.1.0-canary.64, @graphcommerce/magento-cart-items@workspace:packages/magento-cart-items": +"@graphcommerce/magento-cart-items@npm:7.1.0-canary.65, @graphcommerce/magento-cart-items@workspace:packages/magento-cart-items": version: 0.0.0-use.local resolution: "@graphcommerce/magento-cart-items@workspace:packages/magento-cart-items" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/graphql": ^7.1.0-canary.64 - "@graphcommerce/image": ^7.1.0-canary.64 - "@graphcommerce/magento-cart": ^7.1.0-canary.64 - "@graphcommerce/magento-customer": ^7.1.0-canary.64 - "@graphcommerce/magento-product": ^7.1.0-canary.64 - "@graphcommerce/magento-store": ^7.1.0-canary.64 - "@graphcommerce/next-ui": ^7.1.0-canary.64 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/react-hook-form": ^7.1.0-canary.64 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.64 + "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/graphql": ^7.1.0-canary.65 + "@graphcommerce/image": ^7.1.0-canary.65 + "@graphcommerce/magento-cart": ^7.1.0-canary.65 + "@graphcommerce/magento-customer": ^7.1.0-canary.65 + "@graphcommerce/magento-product": ^7.1.0-canary.65 + "@graphcommerce/magento-store": ^7.1.0-canary.65 + "@graphcommerce/next-ui": ^7.1.0-canary.65 + "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/react-hook-form": ^7.1.0-canary.65 + "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.65 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -3313,21 +3313,21 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/magento-cart-payment-method@npm:7.1.0-canary.64, @graphcommerce/magento-cart-payment-method@workspace:packages/magento-cart-payment-method": +"@graphcommerce/magento-cart-payment-method@npm:7.1.0-canary.65, @graphcommerce/magento-cart-payment-method@workspace:packages/magento-cart-payment-method": version: 0.0.0-use.local resolution: "@graphcommerce/magento-cart-payment-method@workspace:packages/magento-cart-payment-method" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/framer-scroller": ^7.1.0-canary.64 - "@graphcommerce/graphql": ^7.1.0-canary.64 - "@graphcommerce/image": ^7.1.0-canary.64 - "@graphcommerce/magento-cart": ^7.1.0-canary.64 - "@graphcommerce/magento-cart-shipping-address": ^7.1.0-canary.64 - "@graphcommerce/magento-store": ^7.1.0-canary.64 - "@graphcommerce/next-ui": ^7.1.0-canary.64 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/react-hook-form": ^7.1.0-canary.64 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.64 + "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/framer-scroller": ^7.1.0-canary.65 + "@graphcommerce/graphql": ^7.1.0-canary.65 + "@graphcommerce/image": ^7.1.0-canary.65 + "@graphcommerce/magento-cart": ^7.1.0-canary.65 + "@graphcommerce/magento-cart-shipping-address": ^7.1.0-canary.65 + "@graphcommerce/magento-store": ^7.1.0-canary.65 + "@graphcommerce/next-ui": ^7.1.0-canary.65 + "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/react-hook-form": ^7.1.0-canary.65 + "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.65 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -3343,18 +3343,18 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/magento-cart-pickup@workspace:packages/magento-cart-pickup" peerDependencies: - "@graphcommerce/ecommerce-ui": ^7.1.0-canary.64 - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/graphql": ^7.1.0-canary.64 - "@graphcommerce/graphql-mesh": ^7.1.0-canary.64 - "@graphcommerce/image": ^7.1.0-canary.64 - "@graphcommerce/magento-cart": ^7.1.0-canary.64 - "@graphcommerce/magento-cart-shipping-method": ^7.1.0-canary.64 - "@graphcommerce/magento-store": ^7.1.0-canary.64 - "@graphcommerce/next-ui": ^7.1.0-canary.64 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/react-hook-form": ^7.1.0-canary.64 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.64 + "@graphcommerce/ecommerce-ui": ^7.1.0-canary.65 + "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/graphql": ^7.1.0-canary.65 + "@graphcommerce/graphql-mesh": ^7.1.0-canary.65 + "@graphcommerce/image": ^7.1.0-canary.65 + "@graphcommerce/magento-cart": ^7.1.0-canary.65 + "@graphcommerce/magento-cart-shipping-method": ^7.1.0-canary.65 + "@graphcommerce/magento-store": ^7.1.0-canary.65 + "@graphcommerce/next-ui": ^7.1.0-canary.65 + "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/react-hook-form": ^7.1.0-canary.65 + "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.65 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -3366,20 +3366,20 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/magento-cart-shipping-address@npm:7.1.0-canary.64, @graphcommerce/magento-cart-shipping-address@workspace:packages/magento-cart-shipping-address": +"@graphcommerce/magento-cart-shipping-address@npm:7.1.0-canary.65, @graphcommerce/magento-cart-shipping-address@workspace:packages/magento-cart-shipping-address": version: 0.0.0-use.local resolution: "@graphcommerce/magento-cart-shipping-address@workspace:packages/magento-cart-shipping-address" peerDependencies: - "@graphcommerce/ecommerce-ui": ^7.1.0-canary.64 - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/graphql": ^7.1.0-canary.64 - "@graphcommerce/image": ^7.1.0-canary.64 - "@graphcommerce/magento-cart": ^7.1.0-canary.64 - "@graphcommerce/magento-customer": ^7.1.0-canary.64 - "@graphcommerce/magento-store": ^7.1.0-canary.64 - "@graphcommerce/next-ui": ^7.1.0-canary.64 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.64 + "@graphcommerce/ecommerce-ui": ^7.1.0-canary.65 + "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/graphql": ^7.1.0-canary.65 + "@graphcommerce/image": ^7.1.0-canary.65 + "@graphcommerce/magento-cart": ^7.1.0-canary.65 + "@graphcommerce/magento-customer": ^7.1.0-canary.65 + "@graphcommerce/magento-store": ^7.1.0-canary.65 + "@graphcommerce/next-ui": ^7.1.0-canary.65 + "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.65 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -3391,21 +3391,21 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/magento-cart-shipping-method@npm:7.1.0-canary.64, @graphcommerce/magento-cart-shipping-method@workspace:packages/magento-cart-shipping-method": +"@graphcommerce/magento-cart-shipping-method@npm:7.1.0-canary.65, @graphcommerce/magento-cart-shipping-method@workspace:packages/magento-cart-shipping-method": version: 0.0.0-use.local resolution: "@graphcommerce/magento-cart-shipping-method@workspace:packages/magento-cart-shipping-method" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/framer-scroller": ^7.1.0-canary.64 - "@graphcommerce/graphql": ^7.1.0-canary.64 - "@graphcommerce/image": ^7.1.0-canary.64 - "@graphcommerce/magento-cart": ^7.1.0-canary.64 - "@graphcommerce/magento-cart-shipping-address": ^7.1.0-canary.64 - "@graphcommerce/magento-store": ^7.1.0-canary.64 - "@graphcommerce/next-ui": ^7.1.0-canary.64 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/react-hook-form": ^7.1.0-canary.64 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.64 + "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/framer-scroller": ^7.1.0-canary.65 + "@graphcommerce/graphql": ^7.1.0-canary.65 + "@graphcommerce/image": ^7.1.0-canary.65 + "@graphcommerce/magento-cart": ^7.1.0-canary.65 + "@graphcommerce/magento-cart-shipping-address": ^7.1.0-canary.65 + "@graphcommerce/magento-store": ^7.1.0-canary.65 + "@graphcommerce/next-ui": ^7.1.0-canary.65 + "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/react-hook-form": ^7.1.0-canary.65 + "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.65 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -3417,24 +3417,24 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/magento-cart@npm:7.1.0-canary.64, @graphcommerce/magento-cart@workspace:packages/magento-cart": +"@graphcommerce/magento-cart@npm:7.1.0-canary.65, @graphcommerce/magento-cart@workspace:packages/magento-cart": version: 0.0.0-use.local resolution: "@graphcommerce/magento-cart@workspace:packages/magento-cart" peerDependencies: - "@graphcommerce/ecommerce-ui": ^7.1.0-canary.64 - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/framer-next-pages": ^7.1.0-canary.64 - "@graphcommerce/framer-scroller": ^7.1.0-canary.64 - "@graphcommerce/framer-utils": ^7.1.0-canary.64 - "@graphcommerce/graphql": ^7.1.0-canary.64 - "@graphcommerce/image": ^7.1.0-canary.64 - "@graphcommerce/magento-customer": ^7.1.0-canary.64 - "@graphcommerce/magento-graphql": ^7.1.0-canary.64 - "@graphcommerce/magento-store": ^7.1.0-canary.64 - "@graphcommerce/next-ui": ^7.1.0-canary.64 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/react-hook-form": ^7.1.0-canary.64 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.64 + "@graphcommerce/ecommerce-ui": ^7.1.0-canary.65 + "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/framer-next-pages": ^7.1.0-canary.65 + "@graphcommerce/framer-scroller": ^7.1.0-canary.65 + "@graphcommerce/framer-utils": ^7.1.0-canary.65 + "@graphcommerce/graphql": ^7.1.0-canary.65 + "@graphcommerce/image": ^7.1.0-canary.65 + "@graphcommerce/magento-customer": ^7.1.0-canary.65 + "@graphcommerce/magento-graphql": ^7.1.0-canary.65 + "@graphcommerce/magento-store": ^7.1.0-canary.65 + "@graphcommerce/next-ui": ^7.1.0-canary.65 + "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/react-hook-form": ^7.1.0-canary.65 + "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.65 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -3446,19 +3446,19 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/magento-category@npm:7.1.0-canary.64, @graphcommerce/magento-category@workspace:packages/magento-category": +"@graphcommerce/magento-category@npm:7.1.0-canary.65, @graphcommerce/magento-category@workspace:packages/magento-category": version: 0.0.0-use.local resolution: "@graphcommerce/magento-category@workspace:packages/magento-category" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/framer-scroller": ^7.1.0-canary.64 - "@graphcommerce/graphql": ^7.1.0-canary.64 - "@graphcommerce/image": ^7.1.0-canary.64 - "@graphcommerce/magento-product": ^7.1.0-canary.64 - "@graphcommerce/magento-store": ^7.1.0-canary.64 - "@graphcommerce/next-ui": ^7.1.0-canary.64 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.64 + "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/framer-scroller": ^7.1.0-canary.65 + "@graphcommerce/graphql": ^7.1.0-canary.65 + "@graphcommerce/image": ^7.1.0-canary.65 + "@graphcommerce/magento-product": ^7.1.0-canary.65 + "@graphcommerce/magento-store": ^7.1.0-canary.65 + "@graphcommerce/next-ui": ^7.1.0-canary.65 + "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.65 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -3469,15 +3469,15 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/magento-cms@npm:7.1.0-canary.64, @graphcommerce/magento-cms@workspace:packages/magento-cms": +"@graphcommerce/magento-cms@npm:7.1.0-canary.65, @graphcommerce/magento-cms@workspace:packages/magento-cms": version: 0.0.0-use.local resolution: "@graphcommerce/magento-cms@workspace:packages/magento-cms" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/graphql": ^7.1.0-canary.64 - "@graphcommerce/magento-store": ^7.1.0-canary.64 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.64 + "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/graphql": ^7.1.0-canary.65 + "@graphcommerce/magento-store": ^7.1.0-canary.65 + "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.65 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -3488,20 +3488,20 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/magento-compare@npm:7.1.0-canary.64, @graphcommerce/magento-compare@workspace:packages/magento-compare": +"@graphcommerce/magento-compare@npm:7.1.0-canary.65, @graphcommerce/magento-compare@workspace:packages/magento-compare": version: 0.0.0-use.local resolution: "@graphcommerce/magento-compare@workspace:packages/magento-compare" peerDependencies: - "@graphcommerce/ecommerce-ui": ^7.1.0-canary.64 - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/framer-next-pages": ^7.1.0-canary.64 - "@graphcommerce/framer-utils": ^7.1.0-canary.64 - "@graphcommerce/graphql": ^7.1.0-canary.64 - "@graphcommerce/magento-cart": ^7.1.0-canary.64 - "@graphcommerce/magento-product": ^7.1.0-canary.64 - "@graphcommerce/next-ui": ^7.1.0-canary.64 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.64 + "@graphcommerce/ecommerce-ui": ^7.1.0-canary.65 + "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/framer-next-pages": ^7.1.0-canary.65 + "@graphcommerce/framer-utils": ^7.1.0-canary.65 + "@graphcommerce/graphql": ^7.1.0-canary.65 + "@graphcommerce/magento-cart": ^7.1.0-canary.65 + "@graphcommerce/magento-product": ^7.1.0-canary.65 + "@graphcommerce/next-ui": ^7.1.0-canary.65 + "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.65 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -3518,10 +3518,10 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/magento-customer-account@workspace:packages/magento-customer-account" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/magento-customer": ^7.1.0-canary.64 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.64 + "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/magento-customer": ^7.1.0-canary.65 + "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.65 languageName: unknown linkType: soft @@ -3529,16 +3529,16 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/magento-customer-order@workspace:packages/magento-customer-order" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/graphql": ^7.1.0-canary.64 - "@graphcommerce/graphql-mesh": ^7.1.0-canary.64 - "@graphcommerce/image": ^7.1.0-canary.64 - "@graphcommerce/magento-customer": ^7.1.0-canary.64 - "@graphcommerce/magento-graphql": ^7.1.0-canary.64 - "@graphcommerce/magento-store": ^7.1.0-canary.64 - "@graphcommerce/next-ui": ^7.1.0-canary.64 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.64 + "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/graphql": ^7.1.0-canary.65 + "@graphcommerce/graphql-mesh": ^7.1.0-canary.65 + "@graphcommerce/image": ^7.1.0-canary.65 + "@graphcommerce/magento-customer": ^7.1.0-canary.65 + "@graphcommerce/magento-graphql": ^7.1.0-canary.65 + "@graphcommerce/magento-store": ^7.1.0-canary.65 + "@graphcommerce/next-ui": ^7.1.0-canary.65 + "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.65 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -3550,22 +3550,22 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/magento-customer@npm:7.1.0-canary.64, @graphcommerce/magento-customer@workspace:packages/magento-customer": +"@graphcommerce/magento-customer@npm:7.1.0-canary.65, @graphcommerce/magento-customer@workspace:packages/magento-customer": version: 0.0.0-use.local resolution: "@graphcommerce/magento-customer@workspace:packages/magento-customer" peerDependencies: - "@graphcommerce/ecommerce-ui": ^7.1.0-canary.64 - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/framer-utils": ^7.1.0-canary.64 - "@graphcommerce/graphql": ^7.1.0-canary.64 - "@graphcommerce/graphql-mesh": ^7.1.0-canary.64 - "@graphcommerce/image": ^7.1.0-canary.64 - "@graphcommerce/magento-graphql": ^7.1.0-canary.64 - "@graphcommerce/magento-store": ^7.1.0-canary.64 - "@graphcommerce/next-ui": ^7.1.0-canary.64 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/react-hook-form": ^7.1.0-canary.64 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.64 + "@graphcommerce/ecommerce-ui": ^7.1.0-canary.65 + "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/framer-utils": ^7.1.0-canary.65 + "@graphcommerce/graphql": ^7.1.0-canary.65 + "@graphcommerce/graphql-mesh": ^7.1.0-canary.65 + "@graphcommerce/image": ^7.1.0-canary.65 + "@graphcommerce/magento-graphql": ^7.1.0-canary.65 + "@graphcommerce/magento-store": ^7.1.0-canary.65 + "@graphcommerce/next-ui": ^7.1.0-canary.65 + "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/react-hook-form": ^7.1.0-canary.65 + "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.65 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -3584,56 +3584,56 @@ __metadata: dependencies: "@apollo/client": "npm:~3.8.7" "@ducanh2912/next-pwa": "npm:9.7.2" - "@graphcommerce/cli": "npm:7.1.0-canary.64" - "@graphcommerce/demo-magento-graphcommerce": "npm:7.1.0-canary.64" - "@graphcommerce/ecommerce-ui": "npm:7.1.0-canary.64" - "@graphcommerce/eslint-config-pwa": "npm:7.1.0-canary.64" - "@graphcommerce/framer-next-pages": "npm:7.1.0-canary.64" - "@graphcommerce/framer-scroller": "npm:7.1.0-canary.64" - "@graphcommerce/framer-utils": "npm:7.1.0-canary.64" - "@graphcommerce/googleanalytics": "npm:7.1.0-canary.64" - "@graphcommerce/googlerecaptcha": "npm:7.1.0-canary.64" - "@graphcommerce/googletagmanager": "npm:7.1.0-canary.64" - "@graphcommerce/graphcms-ui": "npm:7.1.0-canary.64" - "@graphcommerce/graphql": "npm:7.1.0-canary.64" - "@graphcommerce/graphql-mesh": "npm:7.1.0-canary.64" - "@graphcommerce/hygraph-cli": "npm:7.1.0-canary.64" - "@graphcommerce/hygraph-dynamic-rows": "npm:7.1.0-canary.64" - "@graphcommerce/image": "npm:7.1.0-canary.64" - "@graphcommerce/lingui-next": "npm:7.1.0-canary.64" - "@graphcommerce/magento-cart": "npm:7.1.0-canary.64" - "@graphcommerce/magento-cart-billing-address": "npm:7.1.0-canary.64" - "@graphcommerce/magento-cart-checkout": "npm:7.1.0-canary.64" - "@graphcommerce/magento-cart-coupon": "npm:7.1.0-canary.64" - "@graphcommerce/magento-cart-email": "npm:7.1.0-canary.64" - "@graphcommerce/magento-cart-items": "npm:7.1.0-canary.64" - "@graphcommerce/magento-cart-payment-method": "npm:7.1.0-canary.64" - "@graphcommerce/magento-cart-shipping-address": "npm:7.1.0-canary.64" - "@graphcommerce/magento-cart-shipping-method": "npm:7.1.0-canary.64" - "@graphcommerce/magento-category": "npm:7.1.0-canary.64" - "@graphcommerce/magento-cms": "npm:7.1.0-canary.64" - "@graphcommerce/magento-compare": "npm:7.1.0-canary.64" - "@graphcommerce/magento-customer": "npm:7.1.0-canary.64" - "@graphcommerce/magento-graphql": "npm:7.1.0-canary.64" - "@graphcommerce/magento-newsletter": "npm:7.1.0-canary.64" - "@graphcommerce/magento-payment-included": "npm:7.1.0-canary.64" - "@graphcommerce/magento-product": "npm:7.1.0-canary.64" - "@graphcommerce/magento-product-bundle": "npm:7.1.0-canary.64" - "@graphcommerce/magento-product-configurable": "npm:7.1.0-canary.64" - "@graphcommerce/magento-product-downloadable": "npm:7.1.0-canary.64" - "@graphcommerce/magento-product-grouped": "npm:7.1.0-canary.64" - "@graphcommerce/magento-product-simple": "npm:7.1.0-canary.64" - "@graphcommerce/magento-product-virtual": "npm:7.1.0-canary.64" - "@graphcommerce/magento-recently-viewed-products": "npm:7.1.0-canary.64" - "@graphcommerce/magento-review": "npm:7.1.0-canary.64" - "@graphcommerce/magento-search": "npm:7.1.0-canary.64" - "@graphcommerce/magento-store": "npm:7.1.0-canary.64" - "@graphcommerce/magento-wishlist": "npm:7.1.0-canary.64" - "@graphcommerce/next-config": "npm:7.1.0-canary.64" - "@graphcommerce/next-ui": "npm:7.1.0-canary.64" - "@graphcommerce/prettier-config-pwa": "npm:7.1.0-canary.64" - "@graphcommerce/react-hook-form": "npm:7.1.0-canary.64" - "@graphcommerce/typescript-config-pwa": "npm:7.1.0-canary.64" + "@graphcommerce/cli": "npm:7.1.0-canary.65" + "@graphcommerce/demo-magento-graphcommerce": "npm:7.1.0-canary.65" + "@graphcommerce/ecommerce-ui": "npm:7.1.0-canary.65" + "@graphcommerce/eslint-config-pwa": "npm:7.1.0-canary.65" + "@graphcommerce/framer-next-pages": "npm:7.1.0-canary.65" + "@graphcommerce/framer-scroller": "npm:7.1.0-canary.65" + "@graphcommerce/framer-utils": "npm:7.1.0-canary.65" + "@graphcommerce/googleanalytics": "npm:7.1.0-canary.65" + "@graphcommerce/googlerecaptcha": "npm:7.1.0-canary.65" + "@graphcommerce/googletagmanager": "npm:7.1.0-canary.65" + "@graphcommerce/graphcms-ui": "npm:7.1.0-canary.65" + "@graphcommerce/graphql": "npm:7.1.0-canary.65" + "@graphcommerce/graphql-mesh": "npm:7.1.0-canary.65" + "@graphcommerce/hygraph-cli": "npm:7.1.0-canary.65" + "@graphcommerce/hygraph-dynamic-rows": "npm:7.1.0-canary.65" + "@graphcommerce/image": "npm:7.1.0-canary.65" + "@graphcommerce/lingui-next": "npm:7.1.0-canary.65" + "@graphcommerce/magento-cart": "npm:7.1.0-canary.65" + "@graphcommerce/magento-cart-billing-address": "npm:7.1.0-canary.65" + "@graphcommerce/magento-cart-checkout": "npm:7.1.0-canary.65" + "@graphcommerce/magento-cart-coupon": "npm:7.1.0-canary.65" + "@graphcommerce/magento-cart-email": "npm:7.1.0-canary.65" + "@graphcommerce/magento-cart-items": "npm:7.1.0-canary.65" + "@graphcommerce/magento-cart-payment-method": "npm:7.1.0-canary.65" + "@graphcommerce/magento-cart-shipping-address": "npm:7.1.0-canary.65" + "@graphcommerce/magento-cart-shipping-method": "npm:7.1.0-canary.65" + "@graphcommerce/magento-category": "npm:7.1.0-canary.65" + "@graphcommerce/magento-cms": "npm:7.1.0-canary.65" + "@graphcommerce/magento-compare": "npm:7.1.0-canary.65" + "@graphcommerce/magento-customer": "npm:7.1.0-canary.65" + "@graphcommerce/magento-graphql": "npm:7.1.0-canary.65" + "@graphcommerce/magento-newsletter": "npm:7.1.0-canary.65" + "@graphcommerce/magento-payment-included": "npm:7.1.0-canary.65" + "@graphcommerce/magento-product": "npm:7.1.0-canary.65" + "@graphcommerce/magento-product-bundle": "npm:7.1.0-canary.65" + "@graphcommerce/magento-product-configurable": "npm:7.1.0-canary.65" + "@graphcommerce/magento-product-downloadable": "npm:7.1.0-canary.65" + "@graphcommerce/magento-product-grouped": "npm:7.1.0-canary.65" + "@graphcommerce/magento-product-simple": "npm:7.1.0-canary.65" + "@graphcommerce/magento-product-virtual": "npm:7.1.0-canary.65" + "@graphcommerce/magento-recently-viewed-products": "npm:7.1.0-canary.65" + "@graphcommerce/magento-review": "npm:7.1.0-canary.65" + "@graphcommerce/magento-search": "npm:7.1.0-canary.65" + "@graphcommerce/magento-store": "npm:7.1.0-canary.65" + "@graphcommerce/magento-wishlist": "npm:7.1.0-canary.65" + "@graphcommerce/next-config": "npm:7.1.0-canary.65" + "@graphcommerce/next-ui": "npm:7.1.0-canary.65" + "@graphcommerce/prettier-config-pwa": "npm:7.1.0-canary.65" + "@graphcommerce/react-hook-form": "npm:7.1.0-canary.65" + "@graphcommerce/typescript-config-pwa": "npm:7.1.0-canary.65" "@lingui/cli": "npm:4.5.0" "@lingui/core": "npm:4.5.0" "@lingui/macro": "npm:4.5.0" @@ -3669,33 +3669,33 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/magento-graphql@npm:7.1.0-canary.64, @graphcommerce/magento-graphql@workspace:packages/magento-graphql": +"@graphcommerce/magento-graphql@npm:7.1.0-canary.65, @graphcommerce/magento-graphql@workspace:packages/magento-graphql": version: 0.0.0-use.local resolution: "@graphcommerce/magento-graphql@workspace:packages/magento-graphql" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/graphql": ^7.1.0-canary.64 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.64 + "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/graphql": ^7.1.0-canary.65 + "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.65 next: ^14 react: ^18.2.0 react-dom: ^18.2.0 languageName: unknown linkType: soft -"@graphcommerce/magento-newsletter@npm:7.1.0-canary.64, @graphcommerce/magento-newsletter@workspace:packages/magento-newsletter": +"@graphcommerce/magento-newsletter@npm:7.1.0-canary.65, @graphcommerce/magento-newsletter@workspace:packages/magento-newsletter": version: 0.0.0-use.local resolution: "@graphcommerce/magento-newsletter@workspace:packages/magento-newsletter" peerDependencies: - "@graphcommerce/ecommerce-ui": ^7.1.0-canary.64 - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/graphql": ^7.1.0-canary.64 - "@graphcommerce/magento-cart": ^7.1.0-canary.64 - "@graphcommerce/magento-customer": ^7.1.0-canary.64 - "@graphcommerce/next-ui": ^7.1.0-canary.64 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/react-hook-form": ^7.1.0-canary.64 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.64 + "@graphcommerce/ecommerce-ui": ^7.1.0-canary.65 + "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/graphql": ^7.1.0-canary.65 + "@graphcommerce/magento-cart": ^7.1.0-canary.65 + "@graphcommerce/magento-customer": ^7.1.0-canary.65 + "@graphcommerce/next-ui": ^7.1.0-canary.65 + "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/react-hook-form": ^7.1.0-canary.65 + "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.65 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -3714,15 +3714,15 @@ __metadata: "@types/jsdom": "npm:^21.1.5" jsdom: "npm:^22.1.0" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/graphql": ^7.1.0-canary.64 - "@graphcommerce/magento-category": ^7.1.0-canary.64 - "@graphcommerce/magento-cms": ^7.1.0-canary.64 - "@graphcommerce/magento-product": ^7.1.0-canary.64 - "@graphcommerce/next-ui": ^7.1.0-canary.64 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/react-hook-form": ^7.1.0-canary.64 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.64 + "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/graphql": ^7.1.0-canary.65 + "@graphcommerce/magento-category": ^7.1.0-canary.65 + "@graphcommerce/magento-cms": ^7.1.0-canary.65 + "@graphcommerce/magento-product": ^7.1.0-canary.65 + "@graphcommerce/next-ui": ^7.1.0-canary.65 + "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/react-hook-form": ^7.1.0-canary.65 + "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.65 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -3738,18 +3738,18 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/magento-payment-adyen@workspace:packages/magento-payment-adyen" peerDependencies: - "@graphcommerce/ecommerce-ui": ^7.1.0-canary.64 - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/graphql": ^7.1.0-canary.64 - "@graphcommerce/graphql-mesh": ^7.1.0-canary.64 - "@graphcommerce/image": ^7.1.0-canary.64 - "@graphcommerce/magento-cart": ^7.1.0-canary.64 - "@graphcommerce/magento-cart-payment-method": ^7.1.0-canary.64 - "@graphcommerce/magento-product": ^7.1.0-canary.64 - "@graphcommerce/magento-store": ^7.1.0-canary.64 - "@graphcommerce/next-ui": ^7.1.0-canary.64 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.64 + "@graphcommerce/ecommerce-ui": ^7.1.0-canary.65 + "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/graphql": ^7.1.0-canary.65 + "@graphcommerce/graphql-mesh": ^7.1.0-canary.65 + "@graphcommerce/image": ^7.1.0-canary.65 + "@graphcommerce/magento-cart": ^7.1.0-canary.65 + "@graphcommerce/magento-cart-payment-method": ^7.1.0-canary.65 + "@graphcommerce/magento-product": ^7.1.0-canary.65 + "@graphcommerce/magento-store": ^7.1.0-canary.65 + "@graphcommerce/next-ui": ^7.1.0-canary.65 + "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.65 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -3767,19 +3767,19 @@ __metadata: "@types/braintree-web": "npm:^3.96.9" braintree-web: "npm:^3.97.3" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/graphql": ^7.1.0-canary.64 - "@graphcommerce/image": ^7.1.0-canary.64 - "@graphcommerce/magento-cart": ^7.1.0-canary.64 - "@graphcommerce/magento-cart-payment-method": ^7.1.0-canary.64 - "@graphcommerce/magento-cart-shipping-address": ^7.1.0-canary.64 - "@graphcommerce/magento-product": ^7.1.0-canary.64 - "@graphcommerce/magento-product-configurable": ^7.1.0-canary.64 - "@graphcommerce/magento-store": ^7.1.0-canary.64 - "@graphcommerce/next-ui": ^7.1.0-canary.64 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/react-hook-form": ^7.1.0-canary.64 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.64 + "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/graphql": ^7.1.0-canary.65 + "@graphcommerce/image": ^7.1.0-canary.65 + "@graphcommerce/magento-cart": ^7.1.0-canary.65 + "@graphcommerce/magento-cart-payment-method": ^7.1.0-canary.65 + "@graphcommerce/magento-cart-shipping-address": ^7.1.0-canary.65 + "@graphcommerce/magento-product": ^7.1.0-canary.65 + "@graphcommerce/magento-product-configurable": ^7.1.0-canary.65 + "@graphcommerce/magento-store": ^7.1.0-canary.65 + "@graphcommerce/next-ui": ^7.1.0-canary.65 + "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/react-hook-form": ^7.1.0-canary.65 + "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.65 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -3791,23 +3791,23 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/magento-payment-included@npm:7.1.0-canary.64, @graphcommerce/magento-payment-included@workspace:packages/magento-payment-included": +"@graphcommerce/magento-payment-included@npm:7.1.0-canary.65, @graphcommerce/magento-payment-included@workspace:packages/magento-payment-included": version: 0.0.0-use.local resolution: "@graphcommerce/magento-payment-included@workspace:packages/magento-payment-included" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/graphql": ^7.1.0-canary.64 - "@graphcommerce/image": ^7.1.0-canary.64 - "@graphcommerce/magento-cart": ^7.1.0-canary.64 - "@graphcommerce/magento-cart-payment-method": ^7.1.0-canary.64 - "@graphcommerce/magento-cart-shipping-address": ^7.1.0-canary.64 - "@graphcommerce/magento-product": ^7.1.0-canary.64 - "@graphcommerce/magento-product-configurable": ^7.1.0-canary.64 - "@graphcommerce/magento-store": ^7.1.0-canary.64 - "@graphcommerce/next-ui": ^7.1.0-canary.64 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/react-hook-form": ^7.1.0-canary.64 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.64 + "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/graphql": ^7.1.0-canary.65 + "@graphcommerce/image": ^7.1.0-canary.65 + "@graphcommerce/magento-cart": ^7.1.0-canary.65 + "@graphcommerce/magento-cart-payment-method": ^7.1.0-canary.65 + "@graphcommerce/magento-cart-shipping-address": ^7.1.0-canary.65 + "@graphcommerce/magento-product": ^7.1.0-canary.65 + "@graphcommerce/magento-product-configurable": ^7.1.0-canary.65 + "@graphcommerce/magento-store": ^7.1.0-canary.65 + "@graphcommerce/next-ui": ^7.1.0-canary.65 + "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/react-hook-form": ^7.1.0-canary.65 + "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.65 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -3823,14 +3823,14 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/magento-payment-klarna@workspace:packages/magento-payment-klarna" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/graphql": ^7.1.0-canary.64 - "@graphcommerce/image": ^7.1.0-canary.64 - "@graphcommerce/magento-cart": ^7.1.0-canary.64 - "@graphcommerce/magento-store": ^7.1.0-canary.64 - "@graphcommerce/next-ui": ^7.1.0-canary.64 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.64 + "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/graphql": ^7.1.0-canary.65 + "@graphcommerce/image": ^7.1.0-canary.65 + "@graphcommerce/magento-cart": ^7.1.0-canary.65 + "@graphcommerce/magento-store": ^7.1.0-canary.65 + "@graphcommerce/next-ui": ^7.1.0-canary.65 + "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.65 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -3846,22 +3846,22 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/magento-payment-multisafepay@workspace:packages/magento-payment-multisafepay" peerDependencies: - "@graphcommerce/ecommerce-ui": ^7.1.0-canary.64 - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/graphql": ^7.1.0-canary.64 - "@graphcommerce/graphql-mesh": ^7.1.0-canary.64 - "@graphcommerce/image": ^7.1.0-canary.64 - "@graphcommerce/magento-cart": ^7.1.0-canary.64 - "@graphcommerce/magento-cart-checkout": ^7.1.0-canary.64 - "@graphcommerce/magento-cart-payment-method": ^7.1.0-canary.64 - "@graphcommerce/magento-cart-shipping-address": ^7.1.0-canary.64 - "@graphcommerce/magento-product": ^7.1.0-canary.64 - "@graphcommerce/magento-product-configurable": ^7.1.0-canary.64 - "@graphcommerce/magento-store": ^7.1.0-canary.64 - "@graphcommerce/next-ui": ^7.1.0-canary.64 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/react-hook-form": ^7.1.0-canary.64 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.64 + "@graphcommerce/ecommerce-ui": ^7.1.0-canary.65 + "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/graphql": ^7.1.0-canary.65 + "@graphcommerce/graphql-mesh": ^7.1.0-canary.65 + "@graphcommerce/image": ^7.1.0-canary.65 + "@graphcommerce/magento-cart": ^7.1.0-canary.65 + "@graphcommerce/magento-cart-checkout": ^7.1.0-canary.65 + "@graphcommerce/magento-cart-payment-method": ^7.1.0-canary.65 + "@graphcommerce/magento-cart-shipping-address": ^7.1.0-canary.65 + "@graphcommerce/magento-product": ^7.1.0-canary.65 + "@graphcommerce/magento-product-configurable": ^7.1.0-canary.65 + "@graphcommerce/magento-store": ^7.1.0-canary.65 + "@graphcommerce/next-ui": ^7.1.0-canary.65 + "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/react-hook-form": ^7.1.0-canary.65 + "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.65 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -3876,16 +3876,16 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/magento-payment-paypal@workspace:packages/magento-payment-paypal" peerDependencies: - "@graphcommerce/ecommerce-ui": ^7.1.0-canary.64 - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/graphql": ^7.1.0-canary.64 - "@graphcommerce/image": ^7.1.0-canary.64 - "@graphcommerce/magento-cart": ^7.1.0-canary.64 - "@graphcommerce/magento-cart-payment-method": ^7.1.0-canary.64 - "@graphcommerce/magento-store": ^7.1.0-canary.64 - "@graphcommerce/next-ui": ^7.1.0-canary.64 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.64 + "@graphcommerce/ecommerce-ui": ^7.1.0-canary.65 + "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/graphql": ^7.1.0-canary.65 + "@graphcommerce/image": ^7.1.0-canary.65 + "@graphcommerce/magento-cart": ^7.1.0-canary.65 + "@graphcommerce/magento-cart-payment-method": ^7.1.0-canary.65 + "@graphcommerce/magento-store": ^7.1.0-canary.65 + "@graphcommerce/next-ui": ^7.1.0-canary.65 + "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.65 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -3897,23 +3897,23 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/magento-product-bundle@npm:7.1.0-canary.64, @graphcommerce/magento-product-bundle@workspace:packages/magento-product-bundle": +"@graphcommerce/magento-product-bundle@npm:7.1.0-canary.65, @graphcommerce/magento-product-bundle@workspace:packages/magento-product-bundle": version: 0.0.0-use.local resolution: "@graphcommerce/magento-product-bundle@workspace:packages/magento-product-bundle" peerDependencies: - "@graphcommerce/ecommerce-ui": ^7.1.0-canary.64 - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/graphql": ^7.1.0-canary.64 - "@graphcommerce/image": ^7.1.0-canary.64 - "@graphcommerce/magento-cart": ^7.1.0-canary.64 - "@graphcommerce/magento-cart-items": ^7.1.0-canary.64 - "@graphcommerce/magento-product": ^7.1.0-canary.64 - "@graphcommerce/magento-product-simple": ^7.1.0-canary.64 - "@graphcommerce/magento-product-virtual": ^7.1.0-canary.64 - "@graphcommerce/magento-store": ^7.1.0-canary.64 - "@graphcommerce/next-ui": ^7.1.0-canary.64 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.64 + "@graphcommerce/ecommerce-ui": ^7.1.0-canary.65 + "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/graphql": ^7.1.0-canary.65 + "@graphcommerce/image": ^7.1.0-canary.65 + "@graphcommerce/magento-cart": ^7.1.0-canary.65 + "@graphcommerce/magento-cart-items": ^7.1.0-canary.65 + "@graphcommerce/magento-product": ^7.1.0-canary.65 + "@graphcommerce/magento-product-simple": ^7.1.0-canary.65 + "@graphcommerce/magento-product-virtual": ^7.1.0-canary.65 + "@graphcommerce/magento-store": ^7.1.0-canary.65 + "@graphcommerce/next-ui": ^7.1.0-canary.65 + "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.65 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -3924,26 +3924,26 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/magento-product-configurable@npm:7.1.0-canary.64, @graphcommerce/magento-product-configurable@workspace:packages/magento-product-configurable": +"@graphcommerce/magento-product-configurable@npm:7.1.0-canary.65, @graphcommerce/magento-product-configurable@workspace:packages/magento-product-configurable": version: 0.0.0-use.local resolution: "@graphcommerce/magento-product-configurable@workspace:packages/magento-product-configurable" peerDependencies: - "@graphcommerce/ecommerce-ui": ^7.1.0-canary.64 - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/graphql": ^7.1.0-canary.64 - "@graphcommerce/graphql-mesh": ^7.1.0-canary.64 - "@graphcommerce/image": ^7.1.0-canary.64 - "@graphcommerce/magento-cart": ^7.1.0-canary.64 - "@graphcommerce/magento-cart-items": ^7.1.0-canary.64 - "@graphcommerce/magento-category": ^7.1.0-canary.64 - "@graphcommerce/magento-customer": ^7.1.0-canary.64 - "@graphcommerce/magento-product": ^7.1.0-canary.64 - "@graphcommerce/magento-product-simple": ^7.1.0-canary.64 - "@graphcommerce/magento-store": ^7.1.0-canary.64 - "@graphcommerce/next-ui": ^7.1.0-canary.64 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/react-hook-form": ^7.1.0-canary.64 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.64 + "@graphcommerce/ecommerce-ui": ^7.1.0-canary.65 + "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/graphql": ^7.1.0-canary.65 + "@graphcommerce/graphql-mesh": ^7.1.0-canary.65 + "@graphcommerce/image": ^7.1.0-canary.65 + "@graphcommerce/magento-cart": ^7.1.0-canary.65 + "@graphcommerce/magento-cart-items": ^7.1.0-canary.65 + "@graphcommerce/magento-category": ^7.1.0-canary.65 + "@graphcommerce/magento-customer": ^7.1.0-canary.65 + "@graphcommerce/magento-product": ^7.1.0-canary.65 + "@graphcommerce/magento-product-simple": ^7.1.0-canary.65 + "@graphcommerce/magento-store": ^7.1.0-canary.65 + "@graphcommerce/next-ui": ^7.1.0-canary.65 + "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/react-hook-form": ^7.1.0-canary.65 + "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.65 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -3955,18 +3955,18 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/magento-product-downloadable@npm:7.1.0-canary.64, @graphcommerce/magento-product-downloadable@workspace:packages/magento-product-downloadable": +"@graphcommerce/magento-product-downloadable@npm:7.1.0-canary.65, @graphcommerce/magento-product-downloadable@workspace:packages/magento-product-downloadable": version: 0.0.0-use.local resolution: "@graphcommerce/magento-product-downloadable@workspace:packages/magento-product-downloadable" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/graphql": ^7.1.0-canary.64 - "@graphcommerce/magento-cart": ^7.1.0-canary.64 - "@graphcommerce/magento-product": ^7.1.0-canary.64 - "@graphcommerce/magento-store": ^7.1.0-canary.64 - "@graphcommerce/next-ui": ^7.1.0-canary.64 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.64 + "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/graphql": ^7.1.0-canary.65 + "@graphcommerce/magento-cart": ^7.1.0-canary.65 + "@graphcommerce/magento-product": ^7.1.0-canary.65 + "@graphcommerce/magento-store": ^7.1.0-canary.65 + "@graphcommerce/next-ui": ^7.1.0-canary.65 + "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.65 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -3976,18 +3976,18 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/magento-product-grouped@npm:7.1.0-canary.64, @graphcommerce/magento-product-grouped@workspace:packages/magento-product-grouped": +"@graphcommerce/magento-product-grouped@npm:7.1.0-canary.65, @graphcommerce/magento-product-grouped@workspace:packages/magento-product-grouped": version: 0.0.0-use.local resolution: "@graphcommerce/magento-product-grouped@workspace:packages/magento-product-grouped" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/graphql": ^7.1.0-canary.64 - "@graphcommerce/magento-cart": ^7.1.0-canary.64 - "@graphcommerce/magento-product": ^7.1.0-canary.64 - "@graphcommerce/magento-product-simple": ^7.1.0-canary.64 - "@graphcommerce/magento-product-virtual": ^7.1.0-canary.64 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.64 + "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/graphql": ^7.1.0-canary.65 + "@graphcommerce/magento-cart": ^7.1.0-canary.65 + "@graphcommerce/magento-product": ^7.1.0-canary.65 + "@graphcommerce/magento-product-simple": ^7.1.0-canary.65 + "@graphcommerce/magento-product-virtual": ^7.1.0-canary.65 + "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.65 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -3997,18 +3997,18 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/magento-product-simple@npm:7.1.0-canary.64, @graphcommerce/magento-product-simple@workspace:packages/magento-product-simple": +"@graphcommerce/magento-product-simple@npm:7.1.0-canary.65, @graphcommerce/magento-product-simple@workspace:packages/magento-product-simple": version: 0.0.0-use.local resolution: "@graphcommerce/magento-product-simple@workspace:packages/magento-product-simple" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/graphql": ^7.1.0-canary.64 - "@graphcommerce/magento-cart": ^7.1.0-canary.64 - "@graphcommerce/magento-cart-items": ^7.1.0-canary.64 - "@graphcommerce/magento-product": ^7.1.0-canary.64 - "@graphcommerce/next-ui": ^7.1.0-canary.64 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.64 + "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/graphql": ^7.1.0-canary.65 + "@graphcommerce/magento-cart": ^7.1.0-canary.65 + "@graphcommerce/magento-cart-items": ^7.1.0-canary.65 + "@graphcommerce/magento-product": ^7.1.0-canary.65 + "@graphcommerce/next-ui": ^7.1.0-canary.65 + "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.65 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -4018,18 +4018,18 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/magento-product-virtual@npm:7.1.0-canary.64, @graphcommerce/magento-product-virtual@workspace:packages/magento-product-virtual": +"@graphcommerce/magento-product-virtual@npm:7.1.0-canary.65, @graphcommerce/magento-product-virtual@workspace:packages/magento-product-virtual": version: 0.0.0-use.local resolution: "@graphcommerce/magento-product-virtual@workspace:packages/magento-product-virtual" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/graphql": ^7.1.0-canary.64 - "@graphcommerce/magento-cart": ^7.1.0-canary.64 - "@graphcommerce/magento-cart-items": ^7.1.0-canary.64 - "@graphcommerce/magento-product": ^7.1.0-canary.64 - "@graphcommerce/next-ui": ^7.1.0-canary.64 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.64 + "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/graphql": ^7.1.0-canary.65 + "@graphcommerce/magento-cart": ^7.1.0-canary.65 + "@graphcommerce/magento-cart-items": ^7.1.0-canary.65 + "@graphcommerce/magento-product": ^7.1.0-canary.65 + "@graphcommerce/next-ui": ^7.1.0-canary.65 + "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.65 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -4039,25 +4039,25 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/magento-product@npm:7.1.0-canary.64, @graphcommerce/magento-product@workspace:packages/magento-product": +"@graphcommerce/magento-product@npm:7.1.0-canary.65, @graphcommerce/magento-product@workspace:packages/magento-product": version: 0.0.0-use.local resolution: "@graphcommerce/magento-product@workspace:packages/magento-product" dependencies: schema-dts: "npm:^1.1.2" typescript: "npm:5.2.2" peerDependencies: - "@graphcommerce/ecommerce-ui": ^7.1.0-canary.64 - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/framer-next-pages": ^7.1.0-canary.64 - "@graphcommerce/framer-scroller": ^7.1.0-canary.64 - "@graphcommerce/graphql": ^7.1.0-canary.64 - "@graphcommerce/graphql-mesh": ^7.1.0-canary.64 - "@graphcommerce/image": ^7.1.0-canary.64 - "@graphcommerce/magento-cart": ^7.1.0-canary.64 - "@graphcommerce/magento-store": ^7.1.0-canary.64 - "@graphcommerce/next-ui": ^7.1.0-canary.64 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.64 + "@graphcommerce/ecommerce-ui": ^7.1.0-canary.65 + "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/framer-next-pages": ^7.1.0-canary.65 + "@graphcommerce/framer-scroller": ^7.1.0-canary.65 + "@graphcommerce/graphql": ^7.1.0-canary.65 + "@graphcommerce/graphql-mesh": ^7.1.0-canary.65 + "@graphcommerce/image": ^7.1.0-canary.65 + "@graphcommerce/magento-cart": ^7.1.0-canary.65 + "@graphcommerce/magento-store": ^7.1.0-canary.65 + "@graphcommerce/next-ui": ^7.1.0-canary.65 + "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.65 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -4069,20 +4069,20 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/magento-recently-viewed-products@npm:7.1.0-canary.64, @graphcommerce/magento-recently-viewed-products@workspace:packages/magento-recently-viewed-products": +"@graphcommerce/magento-recently-viewed-products@npm:7.1.0-canary.65, @graphcommerce/magento-recently-viewed-products@workspace:packages/magento-recently-viewed-products": version: 0.0.0-use.local resolution: "@graphcommerce/magento-recently-viewed-products@workspace:packages/magento-recently-viewed-products" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/graphql": ^7.1.0-canary.64 - "@graphcommerce/graphql-mesh": ^7.1.0-canary.64 - "@graphcommerce/magento-cart": ^7.1.0-canary.64 - "@graphcommerce/magento-product": ^7.1.0-canary.64 - "@graphcommerce/magento-product-configurable": ^7.1.0-canary.64 - "@graphcommerce/next-config": ^7.1.0-canary.64 - "@graphcommerce/next-ui": ^7.1.0-canary.64 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.64 + "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/graphql": ^7.1.0-canary.65 + "@graphcommerce/graphql-mesh": ^7.1.0-canary.65 + "@graphcommerce/magento-cart": ^7.1.0-canary.65 + "@graphcommerce/magento-product": ^7.1.0-canary.65 + "@graphcommerce/magento-product-configurable": ^7.1.0-canary.65 + "@graphcommerce/next-config": ^7.1.0-canary.65 + "@graphcommerce/next-ui": ^7.1.0-canary.65 + "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.65 "@mui/material": ^5.10.16 framer-motion: ^10.0.0 next: ^14 @@ -4091,24 +4091,24 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/magento-review@npm:7.1.0-canary.64, @graphcommerce/magento-review@workspace:packages/magento-review": +"@graphcommerce/magento-review@npm:7.1.0-canary.65, @graphcommerce/magento-review@workspace:packages/magento-review": version: 0.0.0-use.local resolution: "@graphcommerce/magento-review@workspace:packages/magento-review" dependencies: schema-dts: "npm:^1.1.2" typescript: "npm:5.2.2" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/graphql": ^7.1.0-canary.64 - "@graphcommerce/graphql-mesh": ^7.1.0-canary.64 - "@graphcommerce/image": ^7.1.0-canary.64 - "@graphcommerce/magento-customer": ^7.1.0-canary.64 - "@graphcommerce/magento-product": ^7.1.0-canary.64 - "@graphcommerce/magento-store": ^7.1.0-canary.64 - "@graphcommerce/next-ui": ^7.1.0-canary.64 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/react-hook-form": ^7.1.0-canary.64 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.64 + "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/graphql": ^7.1.0-canary.65 + "@graphcommerce/graphql-mesh": ^7.1.0-canary.65 + "@graphcommerce/image": ^7.1.0-canary.65 + "@graphcommerce/magento-customer": ^7.1.0-canary.65 + "@graphcommerce/magento-product": ^7.1.0-canary.65 + "@graphcommerce/magento-store": ^7.1.0-canary.65 + "@graphcommerce/next-ui": ^7.1.0-canary.65 + "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/react-hook-form": ^7.1.0-canary.65 + "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.65 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -4119,19 +4119,19 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/magento-search@npm:7.1.0-canary.64, @graphcommerce/magento-search@workspace:packages/magento-search": +"@graphcommerce/magento-search@npm:7.1.0-canary.65, @graphcommerce/magento-search@workspace:packages/magento-search": version: 0.0.0-use.local resolution: "@graphcommerce/magento-search@workspace:packages/magento-search" peerDependencies: - "@graphcommerce/ecommerce-ui": ^7.1.0-canary.64 - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/graphql": ^7.1.0-canary.64 - "@graphcommerce/image": ^7.1.0-canary.64 - "@graphcommerce/magento-product": ^7.1.0-canary.64 - "@graphcommerce/next-ui": ^7.1.0-canary.64 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/react-hook-form": ^7.1.0-canary.64 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.64 + "@graphcommerce/ecommerce-ui": ^7.1.0-canary.65 + "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/graphql": ^7.1.0-canary.65 + "@graphcommerce/image": ^7.1.0-canary.65 + "@graphcommerce/magento-product": ^7.1.0-canary.65 + "@graphcommerce/next-ui": ^7.1.0-canary.65 + "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/react-hook-form": ^7.1.0-canary.65 + "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.65 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -4142,17 +4142,17 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/magento-store@npm:7.1.0-canary.64, @graphcommerce/magento-store@workspace:packages/magento-store": +"@graphcommerce/magento-store@npm:7.1.0-canary.65, @graphcommerce/magento-store@workspace:packages/magento-store": version: 0.0.0-use.local resolution: "@graphcommerce/magento-store@workspace:packages/magento-store" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/graphql": ^7.1.0-canary.64 - "@graphcommerce/graphql-mesh": ^7.1.0-canary.64 - "@graphcommerce/image": ^7.1.0-canary.64 - "@graphcommerce/next-ui": ^7.1.0-canary.64 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.64 + "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/graphql": ^7.1.0-canary.65 + "@graphcommerce/graphql-mesh": ^7.1.0-canary.65 + "@graphcommerce/image": ^7.1.0-canary.65 + "@graphcommerce/next-ui": ^7.1.0-canary.65 + "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.65 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -4163,24 +4163,24 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/magento-wishlist@npm:7.1.0-canary.64, @graphcommerce/magento-wishlist@workspace:packages/magento-wishlist": +"@graphcommerce/magento-wishlist@npm:7.1.0-canary.65, @graphcommerce/magento-wishlist@workspace:packages/magento-wishlist": version: 0.0.0-use.local resolution: "@graphcommerce/magento-wishlist@workspace:packages/magento-wishlist" peerDependencies: - "@graphcommerce/ecommerce-ui": ^7.1.0-canary.64 - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/graphql": ^7.1.0-canary.64 - "@graphcommerce/graphql-mesh": ^7.1.0-canary.64 - "@graphcommerce/image": ^7.1.0-canary.64 - "@graphcommerce/magento-cart": ^7.1.0-canary.64 - "@graphcommerce/magento-customer": ^7.1.0-canary.64 - "@graphcommerce/magento-product": ^7.1.0-canary.64 - "@graphcommerce/magento-product-configurable": ^7.1.0-canary.64 - "@graphcommerce/magento-store": ^7.1.0-canary.64 - "@graphcommerce/next-config": ^7.1.0-canary.64 - "@graphcommerce/next-ui": ^7.1.0-canary.64 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.64 + "@graphcommerce/ecommerce-ui": ^7.1.0-canary.65 + "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/graphql": ^7.1.0-canary.65 + "@graphcommerce/graphql-mesh": ^7.1.0-canary.65 + "@graphcommerce/image": ^7.1.0-canary.65 + "@graphcommerce/magento-cart": ^7.1.0-canary.65 + "@graphcommerce/magento-customer": ^7.1.0-canary.65 + "@graphcommerce/magento-product": ^7.1.0-canary.65 + "@graphcommerce/magento-product-configurable": ^7.1.0-canary.65 + "@graphcommerce/magento-store": ^7.1.0-canary.65 + "@graphcommerce/next-config": ^7.1.0-canary.65 + "@graphcommerce/next-ui": ^7.1.0-canary.65 + "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.65 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -4196,21 +4196,21 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/mollie-magento-payment@workspace:packages/mollie-magento-payment" peerDependencies: - "@graphcommerce/ecommerce-ui": ^7.1.0-canary.64 - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/graphql": ^7.1.0-canary.64 - "@graphcommerce/graphql-mesh": ^7.1.0-canary.64 - "@graphcommerce/image": ^7.1.0-canary.64 - "@graphcommerce/magento-cart": ^7.1.0-canary.64 - "@graphcommerce/magento-cart-payment-method": ^7.1.0-canary.64 - "@graphcommerce/magento-cart-shipping-address": ^7.1.0-canary.64 - "@graphcommerce/magento-product": ^7.1.0-canary.64 - "@graphcommerce/magento-product-configurable": ^7.1.0-canary.64 - "@graphcommerce/magento-store": ^7.1.0-canary.64 - "@graphcommerce/next-ui": ^7.1.0-canary.64 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/react-hook-form": ^7.1.0-canary.64 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.64 + "@graphcommerce/ecommerce-ui": ^7.1.0-canary.65 + "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/graphql": ^7.1.0-canary.65 + "@graphcommerce/graphql-mesh": ^7.1.0-canary.65 + "@graphcommerce/image": ^7.1.0-canary.65 + "@graphcommerce/magento-cart": ^7.1.0-canary.65 + "@graphcommerce/magento-cart-payment-method": ^7.1.0-canary.65 + "@graphcommerce/magento-cart-shipping-address": ^7.1.0-canary.65 + "@graphcommerce/magento-product": ^7.1.0-canary.65 + "@graphcommerce/magento-product-configurable": ^7.1.0-canary.65 + "@graphcommerce/magento-store": ^7.1.0-canary.65 + "@graphcommerce/next-ui": ^7.1.0-canary.65 + "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/react-hook-form": ^7.1.0-canary.65 + "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.65 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -4221,7 +4221,7 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/next-config@npm:7.1.0-canary.64, @graphcommerce/next-config@workspace:packagesDev/next-config": +"@graphcommerce/next-config@npm:7.1.0-canary.65, @graphcommerce/next-config@workspace:packagesDev/next-config": version: 0.0.0-use.local resolution: "@graphcommerce/next-config@workspace:packagesDev/next-config" dependencies: @@ -4246,7 +4246,7 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/next-ui@npm:7.1.0-canary.64, @graphcommerce/next-ui@workspace:packages/next-ui": +"@graphcommerce/next-ui@npm:7.1.0-canary.65, @graphcommerce/next-ui@workspace:packages/next-ui": version: 0.0.0-use.local resolution: "@graphcommerce/next-ui@workspace:packages/next-ui" dependencies: @@ -4261,13 +4261,13 @@ __metadata: schema-dts: "npm:^1.1.2" typescript: "npm:5.2.2" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/framer-next-pages": ^7.1.0-canary.64 - "@graphcommerce/framer-scroller": ^7.1.0-canary.64 - "@graphcommerce/framer-utils": ^7.1.0-canary.64 - "@graphcommerce/image": ^7.1.0-canary.64 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.64 + "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/framer-next-pages": ^7.1.0-canary.65 + "@graphcommerce/framer-scroller": ^7.1.0-canary.65 + "@graphcommerce/framer-utils": ^7.1.0-canary.65 + "@graphcommerce/image": ^7.1.0-canary.65 + "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.65 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -4280,7 +4280,7 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/prettier-config-pwa@npm:7.1.0-canary.64, @graphcommerce/prettier-config-pwa@workspace:packagesDev/prettier-config": +"@graphcommerce/prettier-config-pwa@npm:7.1.0-canary.65, @graphcommerce/prettier-config-pwa@workspace:packagesDev/prettier-config": version: 0.0.0-use.local resolution: "@graphcommerce/prettier-config-pwa@workspace:packagesDev/prettier-config" dependencies: @@ -4290,16 +4290,16 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/react-hook-form@npm:7.1.0-canary.64, @graphcommerce/react-hook-form@workspace:packages/react-hook-form": +"@graphcommerce/react-hook-form@npm:7.1.0-canary.65, @graphcommerce/react-hook-form@workspace:packages/react-hook-form": version: 0.0.0-use.local resolution: "@graphcommerce/react-hook-form@workspace:packages/react-hook-form" dependencies: "@testing-library/react": "npm:^14.1.0" peerDependencies: "@apollo/client": ^3 - "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.64 - "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.64 + "@graphcommerce/eslint-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/prettier-config-pwa": ^7.1.0-canary.65 + "@graphcommerce/typescript-config-pwa": ^7.1.0-canary.65 graphql: ^16.6.0 react: ^18.2.0 react-dom: ^18.2.0 @@ -4307,7 +4307,7 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/typescript-config-pwa@npm:7.1.0-canary.64, @graphcommerce/typescript-config-pwa@workspace:packagesDev/typescript-config": +"@graphcommerce/typescript-config-pwa@npm:7.1.0-canary.65, @graphcommerce/typescript-config-pwa@workspace:packagesDev/typescript-config": version: 0.0.0-use.local resolution: "@graphcommerce/typescript-config-pwa@workspace:packagesDev/typescript-config" dependencies: