diff --git a/.changeset/pre.json b/.changeset/pre.json index fd7d7b0526..37555ae918 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -120,6 +120,7 @@ "long-llamas-cheer", "long-toys-applaud", "mean-clocks-share", + "metal-falcons-applaud", "new-crews-promise", "odd-balloons-sleep", "odd-poets-greet", diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index ffe47876b1..7e147904e2 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/docs/package.json b/docs/package.json index c6edc11f20..b8a0113af4 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "sideEffects": true, "peerDependencies": { - "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.82" + "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.83" }, "prettier": "@graphcommerce/prettier-config-pwa" } diff --git a/examples/magento-graphcms/CHANGELOG.md b/examples/magento-graphcms/CHANGELOG.md index 322db6ffd9..a275649aea 100644 --- a/examples/magento-graphcms/CHANGELOG.md +++ b/examples/magento-graphcms/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/examples/magento-graphcms/package.json b/examples/magento-graphcms/package.json index 196747bdf3..4ebb9cc8a0 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "private": true, "sideEffects": false, "engines": { @@ -21,53 +21,53 @@ "dependencies": { "@apollo/client": "~3.8.8", "@ducanh2912/next-pwa": "9.7.2", - "@graphcommerce/cli": "8.0.0-canary.82", - "@graphcommerce/demo-magento-graphcommerce": "8.0.0-canary.82", - "@graphcommerce/ecommerce-ui": "8.0.0-canary.82", - "@graphcommerce/framer-next-pages": "8.0.0-canary.82", - "@graphcommerce/framer-scroller": "8.0.0-canary.82", - "@graphcommerce/framer-utils": "8.0.0-canary.82", - "@graphcommerce/googleanalytics": "8.0.0-canary.82", - "@graphcommerce/googlerecaptcha": "8.0.0-canary.82", - "@graphcommerce/googletagmanager": "8.0.0-canary.82", - "@graphcommerce/graphcms-ui": "8.0.0-canary.82", - "@graphcommerce/graphql": "8.0.0-canary.82", - "@graphcommerce/graphql-mesh": "8.0.0-canary.82", - "@graphcommerce/hygraph-cli": "8.0.0-canary.82", - "@graphcommerce/hygraph-dynamic-rows": "8.0.0-canary.82", - "@graphcommerce/image": "8.0.0-canary.82", - "@graphcommerce/lingui-next": "8.0.0-canary.82", - "@graphcommerce/magento-cart": "8.0.0-canary.82", - "@graphcommerce/magento-cart-billing-address": "8.0.0-canary.82", - "@graphcommerce/magento-cart-checkout": "8.0.0-canary.82", - "@graphcommerce/magento-cart-coupon": "8.0.0-canary.82", - "@graphcommerce/magento-cart-email": "8.0.0-canary.82", - "@graphcommerce/magento-cart-items": "8.0.0-canary.82", - "@graphcommerce/magento-cart-payment-method": "8.0.0-canary.82", - "@graphcommerce/magento-cart-shipping-address": "8.0.0-canary.82", - "@graphcommerce/magento-cart-shipping-method": "8.0.0-canary.82", - "@graphcommerce/magento-category": "8.0.0-canary.82", - "@graphcommerce/magento-cms": "8.0.0-canary.82", - "@graphcommerce/magento-compare": "8.0.0-canary.82", - "@graphcommerce/magento-customer": "8.0.0-canary.82", - "@graphcommerce/magento-graphql": "8.0.0-canary.82", - "@graphcommerce/magento-newsletter": "8.0.0-canary.82", - "@graphcommerce/magento-payment-included": "8.0.0-canary.82", - "@graphcommerce/magento-product": "8.0.0-canary.82", - "@graphcommerce/magento-product-bundle": "8.0.0-canary.82", - "@graphcommerce/magento-product-configurable": "8.0.0-canary.82", - "@graphcommerce/magento-product-downloadable": "8.0.0-canary.82", - "@graphcommerce/magento-product-grouped": "8.0.0-canary.82", - "@graphcommerce/magento-product-simple": "8.0.0-canary.82", - "@graphcommerce/magento-product-virtual": "8.0.0-canary.82", - "@graphcommerce/magento-recently-viewed-products": "8.0.0-canary.82", - "@graphcommerce/magento-review": "8.0.0-canary.82", - "@graphcommerce/magento-search": "8.0.0-canary.82", - "@graphcommerce/magento-store": "8.0.0-canary.82", - "@graphcommerce/magento-wishlist": "8.0.0-canary.82", - "@graphcommerce/next-config": "8.0.0-canary.82", - "@graphcommerce/next-ui": "8.0.0-canary.82", - "@graphcommerce/react-hook-form": "8.0.0-canary.82", + "@graphcommerce/cli": "8.0.0-canary.83", + "@graphcommerce/demo-magento-graphcommerce": "8.0.0-canary.83", + "@graphcommerce/ecommerce-ui": "8.0.0-canary.83", + "@graphcommerce/framer-next-pages": "8.0.0-canary.83", + "@graphcommerce/framer-scroller": "8.0.0-canary.83", + "@graphcommerce/framer-utils": "8.0.0-canary.83", + "@graphcommerce/googleanalytics": "8.0.0-canary.83", + "@graphcommerce/googlerecaptcha": "8.0.0-canary.83", + "@graphcommerce/googletagmanager": "8.0.0-canary.83", + "@graphcommerce/graphcms-ui": "8.0.0-canary.83", + "@graphcommerce/graphql": "8.0.0-canary.83", + "@graphcommerce/graphql-mesh": "8.0.0-canary.83", + "@graphcommerce/hygraph-cli": "8.0.0-canary.83", + "@graphcommerce/hygraph-dynamic-rows": "8.0.0-canary.83", + "@graphcommerce/image": "8.0.0-canary.83", + "@graphcommerce/lingui-next": "8.0.0-canary.83", + "@graphcommerce/magento-cart": "8.0.0-canary.83", + "@graphcommerce/magento-cart-billing-address": "8.0.0-canary.83", + "@graphcommerce/magento-cart-checkout": "8.0.0-canary.83", + "@graphcommerce/magento-cart-coupon": "8.0.0-canary.83", + "@graphcommerce/magento-cart-email": "8.0.0-canary.83", + "@graphcommerce/magento-cart-items": "8.0.0-canary.83", + "@graphcommerce/magento-cart-payment-method": "8.0.0-canary.83", + "@graphcommerce/magento-cart-shipping-address": "8.0.0-canary.83", + "@graphcommerce/magento-cart-shipping-method": "8.0.0-canary.83", + "@graphcommerce/magento-category": "8.0.0-canary.83", + "@graphcommerce/magento-cms": "8.0.0-canary.83", + "@graphcommerce/magento-compare": "8.0.0-canary.83", + "@graphcommerce/magento-customer": "8.0.0-canary.83", + "@graphcommerce/magento-graphql": "8.0.0-canary.83", + "@graphcommerce/magento-newsletter": "8.0.0-canary.83", + "@graphcommerce/magento-payment-included": "8.0.0-canary.83", + "@graphcommerce/magento-product": "8.0.0-canary.83", + "@graphcommerce/magento-product-bundle": "8.0.0-canary.83", + "@graphcommerce/magento-product-configurable": "8.0.0-canary.83", + "@graphcommerce/magento-product-downloadable": "8.0.0-canary.83", + "@graphcommerce/magento-product-grouped": "8.0.0-canary.83", + "@graphcommerce/magento-product-simple": "8.0.0-canary.83", + "@graphcommerce/magento-product-virtual": "8.0.0-canary.83", + "@graphcommerce/magento-recently-viewed-products": "8.0.0-canary.83", + "@graphcommerce/magento-review": "8.0.0-canary.83", + "@graphcommerce/magento-search": "8.0.0-canary.83", + "@graphcommerce/magento-store": "8.0.0-canary.83", + "@graphcommerce/magento-wishlist": "8.0.0-canary.83", + "@graphcommerce/next-config": "8.0.0-canary.83", + "@graphcommerce/next-ui": "8.0.0-canary.83", + "@graphcommerce/react-hook-form": "8.0.0-canary.83", "@lingui/core": "4.6.0", "@lingui/macro": "4.6.0", "@lingui/react": "4.6.0", @@ -90,9 +90,9 @@ "webpack": "5.89.0" }, "devDependencies": { - "@graphcommerce/eslint-config-pwa": "8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "8.0.0-canary.82", + "@graphcommerce/eslint-config-pwa": "8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "8.0.0-canary.83", "@lingui/cli": "4.6.0", "@playwright/test": "1.40.1", "@types/node": "^18", diff --git a/packages/address-fields-nl/CHANGELOG.md b/packages/address-fields-nl/CHANGELOG.md index b787b7fcbf..f339d41201 100644 --- a/packages/address-fields-nl/CHANGELOG.md +++ b/packages/address-fields-nl/CHANGELOG.md @@ -1,5 +1,7 @@ # @graphcommerce/address-fields-nl +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packages/address-fields-nl/package.json b/packages/address-fields-nl/package.json index 9bc056aece..493d620bbd 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,14 +12,14 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "^8.0.0-canary.82", - "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/graphql": "^8.0.0-canary.82", - "@graphcommerce/magento-customer": "^8.0.0-canary.82", - "@graphcommerce/magento-store": "^8.0.0-canary.82", - "@graphcommerce/next-ui": "^8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.82", + "@graphcommerce/ecommerce-ui": "^8.0.0-canary.83", + "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/graphql": "^8.0.0-canary.83", + "@graphcommerce/magento-customer": "^8.0.0-canary.83", + "@graphcommerce/magento-store": "^8.0.0-canary.83", + "@graphcommerce/next-ui": "^8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.83", "@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 d14e4a1162..5facfa44a8 100644 --- a/packages/algolia-search/CHANGELOG.md +++ b/packages/algolia-search/CHANGELOG.md @@ -1,5 +1,7 @@ # @graphcommerce/algolia-search +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packages/algolia-search/package.json b/packages/algolia-search/package.json index 3b6a58dac4..da5d869c17 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -16,17 +16,17 @@ "react-instantsearch-hooks-web": "^6.47.3" }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "^8.0.0-canary.82", - "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/graphql": "^8.0.0-canary.82", - "@graphcommerce/graphql-mesh": "^8.0.0-canary.82", - "@graphcommerce/magento-product": "^8.0.0-canary.82", - "@graphcommerce/magento-search": "^8.0.0-canary.82", - "@graphcommerce/magento-store": "^8.0.0-canary.82", - "@graphcommerce/next-config": "^8.0.0-canary.82", - "@graphcommerce/next-ui": "^8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.82", + "@graphcommerce/ecommerce-ui": "^8.0.0-canary.83", + "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/graphql": "^8.0.0-canary.83", + "@graphcommerce/graphql-mesh": "^8.0.0-canary.83", + "@graphcommerce/magento-product": "^8.0.0-canary.83", + "@graphcommerce/magento-search": "^8.0.0-canary.83", + "@graphcommerce/magento-store": "^8.0.0-canary.83", + "@graphcommerce/next-config": "^8.0.0-canary.83", + "@graphcommerce/next-ui": "^8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.83", "@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 c2c0bd32d7..256d3c5e4a 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,7 @@ # @graphcommerce/cli +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packages/cli/package.json b/packages/cli/package.json index f662a1b7f2..967958b8e8 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "scripts": { "dev": "tsc --preserveWatchOutput --watch", "build": "tsc", @@ -38,11 +38,11 @@ "tslib": "^2.6.2" }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/hygraph-cli": "^8.0.0-canary.82", - "@graphcommerce/next-config": "^8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.82", + "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/hygraph-cli": "^8.0.0-canary.83", + "@graphcommerce/next-config": "^8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.83", "graphql": "^16.7.1", "react": "^18.2.0" }, diff --git a/packages/demo-magento-graphcommerce/CHANGELOG.md b/packages/demo-magento-graphcommerce/CHANGELOG.md index 39c43fbe65..38cbb80ec3 100644 --- a/packages/demo-magento-graphcommerce/CHANGELOG.md +++ b/packages/demo-magento-graphcommerce/CHANGELOG.md @@ -1,5 +1,7 @@ # @graphcommerce/demo-magento-graphcommerce +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packages/demo-magento-graphcommerce/package.json b/packages/demo-magento-graphcommerce/package.json index 6dc651fa64..a779ae24d5 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "sideEffects": false, "scripts": { "dev": "tsc -W" @@ -15,14 +15,14 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/framer-scroller": "^8.0.0-canary.82", - "@graphcommerce/magento-product": "^8.0.0-canary.82", - "@graphcommerce/magento-product-configurable": "^8.0.0-canary.82", - "@graphcommerce/magento-recently-viewed-products": "^8.0.0-canary.82", - "@graphcommerce/next-ui": "^8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.82", + "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/framer-scroller": "^8.0.0-canary.83", + "@graphcommerce/magento-product": "^8.0.0-canary.83", + "@graphcommerce/magento-product-configurable": "^8.0.0-canary.83", + "@graphcommerce/magento-recently-viewed-products": "^8.0.0-canary.83", + "@graphcommerce/next-ui": "^8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.83", "@mui/material": "^5.10.16", "framer-motion": "^10.0.0", "next": "*", diff --git a/packages/ecommerce-ui/CHANGELOG.md b/packages/ecommerce-ui/CHANGELOG.md index 1d25582c24..494e364b25 100644 --- a/packages/ecommerce-ui/CHANGELOG.md +++ b/packages/ecommerce-ui/CHANGELOG.md @@ -1,5 +1,7 @@ # @graphcommerce/ecommerce-ui +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packages/ecommerce-ui/package.json b/packages/ecommerce-ui/package.json index 32b2598f35..880ab7aca7 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,12 +12,12 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/graphql": "^8.0.0-canary.82", - "@graphcommerce/next-ui": "^8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/react-hook-form": "^8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.82", + "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/graphql": "^8.0.0-canary.83", + "@graphcommerce/next-ui": "^8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/react-hook-form": "^8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.83", "@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 5686c2819b..a43b0b9273 100644 --- a/packages/framer-next-pages/CHANGELOG.md +++ b/packages/framer-next-pages/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packages/framer-next-pages/example/CHANGELOG.md b/packages/framer-next-pages/example/CHANGELOG.md index f653f275a4..c1da56167d 100644 --- a/packages/framer-next-pages/example/CHANGELOG.md +++ b/packages/framer-next-pages/example/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packages/framer-next-pages/example/package.json b/packages/framer-next-pages/example/package.json index 42a2dbeff1..6bcb9afef7 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "scripts": { "dev": "next", "build": "next build", @@ -38,9 +38,9 @@ "webpack": "5.89.0" }, "devDependencies": { - "@graphcommerce/eslint-config-pwa": "8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "8.0.0-canary.82", + "@graphcommerce/eslint-config-pwa": "8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "8.0.0-canary.83", "@lingui/cli": "4.6.0", "@playwright/test": "1.40.1", "@types/node": "^18", diff --git a/packages/framer-next-pages/package.json b/packages/framer-next-pages/package.json index d6979f888d..edbe63ed14 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,10 +12,10 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/framer-utils": "^8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.82", + "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/framer-utils": "^8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.83", "framer-motion": "^10.0.0", "next": "*", "react": "^18.2.0", diff --git a/packages/framer-scroller/CHANGELOG.md b/packages/framer-scroller/CHANGELOG.md index 39113e7bc2..eecd3e3831 100644 --- a/packages/framer-scroller/CHANGELOG.md +++ b/packages/framer-scroller/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packages/framer-scroller/example/CHANGELOG.md b/packages/framer-scroller/example/CHANGELOG.md index 7ee12cd09f..68c98396b6 100644 --- a/packages/framer-scroller/example/CHANGELOG.md +++ b/packages/framer-scroller/example/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packages/framer-scroller/example/package.json b/packages/framer-scroller/example/package.json index 18bc45ed89..11eb189421 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "scripts": { "dev": "next", "build": "next build", @@ -31,9 +31,9 @@ "webpack": "5.89.0" }, "devDependencies": { - "@graphcommerce/eslint-config-pwa": "8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "8.0.0-canary.82", + "@graphcommerce/eslint-config-pwa": "8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "8.0.0-canary.83", "@lingui/cli": "4.6.0", "@playwright/test": "1.40.1", "@types/node": "^18", diff --git a/packages/framer-scroller/package.json b/packages/framer-scroller/package.json index 12e7e90729..23a13e41d6 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "sideEffects": false, "scripts": { "dev": "tsc -W" @@ -18,11 +18,11 @@ "popmotion": "11.0.5" }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/framer-utils": "^8.0.0-canary.82", - "@graphcommerce/image": "^8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.82", + "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/framer-utils": "^8.0.0-canary.83", + "@graphcommerce/image": "^8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.83", "@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 ceb9663244..65a22d93e1 100644 --- a/packages/framer-utils/CHANGELOG.md +++ b/packages/framer-utils/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packages/framer-utils/package.json b/packages/framer-utils/package.json index 192e10bde0..533ddf9a07 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "sideEffects": false, "scripts": { "dev": "tsc -W" @@ -15,9 +15,9 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.82", + "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.83", "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 9154cc997d..fa72aa1d1f 100644 --- a/packages/googleanalytics/CHANGELOG.md +++ b/packages/googleanalytics/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packages/googleanalytics/package.json b/packages/googleanalytics/package.json index b9289c334b..d3d0c87e1b 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -15,16 +15,16 @@ "@types/gtag.js": "^0.0.18" }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/graphql-mesh": "^8.0.0-canary.82", - "@graphcommerce/magento-cart": "^8.0.0-canary.82", - "@graphcommerce/magento-cart-payment-method": "^8.0.0-canary.82", - "@graphcommerce/magento-cart-shipping-method": "^8.0.0-canary.82", - "@graphcommerce/magento-product": "^8.0.0-canary.82", - "@graphcommerce/next-config": "^8.0.0-canary.82", - "@graphcommerce/next-ui": "^8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.82", + "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/graphql-mesh": "^8.0.0-canary.83", + "@graphcommerce/magento-cart": "^8.0.0-canary.83", + "@graphcommerce/magento-cart-payment-method": "^8.0.0-canary.83", + "@graphcommerce/magento-cart-shipping-method": "^8.0.0-canary.83", + "@graphcommerce/magento-product": "^8.0.0-canary.83", + "@graphcommerce/next-config": "^8.0.0-canary.83", + "@graphcommerce/next-ui": "^8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.83", "@mui/material": "^5.10.16", "next": "*", "react": "^18.2.0", diff --git a/packages/googlerecaptcha/CHANGELOG.md b/packages/googlerecaptcha/CHANGELOG.md index 40fec68030..903a26a287 100644 --- a/packages/googlerecaptcha/CHANGELOG.md +++ b/packages/googlerecaptcha/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packages/googlerecaptcha/package.json b/packages/googlerecaptcha/package.json index 762444bf76..61cd667ad8 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -15,11 +15,11 @@ "@types/grecaptcha": "^3.0.7" }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/graphql": "^8.0.0-canary.82", - "@graphcommerce/next-ui": "^8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.82", + "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/graphql": "^8.0.0-canary.83", + "@graphcommerce/next-ui": "^8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.83", "@mui/material": "^5.10.16", "next": "*", "react": "^18.2.0", diff --git a/packages/googletagmanager/CHANGELOG.md b/packages/googletagmanager/CHANGELOG.md index aec5308126..4ebd147c04 100644 --- a/packages/googletagmanager/CHANGELOG.md +++ b/packages/googletagmanager/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packages/googletagmanager/package.json b/packages/googletagmanager/package.json index 8bffb5288f..524bf71fbc 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -15,10 +15,10 @@ "@types/gapi.client.tagmanager": "^2.0.4" }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/next-ui": "^8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.82", + "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/next-ui": "^8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.83", "next": "*", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/packages/graphql-mesh/CHANGELOG.md b/packages/graphql-mesh/CHANGELOG.md index a18d2208ef..0f28e890c1 100644 --- a/packages/graphql-mesh/CHANGELOG.md +++ b/packages/graphql-mesh/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packages/graphql-mesh/package.json b/packages/graphql-mesh/package.json index 8bd3f3d902..af46e67e00 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "main": "index.ts", "dependencies": { "@graphql-mesh/apollo-link": "latest", @@ -24,9 +24,9 @@ }, "peerDependencies": { "@apollo/client": "^3", - "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.82", + "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.83", "graphql": "^16.7.1" }, "devDependencies": { diff --git a/packages/graphql/CHANGELOG.md b/packages/graphql/CHANGELOG.md index 562a1b629b..c4111ebfdc 100644 --- a/packages/graphql/CHANGELOG.md +++ b/packages/graphql/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packages/graphql/package.json b/packages/graphql/package.json index c23f13c7a1..0e70b6ec34 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "sideEffects": false, "main": "index.ts", "prettier": "@graphcommerce/prettier-config-pwa", @@ -13,8 +13,8 @@ } }, "dependencies": { - "@graphcommerce/graphql-codegen-near-operation-file": "8.0.0-canary.82", - "@graphcommerce/graphql-codegen-relay-optimizer-plugin": "8.0.0-canary.82", + "@graphcommerce/graphql-codegen-near-operation-file": "8.0.0-canary.83", + "@graphcommerce/graphql-codegen-relay-optimizer-plugin": "8.0.0-canary.83", "@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": "^8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.82", + "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.83", "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 599918952f..3c3ef6b49c 100644 --- a/packages/hygraph-cli/CHANGELOG.md +++ b/packages/hygraph-cli/CHANGELOG.md @@ -1,5 +1,7 @@ # @graphcommerce/hygraph-cli +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packages/hygraph-cli/package.json b/packages/hygraph-cli/package.json index b838d9225c..8c777022b9 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "scripts": { "dev": "tsc --preserveWatchOutput --watch", "build": "tsc", @@ -19,10 +19,10 @@ }, "peerDependencies": { "@apollo/client": "^3", - "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/next-config": "^8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.82", + "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/next-config": "^8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.83", "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 719f8124a9..d5dd7c1d4e 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 +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packages/hygraph-dynamic-rows-ui/package.json b/packages/hygraph-dynamic-rows-ui/package.json index 78cd114694..09d0727fd3 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "sideEffects": false, "type": "commonjs", "prettier": "@graphcommerce/prettier-config-pwa", @@ -17,7 +17,7 @@ }, "dependencies": { "@apollo/client": "~3.8.8", - "@graphcommerce/next-config": "8.0.0-canary.82", + "@graphcommerce/next-config": "8.0.0-canary.83", "@hygraph/app-sdk-react": "^0.0.3", "@lingui/core": "^4.2.1", "@lingui/macro": "^4.2.1", @@ -32,9 +32,9 @@ "webpack": "5.89.0" }, "devDependencies": { - "@graphcommerce/eslint-config-pwa": "8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "8.0.0-canary.82", + "@graphcommerce/eslint-config-pwa": "8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "8.0.0-canary.83", "@types/react-is": "^18.2.4", "babel-plugin-macros": "^3.1.0", "eslint": "8.55.0", diff --git a/packages/hygraph-dynamic-rows/CHANGELOG.md b/packages/hygraph-dynamic-rows/CHANGELOG.md index c07b30b47d..7fdd4c9600 100644 --- a/packages/hygraph-dynamic-rows/CHANGELOG.md +++ b/packages/hygraph-dynamic-rows/CHANGELOG.md @@ -1,5 +1,7 @@ # @graphcommerce/hygraph-dynamic-rows +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packages/hygraph-dynamic-rows/package.json b/packages/hygraph-dynamic-rows/package.json index 616747bd2a..c00dc83c6e 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,13 +12,13 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/graphcms-ui": "^8.0.0-canary.82", - "@graphcommerce/graphql": "^8.0.0-canary.82", - "@graphcommerce/image": "^8.0.0-canary.82", - "@graphcommerce/next-ui": "^8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.82", + "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/graphcms-ui": "^8.0.0-canary.83", + "@graphcommerce/graphql": "^8.0.0-canary.83", + "@graphcommerce/image": "^8.0.0-canary.83", + "@graphcommerce/next-ui": "^8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.83", "@mui/material": "^5.10.16", "next": "*", "react": "^18.2.0", diff --git a/packages/hygraph-ui/CHANGELOG.md b/packages/hygraph-ui/CHANGELOG.md index b02a3280b3..0d2b080c30 100644 --- a/packages/hygraph-ui/CHANGELOG.md +++ b/packages/hygraph-ui/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packages/hygraph-ui/package.json b/packages/hygraph-ui/package.json index bfa9c26b07..391afdc8d6 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,12 +12,12 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/graphql": "^8.0.0-canary.82", - "@graphcommerce/image": "^8.0.0-canary.82", - "@graphcommerce/next-ui": "^8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.82", + "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/graphql": "^8.0.0-canary.83", + "@graphcommerce/image": "^8.0.0-canary.83", + "@graphcommerce/next-ui": "^8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.83", "@mui/material": "^5.10.16", "next": "*", "react": "^18.2.0", diff --git a/packages/image/CHANGELOG.md b/packages/image/CHANGELOG.md index e89a873913..e303f79da9 100644 --- a/packages/image/CHANGELOG.md +++ b/packages/image/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packages/image/example/CHANGELOG.md b/packages/image/example/CHANGELOG.md index 78e7977d2c..d1e1ee850d 100644 --- a/packages/image/example/CHANGELOG.md +++ b/packages/image/example/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packages/image/example/package.json b/packages/image/example/package.json index e1fa6a46fe..5cf8a8d180 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "scripts": { "dev": "next", "build": "next build", @@ -31,9 +31,9 @@ "webpack": "5.89.0" }, "devDependencies": { - "@graphcommerce/eslint-config-pwa": "8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "8.0.0-canary.82", + "@graphcommerce/eslint-config-pwa": "8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "8.0.0-canary.83", "@lingui/cli": "4.6.0", "@playwright/test": "1.40.1", "@types/node": "^18", diff --git a/packages/image/package.json b/packages/image/package.json index 29d61b04f6..d66cee6911 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "sideEffects": false, "scripts": { "dev": "tsc -W" @@ -15,10 +15,10 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/framer-utils": "^8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.82", + "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/framer-utils": "^8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.83", "@mui/material": "^5.10.16", "next": "*", "react": "^18.2.0", diff --git a/packages/lighthouse/CHANGELOG.md b/packages/lighthouse/CHANGELOG.md index 280b53f970..d89eb75641 100644 --- a/packages/lighthouse/CHANGELOG.md +++ b/packages/lighthouse/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packages/lighthouse/package.json b/packages/lighthouse/package.json index c76010575f..6e7a7aa801 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "private": true, "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", @@ -13,9 +13,9 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.82", + "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.83", "next": "*" } } diff --git a/packages/lingui-next/CHANGELOG.md b/packages/lingui-next/CHANGELOG.md index 3c0f9efd6e..0c0c432895 100644 --- a/packages/lingui-next/CHANGELOG.md +++ b/packages/lingui-next/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packages/lingui-next/package.json b/packages/lingui-next/package.json index a904a77acd..dfc91414d0 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "sideEffects": false, "scripts": { "dev": "tsc -W" @@ -18,11 +18,11 @@ "@lingui/conf": "4.6.0" }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/next-config": "^8.0.0-canary.82", - "@graphcommerce/next-ui": "^8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.82", + "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/next-config": "^8.0.0-canary.83", + "@graphcommerce/next-ui": "^8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.83", "@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 4b64e61a97..57900d858a 100644 --- a/packages/magento-cart-billing-address/CHANGELOG.md +++ b/packages/magento-cart-billing-address/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packages/magento-cart-billing-address/package.json b/packages/magento-cart-billing-address/package.json index 521605800f..a100fc025b 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,17 +12,17 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/framer-next-pages": "^8.0.0-canary.82", - "@graphcommerce/graphql": "^8.0.0-canary.82", - "@graphcommerce/image": "^8.0.0-canary.82", - "@graphcommerce/magento-cart": "^8.0.0-canary.82", - "@graphcommerce/magento-customer": "^8.0.0-canary.82", - "@graphcommerce/magento-store": "^8.0.0-canary.82", - "@graphcommerce/next-ui": "^8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/react-hook-form": "^8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.82", + "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/framer-next-pages": "^8.0.0-canary.83", + "@graphcommerce/graphql": "^8.0.0-canary.83", + "@graphcommerce/image": "^8.0.0-canary.83", + "@graphcommerce/magento-cart": "^8.0.0-canary.83", + "@graphcommerce/magento-customer": "^8.0.0-canary.83", + "@graphcommerce/magento-store": "^8.0.0-canary.83", + "@graphcommerce/next-ui": "^8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/react-hook-form": "^8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.83", "@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 ac2581de68..fcab58987d 100644 --- a/packages/magento-cart-checkout/CHANGELOG.md +++ b/packages/magento-cart-checkout/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packages/magento-cart-checkout/package.json b/packages/magento-cart-checkout/package.json index 4d2747e94e..a75a43f340 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,18 +12,18 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/graphql": "^8.0.0-canary.82", - "@graphcommerce/image": "^8.0.0-canary.82", - "@graphcommerce/magento-cart": "^8.0.0-canary.82", - "@graphcommerce/magento-cart-coupon": "^8.0.0-canary.82", - "@graphcommerce/magento-cart-items": "^8.0.0-canary.82", - "@graphcommerce/magento-customer": "^8.0.0-canary.82", - "@graphcommerce/magento-store": "^8.0.0-canary.82", - "@graphcommerce/next-ui": "^8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/react-hook-form": "^8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.82", + "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/graphql": "^8.0.0-canary.83", + "@graphcommerce/image": "^8.0.0-canary.83", + "@graphcommerce/magento-cart": "^8.0.0-canary.83", + "@graphcommerce/magento-cart-coupon": "^8.0.0-canary.83", + "@graphcommerce/magento-cart-items": "^8.0.0-canary.83", + "@graphcommerce/magento-customer": "^8.0.0-canary.83", + "@graphcommerce/magento-store": "^8.0.0-canary.83", + "@graphcommerce/next-ui": "^8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/react-hook-form": "^8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.83", "@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 c1118e190e..f785b2a666 100644 --- a/packages/magento-cart-coupon/CHANGELOG.md +++ b/packages/magento-cart-coupon/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packages/magento-cart-coupon/package.json b/packages/magento-cart-coupon/package.json index 6ff9e31f5d..e3de59741c 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,15 +12,15 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/graphql": "^8.0.0-canary.82", - "@graphcommerce/image": "^8.0.0-canary.82", - "@graphcommerce/magento-cart": "^8.0.0-canary.82", - "@graphcommerce/magento-store": "^8.0.0-canary.82", - "@graphcommerce/next-ui": "^8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/react-hook-form": "^8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.82", + "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/graphql": "^8.0.0-canary.83", + "@graphcommerce/image": "^8.0.0-canary.83", + "@graphcommerce/magento-cart": "^8.0.0-canary.83", + "@graphcommerce/magento-store": "^8.0.0-canary.83", + "@graphcommerce/next-ui": "^8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/react-hook-form": "^8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.83", "@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 6a4f224c60..2f3881a9d3 100644 --- a/packages/magento-cart-email/CHANGELOG.md +++ b/packages/magento-cart-email/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packages/magento-cart-email/package.json b/packages/magento-cart-email/package.json index fa1f201124..175ef82419 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,18 +12,18 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "^8.0.0-canary.82", - "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/graphql": "^8.0.0-canary.82", - "@graphcommerce/image": "^8.0.0-canary.82", - "@graphcommerce/magento-cart": "^8.0.0-canary.82", - "@graphcommerce/magento-customer": "^8.0.0-canary.82", - "@graphcommerce/magento-product": "^8.0.0-canary.82", - "@graphcommerce/magento-store": "^8.0.0-canary.82", - "@graphcommerce/next-ui": "^8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/react-hook-form": "^8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.82", + "@graphcommerce/ecommerce-ui": "^8.0.0-canary.83", + "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/graphql": "^8.0.0-canary.83", + "@graphcommerce/image": "^8.0.0-canary.83", + "@graphcommerce/magento-cart": "^8.0.0-canary.83", + "@graphcommerce/magento-customer": "^8.0.0-canary.83", + "@graphcommerce/magento-product": "^8.0.0-canary.83", + "@graphcommerce/magento-store": "^8.0.0-canary.83", + "@graphcommerce/next-ui": "^8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/react-hook-form": "^8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.83", "@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 e4f252ca9e..34f1104b06 100644 --- a/packages/magento-cart-items/CHANGELOG.md +++ b/packages/magento-cart-items/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packages/magento-cart-items/package.json b/packages/magento-cart-items/package.json index baed716b21..eba115b36d 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,17 +12,17 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/graphql": "^8.0.0-canary.82", - "@graphcommerce/image": "^8.0.0-canary.82", - "@graphcommerce/magento-cart": "^8.0.0-canary.82", - "@graphcommerce/magento-customer": "^8.0.0-canary.82", - "@graphcommerce/magento-product": "^8.0.0-canary.82", - "@graphcommerce/magento-store": "^8.0.0-canary.82", - "@graphcommerce/next-ui": "^8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/react-hook-form": "^8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.82", + "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/graphql": "^8.0.0-canary.83", + "@graphcommerce/image": "^8.0.0-canary.83", + "@graphcommerce/magento-cart": "^8.0.0-canary.83", + "@graphcommerce/magento-customer": "^8.0.0-canary.83", + "@graphcommerce/magento-product": "^8.0.0-canary.83", + "@graphcommerce/magento-store": "^8.0.0-canary.83", + "@graphcommerce/next-ui": "^8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/react-hook-form": "^8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.83", "@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 af23dd4c60..dea6386db1 100644 --- a/packages/magento-cart-payment-method/CHANGELOG.md +++ b/packages/magento-cart-payment-method/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packages/magento-cart-payment-method/package.json b/packages/magento-cart-payment-method/package.json index bad9e10f0c..8dff905a70 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,17 +12,17 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/framer-scroller": "^8.0.0-canary.82", - "@graphcommerce/graphql": "^8.0.0-canary.82", - "@graphcommerce/image": "^8.0.0-canary.82", - "@graphcommerce/magento-cart": "^8.0.0-canary.82", - "@graphcommerce/magento-cart-shipping-address": "^8.0.0-canary.82", - "@graphcommerce/magento-store": "^8.0.0-canary.82", - "@graphcommerce/next-ui": "^8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/react-hook-form": "^8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.82", + "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/framer-scroller": "^8.0.0-canary.83", + "@graphcommerce/graphql": "^8.0.0-canary.83", + "@graphcommerce/image": "^8.0.0-canary.83", + "@graphcommerce/magento-cart": "^8.0.0-canary.83", + "@graphcommerce/magento-cart-shipping-address": "^8.0.0-canary.83", + "@graphcommerce/magento-store": "^8.0.0-canary.83", + "@graphcommerce/next-ui": "^8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/react-hook-form": "^8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.83", "@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 eae65a6e1e..8dde5098e1 100644 --- a/packages/magento-cart-pickup/CHANGELOG.md +++ b/packages/magento-cart-pickup/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packages/magento-cart-pickup/package.json b/packages/magento-cart-pickup/package.json index 5ea0531b4c..8167758f8f 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,18 +12,18 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "^8.0.0-canary.82", - "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/graphql": "^8.0.0-canary.82", - "@graphcommerce/graphql-mesh": "^8.0.0-canary.82", - "@graphcommerce/image": "^8.0.0-canary.82", - "@graphcommerce/magento-cart": "^8.0.0-canary.82", - "@graphcommerce/magento-cart-shipping-method": "^8.0.0-canary.82", - "@graphcommerce/magento-store": "^8.0.0-canary.82", - "@graphcommerce/next-ui": "^8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/react-hook-form": "^8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.82", + "@graphcommerce/ecommerce-ui": "^8.0.0-canary.83", + "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/graphql": "^8.0.0-canary.83", + "@graphcommerce/graphql-mesh": "^8.0.0-canary.83", + "@graphcommerce/image": "^8.0.0-canary.83", + "@graphcommerce/magento-cart": "^8.0.0-canary.83", + "@graphcommerce/magento-cart-shipping-method": "^8.0.0-canary.83", + "@graphcommerce/magento-store": "^8.0.0-canary.83", + "@graphcommerce/next-ui": "^8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/react-hook-form": "^8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.83", "@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 74505b7297..6efc2a7d3f 100644 --- a/packages/magento-cart-shipping-address/CHANGELOG.md +++ b/packages/magento-cart-shipping-address/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packages/magento-cart-shipping-address/package.json b/packages/magento-cart-shipping-address/package.json index ff99922c4f..78c971e5ec 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,16 +12,16 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "^8.0.0-canary.82", - "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/graphql": "^8.0.0-canary.82", - "@graphcommerce/image": "^8.0.0-canary.82", - "@graphcommerce/magento-cart": "^8.0.0-canary.82", - "@graphcommerce/magento-customer": "^8.0.0-canary.82", - "@graphcommerce/magento-store": "^8.0.0-canary.82", - "@graphcommerce/next-ui": "^8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.82", + "@graphcommerce/ecommerce-ui": "^8.0.0-canary.83", + "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/graphql": "^8.0.0-canary.83", + "@graphcommerce/image": "^8.0.0-canary.83", + "@graphcommerce/magento-cart": "^8.0.0-canary.83", + "@graphcommerce/magento-customer": "^8.0.0-canary.83", + "@graphcommerce/magento-store": "^8.0.0-canary.83", + "@graphcommerce/next-ui": "^8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.83", "@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 6656cf9ea6..61a4e6ef0d 100644 --- a/packages/magento-cart-shipping-method/CHANGELOG.md +++ b/packages/magento-cart-shipping-method/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packages/magento-cart-shipping-method/package.json b/packages/magento-cart-shipping-method/package.json index 77a84859c2..1995919274 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,17 +12,17 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/framer-scroller": "^8.0.0-canary.82", - "@graphcommerce/graphql": "^8.0.0-canary.82", - "@graphcommerce/image": "^8.0.0-canary.82", - "@graphcommerce/magento-cart": "^8.0.0-canary.82", - "@graphcommerce/magento-cart-shipping-address": "^8.0.0-canary.82", - "@graphcommerce/magento-store": "^8.0.0-canary.82", - "@graphcommerce/next-ui": "^8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/react-hook-form": "^8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.82", + "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/framer-scroller": "^8.0.0-canary.83", + "@graphcommerce/graphql": "^8.0.0-canary.83", + "@graphcommerce/image": "^8.0.0-canary.83", + "@graphcommerce/magento-cart": "^8.0.0-canary.83", + "@graphcommerce/magento-cart-shipping-address": "^8.0.0-canary.83", + "@graphcommerce/magento-store": "^8.0.0-canary.83", + "@graphcommerce/next-ui": "^8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/react-hook-form": "^8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.83", "@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 49c1a1b95b..c5fd52b1ce 100644 --- a/packages/magento-cart/CHANGELOG.md +++ b/packages/magento-cart/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packages/magento-cart/package.json b/packages/magento-cart/package.json index da5f8ac395..f0ca115e06 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,20 +12,20 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "^8.0.0-canary.82", - "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/framer-next-pages": "^8.0.0-canary.82", - "@graphcommerce/framer-scroller": "^8.0.0-canary.82", - "@graphcommerce/framer-utils": "^8.0.0-canary.82", - "@graphcommerce/graphql": "^8.0.0-canary.82", - "@graphcommerce/image": "^8.0.0-canary.82", - "@graphcommerce/magento-customer": "^8.0.0-canary.82", - "@graphcommerce/magento-graphql": "^8.0.0-canary.82", - "@graphcommerce/magento-store": "^8.0.0-canary.82", - "@graphcommerce/next-ui": "^8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/react-hook-form": "^8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.82", + "@graphcommerce/ecommerce-ui": "^8.0.0-canary.83", + "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/framer-next-pages": "^8.0.0-canary.83", + "@graphcommerce/framer-scroller": "^8.0.0-canary.83", + "@graphcommerce/framer-utils": "^8.0.0-canary.83", + "@graphcommerce/graphql": "^8.0.0-canary.83", + "@graphcommerce/image": "^8.0.0-canary.83", + "@graphcommerce/magento-customer": "^8.0.0-canary.83", + "@graphcommerce/magento-graphql": "^8.0.0-canary.83", + "@graphcommerce/magento-store": "^8.0.0-canary.83", + "@graphcommerce/next-ui": "^8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/react-hook-form": "^8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.83", "@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 8568d2640a..c4dc63e7a1 100644 --- a/packages/magento-category/CHANGELOG.md +++ b/packages/magento-category/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packages/magento-category/package.json b/packages/magento-category/package.json index 2f3a34bbae..4686cbe33c 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,15 +12,15 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/framer-scroller": "^8.0.0-canary.82", - "@graphcommerce/graphql": "^8.0.0-canary.82", - "@graphcommerce/image": "^8.0.0-canary.82", - "@graphcommerce/magento-product": "^8.0.0-canary.82", - "@graphcommerce/magento-store": "^8.0.0-canary.82", - "@graphcommerce/next-ui": "^8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.82", + "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/framer-scroller": "^8.0.0-canary.83", + "@graphcommerce/graphql": "^8.0.0-canary.83", + "@graphcommerce/image": "^8.0.0-canary.83", + "@graphcommerce/magento-product": "^8.0.0-canary.83", + "@graphcommerce/magento-store": "^8.0.0-canary.83", + "@graphcommerce/next-ui": "^8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.83", "@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 e25c5e2e9b..8870c4e212 100644 --- a/packages/magento-cms/CHANGELOG.md +++ b/packages/magento-cms/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packages/magento-cms/package.json b/packages/magento-cms/package.json index 033e39081e..e3fcad297c 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,11 +12,11 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/graphql": "^8.0.0-canary.82", - "@graphcommerce/magento-store": "^8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.82", + "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/graphql": "^8.0.0-canary.83", + "@graphcommerce/magento-store": "^8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.83", "@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 d9abde2311..886ded5e77 100644 --- a/packages/magento-compare/CHANGELOG.md +++ b/packages/magento-compare/CHANGELOG.md @@ -1,5 +1,7 @@ # @graphcommerce/magento-compare +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packages/magento-compare/package.json b/packages/magento-compare/package.json index 86f607f2da..798ebace21 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,16 +12,16 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "^8.0.0-canary.82", - "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/framer-next-pages": "^8.0.0-canary.82", - "@graphcommerce/framer-utils": "^8.0.0-canary.82", - "@graphcommerce/graphql": "^8.0.0-canary.82", - "@graphcommerce/magento-cart": "^8.0.0-canary.82", - "@graphcommerce/magento-product": "^8.0.0-canary.82", - "@graphcommerce/next-ui": "^8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.82", + "@graphcommerce/ecommerce-ui": "^8.0.0-canary.83", + "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/framer-next-pages": "^8.0.0-canary.83", + "@graphcommerce/framer-utils": "^8.0.0-canary.83", + "@graphcommerce/graphql": "^8.0.0-canary.83", + "@graphcommerce/magento-cart": "^8.0.0-canary.83", + "@graphcommerce/magento-product": "^8.0.0-canary.83", + "@graphcommerce/next-ui": "^8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.83", "@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 450ed8b568..1cbaf2d921 100644 --- a/packages/magento-customer-account/CHANGELOG.md +++ b/packages/magento-customer-account/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packages/magento-customer-account/package.json b/packages/magento-customer-account/package.json index 2df5a2a05b..ab2bcc1774 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,9 +12,9 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/magento-customer": "^8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.82" + "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/magento-customer": "^8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.83" } } diff --git a/packages/magento-customer-order/CHANGELOG.md b/packages/magento-customer-order/CHANGELOG.md index 23be2d2828..46651df498 100644 --- a/packages/magento-customer-order/CHANGELOG.md +++ b/packages/magento-customer-order/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packages/magento-customer-order/package.json b/packages/magento-customer-order/package.json index 7d618f220b..2e38b17dc6 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,16 +12,16 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/graphql": "^8.0.0-canary.82", - "@graphcommerce/graphql-mesh": "^8.0.0-canary.82", - "@graphcommerce/image": "^8.0.0-canary.82", - "@graphcommerce/magento-customer": "^8.0.0-canary.82", - "@graphcommerce/magento-graphql": "^8.0.0-canary.82", - "@graphcommerce/magento-store": "^8.0.0-canary.82", - "@graphcommerce/next-ui": "^8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.82", + "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/graphql": "^8.0.0-canary.83", + "@graphcommerce/graphql-mesh": "^8.0.0-canary.83", + "@graphcommerce/image": "^8.0.0-canary.83", + "@graphcommerce/magento-customer": "^8.0.0-canary.83", + "@graphcommerce/magento-graphql": "^8.0.0-canary.83", + "@graphcommerce/magento-store": "^8.0.0-canary.83", + "@graphcommerce/next-ui": "^8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.83", "@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 9c348aaac4..7066087066 100644 --- a/packages/magento-customer/CHANGELOG.md +++ b/packages/magento-customer/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packages/magento-customer/package.json b/packages/magento-customer/package.json index bf8baaaa95..522e34ebdb 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,18 +12,18 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "^8.0.0-canary.82", - "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/framer-utils": "^8.0.0-canary.82", - "@graphcommerce/graphql": "^8.0.0-canary.82", - "@graphcommerce/graphql-mesh": "^8.0.0-canary.82", - "@graphcommerce/image": "^8.0.0-canary.82", - "@graphcommerce/magento-graphql": "^8.0.0-canary.82", - "@graphcommerce/magento-store": "^8.0.0-canary.82", - "@graphcommerce/next-ui": "^8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/react-hook-form": "^8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.82", + "@graphcommerce/ecommerce-ui": "^8.0.0-canary.83", + "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/framer-utils": "^8.0.0-canary.83", + "@graphcommerce/graphql": "^8.0.0-canary.83", + "@graphcommerce/graphql-mesh": "^8.0.0-canary.83", + "@graphcommerce/image": "^8.0.0-canary.83", + "@graphcommerce/magento-graphql": "^8.0.0-canary.83", + "@graphcommerce/magento-store": "^8.0.0-canary.83", + "@graphcommerce/next-ui": "^8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/react-hook-form": "^8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.83", "@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 d43cc73e80..e0d09bf44c 100644 --- a/packages/magento-graphql/CHANGELOG.md +++ b/packages/magento-graphql/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packages/magento-graphql/package.json b/packages/magento-graphql/package.json index ea953a2dcc..e15e1aa070 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "sideEffects": false, "main": "index.ts", "prettier": "@graphcommerce/prettier-config-pwa", @@ -13,10 +13,10 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/graphql": "^8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.82", + "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/graphql": "^8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.83", "next": "*", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/packages/magento-newsletter/CHANGELOG.md b/packages/magento-newsletter/CHANGELOG.md index 4e6792e44d..dc566a94eb 100644 --- a/packages/magento-newsletter/CHANGELOG.md +++ b/packages/magento-newsletter/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packages/magento-newsletter/package.json b/packages/magento-newsletter/package.json index 875ad937b3..cb1a52f78f 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,15 +12,15 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "^8.0.0-canary.82", - "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/graphql": "^8.0.0-canary.82", - "@graphcommerce/magento-cart": "^8.0.0-canary.82", - "@graphcommerce/magento-customer": "^8.0.0-canary.82", - "@graphcommerce/next-ui": "^8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/react-hook-form": "^8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.82", + "@graphcommerce/ecommerce-ui": "^8.0.0-canary.83", + "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/graphql": "^8.0.0-canary.83", + "@graphcommerce/magento-cart": "^8.0.0-canary.83", + "@graphcommerce/magento-customer": "^8.0.0-canary.83", + "@graphcommerce/next-ui": "^8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/react-hook-form": "^8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.83", "@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 e7ffdecfcc..033310e584 100644 --- a/packages/magento-pagebuilder/CHANGELOG.md +++ b/packages/magento-pagebuilder/CHANGELOG.md @@ -1,5 +1,7 @@ # @graphcommerce/magento-pagebuilder +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packages/magento-pagebuilder/package.json b/packages/magento-pagebuilder/package.json index 6fc5952855..846b5f21b8 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -18,15 +18,15 @@ "jsdom": "^23.0.1" }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/graphql": "^8.0.0-canary.82", - "@graphcommerce/magento-category": "^8.0.0-canary.82", - "@graphcommerce/magento-cms": "^8.0.0-canary.82", - "@graphcommerce/magento-product": "^8.0.0-canary.82", - "@graphcommerce/next-ui": "^8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/react-hook-form": "^8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.82", + "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/graphql": "^8.0.0-canary.83", + "@graphcommerce/magento-category": "^8.0.0-canary.83", + "@graphcommerce/magento-cms": "^8.0.0-canary.83", + "@graphcommerce/magento-product": "^8.0.0-canary.83", + "@graphcommerce/next-ui": "^8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/react-hook-form": "^8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.83", "@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 f3ab3e98fc..f9a62cd48d 100644 --- a/packages/magento-payment-adyen/CHANGELOG.md +++ b/packages/magento-payment-adyen/CHANGELOG.md @@ -1,5 +1,7 @@ # @graphcommerce/magento-payment-adyen +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packages/magento-payment-adyen/package.json b/packages/magento-payment-adyen/package.json index babd24372a..79dcc20c2d 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,18 +12,18 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "^8.0.0-canary.82", - "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/graphql": "^8.0.0-canary.82", - "@graphcommerce/graphql-mesh": "^8.0.0-canary.82", - "@graphcommerce/image": "^8.0.0-canary.82", - "@graphcommerce/magento-cart": "^8.0.0-canary.82", - "@graphcommerce/magento-cart-payment-method": "^8.0.0-canary.82", - "@graphcommerce/magento-product": "^8.0.0-canary.82", - "@graphcommerce/magento-store": "^8.0.0-canary.82", - "@graphcommerce/next-ui": "^8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.82", + "@graphcommerce/ecommerce-ui": "^8.0.0-canary.83", + "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/graphql": "^8.0.0-canary.83", + "@graphcommerce/graphql-mesh": "^8.0.0-canary.83", + "@graphcommerce/image": "^8.0.0-canary.83", + "@graphcommerce/magento-cart": "^8.0.0-canary.83", + "@graphcommerce/magento-cart-payment-method": "^8.0.0-canary.83", + "@graphcommerce/magento-product": "^8.0.0-canary.83", + "@graphcommerce/magento-store": "^8.0.0-canary.83", + "@graphcommerce/next-ui": "^8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.83", "@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 5f31e46f1c..16f082c5e1 100644 --- a/packages/magento-payment-braintree/CHANGELOG.md +++ b/packages/magento-payment-braintree/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packages/magento-payment-braintree/package.json b/packages/magento-payment-braintree/package.json index 7bc988df5c..baaa601cb0 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -18,19 +18,19 @@ "braintree-web": "^3.97.4" }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/graphql": "^8.0.0-canary.82", - "@graphcommerce/image": "^8.0.0-canary.82", - "@graphcommerce/magento-cart": "^8.0.0-canary.82", - "@graphcommerce/magento-cart-payment-method": "^8.0.0-canary.82", - "@graphcommerce/magento-cart-shipping-address": "^8.0.0-canary.82", - "@graphcommerce/magento-product": "^8.0.0-canary.82", - "@graphcommerce/magento-product-configurable": "^8.0.0-canary.82", - "@graphcommerce/magento-store": "^8.0.0-canary.82", - "@graphcommerce/next-ui": "^8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/react-hook-form": "^8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.82", + "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/graphql": "^8.0.0-canary.83", + "@graphcommerce/image": "^8.0.0-canary.83", + "@graphcommerce/magento-cart": "^8.0.0-canary.83", + "@graphcommerce/magento-cart-payment-method": "^8.0.0-canary.83", + "@graphcommerce/magento-cart-shipping-address": "^8.0.0-canary.83", + "@graphcommerce/magento-product": "^8.0.0-canary.83", + "@graphcommerce/magento-product-configurable": "^8.0.0-canary.83", + "@graphcommerce/magento-store": "^8.0.0-canary.83", + "@graphcommerce/next-ui": "^8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/react-hook-form": "^8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.83", "@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 57512dc5d6..6703e2c3f1 100644 --- a/packages/magento-payment-included/CHANGELOG.md +++ b/packages/magento-payment-included/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packages/magento-payment-included/package.json b/packages/magento-payment-included/package.json index 8d5a73583b..b0da673248 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,19 +12,19 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/graphql": "^8.0.0-canary.82", - "@graphcommerce/image": "^8.0.0-canary.82", - "@graphcommerce/magento-cart": "^8.0.0-canary.82", - "@graphcommerce/magento-cart-payment-method": "^8.0.0-canary.82", - "@graphcommerce/magento-cart-shipping-address": "^8.0.0-canary.82", - "@graphcommerce/magento-product": "^8.0.0-canary.82", - "@graphcommerce/magento-product-configurable": "^8.0.0-canary.82", - "@graphcommerce/magento-store": "^8.0.0-canary.82", - "@graphcommerce/next-ui": "^8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/react-hook-form": "^8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.82", + "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/graphql": "^8.0.0-canary.83", + "@graphcommerce/image": "^8.0.0-canary.83", + "@graphcommerce/magento-cart": "^8.0.0-canary.83", + "@graphcommerce/magento-cart-payment-method": "^8.0.0-canary.83", + "@graphcommerce/magento-cart-shipping-address": "^8.0.0-canary.83", + "@graphcommerce/magento-product": "^8.0.0-canary.83", + "@graphcommerce/magento-product-configurable": "^8.0.0-canary.83", + "@graphcommerce/magento-store": "^8.0.0-canary.83", + "@graphcommerce/next-ui": "^8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/react-hook-form": "^8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.83", "@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 9b0853272c..1b09af7b8e 100644 --- a/packages/magento-payment-klarna/CHANGELOG.md +++ b/packages/magento-payment-klarna/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packages/magento-payment-klarna/package.json b/packages/magento-payment-klarna/package.json index 0b07e1688d..f0bd87c91b 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "private": true, "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", @@ -13,14 +13,14 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/graphql": "^8.0.0-canary.82", - "@graphcommerce/image": "^8.0.0-canary.82", - "@graphcommerce/magento-cart": "^8.0.0-canary.82", - "@graphcommerce/magento-store": "^8.0.0-canary.82", - "@graphcommerce/next-ui": "^8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.82", + "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/graphql": "^8.0.0-canary.83", + "@graphcommerce/image": "^8.0.0-canary.83", + "@graphcommerce/magento-cart": "^8.0.0-canary.83", + "@graphcommerce/magento-store": "^8.0.0-canary.83", + "@graphcommerce/next-ui": "^8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.83", "@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 54566a2eef..d10436703e 100644 --- a/packages/magento-payment-multisafepay/CHANGELOG.md +++ b/packages/magento-payment-multisafepay/CHANGELOG.md @@ -1,5 +1,7 @@ # @graphcommerce/magento-payment-multisafepay +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packages/magento-payment-multisafepay/package.json b/packages/magento-payment-multisafepay/package.json index dd76ee15d8..90baf9edd2 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,22 +12,22 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "^8.0.0-canary.82", - "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/graphql": "^8.0.0-canary.82", - "@graphcommerce/graphql-mesh": "^8.0.0-canary.82", - "@graphcommerce/image": "^8.0.0-canary.82", - "@graphcommerce/magento-cart": "^8.0.0-canary.82", - "@graphcommerce/magento-cart-checkout": "^8.0.0-canary.82", - "@graphcommerce/magento-cart-payment-method": "^8.0.0-canary.82", - "@graphcommerce/magento-cart-shipping-address": "^8.0.0-canary.82", - "@graphcommerce/magento-product": "^8.0.0-canary.82", - "@graphcommerce/magento-product-configurable": "^8.0.0-canary.82", - "@graphcommerce/magento-store": "^8.0.0-canary.82", - "@graphcommerce/next-ui": "^8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/react-hook-form": "^8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.82", + "@graphcommerce/ecommerce-ui": "^8.0.0-canary.83", + "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/graphql": "^8.0.0-canary.83", + "@graphcommerce/graphql-mesh": "^8.0.0-canary.83", + "@graphcommerce/image": "^8.0.0-canary.83", + "@graphcommerce/magento-cart": "^8.0.0-canary.83", + "@graphcommerce/magento-cart-checkout": "^8.0.0-canary.83", + "@graphcommerce/magento-cart-payment-method": "^8.0.0-canary.83", + "@graphcommerce/magento-cart-shipping-address": "^8.0.0-canary.83", + "@graphcommerce/magento-product": "^8.0.0-canary.83", + "@graphcommerce/magento-product-configurable": "^8.0.0-canary.83", + "@graphcommerce/magento-store": "^8.0.0-canary.83", + "@graphcommerce/next-ui": "^8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/react-hook-form": "^8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.83", "@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 5d752ed243..eabdf3a3b4 100644 --- a/packages/magento-payment-paypal/CHANGELOG.md +++ b/packages/magento-payment-paypal/CHANGELOG.md @@ -1,5 +1,7 @@ # @graphcommerce/magento-payment-paypal +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packages/magento-payment-paypal/package.json b/packages/magento-payment-paypal/package.json index c7dcf40251..0fc67dde39 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,16 +12,16 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "^8.0.0-canary.82", - "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/graphql": "^8.0.0-canary.82", - "@graphcommerce/image": "^8.0.0-canary.82", - "@graphcommerce/magento-cart": "^8.0.0-canary.82", - "@graphcommerce/magento-cart-payment-method": "^8.0.0-canary.82", - "@graphcommerce/magento-store": "^8.0.0-canary.82", - "@graphcommerce/next-ui": "^8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.82", + "@graphcommerce/ecommerce-ui": "^8.0.0-canary.83", + "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/graphql": "^8.0.0-canary.83", + "@graphcommerce/image": "^8.0.0-canary.83", + "@graphcommerce/magento-cart": "^8.0.0-canary.83", + "@graphcommerce/magento-cart-payment-method": "^8.0.0-canary.83", + "@graphcommerce/magento-store": "^8.0.0-canary.83", + "@graphcommerce/next-ui": "^8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.83", "@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 1859b0b9b4..c62e6eb82c 100644 --- a/packages/magento-product-bundle/CHANGELOG.md +++ b/packages/magento-product-bundle/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packages/magento-product-bundle/package.json b/packages/magento-product-bundle/package.json index f3805516ea..fbe6572f91 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,19 +12,19 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "^8.0.0-canary.82", - "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/graphql": "^8.0.0-canary.82", - "@graphcommerce/image": "^8.0.0-canary.82", - "@graphcommerce/magento-cart": "^8.0.0-canary.82", - "@graphcommerce/magento-cart-items": "^8.0.0-canary.82", - "@graphcommerce/magento-product": "^8.0.0-canary.82", - "@graphcommerce/magento-product-simple": "^8.0.0-canary.82", - "@graphcommerce/magento-product-virtual": "^8.0.0-canary.82", - "@graphcommerce/magento-store": "^8.0.0-canary.82", - "@graphcommerce/next-ui": "^8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.82", + "@graphcommerce/ecommerce-ui": "^8.0.0-canary.83", + "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/graphql": "^8.0.0-canary.83", + "@graphcommerce/image": "^8.0.0-canary.83", + "@graphcommerce/magento-cart": "^8.0.0-canary.83", + "@graphcommerce/magento-cart-items": "^8.0.0-canary.83", + "@graphcommerce/magento-product": "^8.0.0-canary.83", + "@graphcommerce/magento-product-simple": "^8.0.0-canary.83", + "@graphcommerce/magento-product-virtual": "^8.0.0-canary.83", + "@graphcommerce/magento-store": "^8.0.0-canary.83", + "@graphcommerce/next-ui": "^8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.83", "@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 fda944abd3..8b0e080506 100644 --- a/packages/magento-product-configurable/CHANGELOG.md +++ b/packages/magento-product-configurable/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packages/magento-product-configurable/package.json b/packages/magento-product-configurable/package.json index 904ef0a9f1..7c5b9913ac 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,23 +12,23 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "^8.0.0-canary.82", - "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/graphql": "^8.0.0-canary.82", - "@graphcommerce/graphql-mesh": "^8.0.0-canary.82", - "@graphcommerce/image": "^8.0.0-canary.82", - "@graphcommerce/lingui-next": "8.0.0-canary.82", - "@graphcommerce/magento-cart": "^8.0.0-canary.82", - "@graphcommerce/magento-cart-items": "^8.0.0-canary.82", - "@graphcommerce/magento-category": "^8.0.0-canary.82", - "@graphcommerce/magento-customer": "^8.0.0-canary.82", - "@graphcommerce/magento-product": "^8.0.0-canary.82", - "@graphcommerce/magento-product-simple": "^8.0.0-canary.82", - "@graphcommerce/magento-store": "^8.0.0-canary.82", - "@graphcommerce/next-ui": "^8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/react-hook-form": "^8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.82", + "@graphcommerce/ecommerce-ui": "^8.0.0-canary.83", + "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/graphql": "^8.0.0-canary.83", + "@graphcommerce/graphql-mesh": "^8.0.0-canary.83", + "@graphcommerce/image": "^8.0.0-canary.83", + "@graphcommerce/lingui-next": "8.0.0-canary.83", + "@graphcommerce/magento-cart": "^8.0.0-canary.83", + "@graphcommerce/magento-cart-items": "^8.0.0-canary.83", + "@graphcommerce/magento-category": "^8.0.0-canary.83", + "@graphcommerce/magento-customer": "^8.0.0-canary.83", + "@graphcommerce/magento-product": "^8.0.0-canary.83", + "@graphcommerce/magento-product-simple": "^8.0.0-canary.83", + "@graphcommerce/magento-store": "^8.0.0-canary.83", + "@graphcommerce/next-ui": "^8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/react-hook-form": "^8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.83", "@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 ec2c58d39a..70a3aae0fc 100644 --- a/packages/magento-product-downloadable/CHANGELOG.md +++ b/packages/magento-product-downloadable/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packages/magento-product-downloadable/package.json b/packages/magento-product-downloadable/package.json index 5c82cdb761..242fb85688 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,14 +12,14 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/graphql": "^8.0.0-canary.82", - "@graphcommerce/magento-cart": "^8.0.0-canary.82", - "@graphcommerce/magento-product": "^8.0.0-canary.82", - "@graphcommerce/magento-store": "^8.0.0-canary.82", - "@graphcommerce/next-ui": "^8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.82", + "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/graphql": "^8.0.0-canary.83", + "@graphcommerce/magento-cart": "^8.0.0-canary.83", + "@graphcommerce/magento-product": "^8.0.0-canary.83", + "@graphcommerce/magento-store": "^8.0.0-canary.83", + "@graphcommerce/next-ui": "^8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.83", "@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 bab6deba13..1781dcb4c1 100644 --- a/packages/magento-product-grouped/CHANGELOG.md +++ b/packages/magento-product-grouped/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packages/magento-product-grouped/package.json b/packages/magento-product-grouped/package.json index 07b91aff91..512cccaede 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,14 +12,14 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/graphql": "^8.0.0-canary.82", - "@graphcommerce/magento-cart": "^8.0.0-canary.82", - "@graphcommerce/magento-product": "^8.0.0-canary.82", - "@graphcommerce/magento-product-simple": "^8.0.0-canary.82", - "@graphcommerce/magento-product-virtual": "^8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.82", + "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/graphql": "^8.0.0-canary.83", + "@graphcommerce/magento-cart": "^8.0.0-canary.83", + "@graphcommerce/magento-product": "^8.0.0-canary.83", + "@graphcommerce/magento-product-simple": "^8.0.0-canary.83", + "@graphcommerce/magento-product-virtual": "^8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.83", "@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 1ca1e078b9..cc716ea3b5 100644 --- a/packages/magento-product-simple/CHANGELOG.md +++ b/packages/magento-product-simple/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packages/magento-product-simple/package.json b/packages/magento-product-simple/package.json index 2073edea45..0ab706f7cb 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,14 +12,14 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/graphql": "^8.0.0-canary.82", - "@graphcommerce/magento-cart": "^8.0.0-canary.82", - "@graphcommerce/magento-cart-items": "^8.0.0-canary.82", - "@graphcommerce/magento-product": "^8.0.0-canary.82", - "@graphcommerce/next-ui": "^8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.82", + "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/graphql": "^8.0.0-canary.83", + "@graphcommerce/magento-cart": "^8.0.0-canary.83", + "@graphcommerce/magento-cart-items": "^8.0.0-canary.83", + "@graphcommerce/magento-product": "^8.0.0-canary.83", + "@graphcommerce/next-ui": "^8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.83", "@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 6723abc505..cc4ba945da 100644 --- a/packages/magento-product-virtual/CHANGELOG.md +++ b/packages/magento-product-virtual/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packages/magento-product-virtual/package.json b/packages/magento-product-virtual/package.json index 2b9b83ac3c..65b5199573 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,14 +12,14 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/graphql": "^8.0.0-canary.82", - "@graphcommerce/magento-cart": "^8.0.0-canary.82", - "@graphcommerce/magento-cart-items": "^8.0.0-canary.82", - "@graphcommerce/magento-product": "^8.0.0-canary.82", - "@graphcommerce/next-ui": "^8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.82", + "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/graphql": "^8.0.0-canary.83", + "@graphcommerce/magento-cart": "^8.0.0-canary.83", + "@graphcommerce/magento-cart-items": "^8.0.0-canary.83", + "@graphcommerce/magento-product": "^8.0.0-canary.83", + "@graphcommerce/next-ui": "^8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.83", "@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 ee50e3d32a..346edc2c1b 100644 --- a/packages/magento-product/CHANGELOG.md +++ b/packages/magento-product/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 8.0.0-canary.83 + +### Patch Changes + +- [#2164](https://github.com/graphcommerce-org/graphcommerce/pull/2164) [`5224755`](https://github.com/graphcommerce-org/graphcommerce/commit/522475503fd40e4718fd4d7d33f8164c01588c0c) - Fixed filters dissapearing when no items are found with applied filters + ([@Jessevdpoel](https://github.com/Jessevdpoel)) + ## 8.0.0-canary.82 ### Patch Changes diff --git a/packages/magento-product/package.json b/packages/magento-product/package.json index 5fa6043df0..b56b098724 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -16,18 +16,18 @@ "typescript": "5.3.3" }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "^8.0.0-canary.82", - "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/framer-next-pages": "^8.0.0-canary.82", - "@graphcommerce/framer-scroller": "^8.0.0-canary.82", - "@graphcommerce/graphql": "^8.0.0-canary.82", - "@graphcommerce/graphql-mesh": "^8.0.0-canary.82", - "@graphcommerce/image": "^8.0.0-canary.82", - "@graphcommerce/magento-cart": "^8.0.0-canary.82", - "@graphcommerce/magento-store": "^8.0.0-canary.82", - "@graphcommerce/next-ui": "^8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.82", + "@graphcommerce/ecommerce-ui": "^8.0.0-canary.83", + "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/framer-next-pages": "^8.0.0-canary.83", + "@graphcommerce/framer-scroller": "^8.0.0-canary.83", + "@graphcommerce/graphql": "^8.0.0-canary.83", + "@graphcommerce/graphql-mesh": "^8.0.0-canary.83", + "@graphcommerce/image": "^8.0.0-canary.83", + "@graphcommerce/magento-cart": "^8.0.0-canary.83", + "@graphcommerce/magento-store": "^8.0.0-canary.83", + "@graphcommerce/next-ui": "^8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.83", "@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 32ea27c529..72e8467598 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 +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packages/magento-recently-viewed-products/package.json b/packages/magento-recently-viewed-products/package.json index fa29ecdb9f..76ab33eb05 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,16 +12,16 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/graphql": "^8.0.0-canary.82", - "@graphcommerce/graphql-mesh": "^8.0.0-canary.82", - "@graphcommerce/magento-cart": "^8.0.0-canary.82", - "@graphcommerce/magento-product": "^8.0.0-canary.82", - "@graphcommerce/magento-product-configurable": "^8.0.0-canary.82", - "@graphcommerce/next-config": "^8.0.0-canary.82", - "@graphcommerce/next-ui": "^8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.82", + "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/graphql": "^8.0.0-canary.83", + "@graphcommerce/graphql-mesh": "^8.0.0-canary.83", + "@graphcommerce/magento-cart": "^8.0.0-canary.83", + "@graphcommerce/magento-product": "^8.0.0-canary.83", + "@graphcommerce/magento-product-configurable": "^8.0.0-canary.83", + "@graphcommerce/next-config": "^8.0.0-canary.83", + "@graphcommerce/next-ui": "^8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.83", "@mui/material": "^5.10.16", "framer-motion": "^10.0.0", "next": "*", diff --git a/packages/magento-review/CHANGELOG.md b/packages/magento-review/CHANGELOG.md index 59301a0224..aa8f2695da 100644 --- a/packages/magento-review/CHANGELOG.md +++ b/packages/magento-review/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packages/magento-review/package.json b/packages/magento-review/package.json index df9e07c450..399b2f95fd 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -16,17 +16,17 @@ "typescript": "5.3.3" }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/graphql": "^8.0.0-canary.82", - "@graphcommerce/graphql-mesh": "^8.0.0-canary.82", - "@graphcommerce/image": "^8.0.0-canary.82", - "@graphcommerce/magento-customer": "^8.0.0-canary.82", - "@graphcommerce/magento-product": "^8.0.0-canary.82", - "@graphcommerce/magento-store": "^8.0.0-canary.82", - "@graphcommerce/next-ui": "^8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/react-hook-form": "^8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.82", + "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/graphql": "^8.0.0-canary.83", + "@graphcommerce/graphql-mesh": "^8.0.0-canary.83", + "@graphcommerce/image": "^8.0.0-canary.83", + "@graphcommerce/magento-customer": "^8.0.0-canary.83", + "@graphcommerce/magento-product": "^8.0.0-canary.83", + "@graphcommerce/magento-store": "^8.0.0-canary.83", + "@graphcommerce/next-ui": "^8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/react-hook-form": "^8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.83", "@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 e5a1177a22..045c17cf3c 100644 --- a/packages/magento-search/CHANGELOG.md +++ b/packages/magento-search/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packages/magento-search/package.json b/packages/magento-search/package.json index c4217eb74f..f988a994a5 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,15 +12,15 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "^8.0.0-canary.82", - "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/graphql": "^8.0.0-canary.82", - "@graphcommerce/image": "^8.0.0-canary.82", - "@graphcommerce/magento-product": "^8.0.0-canary.82", - "@graphcommerce/next-ui": "^8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/react-hook-form": "^8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.82", + "@graphcommerce/ecommerce-ui": "^8.0.0-canary.83", + "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/graphql": "^8.0.0-canary.83", + "@graphcommerce/image": "^8.0.0-canary.83", + "@graphcommerce/magento-product": "^8.0.0-canary.83", + "@graphcommerce/next-ui": "^8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/react-hook-form": "^8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.83", "@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 0e4a017152..94dce77a43 100644 --- a/packages/magento-store/CHANGELOG.md +++ b/packages/magento-store/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packages/magento-store/package.json b/packages/magento-store/package.json index 5f1d42dc5d..73227fdd7d 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,13 +12,13 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/graphql": "^8.0.0-canary.82", - "@graphcommerce/graphql-mesh": "^8.0.0-canary.82", - "@graphcommerce/image": "^8.0.0-canary.82", - "@graphcommerce/next-ui": "^8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.82", + "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/graphql": "^8.0.0-canary.83", + "@graphcommerce/graphql-mesh": "^8.0.0-canary.83", + "@graphcommerce/image": "^8.0.0-canary.83", + "@graphcommerce/next-ui": "^8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.83", "@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 1383b30361..7154403f08 100644 --- a/packages/magento-wishlist/CHANGELOG.md +++ b/packages/magento-wishlist/CHANGELOG.md @@ -1,5 +1,7 @@ # @graphcommerce/magento-wishlist +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packages/magento-wishlist/package.json b/packages/magento-wishlist/package.json index bae2c9a34e..6b406605a1 100644 --- a/packages/magento-wishlist/package.json +++ b/packages/magento-wishlist/package.json @@ -1,6 +1,6 @@ { "name": "@graphcommerce/magento-wishlist", - "version": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "browserslist": [ @@ -13,20 +13,20 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "^8.0.0-canary.82", - "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/graphql": "^8.0.0-canary.82", - "@graphcommerce/graphql-mesh": "^8.0.0-canary.82", - "@graphcommerce/image": "^8.0.0-canary.82", - "@graphcommerce/magento-cart": "^8.0.0-canary.82", - "@graphcommerce/magento-customer": "^8.0.0-canary.82", - "@graphcommerce/magento-product": "^8.0.0-canary.82", - "@graphcommerce/magento-product-configurable": "^8.0.0-canary.82", - "@graphcommerce/magento-store": "^8.0.0-canary.82", - "@graphcommerce/next-config": "^8.0.0-canary.82", - "@graphcommerce/next-ui": "^8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.82", + "@graphcommerce/ecommerce-ui": "^8.0.0-canary.83", + "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/graphql": "^8.0.0-canary.83", + "@graphcommerce/graphql-mesh": "^8.0.0-canary.83", + "@graphcommerce/image": "^8.0.0-canary.83", + "@graphcommerce/magento-cart": "^8.0.0-canary.83", + "@graphcommerce/magento-customer": "^8.0.0-canary.83", + "@graphcommerce/magento-product": "^8.0.0-canary.83", + "@graphcommerce/magento-product-configurable": "^8.0.0-canary.83", + "@graphcommerce/magento-store": "^8.0.0-canary.83", + "@graphcommerce/next-config": "^8.0.0-canary.83", + "@graphcommerce/next-ui": "^8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.83", "@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 c2fd208807..1c0514dfb3 100644 --- a/packages/mollie-magento-payment/CHANGELOG.md +++ b/packages/mollie-magento-payment/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packages/mollie-magento-payment/package.json b/packages/mollie-magento-payment/package.json index 5fc9410305..6a42f93d11 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,21 +12,21 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "^8.0.0-canary.82", - "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/graphql": "^8.0.0-canary.82", - "@graphcommerce/graphql-mesh": "^8.0.0-canary.82", - "@graphcommerce/image": "^8.0.0-canary.82", - "@graphcommerce/magento-cart": "^8.0.0-canary.82", - "@graphcommerce/magento-cart-payment-method": "^8.0.0-canary.82", - "@graphcommerce/magento-cart-shipping-address": "^8.0.0-canary.82", - "@graphcommerce/magento-product": "^8.0.0-canary.82", - "@graphcommerce/magento-product-configurable": "^8.0.0-canary.82", - "@graphcommerce/magento-store": "^8.0.0-canary.82", - "@graphcommerce/next-ui": "^8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/react-hook-form": "^8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.82", + "@graphcommerce/ecommerce-ui": "^8.0.0-canary.83", + "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/graphql": "^8.0.0-canary.83", + "@graphcommerce/graphql-mesh": "^8.0.0-canary.83", + "@graphcommerce/image": "^8.0.0-canary.83", + "@graphcommerce/magento-cart": "^8.0.0-canary.83", + "@graphcommerce/magento-cart-payment-method": "^8.0.0-canary.83", + "@graphcommerce/magento-cart-shipping-address": "^8.0.0-canary.83", + "@graphcommerce/magento-product": "^8.0.0-canary.83", + "@graphcommerce/magento-product-configurable": "^8.0.0-canary.83", + "@graphcommerce/magento-store": "^8.0.0-canary.83", + "@graphcommerce/next-ui": "^8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/react-hook-form": "^8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.83", "@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 832fc9a428..b85ba541f1 100644 --- a/packages/next-ui/CHANGELOG.md +++ b/packages/next-ui/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packages/next-ui/package.json b/packages/next-ui/package.json index d24f1f51cf..b443ac5e09 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -26,14 +26,14 @@ "typescript": "5.3.3" }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/framer-next-pages": "^8.0.0-canary.82", - "@graphcommerce/framer-scroller": "^8.0.0-canary.82", - "@graphcommerce/framer-utils": "^8.0.0-canary.82", - "@graphcommerce/image": "^8.0.0-canary.82", - "@graphcommerce/lingui-next": "^8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.82", + "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/framer-next-pages": "^8.0.0-canary.83", + "@graphcommerce/framer-scroller": "^8.0.0-canary.83", + "@graphcommerce/framer-utils": "^8.0.0-canary.83", + "@graphcommerce/image": "^8.0.0-canary.83", + "@graphcommerce/lingui-next": "^8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.83", "@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 4e9f233ac6..f0ae2c9918 100644 --- a/packages/react-hook-form/CHANGELOG.md +++ b/packages/react-hook-form/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packages/react-hook-form/package.json b/packages/react-hook-form/package.json index 3795924d9b..acd5044349 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -16,9 +16,9 @@ }, "peerDependencies": { "@apollo/client": "^3", - "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.82", + "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.83", "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 a3c353809e..87e78dd4f6 100644 --- a/packagesDev/browserslist-config/CHANGELOG.md +++ b/packagesDev/browserslist-config/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packagesDev/browserslist-config/package.json b/packagesDev/browserslist-config/package.json index e4d8277bf1..2f9ab24527 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "main": "index.js", "sideEffects": false } diff --git a/packagesDev/changeset-changelog/CHANGELOG.md b/packagesDev/changeset-changelog/CHANGELOG.md index 6deea7aad2..2546328fd9 100644 --- a/packagesDev/changeset-changelog/CHANGELOG.md +++ b/packagesDev/changeset-changelog/CHANGELOG.md @@ -1,5 +1,7 @@ # @graphcommerce/changeset-changelog +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packagesDev/changeset-changelog/package.json b/packagesDev/changeset-changelog/package.json index 5a582ac84d..742edc70f1 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "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 de7fedd625..c52003ff7c 100644 --- a/packagesDev/eslint-config/CHANGELOG.md +++ b/packagesDev/eslint-config/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packagesDev/eslint-config/package.json b/packagesDev/eslint-config/package.json index fd21a1662f..e11eaedeb3 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "main": "index.js", "dependencies": { - "@graphcommerce/typescript-config-pwa": "8.0.0-canary.82", + "@graphcommerce/typescript-config-pwa": "8.0.0-canary.83", "@next/eslint-plugin-next": "14.0.4", "@typescript-eslint/eslint-plugin": "^6.14.0", "@typescript-eslint/parser": "^6.14.0", diff --git a/packagesDev/graphql-codegen-markdown-docs/CHANGELOG.md b/packagesDev/graphql-codegen-markdown-docs/CHANGELOG.md index a0cac7886c..d8e25aadbf 100644 --- a/packagesDev/graphql-codegen-markdown-docs/CHANGELOG.md +++ b/packagesDev/graphql-codegen-markdown-docs/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packagesDev/graphql-codegen-markdown-docs/package.json b/packagesDev/graphql-codegen-markdown-docs/package.json index 90bacaca98..90b6727812 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "sideEffects": false, "type": "commonjs", "main": "dist/index.js", @@ -29,9 +29,9 @@ "parse-filepath": "^1.0.2" }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.82", + "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.83", "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 f42020ebdc..bea5abd44a 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 +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packagesDev/graphql-codegen-near-operation-file/package.json b/packagesDev/graphql-codegen-near-operation-file/package.json index 726c7c5336..93b1b3b998 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "sideEffects": false, "type": "commonjs", "main": "dist/index.js", @@ -29,9 +29,9 @@ "parse-filepath": "^1.0.2" }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.82", + "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.83", "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 83dc709b8c..086bb3fc9e 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 +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packagesDev/graphql-codegen-relay-optimizer-plugin/package.json b/packagesDev/graphql-codegen-relay-optimizer-plugin/package.json index 62f7f67a30..b037c2d784 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "description": "GraphQL Code Generator plugin for optimizing your GraphQL queries relay style.", "type": "commonjs", "main": "dist/index.js", @@ -27,8 +27,8 @@ "typescript": "5.3.3" }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.82", - "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.82", + "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.83", + "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.83", "graphql": "^16.7.1" }, "prettier": "@graphcommerce/prettier-config-pwa", diff --git a/packagesDev/next-config/CHANGELOG.md b/packagesDev/next-config/CHANGELOG.md index d11323924f..bcda2f29d7 100644 --- a/packagesDev/next-config/CHANGELOG.md +++ b/packagesDev/next-config/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packagesDev/next-config/package.json b/packagesDev/next-config/package.json index 2951ecea7e..34ecb6c8f3 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "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 ae9f583ff3..db520bb9ce 100644 --- a/packagesDev/prettier-config/CHANGELOG.md +++ b/packagesDev/prettier-config/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packagesDev/prettier-config/package.json b/packagesDev/prettier-config/package.json index e2f2d477b6..ae60d56755 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "dependencies": { "prettier-plugin-jsdoc": "^1.1.1" }, diff --git a/packagesDev/typescript-config/CHANGELOG.md b/packagesDev/typescript-config/CHANGELOG.md index b5901c99bf..cd89a95459 100644 --- a/packagesDev/typescript-config/CHANGELOG.md +++ b/packagesDev/typescript-config/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 8.0.0-canary.83 + ## 8.0.0-canary.82 ## 8.0.0-canary.81 diff --git a/packagesDev/typescript-config/package.json b/packagesDev/typescript-config/package.json index 1295183df6..4e92071e30 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": "8.0.0-canary.82", + "version": "8.0.0-canary.83", "sideEffects": false, "devDependencies": { "@tsconfig/node18": "^18.2.2" diff --git a/yarn.lock b/yarn.lock index 1b8a230367..e81c58c468 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2570,14 +2570,14 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/address-fields-nl@workspace:packages/address-fields-nl" peerDependencies: - "@graphcommerce/ecommerce-ui": ^8.0.0-canary.82 - "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/graphql": ^8.0.0-canary.82 - "@graphcommerce/magento-customer": ^8.0.0-canary.82 - "@graphcommerce/magento-store": ^8.0.0-canary.82 - "@graphcommerce/next-ui": ^8.0.0-canary.82 - "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.82 + "@graphcommerce/ecommerce-ui": ^8.0.0-canary.83 + "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/graphql": ^8.0.0-canary.83 + "@graphcommerce/magento-customer": ^8.0.0-canary.83 + "@graphcommerce/magento-store": ^8.0.0-canary.83 + "@graphcommerce/next-ui": ^8.0.0-canary.83 + "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.83 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -2595,17 +2595,17 @@ __metadata: algoliasearch: "npm:^4.21.0" react-instantsearch-hooks-web: "npm:^6.47.3" peerDependencies: - "@graphcommerce/ecommerce-ui": ^8.0.0-canary.82 - "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/graphql": ^8.0.0-canary.82 - "@graphcommerce/graphql-mesh": ^8.0.0-canary.82 - "@graphcommerce/magento-product": ^8.0.0-canary.82 - "@graphcommerce/magento-search": ^8.0.0-canary.82 - "@graphcommerce/magento-store": ^8.0.0-canary.82 - "@graphcommerce/next-config": ^8.0.0-canary.82 - "@graphcommerce/next-ui": ^8.0.0-canary.82 - "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.82 + "@graphcommerce/ecommerce-ui": ^8.0.0-canary.83 + "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/graphql": ^8.0.0-canary.83 + "@graphcommerce/graphql-mesh": ^8.0.0-canary.83 + "@graphcommerce/magento-product": ^8.0.0-canary.83 + "@graphcommerce/magento-search": ^8.0.0-canary.83 + "@graphcommerce/magento-store": ^8.0.0-canary.83 + "@graphcommerce/next-config": ^8.0.0-canary.83 + "@graphcommerce/next-ui": ^8.0.0-canary.83 + "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.83 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -2630,7 +2630,7 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/cli@npm:8.0.0-canary.82, @graphcommerce/cli@workspace:packages/cli": +"@graphcommerce/cli@npm:8.0.0-canary.83, @graphcommerce/cli@workspace:packages/cli": version: 0.0.0-use.local resolution: "@graphcommerce/cli@workspace:packages/cli" dependencies: @@ -2649,11 +2649,11 @@ __metadata: rimraf: "npm:^5.0.5" tslib: "npm:^2.6.2" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/hygraph-cli": ^8.0.0-canary.82 - "@graphcommerce/next-config": ^8.0.0-canary.82 - "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.82 + "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/hygraph-cli": ^8.0.0-canary.83 + "@graphcommerce/next-config": ^8.0.0-canary.83 + "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.83 graphql: ^16.7.1 react: ^18.2.0 bin: @@ -2668,18 +2668,18 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/demo-magento-graphcommerce@npm:8.0.0-canary.82, @graphcommerce/demo-magento-graphcommerce@workspace:packages/demo-magento-graphcommerce": +"@graphcommerce/demo-magento-graphcommerce@npm:8.0.0-canary.83, @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": ^8.0.0-canary.82 - "@graphcommerce/framer-scroller": ^8.0.0-canary.82 - "@graphcommerce/magento-product": ^8.0.0-canary.82 - "@graphcommerce/magento-product-configurable": ^8.0.0-canary.82 - "@graphcommerce/magento-recently-viewed-products": ^8.0.0-canary.82 - "@graphcommerce/next-ui": ^8.0.0-canary.82 - "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.82 + "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/framer-scroller": ^8.0.0-canary.83 + "@graphcommerce/magento-product": ^8.0.0-canary.83 + "@graphcommerce/magento-product-configurable": ^8.0.0-canary.83 + "@graphcommerce/magento-recently-viewed-products": ^8.0.0-canary.83 + "@graphcommerce/next-ui": ^8.0.0-canary.83 + "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.83 "@mui/material": ^5.10.16 framer-motion: ^10.0.0 next: "*" @@ -2692,20 +2692,20 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/docs@workspace:docs" peerDependencies: - "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.82 + "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.83 languageName: unknown linkType: soft -"@graphcommerce/ecommerce-ui@npm:8.0.0-canary.82, @graphcommerce/ecommerce-ui@workspace:packages/ecommerce-ui": +"@graphcommerce/ecommerce-ui@npm:8.0.0-canary.83, @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": ^8.0.0-canary.82 - "@graphcommerce/graphql": ^8.0.0-canary.82 - "@graphcommerce/next-ui": ^8.0.0-canary.82 - "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/react-hook-form": ^8.0.0-canary.82 - "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.82 + "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/graphql": ^8.0.0-canary.83 + "@graphcommerce/next-ui": ^8.0.0-canary.83 + "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/react-hook-form": ^8.0.0-canary.83 + "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.83 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -2717,11 +2717,11 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/eslint-config-pwa@npm:8.0.0-canary.82, @graphcommerce/eslint-config-pwa@workspace:packagesDev/eslint-config": +"@graphcommerce/eslint-config-pwa@npm:8.0.0-canary.83, @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:8.0.0-canary.82" + "@graphcommerce/typescript-config-pwa": "npm:8.0.0-canary.83" "@next/eslint-plugin-next": "npm:14.0.4" "@typescript-eslint/eslint-plugin": "npm:^6.14.0" "@typescript-eslint/parser": "npm:^6.14.0" @@ -2741,9 +2741,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:8.0.0-canary.82" - "@graphcommerce/prettier-config-pwa": "npm:8.0.0-canary.82" - "@graphcommerce/typescript-config-pwa": "npm:8.0.0-canary.82" + "@graphcommerce/eslint-config-pwa": "npm:8.0.0-canary.83" + "@graphcommerce/prettier-config-pwa": "npm:8.0.0-canary.83" + "@graphcommerce/typescript-config-pwa": "npm:8.0.0-canary.83" "@lingui/cli": "npm:4.6.0" "@lingui/core": "npm:4.6.0" "@lingui/macro": "npm:4.6.0" @@ -2777,14 +2777,14 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/framer-next-pages@npm:8.0.0-canary.82, @graphcommerce/framer-next-pages@workspace:packages/framer-next-pages": +"@graphcommerce/framer-next-pages@npm:8.0.0-canary.83, @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": ^8.0.0-canary.82 - "@graphcommerce/framer-utils": ^8.0.0-canary.82 - "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.82 + "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/framer-utils": ^8.0.0-canary.83 + "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.83 framer-motion: ^10.0.0 next: "*" react: ^18.2.0 @@ -2796,9 +2796,9 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/framer-scroller-example@workspace:packages/framer-scroller/example" dependencies: - "@graphcommerce/eslint-config-pwa": "npm:8.0.0-canary.82" - "@graphcommerce/prettier-config-pwa": "npm:8.0.0-canary.82" - "@graphcommerce/typescript-config-pwa": "npm:8.0.0-canary.82" + "@graphcommerce/eslint-config-pwa": "npm:8.0.0-canary.83" + "@graphcommerce/prettier-config-pwa": "npm:8.0.0-canary.83" + "@graphcommerce/typescript-config-pwa": "npm:8.0.0-canary.83" "@lingui/cli": "npm:4.6.0" "@lingui/core": "npm:4.6.0" "@lingui/macro": "npm:4.6.0" @@ -2832,17 +2832,17 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/framer-scroller@npm:8.0.0-canary.82, @graphcommerce/framer-scroller@workspace:packages/framer-scroller": +"@graphcommerce/framer-scroller@npm:8.0.0-canary.83, @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": ^8.0.0-canary.82 - "@graphcommerce/framer-utils": ^8.0.0-canary.82 - "@graphcommerce/image": ^8.0.0-canary.82 - "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.82 + "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/framer-utils": ^8.0.0-canary.83 + "@graphcommerce/image": ^8.0.0-canary.83 + "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.83 "@lingui/core": ^4.2.1 "@lingui/react": ^4.2.1 "@mui/material": ^5.10.16 @@ -2853,37 +2853,37 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/framer-utils@npm:8.0.0-canary.82, @graphcommerce/framer-utils@workspace:packages/framer-utils": +"@graphcommerce/framer-utils@npm:8.0.0-canary.83, @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": ^8.0.0-canary.82 - "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.82 + "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.83 framer-motion: ^10.0.0 react: ^18.2.0 react-dom: ^18.2.0 languageName: unknown linkType: soft -"@graphcommerce/googleanalytics@npm:8.0.0-canary.82, @graphcommerce/googleanalytics@workspace:packages/googleanalytics": +"@graphcommerce/googleanalytics@npm:8.0.0-canary.83, @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": ^8.0.0-canary.82 - "@graphcommerce/graphql-mesh": ^8.0.0-canary.82 - "@graphcommerce/magento-cart": ^8.0.0-canary.82 - "@graphcommerce/magento-cart-payment-method": ^8.0.0-canary.82 - "@graphcommerce/magento-cart-shipping-method": ^8.0.0-canary.82 - "@graphcommerce/magento-product": ^8.0.0-canary.82 - "@graphcommerce/next-config": ^8.0.0-canary.82 - "@graphcommerce/next-ui": ^8.0.0-canary.82 - "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.82 + "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/graphql-mesh": ^8.0.0-canary.83 + "@graphcommerce/magento-cart": ^8.0.0-canary.83 + "@graphcommerce/magento-cart-payment-method": ^8.0.0-canary.83 + "@graphcommerce/magento-cart-shipping-method": ^8.0.0-canary.83 + "@graphcommerce/magento-product": ^8.0.0-canary.83 + "@graphcommerce/next-config": ^8.0.0-canary.83 + "@graphcommerce/next-ui": ^8.0.0-canary.83 + "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.83 "@mui/material": ^5.10.16 next: "*" react: ^18.2.0 @@ -2900,17 +2900,17 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/googlerecaptcha@npm:8.0.0-canary.82, @graphcommerce/googlerecaptcha@workspace:packages/googlerecaptcha": +"@graphcommerce/googlerecaptcha@npm:8.0.0-canary.83, @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": ^8.0.0-canary.82 - "@graphcommerce/graphql": ^8.0.0-canary.82 - "@graphcommerce/next-ui": ^8.0.0-canary.82 - "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.82 + "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/graphql": ^8.0.0-canary.83 + "@graphcommerce/next-ui": ^8.0.0-canary.83 + "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.83 "@mui/material": ^5.10.16 next: "*" react: ^18.2.0 @@ -2918,32 +2918,32 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/googletagmanager@npm:8.0.0-canary.82, @graphcommerce/googletagmanager@workspace:packages/googletagmanager": +"@graphcommerce/googletagmanager@npm:8.0.0-canary.83, @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": ^8.0.0-canary.82 - "@graphcommerce/next-ui": ^8.0.0-canary.82 - "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.82 + "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/next-ui": ^8.0.0-canary.83 + "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.83 next: "*" react: ^18.2.0 react-dom: ^18.2.0 languageName: unknown linkType: soft -"@graphcommerce/graphcms-ui@npm:8.0.0-canary.82, @graphcommerce/graphcms-ui@workspace:packages/hygraph-ui": +"@graphcommerce/graphcms-ui@npm:8.0.0-canary.83, @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": ^8.0.0-canary.82 - "@graphcommerce/graphql": ^8.0.0-canary.82 - "@graphcommerce/image": ^8.0.0-canary.82 - "@graphcommerce/next-ui": ^8.0.0-canary.82 - "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.82 + "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/graphql": ^8.0.0-canary.83 + "@graphcommerce/image": ^8.0.0-canary.83 + "@graphcommerce/next-ui": ^8.0.0-canary.83 + "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.83 "@mui/material": ^5.10.16 next: "*" react: ^18.2.0 @@ -2962,14 +2962,14 @@ __metadata: "@types/parse-filepath": "npm:^1.0.2" parse-filepath: "npm:^1.0.2" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.82 + "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.83 graphql: ^16.7.1 languageName: unknown linkType: soft -"@graphcommerce/graphql-codegen-near-operation-file@npm:8.0.0-canary.82, @graphcommerce/graphql-codegen-near-operation-file@workspace:packagesDev/graphql-codegen-near-operation-file": +"@graphcommerce/graphql-codegen-near-operation-file@npm:8.0.0-canary.83, @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: @@ -2980,14 +2980,14 @@ __metadata: "@types/parse-filepath": "npm:^1.0.2" parse-filepath: "npm:^1.0.2" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.82 + "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.83 graphql: ^16.7.1 languageName: unknown linkType: soft -"@graphcommerce/graphql-codegen-relay-optimizer-plugin@npm:8.0.0-canary.82, @graphcommerce/graphql-codegen-relay-optimizer-plugin@workspace:packagesDev/graphql-codegen-relay-optimizer-plugin": +"@graphcommerce/graphql-codegen-relay-optimizer-plugin@npm:8.0.0-canary.83, @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: @@ -3001,13 +3001,13 @@ __metadata: ts-jest: "npm:29.1.1" typescript: "npm:5.3.3" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.82 + "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.83 graphql: ^16.7.1 languageName: unknown linkType: soft -"@graphcommerce/graphql-mesh@npm:8.0.0-canary.82, @graphcommerce/graphql-mesh@workspace:packages/graphql-mesh": +"@graphcommerce/graphql-mesh@npm:8.0.0-canary.83, @graphcommerce/graphql-mesh@workspace:packages/graphql-mesh": version: 0.0.0-use.local resolution: "@graphcommerce/graphql-mesh@workspace:packages/graphql-mesh" dependencies: @@ -3030,19 +3030,19 @@ __metadata: typescript: "npm:5.3.3" peerDependencies: "@apollo/client": ^3 - "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.82 + "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.83 graphql: ^16.7.1 languageName: unknown linkType: soft -"@graphcommerce/graphql@npm:8.0.0-canary.82, @graphcommerce/graphql@workspace:packages/graphql": +"@graphcommerce/graphql@npm:8.0.0-canary.83, @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:8.0.0-canary.82" - "@graphcommerce/graphql-codegen-relay-optimizer-plugin": "npm:8.0.0-canary.82" + "@graphcommerce/graphql-codegen-near-operation-file": "npm:8.0.0-canary.83" + "@graphcommerce/graphql-codegen-relay-optimizer-plugin": "npm:8.0.0-canary.83" "@graphql-codegen/add": "npm:5.0.0" "@graphql-codegen/fragment-matcher": "npm:5.0.0" "@graphql-codegen/introspection": "npm:4.0.0" @@ -3055,16 +3055,16 @@ __metadata: apollo3-cache-persist: "npm:^0.14.1" peerDependencies: "@apollo/client": ^3 - "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.82 + "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.83 graphql: ^16.7.1 react: ^18.2.0 react-dom: ^18.2.0 languageName: unknown linkType: soft -"@graphcommerce/hygraph-cli@npm:8.0.0-canary.82, @graphcommerce/hygraph-cli@workspace:packages/hygraph-cli": +"@graphcommerce/hygraph-cli@npm:8.0.0-canary.83, @graphcommerce/hygraph-cli@workspace:packages/hygraph-cli": version: 0.0.0-use.local resolution: "@graphcommerce/hygraph-cli@workspace:packages/hygraph-cli" dependencies: @@ -3076,10 +3076,10 @@ __metadata: typescript: "npm:5.3.3" peerDependencies: "@apollo/client": ^3 - "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/next-config": ^8.0.0-canary.82 - "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.82 + "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/next-config": ^8.0.0-canary.83 + "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.83 dotenv: ^16.1.4 graphql: ^16.7.1 languageName: unknown @@ -3090,10 +3090,10 @@ __metadata: resolution: "@graphcommerce/hygraph-dynamic-rows-ui@workspace:packages/hygraph-dynamic-rows-ui" dependencies: "@apollo/client": "npm:~3.8.8" - "@graphcommerce/eslint-config-pwa": "npm:8.0.0-canary.82" - "@graphcommerce/next-config": "npm:8.0.0-canary.82" - "@graphcommerce/prettier-config-pwa": "npm:8.0.0-canary.82" - "@graphcommerce/typescript-config-pwa": "npm:8.0.0-canary.82" + "@graphcommerce/eslint-config-pwa": "npm:8.0.0-canary.83" + "@graphcommerce/next-config": "npm:8.0.0-canary.83" + "@graphcommerce/prettier-config-pwa": "npm:8.0.0-canary.83" + "@graphcommerce/typescript-config-pwa": "npm:8.0.0-canary.83" "@hygraph/app-sdk-react": "npm:^0.0.3" "@lingui/core": "npm:^4.2.1" "@lingui/macro": "npm:^4.2.1" @@ -3114,17 +3114,17 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/hygraph-dynamic-rows@npm:8.0.0-canary.82, @graphcommerce/hygraph-dynamic-rows@workspace:packages/hygraph-dynamic-rows": +"@graphcommerce/hygraph-dynamic-rows@npm:8.0.0-canary.83, @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": ^8.0.0-canary.82 - "@graphcommerce/graphcms-ui": ^8.0.0-canary.82 - "@graphcommerce/graphql": ^8.0.0-canary.82 - "@graphcommerce/image": ^8.0.0-canary.82 - "@graphcommerce/next-ui": ^8.0.0-canary.82 - "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.82 + "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/graphcms-ui": ^8.0.0-canary.83 + "@graphcommerce/graphql": ^8.0.0-canary.83 + "@graphcommerce/image": ^8.0.0-canary.83 + "@graphcommerce/next-ui": ^8.0.0-canary.83 + "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.83 "@mui/material": ^5.10.16 next: "*" react: ^18.2.0 @@ -3136,9 +3136,9 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/image-example@workspace:packages/image/example" dependencies: - "@graphcommerce/eslint-config-pwa": "npm:8.0.0-canary.82" - "@graphcommerce/prettier-config-pwa": "npm:8.0.0-canary.82" - "@graphcommerce/typescript-config-pwa": "npm:8.0.0-canary.82" + "@graphcommerce/eslint-config-pwa": "npm:8.0.0-canary.83" + "@graphcommerce/prettier-config-pwa": "npm:8.0.0-canary.83" + "@graphcommerce/typescript-config-pwa": "npm:8.0.0-canary.83" "@lingui/cli": "npm:4.6.0" "@lingui/core": "npm:4.6.0" "@lingui/macro": "npm:4.6.0" @@ -3172,14 +3172,14 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/image@npm:8.0.0-canary.82, @graphcommerce/image@workspace:packages/image": +"@graphcommerce/image@npm:8.0.0-canary.83, @graphcommerce/image@workspace:packages/image": version: 0.0.0-use.local resolution: "@graphcommerce/image@workspace:packages/image" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/framer-utils": ^8.0.0-canary.82 - "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.82 + "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/framer-utils": ^8.0.0-canary.83 + "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.83 "@mui/material": ^5.10.16 next: "*" react: ^18.2.0 @@ -3191,24 +3191,24 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/lighthouse@workspace:packages/lighthouse" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.82 + "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.83 next: "*" languageName: unknown linkType: soft -"@graphcommerce/lingui-next@npm:8.0.0-canary.82, @graphcommerce/lingui-next@workspace:packages/lingui-next": +"@graphcommerce/lingui-next@npm:8.0.0-canary.83, @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.6.0" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/next-config": ^8.0.0-canary.82 - "@graphcommerce/next-ui": ^8.0.0-canary.82 - "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.82 + "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/next-config": ^8.0.0-canary.83 + "@graphcommerce/next-ui": ^8.0.0-canary.83 + "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.83 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -3218,21 +3218,21 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/magento-cart-billing-address@npm:8.0.0-canary.82, @graphcommerce/magento-cart-billing-address@workspace:packages/magento-cart-billing-address": +"@graphcommerce/magento-cart-billing-address@npm:8.0.0-canary.83, @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": ^8.0.0-canary.82 - "@graphcommerce/framer-next-pages": ^8.0.0-canary.82 - "@graphcommerce/graphql": ^8.0.0-canary.82 - "@graphcommerce/image": ^8.0.0-canary.82 - "@graphcommerce/magento-cart": ^8.0.0-canary.82 - "@graphcommerce/magento-customer": ^8.0.0-canary.82 - "@graphcommerce/magento-store": ^8.0.0-canary.82 - "@graphcommerce/next-ui": ^8.0.0-canary.82 - "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/react-hook-form": ^8.0.0-canary.82 - "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.82 + "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/framer-next-pages": ^8.0.0-canary.83 + "@graphcommerce/graphql": ^8.0.0-canary.83 + "@graphcommerce/image": ^8.0.0-canary.83 + "@graphcommerce/magento-cart": ^8.0.0-canary.83 + "@graphcommerce/magento-customer": ^8.0.0-canary.83 + "@graphcommerce/magento-store": ^8.0.0-canary.83 + "@graphcommerce/next-ui": ^8.0.0-canary.83 + "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/react-hook-form": ^8.0.0-canary.83 + "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.83 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -3244,22 +3244,22 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/magento-cart-checkout@npm:8.0.0-canary.82, @graphcommerce/magento-cart-checkout@workspace:packages/magento-cart-checkout": +"@graphcommerce/magento-cart-checkout@npm:8.0.0-canary.83, @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": ^8.0.0-canary.82 - "@graphcommerce/graphql": ^8.0.0-canary.82 - "@graphcommerce/image": ^8.0.0-canary.82 - "@graphcommerce/magento-cart": ^8.0.0-canary.82 - "@graphcommerce/magento-cart-coupon": ^8.0.0-canary.82 - "@graphcommerce/magento-cart-items": ^8.0.0-canary.82 - "@graphcommerce/magento-customer": ^8.0.0-canary.82 - "@graphcommerce/magento-store": ^8.0.0-canary.82 - "@graphcommerce/next-ui": ^8.0.0-canary.82 - "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/react-hook-form": ^8.0.0-canary.82 - "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.82 + "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/graphql": ^8.0.0-canary.83 + "@graphcommerce/image": ^8.0.0-canary.83 + "@graphcommerce/magento-cart": ^8.0.0-canary.83 + "@graphcommerce/magento-cart-coupon": ^8.0.0-canary.83 + "@graphcommerce/magento-cart-items": ^8.0.0-canary.83 + "@graphcommerce/magento-customer": ^8.0.0-canary.83 + "@graphcommerce/magento-store": ^8.0.0-canary.83 + "@graphcommerce/next-ui": ^8.0.0-canary.83 + "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/react-hook-form": ^8.0.0-canary.83 + "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.83 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -3271,19 +3271,19 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/magento-cart-coupon@npm:8.0.0-canary.82, @graphcommerce/magento-cart-coupon@workspace:packages/magento-cart-coupon": +"@graphcommerce/magento-cart-coupon@npm:8.0.0-canary.83, @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": ^8.0.0-canary.82 - "@graphcommerce/graphql": ^8.0.0-canary.82 - "@graphcommerce/image": ^8.0.0-canary.82 - "@graphcommerce/magento-cart": ^8.0.0-canary.82 - "@graphcommerce/magento-store": ^8.0.0-canary.82 - "@graphcommerce/next-ui": ^8.0.0-canary.82 - "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/react-hook-form": ^8.0.0-canary.82 - "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.82 + "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/graphql": ^8.0.0-canary.83 + "@graphcommerce/image": ^8.0.0-canary.83 + "@graphcommerce/magento-cart": ^8.0.0-canary.83 + "@graphcommerce/magento-store": ^8.0.0-canary.83 + "@graphcommerce/next-ui": ^8.0.0-canary.83 + "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/react-hook-form": ^8.0.0-canary.83 + "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.83 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -3295,22 +3295,22 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/magento-cart-email@npm:8.0.0-canary.82, @graphcommerce/magento-cart-email@workspace:packages/magento-cart-email": +"@graphcommerce/magento-cart-email@npm:8.0.0-canary.83, @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": ^8.0.0-canary.82 - "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/graphql": ^8.0.0-canary.82 - "@graphcommerce/image": ^8.0.0-canary.82 - "@graphcommerce/magento-cart": ^8.0.0-canary.82 - "@graphcommerce/magento-customer": ^8.0.0-canary.82 - "@graphcommerce/magento-product": ^8.0.0-canary.82 - "@graphcommerce/magento-store": ^8.0.0-canary.82 - "@graphcommerce/next-ui": ^8.0.0-canary.82 - "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/react-hook-form": ^8.0.0-canary.82 - "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.82 + "@graphcommerce/ecommerce-ui": ^8.0.0-canary.83 + "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/graphql": ^8.0.0-canary.83 + "@graphcommerce/image": ^8.0.0-canary.83 + "@graphcommerce/magento-cart": ^8.0.0-canary.83 + "@graphcommerce/magento-customer": ^8.0.0-canary.83 + "@graphcommerce/magento-product": ^8.0.0-canary.83 + "@graphcommerce/magento-store": ^8.0.0-canary.83 + "@graphcommerce/next-ui": ^8.0.0-canary.83 + "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/react-hook-form": ^8.0.0-canary.83 + "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.83 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -3322,21 +3322,21 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/magento-cart-items@npm:8.0.0-canary.82, @graphcommerce/magento-cart-items@workspace:packages/magento-cart-items": +"@graphcommerce/magento-cart-items@npm:8.0.0-canary.83, @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": ^8.0.0-canary.82 - "@graphcommerce/graphql": ^8.0.0-canary.82 - "@graphcommerce/image": ^8.0.0-canary.82 - "@graphcommerce/magento-cart": ^8.0.0-canary.82 - "@graphcommerce/magento-customer": ^8.0.0-canary.82 - "@graphcommerce/magento-product": ^8.0.0-canary.82 - "@graphcommerce/magento-store": ^8.0.0-canary.82 - "@graphcommerce/next-ui": ^8.0.0-canary.82 - "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/react-hook-form": ^8.0.0-canary.82 - "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.82 + "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/graphql": ^8.0.0-canary.83 + "@graphcommerce/image": ^8.0.0-canary.83 + "@graphcommerce/magento-cart": ^8.0.0-canary.83 + "@graphcommerce/magento-customer": ^8.0.0-canary.83 + "@graphcommerce/magento-product": ^8.0.0-canary.83 + "@graphcommerce/magento-store": ^8.0.0-canary.83 + "@graphcommerce/next-ui": ^8.0.0-canary.83 + "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/react-hook-form": ^8.0.0-canary.83 + "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.83 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -3348,21 +3348,21 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/magento-cart-payment-method@npm:8.0.0-canary.82, @graphcommerce/magento-cart-payment-method@workspace:packages/magento-cart-payment-method": +"@graphcommerce/magento-cart-payment-method@npm:8.0.0-canary.83, @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": ^8.0.0-canary.82 - "@graphcommerce/framer-scroller": ^8.0.0-canary.82 - "@graphcommerce/graphql": ^8.0.0-canary.82 - "@graphcommerce/image": ^8.0.0-canary.82 - "@graphcommerce/magento-cart": ^8.0.0-canary.82 - "@graphcommerce/magento-cart-shipping-address": ^8.0.0-canary.82 - "@graphcommerce/magento-store": ^8.0.0-canary.82 - "@graphcommerce/next-ui": ^8.0.0-canary.82 - "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/react-hook-form": ^8.0.0-canary.82 - "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.82 + "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/framer-scroller": ^8.0.0-canary.83 + "@graphcommerce/graphql": ^8.0.0-canary.83 + "@graphcommerce/image": ^8.0.0-canary.83 + "@graphcommerce/magento-cart": ^8.0.0-canary.83 + "@graphcommerce/magento-cart-shipping-address": ^8.0.0-canary.83 + "@graphcommerce/magento-store": ^8.0.0-canary.83 + "@graphcommerce/next-ui": ^8.0.0-canary.83 + "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/react-hook-form": ^8.0.0-canary.83 + "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.83 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -3378,18 +3378,18 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/magento-cart-pickup@workspace:packages/magento-cart-pickup" peerDependencies: - "@graphcommerce/ecommerce-ui": ^8.0.0-canary.82 - "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/graphql": ^8.0.0-canary.82 - "@graphcommerce/graphql-mesh": ^8.0.0-canary.82 - "@graphcommerce/image": ^8.0.0-canary.82 - "@graphcommerce/magento-cart": ^8.0.0-canary.82 - "@graphcommerce/magento-cart-shipping-method": ^8.0.0-canary.82 - "@graphcommerce/magento-store": ^8.0.0-canary.82 - "@graphcommerce/next-ui": ^8.0.0-canary.82 - "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/react-hook-form": ^8.0.0-canary.82 - "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.82 + "@graphcommerce/ecommerce-ui": ^8.0.0-canary.83 + "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/graphql": ^8.0.0-canary.83 + "@graphcommerce/graphql-mesh": ^8.0.0-canary.83 + "@graphcommerce/image": ^8.0.0-canary.83 + "@graphcommerce/magento-cart": ^8.0.0-canary.83 + "@graphcommerce/magento-cart-shipping-method": ^8.0.0-canary.83 + "@graphcommerce/magento-store": ^8.0.0-canary.83 + "@graphcommerce/next-ui": ^8.0.0-canary.83 + "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/react-hook-form": ^8.0.0-canary.83 + "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.83 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -3401,20 +3401,20 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/magento-cart-shipping-address@npm:8.0.0-canary.82, @graphcommerce/magento-cart-shipping-address@workspace:packages/magento-cart-shipping-address": +"@graphcommerce/magento-cart-shipping-address@npm:8.0.0-canary.83, @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": ^8.0.0-canary.82 - "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/graphql": ^8.0.0-canary.82 - "@graphcommerce/image": ^8.0.0-canary.82 - "@graphcommerce/magento-cart": ^8.0.0-canary.82 - "@graphcommerce/magento-customer": ^8.0.0-canary.82 - "@graphcommerce/magento-store": ^8.0.0-canary.82 - "@graphcommerce/next-ui": ^8.0.0-canary.82 - "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.82 + "@graphcommerce/ecommerce-ui": ^8.0.0-canary.83 + "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/graphql": ^8.0.0-canary.83 + "@graphcommerce/image": ^8.0.0-canary.83 + "@graphcommerce/magento-cart": ^8.0.0-canary.83 + "@graphcommerce/magento-customer": ^8.0.0-canary.83 + "@graphcommerce/magento-store": ^8.0.0-canary.83 + "@graphcommerce/next-ui": ^8.0.0-canary.83 + "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.83 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -3426,21 +3426,21 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/magento-cart-shipping-method@npm:8.0.0-canary.82, @graphcommerce/magento-cart-shipping-method@workspace:packages/magento-cart-shipping-method": +"@graphcommerce/magento-cart-shipping-method@npm:8.0.0-canary.83, @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": ^8.0.0-canary.82 - "@graphcommerce/framer-scroller": ^8.0.0-canary.82 - "@graphcommerce/graphql": ^8.0.0-canary.82 - "@graphcommerce/image": ^8.0.0-canary.82 - "@graphcommerce/magento-cart": ^8.0.0-canary.82 - "@graphcommerce/magento-cart-shipping-address": ^8.0.0-canary.82 - "@graphcommerce/magento-store": ^8.0.0-canary.82 - "@graphcommerce/next-ui": ^8.0.0-canary.82 - "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/react-hook-form": ^8.0.0-canary.82 - "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.82 + "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/framer-scroller": ^8.0.0-canary.83 + "@graphcommerce/graphql": ^8.0.0-canary.83 + "@graphcommerce/image": ^8.0.0-canary.83 + "@graphcommerce/magento-cart": ^8.0.0-canary.83 + "@graphcommerce/magento-cart-shipping-address": ^8.0.0-canary.83 + "@graphcommerce/magento-store": ^8.0.0-canary.83 + "@graphcommerce/next-ui": ^8.0.0-canary.83 + "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/react-hook-form": ^8.0.0-canary.83 + "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.83 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -3452,24 +3452,24 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/magento-cart@npm:8.0.0-canary.82, @graphcommerce/magento-cart@workspace:packages/magento-cart": +"@graphcommerce/magento-cart@npm:8.0.0-canary.83, @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": ^8.0.0-canary.82 - "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/framer-next-pages": ^8.0.0-canary.82 - "@graphcommerce/framer-scroller": ^8.0.0-canary.82 - "@graphcommerce/framer-utils": ^8.0.0-canary.82 - "@graphcommerce/graphql": ^8.0.0-canary.82 - "@graphcommerce/image": ^8.0.0-canary.82 - "@graphcommerce/magento-customer": ^8.0.0-canary.82 - "@graphcommerce/magento-graphql": ^8.0.0-canary.82 - "@graphcommerce/magento-store": ^8.0.0-canary.82 - "@graphcommerce/next-ui": ^8.0.0-canary.82 - "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/react-hook-form": ^8.0.0-canary.82 - "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.82 + "@graphcommerce/ecommerce-ui": ^8.0.0-canary.83 + "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/framer-next-pages": ^8.0.0-canary.83 + "@graphcommerce/framer-scroller": ^8.0.0-canary.83 + "@graphcommerce/framer-utils": ^8.0.0-canary.83 + "@graphcommerce/graphql": ^8.0.0-canary.83 + "@graphcommerce/image": ^8.0.0-canary.83 + "@graphcommerce/magento-customer": ^8.0.0-canary.83 + "@graphcommerce/magento-graphql": ^8.0.0-canary.83 + "@graphcommerce/magento-store": ^8.0.0-canary.83 + "@graphcommerce/next-ui": ^8.0.0-canary.83 + "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/react-hook-form": ^8.0.0-canary.83 + "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.83 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -3481,19 +3481,19 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/magento-category@npm:8.0.0-canary.82, @graphcommerce/magento-category@workspace:packages/magento-category": +"@graphcommerce/magento-category@npm:8.0.0-canary.83, @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": ^8.0.0-canary.82 - "@graphcommerce/framer-scroller": ^8.0.0-canary.82 - "@graphcommerce/graphql": ^8.0.0-canary.82 - "@graphcommerce/image": ^8.0.0-canary.82 - "@graphcommerce/magento-product": ^8.0.0-canary.82 - "@graphcommerce/magento-store": ^8.0.0-canary.82 - "@graphcommerce/next-ui": ^8.0.0-canary.82 - "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.82 + "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/framer-scroller": ^8.0.0-canary.83 + "@graphcommerce/graphql": ^8.0.0-canary.83 + "@graphcommerce/image": ^8.0.0-canary.83 + "@graphcommerce/magento-product": ^8.0.0-canary.83 + "@graphcommerce/magento-store": ^8.0.0-canary.83 + "@graphcommerce/next-ui": ^8.0.0-canary.83 + "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.83 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -3504,15 +3504,15 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/magento-cms@npm:8.0.0-canary.82, @graphcommerce/magento-cms@workspace:packages/magento-cms": +"@graphcommerce/magento-cms@npm:8.0.0-canary.83, @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": ^8.0.0-canary.82 - "@graphcommerce/graphql": ^8.0.0-canary.82 - "@graphcommerce/magento-store": ^8.0.0-canary.82 - "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.82 + "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/graphql": ^8.0.0-canary.83 + "@graphcommerce/magento-store": ^8.0.0-canary.83 + "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.83 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -3523,20 +3523,20 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/magento-compare@npm:8.0.0-canary.82, @graphcommerce/magento-compare@workspace:packages/magento-compare": +"@graphcommerce/magento-compare@npm:8.0.0-canary.83, @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": ^8.0.0-canary.82 - "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/framer-next-pages": ^8.0.0-canary.82 - "@graphcommerce/framer-utils": ^8.0.0-canary.82 - "@graphcommerce/graphql": ^8.0.0-canary.82 - "@graphcommerce/magento-cart": ^8.0.0-canary.82 - "@graphcommerce/magento-product": ^8.0.0-canary.82 - "@graphcommerce/next-ui": ^8.0.0-canary.82 - "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.82 + "@graphcommerce/ecommerce-ui": ^8.0.0-canary.83 + "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/framer-next-pages": ^8.0.0-canary.83 + "@graphcommerce/framer-utils": ^8.0.0-canary.83 + "@graphcommerce/graphql": ^8.0.0-canary.83 + "@graphcommerce/magento-cart": ^8.0.0-canary.83 + "@graphcommerce/magento-product": ^8.0.0-canary.83 + "@graphcommerce/next-ui": ^8.0.0-canary.83 + "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.83 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -3553,10 +3553,10 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/magento-customer-account@workspace:packages/magento-customer-account" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/magento-customer": ^8.0.0-canary.82 - "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.82 + "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/magento-customer": ^8.0.0-canary.83 + "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.83 languageName: unknown linkType: soft @@ -3564,16 +3564,16 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/magento-customer-order@workspace:packages/magento-customer-order" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/graphql": ^8.0.0-canary.82 - "@graphcommerce/graphql-mesh": ^8.0.0-canary.82 - "@graphcommerce/image": ^8.0.0-canary.82 - "@graphcommerce/magento-customer": ^8.0.0-canary.82 - "@graphcommerce/magento-graphql": ^8.0.0-canary.82 - "@graphcommerce/magento-store": ^8.0.0-canary.82 - "@graphcommerce/next-ui": ^8.0.0-canary.82 - "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.82 + "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/graphql": ^8.0.0-canary.83 + "@graphcommerce/graphql-mesh": ^8.0.0-canary.83 + "@graphcommerce/image": ^8.0.0-canary.83 + "@graphcommerce/magento-customer": ^8.0.0-canary.83 + "@graphcommerce/magento-graphql": ^8.0.0-canary.83 + "@graphcommerce/magento-store": ^8.0.0-canary.83 + "@graphcommerce/next-ui": ^8.0.0-canary.83 + "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.83 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -3585,22 +3585,22 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/magento-customer@npm:8.0.0-canary.82, @graphcommerce/magento-customer@workspace:packages/magento-customer": +"@graphcommerce/magento-customer@npm:8.0.0-canary.83, @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": ^8.0.0-canary.82 - "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/framer-utils": ^8.0.0-canary.82 - "@graphcommerce/graphql": ^8.0.0-canary.82 - "@graphcommerce/graphql-mesh": ^8.0.0-canary.82 - "@graphcommerce/image": ^8.0.0-canary.82 - "@graphcommerce/magento-graphql": ^8.0.0-canary.82 - "@graphcommerce/magento-store": ^8.0.0-canary.82 - "@graphcommerce/next-ui": ^8.0.0-canary.82 - "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/react-hook-form": ^8.0.0-canary.82 - "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.82 + "@graphcommerce/ecommerce-ui": ^8.0.0-canary.83 + "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/framer-utils": ^8.0.0-canary.83 + "@graphcommerce/graphql": ^8.0.0-canary.83 + "@graphcommerce/graphql-mesh": ^8.0.0-canary.83 + "@graphcommerce/image": ^8.0.0-canary.83 + "@graphcommerce/magento-graphql": ^8.0.0-canary.83 + "@graphcommerce/magento-store": ^8.0.0-canary.83 + "@graphcommerce/next-ui": ^8.0.0-canary.83 + "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/react-hook-form": ^8.0.0-canary.83 + "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.83 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -3619,56 +3619,56 @@ __metadata: dependencies: "@apollo/client": "npm:~3.8.8" "@ducanh2912/next-pwa": "npm:9.7.2" - "@graphcommerce/cli": "npm:8.0.0-canary.82" - "@graphcommerce/demo-magento-graphcommerce": "npm:8.0.0-canary.82" - "@graphcommerce/ecommerce-ui": "npm:8.0.0-canary.82" - "@graphcommerce/eslint-config-pwa": "npm:8.0.0-canary.82" - "@graphcommerce/framer-next-pages": "npm:8.0.0-canary.82" - "@graphcommerce/framer-scroller": "npm:8.0.0-canary.82" - "@graphcommerce/framer-utils": "npm:8.0.0-canary.82" - "@graphcommerce/googleanalytics": "npm:8.0.0-canary.82" - "@graphcommerce/googlerecaptcha": "npm:8.0.0-canary.82" - "@graphcommerce/googletagmanager": "npm:8.0.0-canary.82" - "@graphcommerce/graphcms-ui": "npm:8.0.0-canary.82" - "@graphcommerce/graphql": "npm:8.0.0-canary.82" - "@graphcommerce/graphql-mesh": "npm:8.0.0-canary.82" - "@graphcommerce/hygraph-cli": "npm:8.0.0-canary.82" - "@graphcommerce/hygraph-dynamic-rows": "npm:8.0.0-canary.82" - "@graphcommerce/image": "npm:8.0.0-canary.82" - "@graphcommerce/lingui-next": "npm:8.0.0-canary.82" - "@graphcommerce/magento-cart": "npm:8.0.0-canary.82" - "@graphcommerce/magento-cart-billing-address": "npm:8.0.0-canary.82" - "@graphcommerce/magento-cart-checkout": "npm:8.0.0-canary.82" - "@graphcommerce/magento-cart-coupon": "npm:8.0.0-canary.82" - "@graphcommerce/magento-cart-email": "npm:8.0.0-canary.82" - "@graphcommerce/magento-cart-items": "npm:8.0.0-canary.82" - "@graphcommerce/magento-cart-payment-method": "npm:8.0.0-canary.82" - "@graphcommerce/magento-cart-shipping-address": "npm:8.0.0-canary.82" - "@graphcommerce/magento-cart-shipping-method": "npm:8.0.0-canary.82" - "@graphcommerce/magento-category": "npm:8.0.0-canary.82" - "@graphcommerce/magento-cms": "npm:8.0.0-canary.82" - "@graphcommerce/magento-compare": "npm:8.0.0-canary.82" - "@graphcommerce/magento-customer": "npm:8.0.0-canary.82" - "@graphcommerce/magento-graphql": "npm:8.0.0-canary.82" - "@graphcommerce/magento-newsletter": "npm:8.0.0-canary.82" - "@graphcommerce/magento-payment-included": "npm:8.0.0-canary.82" - "@graphcommerce/magento-product": "npm:8.0.0-canary.82" - "@graphcommerce/magento-product-bundle": "npm:8.0.0-canary.82" - "@graphcommerce/magento-product-configurable": "npm:8.0.0-canary.82" - "@graphcommerce/magento-product-downloadable": "npm:8.0.0-canary.82" - "@graphcommerce/magento-product-grouped": "npm:8.0.0-canary.82" - "@graphcommerce/magento-product-simple": "npm:8.0.0-canary.82" - "@graphcommerce/magento-product-virtual": "npm:8.0.0-canary.82" - "@graphcommerce/magento-recently-viewed-products": "npm:8.0.0-canary.82" - "@graphcommerce/magento-review": "npm:8.0.0-canary.82" - "@graphcommerce/magento-search": "npm:8.0.0-canary.82" - "@graphcommerce/magento-store": "npm:8.0.0-canary.82" - "@graphcommerce/magento-wishlist": "npm:8.0.0-canary.82" - "@graphcommerce/next-config": "npm:8.0.0-canary.82" - "@graphcommerce/next-ui": "npm:8.0.0-canary.82" - "@graphcommerce/prettier-config-pwa": "npm:8.0.0-canary.82" - "@graphcommerce/react-hook-form": "npm:8.0.0-canary.82" - "@graphcommerce/typescript-config-pwa": "npm:8.0.0-canary.82" + "@graphcommerce/cli": "npm:8.0.0-canary.83" + "@graphcommerce/demo-magento-graphcommerce": "npm:8.0.0-canary.83" + "@graphcommerce/ecommerce-ui": "npm:8.0.0-canary.83" + "@graphcommerce/eslint-config-pwa": "npm:8.0.0-canary.83" + "@graphcommerce/framer-next-pages": "npm:8.0.0-canary.83" + "@graphcommerce/framer-scroller": "npm:8.0.0-canary.83" + "@graphcommerce/framer-utils": "npm:8.0.0-canary.83" + "@graphcommerce/googleanalytics": "npm:8.0.0-canary.83" + "@graphcommerce/googlerecaptcha": "npm:8.0.0-canary.83" + "@graphcommerce/googletagmanager": "npm:8.0.0-canary.83" + "@graphcommerce/graphcms-ui": "npm:8.0.0-canary.83" + "@graphcommerce/graphql": "npm:8.0.0-canary.83" + "@graphcommerce/graphql-mesh": "npm:8.0.0-canary.83" + "@graphcommerce/hygraph-cli": "npm:8.0.0-canary.83" + "@graphcommerce/hygraph-dynamic-rows": "npm:8.0.0-canary.83" + "@graphcommerce/image": "npm:8.0.0-canary.83" + "@graphcommerce/lingui-next": "npm:8.0.0-canary.83" + "@graphcommerce/magento-cart": "npm:8.0.0-canary.83" + "@graphcommerce/magento-cart-billing-address": "npm:8.0.0-canary.83" + "@graphcommerce/magento-cart-checkout": "npm:8.0.0-canary.83" + "@graphcommerce/magento-cart-coupon": "npm:8.0.0-canary.83" + "@graphcommerce/magento-cart-email": "npm:8.0.0-canary.83" + "@graphcommerce/magento-cart-items": "npm:8.0.0-canary.83" + "@graphcommerce/magento-cart-payment-method": "npm:8.0.0-canary.83" + "@graphcommerce/magento-cart-shipping-address": "npm:8.0.0-canary.83" + "@graphcommerce/magento-cart-shipping-method": "npm:8.0.0-canary.83" + "@graphcommerce/magento-category": "npm:8.0.0-canary.83" + "@graphcommerce/magento-cms": "npm:8.0.0-canary.83" + "@graphcommerce/magento-compare": "npm:8.0.0-canary.83" + "@graphcommerce/magento-customer": "npm:8.0.0-canary.83" + "@graphcommerce/magento-graphql": "npm:8.0.0-canary.83" + "@graphcommerce/magento-newsletter": "npm:8.0.0-canary.83" + "@graphcommerce/magento-payment-included": "npm:8.0.0-canary.83" + "@graphcommerce/magento-product": "npm:8.0.0-canary.83" + "@graphcommerce/magento-product-bundle": "npm:8.0.0-canary.83" + "@graphcommerce/magento-product-configurable": "npm:8.0.0-canary.83" + "@graphcommerce/magento-product-downloadable": "npm:8.0.0-canary.83" + "@graphcommerce/magento-product-grouped": "npm:8.0.0-canary.83" + "@graphcommerce/magento-product-simple": "npm:8.0.0-canary.83" + "@graphcommerce/magento-product-virtual": "npm:8.0.0-canary.83" + "@graphcommerce/magento-recently-viewed-products": "npm:8.0.0-canary.83" + "@graphcommerce/magento-review": "npm:8.0.0-canary.83" + "@graphcommerce/magento-search": "npm:8.0.0-canary.83" + "@graphcommerce/magento-store": "npm:8.0.0-canary.83" + "@graphcommerce/magento-wishlist": "npm:8.0.0-canary.83" + "@graphcommerce/next-config": "npm:8.0.0-canary.83" + "@graphcommerce/next-ui": "npm:8.0.0-canary.83" + "@graphcommerce/prettier-config-pwa": "npm:8.0.0-canary.83" + "@graphcommerce/react-hook-form": "npm:8.0.0-canary.83" + "@graphcommerce/typescript-config-pwa": "npm:8.0.0-canary.83" "@lingui/cli": "npm:4.6.0" "@lingui/core": "npm:4.6.0" "@lingui/macro": "npm:4.6.0" @@ -3703,33 +3703,33 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/magento-graphql@npm:8.0.0-canary.82, @graphcommerce/magento-graphql@workspace:packages/magento-graphql": +"@graphcommerce/magento-graphql@npm:8.0.0-canary.83, @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": ^8.0.0-canary.82 - "@graphcommerce/graphql": ^8.0.0-canary.82 - "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.82 + "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/graphql": ^8.0.0-canary.83 + "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.83 next: "*" react: ^18.2.0 react-dom: ^18.2.0 languageName: unknown linkType: soft -"@graphcommerce/magento-newsletter@npm:8.0.0-canary.82, @graphcommerce/magento-newsletter@workspace:packages/magento-newsletter": +"@graphcommerce/magento-newsletter@npm:8.0.0-canary.83, @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": ^8.0.0-canary.82 - "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/graphql": ^8.0.0-canary.82 - "@graphcommerce/magento-cart": ^8.0.0-canary.82 - "@graphcommerce/magento-customer": ^8.0.0-canary.82 - "@graphcommerce/next-ui": ^8.0.0-canary.82 - "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/react-hook-form": ^8.0.0-canary.82 - "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.82 + "@graphcommerce/ecommerce-ui": ^8.0.0-canary.83 + "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/graphql": ^8.0.0-canary.83 + "@graphcommerce/magento-cart": ^8.0.0-canary.83 + "@graphcommerce/magento-customer": ^8.0.0-canary.83 + "@graphcommerce/next-ui": ^8.0.0-canary.83 + "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/react-hook-form": ^8.0.0-canary.83 + "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.83 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -3748,15 +3748,15 @@ __metadata: "@types/jsdom": "npm:^21.1.6" jsdom: "npm:^23.0.1" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/graphql": ^8.0.0-canary.82 - "@graphcommerce/magento-category": ^8.0.0-canary.82 - "@graphcommerce/magento-cms": ^8.0.0-canary.82 - "@graphcommerce/magento-product": ^8.0.0-canary.82 - "@graphcommerce/next-ui": ^8.0.0-canary.82 - "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/react-hook-form": ^8.0.0-canary.82 - "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.82 + "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/graphql": ^8.0.0-canary.83 + "@graphcommerce/magento-category": ^8.0.0-canary.83 + "@graphcommerce/magento-cms": ^8.0.0-canary.83 + "@graphcommerce/magento-product": ^8.0.0-canary.83 + "@graphcommerce/next-ui": ^8.0.0-canary.83 + "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/react-hook-form": ^8.0.0-canary.83 + "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.83 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -3772,18 +3772,18 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/magento-payment-adyen@workspace:packages/magento-payment-adyen" peerDependencies: - "@graphcommerce/ecommerce-ui": ^8.0.0-canary.82 - "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/graphql": ^8.0.0-canary.82 - "@graphcommerce/graphql-mesh": ^8.0.0-canary.82 - "@graphcommerce/image": ^8.0.0-canary.82 - "@graphcommerce/magento-cart": ^8.0.0-canary.82 - "@graphcommerce/magento-cart-payment-method": ^8.0.0-canary.82 - "@graphcommerce/magento-product": ^8.0.0-canary.82 - "@graphcommerce/magento-store": ^8.0.0-canary.82 - "@graphcommerce/next-ui": ^8.0.0-canary.82 - "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.82 + "@graphcommerce/ecommerce-ui": ^8.0.0-canary.83 + "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/graphql": ^8.0.0-canary.83 + "@graphcommerce/graphql-mesh": ^8.0.0-canary.83 + "@graphcommerce/image": ^8.0.0-canary.83 + "@graphcommerce/magento-cart": ^8.0.0-canary.83 + "@graphcommerce/magento-cart-payment-method": ^8.0.0-canary.83 + "@graphcommerce/magento-product": ^8.0.0-canary.83 + "@graphcommerce/magento-store": ^8.0.0-canary.83 + "@graphcommerce/next-ui": ^8.0.0-canary.83 + "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.83 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -3801,19 +3801,19 @@ __metadata: "@types/braintree-web": "npm:^3.96.10" braintree-web: "npm:^3.97.4" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/graphql": ^8.0.0-canary.82 - "@graphcommerce/image": ^8.0.0-canary.82 - "@graphcommerce/magento-cart": ^8.0.0-canary.82 - "@graphcommerce/magento-cart-payment-method": ^8.0.0-canary.82 - "@graphcommerce/magento-cart-shipping-address": ^8.0.0-canary.82 - "@graphcommerce/magento-product": ^8.0.0-canary.82 - "@graphcommerce/magento-product-configurable": ^8.0.0-canary.82 - "@graphcommerce/magento-store": ^8.0.0-canary.82 - "@graphcommerce/next-ui": ^8.0.0-canary.82 - "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/react-hook-form": ^8.0.0-canary.82 - "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.82 + "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/graphql": ^8.0.0-canary.83 + "@graphcommerce/image": ^8.0.0-canary.83 + "@graphcommerce/magento-cart": ^8.0.0-canary.83 + "@graphcommerce/magento-cart-payment-method": ^8.0.0-canary.83 + "@graphcommerce/magento-cart-shipping-address": ^8.0.0-canary.83 + "@graphcommerce/magento-product": ^8.0.0-canary.83 + "@graphcommerce/magento-product-configurable": ^8.0.0-canary.83 + "@graphcommerce/magento-store": ^8.0.0-canary.83 + "@graphcommerce/next-ui": ^8.0.0-canary.83 + "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/react-hook-form": ^8.0.0-canary.83 + "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.83 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -3825,23 +3825,23 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/magento-payment-included@npm:8.0.0-canary.82, @graphcommerce/magento-payment-included@workspace:packages/magento-payment-included": +"@graphcommerce/magento-payment-included@npm:8.0.0-canary.83, @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": ^8.0.0-canary.82 - "@graphcommerce/graphql": ^8.0.0-canary.82 - "@graphcommerce/image": ^8.0.0-canary.82 - "@graphcommerce/magento-cart": ^8.0.0-canary.82 - "@graphcommerce/magento-cart-payment-method": ^8.0.0-canary.82 - "@graphcommerce/magento-cart-shipping-address": ^8.0.0-canary.82 - "@graphcommerce/magento-product": ^8.0.0-canary.82 - "@graphcommerce/magento-product-configurable": ^8.0.0-canary.82 - "@graphcommerce/magento-store": ^8.0.0-canary.82 - "@graphcommerce/next-ui": ^8.0.0-canary.82 - "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/react-hook-form": ^8.0.0-canary.82 - "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.82 + "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/graphql": ^8.0.0-canary.83 + "@graphcommerce/image": ^8.0.0-canary.83 + "@graphcommerce/magento-cart": ^8.0.0-canary.83 + "@graphcommerce/magento-cart-payment-method": ^8.0.0-canary.83 + "@graphcommerce/magento-cart-shipping-address": ^8.0.0-canary.83 + "@graphcommerce/magento-product": ^8.0.0-canary.83 + "@graphcommerce/magento-product-configurable": ^8.0.0-canary.83 + "@graphcommerce/magento-store": ^8.0.0-canary.83 + "@graphcommerce/next-ui": ^8.0.0-canary.83 + "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/react-hook-form": ^8.0.0-canary.83 + "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.83 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -3857,14 +3857,14 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/magento-payment-klarna@workspace:packages/magento-payment-klarna" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/graphql": ^8.0.0-canary.82 - "@graphcommerce/image": ^8.0.0-canary.82 - "@graphcommerce/magento-cart": ^8.0.0-canary.82 - "@graphcommerce/magento-store": ^8.0.0-canary.82 - "@graphcommerce/next-ui": ^8.0.0-canary.82 - "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.82 + "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/graphql": ^8.0.0-canary.83 + "@graphcommerce/image": ^8.0.0-canary.83 + "@graphcommerce/magento-cart": ^8.0.0-canary.83 + "@graphcommerce/magento-store": ^8.0.0-canary.83 + "@graphcommerce/next-ui": ^8.0.0-canary.83 + "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.83 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -3880,22 +3880,22 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/magento-payment-multisafepay@workspace:packages/magento-payment-multisafepay" peerDependencies: - "@graphcommerce/ecommerce-ui": ^8.0.0-canary.82 - "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/graphql": ^8.0.0-canary.82 - "@graphcommerce/graphql-mesh": ^8.0.0-canary.82 - "@graphcommerce/image": ^8.0.0-canary.82 - "@graphcommerce/magento-cart": ^8.0.0-canary.82 - "@graphcommerce/magento-cart-checkout": ^8.0.0-canary.82 - "@graphcommerce/magento-cart-payment-method": ^8.0.0-canary.82 - "@graphcommerce/magento-cart-shipping-address": ^8.0.0-canary.82 - "@graphcommerce/magento-product": ^8.0.0-canary.82 - "@graphcommerce/magento-product-configurable": ^8.0.0-canary.82 - "@graphcommerce/magento-store": ^8.0.0-canary.82 - "@graphcommerce/next-ui": ^8.0.0-canary.82 - "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/react-hook-form": ^8.0.0-canary.82 - "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.82 + "@graphcommerce/ecommerce-ui": ^8.0.0-canary.83 + "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/graphql": ^8.0.0-canary.83 + "@graphcommerce/graphql-mesh": ^8.0.0-canary.83 + "@graphcommerce/image": ^8.0.0-canary.83 + "@graphcommerce/magento-cart": ^8.0.0-canary.83 + "@graphcommerce/magento-cart-checkout": ^8.0.0-canary.83 + "@graphcommerce/magento-cart-payment-method": ^8.0.0-canary.83 + "@graphcommerce/magento-cart-shipping-address": ^8.0.0-canary.83 + "@graphcommerce/magento-product": ^8.0.0-canary.83 + "@graphcommerce/magento-product-configurable": ^8.0.0-canary.83 + "@graphcommerce/magento-store": ^8.0.0-canary.83 + "@graphcommerce/next-ui": ^8.0.0-canary.83 + "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/react-hook-form": ^8.0.0-canary.83 + "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.83 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -3910,16 +3910,16 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/magento-payment-paypal@workspace:packages/magento-payment-paypal" peerDependencies: - "@graphcommerce/ecommerce-ui": ^8.0.0-canary.82 - "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/graphql": ^8.0.0-canary.82 - "@graphcommerce/image": ^8.0.0-canary.82 - "@graphcommerce/magento-cart": ^8.0.0-canary.82 - "@graphcommerce/magento-cart-payment-method": ^8.0.0-canary.82 - "@graphcommerce/magento-store": ^8.0.0-canary.82 - "@graphcommerce/next-ui": ^8.0.0-canary.82 - "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.82 + "@graphcommerce/ecommerce-ui": ^8.0.0-canary.83 + "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/graphql": ^8.0.0-canary.83 + "@graphcommerce/image": ^8.0.0-canary.83 + "@graphcommerce/magento-cart": ^8.0.0-canary.83 + "@graphcommerce/magento-cart-payment-method": ^8.0.0-canary.83 + "@graphcommerce/magento-store": ^8.0.0-canary.83 + "@graphcommerce/next-ui": ^8.0.0-canary.83 + "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.83 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -3931,23 +3931,23 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/magento-product-bundle@npm:8.0.0-canary.82, @graphcommerce/magento-product-bundle@workspace:packages/magento-product-bundle": +"@graphcommerce/magento-product-bundle@npm:8.0.0-canary.83, @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": ^8.0.0-canary.82 - "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/graphql": ^8.0.0-canary.82 - "@graphcommerce/image": ^8.0.0-canary.82 - "@graphcommerce/magento-cart": ^8.0.0-canary.82 - "@graphcommerce/magento-cart-items": ^8.0.0-canary.82 - "@graphcommerce/magento-product": ^8.0.0-canary.82 - "@graphcommerce/magento-product-simple": ^8.0.0-canary.82 - "@graphcommerce/magento-product-virtual": ^8.0.0-canary.82 - "@graphcommerce/magento-store": ^8.0.0-canary.82 - "@graphcommerce/next-ui": ^8.0.0-canary.82 - "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.82 + "@graphcommerce/ecommerce-ui": ^8.0.0-canary.83 + "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/graphql": ^8.0.0-canary.83 + "@graphcommerce/image": ^8.0.0-canary.83 + "@graphcommerce/magento-cart": ^8.0.0-canary.83 + "@graphcommerce/magento-cart-items": ^8.0.0-canary.83 + "@graphcommerce/magento-product": ^8.0.0-canary.83 + "@graphcommerce/magento-product-simple": ^8.0.0-canary.83 + "@graphcommerce/magento-product-virtual": ^8.0.0-canary.83 + "@graphcommerce/magento-store": ^8.0.0-canary.83 + "@graphcommerce/next-ui": ^8.0.0-canary.83 + "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.83 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -3958,27 +3958,27 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/magento-product-configurable@npm:8.0.0-canary.82, @graphcommerce/magento-product-configurable@workspace:packages/magento-product-configurable": +"@graphcommerce/magento-product-configurable@npm:8.0.0-canary.83, @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": ^8.0.0-canary.82 - "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/graphql": ^8.0.0-canary.82 - "@graphcommerce/graphql-mesh": ^8.0.0-canary.82 - "@graphcommerce/image": ^8.0.0-canary.82 - "@graphcommerce/lingui-next": 8.0.0-canary.82 - "@graphcommerce/magento-cart": ^8.0.0-canary.82 - "@graphcommerce/magento-cart-items": ^8.0.0-canary.82 - "@graphcommerce/magento-category": ^8.0.0-canary.82 - "@graphcommerce/magento-customer": ^8.0.0-canary.82 - "@graphcommerce/magento-product": ^8.0.0-canary.82 - "@graphcommerce/magento-product-simple": ^8.0.0-canary.82 - "@graphcommerce/magento-store": ^8.0.0-canary.82 - "@graphcommerce/next-ui": ^8.0.0-canary.82 - "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/react-hook-form": ^8.0.0-canary.82 - "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.82 + "@graphcommerce/ecommerce-ui": ^8.0.0-canary.83 + "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/graphql": ^8.0.0-canary.83 + "@graphcommerce/graphql-mesh": ^8.0.0-canary.83 + "@graphcommerce/image": ^8.0.0-canary.83 + "@graphcommerce/lingui-next": 8.0.0-canary.83 + "@graphcommerce/magento-cart": ^8.0.0-canary.83 + "@graphcommerce/magento-cart-items": ^8.0.0-canary.83 + "@graphcommerce/magento-category": ^8.0.0-canary.83 + "@graphcommerce/magento-customer": ^8.0.0-canary.83 + "@graphcommerce/magento-product": ^8.0.0-canary.83 + "@graphcommerce/magento-product-simple": ^8.0.0-canary.83 + "@graphcommerce/magento-store": ^8.0.0-canary.83 + "@graphcommerce/next-ui": ^8.0.0-canary.83 + "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/react-hook-form": ^8.0.0-canary.83 + "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.83 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -3990,18 +3990,18 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/magento-product-downloadable@npm:8.0.0-canary.82, @graphcommerce/magento-product-downloadable@workspace:packages/magento-product-downloadable": +"@graphcommerce/magento-product-downloadable@npm:8.0.0-canary.83, @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": ^8.0.0-canary.82 - "@graphcommerce/graphql": ^8.0.0-canary.82 - "@graphcommerce/magento-cart": ^8.0.0-canary.82 - "@graphcommerce/magento-product": ^8.0.0-canary.82 - "@graphcommerce/magento-store": ^8.0.0-canary.82 - "@graphcommerce/next-ui": ^8.0.0-canary.82 - "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.82 + "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/graphql": ^8.0.0-canary.83 + "@graphcommerce/magento-cart": ^8.0.0-canary.83 + "@graphcommerce/magento-product": ^8.0.0-canary.83 + "@graphcommerce/magento-store": ^8.0.0-canary.83 + "@graphcommerce/next-ui": ^8.0.0-canary.83 + "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.83 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -4011,18 +4011,18 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/magento-product-grouped@npm:8.0.0-canary.82, @graphcommerce/magento-product-grouped@workspace:packages/magento-product-grouped": +"@graphcommerce/magento-product-grouped@npm:8.0.0-canary.83, @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": ^8.0.0-canary.82 - "@graphcommerce/graphql": ^8.0.0-canary.82 - "@graphcommerce/magento-cart": ^8.0.0-canary.82 - "@graphcommerce/magento-product": ^8.0.0-canary.82 - "@graphcommerce/magento-product-simple": ^8.0.0-canary.82 - "@graphcommerce/magento-product-virtual": ^8.0.0-canary.82 - "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.82 + "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/graphql": ^8.0.0-canary.83 + "@graphcommerce/magento-cart": ^8.0.0-canary.83 + "@graphcommerce/magento-product": ^8.0.0-canary.83 + "@graphcommerce/magento-product-simple": ^8.0.0-canary.83 + "@graphcommerce/magento-product-virtual": ^8.0.0-canary.83 + "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.83 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -4032,18 +4032,18 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/magento-product-simple@npm:8.0.0-canary.82, @graphcommerce/magento-product-simple@workspace:packages/magento-product-simple": +"@graphcommerce/magento-product-simple@npm:8.0.0-canary.83, @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": ^8.0.0-canary.82 - "@graphcommerce/graphql": ^8.0.0-canary.82 - "@graphcommerce/magento-cart": ^8.0.0-canary.82 - "@graphcommerce/magento-cart-items": ^8.0.0-canary.82 - "@graphcommerce/magento-product": ^8.0.0-canary.82 - "@graphcommerce/next-ui": ^8.0.0-canary.82 - "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.82 + "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/graphql": ^8.0.0-canary.83 + "@graphcommerce/magento-cart": ^8.0.0-canary.83 + "@graphcommerce/magento-cart-items": ^8.0.0-canary.83 + "@graphcommerce/magento-product": ^8.0.0-canary.83 + "@graphcommerce/next-ui": ^8.0.0-canary.83 + "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.83 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -4053,18 +4053,18 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/magento-product-virtual@npm:8.0.0-canary.82, @graphcommerce/magento-product-virtual@workspace:packages/magento-product-virtual": +"@graphcommerce/magento-product-virtual@npm:8.0.0-canary.83, @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": ^8.0.0-canary.82 - "@graphcommerce/graphql": ^8.0.0-canary.82 - "@graphcommerce/magento-cart": ^8.0.0-canary.82 - "@graphcommerce/magento-cart-items": ^8.0.0-canary.82 - "@graphcommerce/magento-product": ^8.0.0-canary.82 - "@graphcommerce/next-ui": ^8.0.0-canary.82 - "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.82 + "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/graphql": ^8.0.0-canary.83 + "@graphcommerce/magento-cart": ^8.0.0-canary.83 + "@graphcommerce/magento-cart-items": ^8.0.0-canary.83 + "@graphcommerce/magento-product": ^8.0.0-canary.83 + "@graphcommerce/next-ui": ^8.0.0-canary.83 + "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.83 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -4074,25 +4074,25 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/magento-product@npm:8.0.0-canary.82, @graphcommerce/magento-product@workspace:packages/magento-product": +"@graphcommerce/magento-product@npm:8.0.0-canary.83, @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.3.3" peerDependencies: - "@graphcommerce/ecommerce-ui": ^8.0.0-canary.82 - "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/framer-next-pages": ^8.0.0-canary.82 - "@graphcommerce/framer-scroller": ^8.0.0-canary.82 - "@graphcommerce/graphql": ^8.0.0-canary.82 - "@graphcommerce/graphql-mesh": ^8.0.0-canary.82 - "@graphcommerce/image": ^8.0.0-canary.82 - "@graphcommerce/magento-cart": ^8.0.0-canary.82 - "@graphcommerce/magento-store": ^8.0.0-canary.82 - "@graphcommerce/next-ui": ^8.0.0-canary.82 - "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.82 + "@graphcommerce/ecommerce-ui": ^8.0.0-canary.83 + "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/framer-next-pages": ^8.0.0-canary.83 + "@graphcommerce/framer-scroller": ^8.0.0-canary.83 + "@graphcommerce/graphql": ^8.0.0-canary.83 + "@graphcommerce/graphql-mesh": ^8.0.0-canary.83 + "@graphcommerce/image": ^8.0.0-canary.83 + "@graphcommerce/magento-cart": ^8.0.0-canary.83 + "@graphcommerce/magento-store": ^8.0.0-canary.83 + "@graphcommerce/next-ui": ^8.0.0-canary.83 + "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.83 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -4104,20 +4104,20 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/magento-recently-viewed-products@npm:8.0.0-canary.82, @graphcommerce/magento-recently-viewed-products@workspace:packages/magento-recently-viewed-products": +"@graphcommerce/magento-recently-viewed-products@npm:8.0.0-canary.83, @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": ^8.0.0-canary.82 - "@graphcommerce/graphql": ^8.0.0-canary.82 - "@graphcommerce/graphql-mesh": ^8.0.0-canary.82 - "@graphcommerce/magento-cart": ^8.0.0-canary.82 - "@graphcommerce/magento-product": ^8.0.0-canary.82 - "@graphcommerce/magento-product-configurable": ^8.0.0-canary.82 - "@graphcommerce/next-config": ^8.0.0-canary.82 - "@graphcommerce/next-ui": ^8.0.0-canary.82 - "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.82 + "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/graphql": ^8.0.0-canary.83 + "@graphcommerce/graphql-mesh": ^8.0.0-canary.83 + "@graphcommerce/magento-cart": ^8.0.0-canary.83 + "@graphcommerce/magento-product": ^8.0.0-canary.83 + "@graphcommerce/magento-product-configurable": ^8.0.0-canary.83 + "@graphcommerce/next-config": ^8.0.0-canary.83 + "@graphcommerce/next-ui": ^8.0.0-canary.83 + "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.83 "@mui/material": ^5.10.16 framer-motion: ^10.0.0 next: "*" @@ -4126,24 +4126,24 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/magento-review@npm:8.0.0-canary.82, @graphcommerce/magento-review@workspace:packages/magento-review": +"@graphcommerce/magento-review@npm:8.0.0-canary.83, @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.3.3" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/graphql": ^8.0.0-canary.82 - "@graphcommerce/graphql-mesh": ^8.0.0-canary.82 - "@graphcommerce/image": ^8.0.0-canary.82 - "@graphcommerce/magento-customer": ^8.0.0-canary.82 - "@graphcommerce/magento-product": ^8.0.0-canary.82 - "@graphcommerce/magento-store": ^8.0.0-canary.82 - "@graphcommerce/next-ui": ^8.0.0-canary.82 - "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/react-hook-form": ^8.0.0-canary.82 - "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.82 + "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/graphql": ^8.0.0-canary.83 + "@graphcommerce/graphql-mesh": ^8.0.0-canary.83 + "@graphcommerce/image": ^8.0.0-canary.83 + "@graphcommerce/magento-customer": ^8.0.0-canary.83 + "@graphcommerce/magento-product": ^8.0.0-canary.83 + "@graphcommerce/magento-store": ^8.0.0-canary.83 + "@graphcommerce/next-ui": ^8.0.0-canary.83 + "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/react-hook-form": ^8.0.0-canary.83 + "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.83 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -4154,19 +4154,19 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/magento-search@npm:8.0.0-canary.82, @graphcommerce/magento-search@workspace:packages/magento-search": +"@graphcommerce/magento-search@npm:8.0.0-canary.83, @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": ^8.0.0-canary.82 - "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/graphql": ^8.0.0-canary.82 - "@graphcommerce/image": ^8.0.0-canary.82 - "@graphcommerce/magento-product": ^8.0.0-canary.82 - "@graphcommerce/next-ui": ^8.0.0-canary.82 - "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/react-hook-form": ^8.0.0-canary.82 - "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.82 + "@graphcommerce/ecommerce-ui": ^8.0.0-canary.83 + "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/graphql": ^8.0.0-canary.83 + "@graphcommerce/image": ^8.0.0-canary.83 + "@graphcommerce/magento-product": ^8.0.0-canary.83 + "@graphcommerce/next-ui": ^8.0.0-canary.83 + "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/react-hook-form": ^8.0.0-canary.83 + "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.83 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -4177,17 +4177,17 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/magento-store@npm:8.0.0-canary.82, @graphcommerce/magento-store@workspace:packages/magento-store": +"@graphcommerce/magento-store@npm:8.0.0-canary.83, @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": ^8.0.0-canary.82 - "@graphcommerce/graphql": ^8.0.0-canary.82 - "@graphcommerce/graphql-mesh": ^8.0.0-canary.82 - "@graphcommerce/image": ^8.0.0-canary.82 - "@graphcommerce/next-ui": ^8.0.0-canary.82 - "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.82 + "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/graphql": ^8.0.0-canary.83 + "@graphcommerce/graphql-mesh": ^8.0.0-canary.83 + "@graphcommerce/image": ^8.0.0-canary.83 + "@graphcommerce/next-ui": ^8.0.0-canary.83 + "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.83 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -4198,24 +4198,24 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/magento-wishlist@npm:8.0.0-canary.82, @graphcommerce/magento-wishlist@workspace:packages/magento-wishlist": +"@graphcommerce/magento-wishlist@npm:8.0.0-canary.83, @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": ^8.0.0-canary.82 - "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/graphql": ^8.0.0-canary.82 - "@graphcommerce/graphql-mesh": ^8.0.0-canary.82 - "@graphcommerce/image": ^8.0.0-canary.82 - "@graphcommerce/magento-cart": ^8.0.0-canary.82 - "@graphcommerce/magento-customer": ^8.0.0-canary.82 - "@graphcommerce/magento-product": ^8.0.0-canary.82 - "@graphcommerce/magento-product-configurable": ^8.0.0-canary.82 - "@graphcommerce/magento-store": ^8.0.0-canary.82 - "@graphcommerce/next-config": ^8.0.0-canary.82 - "@graphcommerce/next-ui": ^8.0.0-canary.82 - "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.82 + "@graphcommerce/ecommerce-ui": ^8.0.0-canary.83 + "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/graphql": ^8.0.0-canary.83 + "@graphcommerce/graphql-mesh": ^8.0.0-canary.83 + "@graphcommerce/image": ^8.0.0-canary.83 + "@graphcommerce/magento-cart": ^8.0.0-canary.83 + "@graphcommerce/magento-customer": ^8.0.0-canary.83 + "@graphcommerce/magento-product": ^8.0.0-canary.83 + "@graphcommerce/magento-product-configurable": ^8.0.0-canary.83 + "@graphcommerce/magento-store": ^8.0.0-canary.83 + "@graphcommerce/next-config": ^8.0.0-canary.83 + "@graphcommerce/next-ui": ^8.0.0-canary.83 + "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.83 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -4231,21 +4231,21 @@ __metadata: version: 0.0.0-use.local resolution: "@graphcommerce/mollie-magento-payment@workspace:packages/mollie-magento-payment" peerDependencies: - "@graphcommerce/ecommerce-ui": ^8.0.0-canary.82 - "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/graphql": ^8.0.0-canary.82 - "@graphcommerce/graphql-mesh": ^8.0.0-canary.82 - "@graphcommerce/image": ^8.0.0-canary.82 - "@graphcommerce/magento-cart": ^8.0.0-canary.82 - "@graphcommerce/magento-cart-payment-method": ^8.0.0-canary.82 - "@graphcommerce/magento-cart-shipping-address": ^8.0.0-canary.82 - "@graphcommerce/magento-product": ^8.0.0-canary.82 - "@graphcommerce/magento-product-configurable": ^8.0.0-canary.82 - "@graphcommerce/magento-store": ^8.0.0-canary.82 - "@graphcommerce/next-ui": ^8.0.0-canary.82 - "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/react-hook-form": ^8.0.0-canary.82 - "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.82 + "@graphcommerce/ecommerce-ui": ^8.0.0-canary.83 + "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/graphql": ^8.0.0-canary.83 + "@graphcommerce/graphql-mesh": ^8.0.0-canary.83 + "@graphcommerce/image": ^8.0.0-canary.83 + "@graphcommerce/magento-cart": ^8.0.0-canary.83 + "@graphcommerce/magento-cart-payment-method": ^8.0.0-canary.83 + "@graphcommerce/magento-cart-shipping-address": ^8.0.0-canary.83 + "@graphcommerce/magento-product": ^8.0.0-canary.83 + "@graphcommerce/magento-product-configurable": ^8.0.0-canary.83 + "@graphcommerce/magento-store": ^8.0.0-canary.83 + "@graphcommerce/next-ui": ^8.0.0-canary.83 + "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/react-hook-form": ^8.0.0-canary.83 + "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.83 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -4256,7 +4256,7 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/next-config@npm:8.0.0-canary.82, @graphcommerce/next-config@workspace:packagesDev/next-config": +"@graphcommerce/next-config@npm:8.0.0-canary.83, @graphcommerce/next-config@workspace:packagesDev/next-config": version: 0.0.0-use.local resolution: "@graphcommerce/next-config@workspace:packagesDev/next-config" dependencies: @@ -4281,7 +4281,7 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/next-ui@npm:8.0.0-canary.82, @graphcommerce/next-ui@workspace:packages/next-ui": +"@graphcommerce/next-ui@npm:8.0.0-canary.83, @graphcommerce/next-ui@workspace:packages/next-ui": version: 0.0.0-use.local resolution: "@graphcommerce/next-ui@workspace:packages/next-ui" dependencies: @@ -4296,14 +4296,14 @@ __metadata: schema-dts: "npm:^1.1.2" typescript: "npm:5.3.3" peerDependencies: - "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/framer-next-pages": ^8.0.0-canary.82 - "@graphcommerce/framer-scroller": ^8.0.0-canary.82 - "@graphcommerce/framer-utils": ^8.0.0-canary.82 - "@graphcommerce/image": ^8.0.0-canary.82 - "@graphcommerce/lingui-next": ^8.0.0-canary.82 - "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.82 + "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/framer-next-pages": ^8.0.0-canary.83 + "@graphcommerce/framer-scroller": ^8.0.0-canary.83 + "@graphcommerce/framer-utils": ^8.0.0-canary.83 + "@graphcommerce/image": ^8.0.0-canary.83 + "@graphcommerce/lingui-next": ^8.0.0-canary.83 + "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.83 "@lingui/core": ^4.2.1 "@lingui/macro": ^4.2.1 "@lingui/react": ^4.2.1 @@ -4316,7 +4316,7 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/prettier-config-pwa@npm:8.0.0-canary.82, @graphcommerce/prettier-config-pwa@workspace:packagesDev/prettier-config": +"@graphcommerce/prettier-config-pwa@npm:8.0.0-canary.83, @graphcommerce/prettier-config-pwa@workspace:packagesDev/prettier-config": version: 0.0.0-use.local resolution: "@graphcommerce/prettier-config-pwa@workspace:packagesDev/prettier-config" dependencies: @@ -4326,16 +4326,16 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/react-hook-form@npm:8.0.0-canary.82, @graphcommerce/react-hook-form@workspace:packages/react-hook-form": +"@graphcommerce/react-hook-form@npm:8.0.0-canary.83, @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.2" peerDependencies: "@apollo/client": ^3 - "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.82 - "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.82 + "@graphcommerce/eslint-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/prettier-config-pwa": ^8.0.0-canary.83 + "@graphcommerce/typescript-config-pwa": ^8.0.0-canary.83 graphql: ^16.6.0 react: ^18.2.0 react-dom: ^18.2.0 @@ -4343,7 +4343,7 @@ __metadata: languageName: unknown linkType: soft -"@graphcommerce/typescript-config-pwa@npm:8.0.0-canary.82, @graphcommerce/typescript-config-pwa@workspace:packagesDev/typescript-config": +"@graphcommerce/typescript-config-pwa@npm:8.0.0-canary.83, @graphcommerce/typescript-config-pwa@workspace:packagesDev/typescript-config": version: 0.0.0-use.local resolution: "@graphcommerce/typescript-config-pwa@workspace:packagesDev/typescript-config" dependencies: