diff --git a/.changeset/config.json b/.changeset/config.json index d1ff278e84..149320674a 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -12,8 +12,5 @@ "snapshot": { "useCalculatedVersion": true, "prereleaseTemplate": "{tag}-{datetime}-{commit}" - }, - "___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": { - "onlyUpdatePeerDependentsWhenOutOfRange": true } } diff --git a/.changeset/pre.json b/.changeset/pre.json index f5c87f1bd8..c6039cfa55 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -73,20 +73,15 @@ "@graphcommerce/graphql-codegen-relay-optimizer-plugin": "7.0.1", "@graphcommerce/next-config": "7.0.1", "@graphcommerce/prettier-config-pwa": "7.0.1", - "@graphcommerce/typescript-config-pwa": "7.0.1", - "@graphcommerce/magento-recently-viewed-products": "7.1.0-canary.40" + "@graphcommerce/typescript-config-pwa": "7.0.1" }, "changesets": [ - "afraid-baboons-move", "brown-planes-retire", "chilly-brooms-move", "curvy-grapes-accept", "curvy-hairs-suffer", "eleven-hats-kneel", "empty-ads-run", - "fifty-impalas-hug", - "fifty-parents-move", - "fifty-taxis-speak", "flat-emus-look", "forty-rocks-bow", "fresh-games-roll", @@ -94,13 +89,10 @@ "friendly-dogs-shop", "friendly-islands-cough", "fuzzy-clocks-hug", - "fuzzy-rings-hug", "itchy-snakes-film", "lazy-seahorses-rhyme", "little-shirts-film", - "long-llamas-cheer", "new-crews-promise", - "odd-poets-greet", "quiet-tomatoes-melt", "red-ghosts-cry", "red-gifts-listen", @@ -117,16 +109,12 @@ "six-horses-repeat", "slow-flies-scream", "strong-ants-confess", - "stupid-ears-wink", "stupid-mice-check", - "tall-candles-watch", "tall-poems-reflect", "tall-spies-reflect", "tall-tips-float", - "tame-dots-call", "thick-cougars-cheer", "three-dogs-clap", - "tricky-spoons-lick", "twelve-deers-begin", "two-years-relate", "wise-wombats-remain" diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index fc6fb3894e..ef4665b29d 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/docs/package.json b/docs/package.json index dd9db133fa..3b7aa0b25d 100644 --- a/docs/package.json +++ b/docs/package.json @@ -2,10 +2,10 @@ "name": "@graphcommerce/docs", "homepage": "https://www.graphcommerce.org/docs", "repository": "github:graphcommerce-org/graphcommerce/docs", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "sideEffects": true, "peerDependencies": { - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41" + "@graphcommerce/prettier-config-pwa": "*" }, "prettier": "@graphcommerce/prettier-config-pwa" } diff --git a/examples/magento-graphcms/CHANGELOG.md b/examples/magento-graphcms/CHANGELOG.md index af8b126db5..c1df4869be 100644 --- a/examples/magento-graphcms/CHANGELOG.md +++ b/examples/magento-graphcms/CHANGELOG.md @@ -1,15 +1,5 @@ # Change Log -## 7.1.0-canary.41 - -### Patch Changes - -- [#2077](https://github.com/graphcommerce-org/graphcommerce/pull/2077) [`7664e4587`](https://github.com/graphcommerce-org/graphcommerce/commit/7664e45873142078eb6681fd1bb268db8035cb2e) - Added ProductScroller component with built-in skeleton loader ([@bramvanderholst](https://github.com/bramvanderholst)) - -- [#2077](https://github.com/graphcommerce-org/graphcommerce/pull/2077) [`eb29cbef5`](https://github.com/graphcommerce-org/graphcommerce/commit/eb29cbef56f8f7275ffe6760ef5e9f8d2598c7c4) - Added recently viewed products to product pages ([@bramvanderholst](https://github.com/bramvanderholst)) - -- [#2077](https://github.com/graphcommerce-org/graphcommerce/pull/2077) [`5f4455b1c`](https://github.com/graphcommerce-org/graphcommerce/commit/5f4455b1cccddf1501f0279e5ca2d9277a07ff07) - Added Skeleton render type to productListRenderer ([@bramvanderholst](https://github.com/bramvanderholst)) - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/examples/magento-graphcms/package.json b/examples/magento-graphcms/package.json index dec68d34d7..d5ea9f4bfa 100644 --- a/examples/magento-graphcms/package.json +++ b/examples/magento-graphcms/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-graphcms", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "private": true, "sideEffects": false, "engines": { @@ -21,53 +21,53 @@ "dependencies": { "@apollo/client": "~3.8.7", "@ducanh2912/next-pwa": "9.7.2", - "@graphcommerce/cli": "7.1.0-canary.41", - "@graphcommerce/demo-magento-graphcommerce": "7.1.0-canary.41", - "@graphcommerce/ecommerce-ui": "7.1.0-canary.41", - "@graphcommerce/framer-next-pages": "7.1.0-canary.41", - "@graphcommerce/framer-scroller": "7.1.0-canary.41", - "@graphcommerce/framer-utils": "7.1.0-canary.41", - "@graphcommerce/googleanalytics": "7.1.0-canary.41", - "@graphcommerce/googlerecaptcha": "7.1.0-canary.41", - "@graphcommerce/googletagmanager": "7.1.0-canary.41", - "@graphcommerce/graphcms-ui": "7.1.0-canary.41", - "@graphcommerce/graphql": "7.1.0-canary.41", - "@graphcommerce/graphql-mesh": "7.1.0-canary.41", - "@graphcommerce/hygraph-cli": "7.1.0-canary.41", - "@graphcommerce/hygraph-dynamic-rows": "7.1.0-canary.41", - "@graphcommerce/image": "7.1.0-canary.41", - "@graphcommerce/lingui-next": "7.1.0-canary.41", - "@graphcommerce/magento-cart": "7.1.0-canary.41", - "@graphcommerce/magento-cart-billing-address": "7.1.0-canary.41", - "@graphcommerce/magento-cart-checkout": "7.1.0-canary.41", - "@graphcommerce/magento-cart-coupon": "7.1.0-canary.41", - "@graphcommerce/magento-cart-email": "7.1.0-canary.41", - "@graphcommerce/magento-cart-items": "7.1.0-canary.41", - "@graphcommerce/magento-cart-payment-method": "7.1.0-canary.41", - "@graphcommerce/magento-cart-shipping-address": "7.1.0-canary.41", - "@graphcommerce/magento-cart-shipping-method": "7.1.0-canary.41", - "@graphcommerce/magento-category": "7.1.0-canary.41", - "@graphcommerce/magento-cms": "7.1.0-canary.41", - "@graphcommerce/magento-compare": "7.1.0-canary.41", - "@graphcommerce/magento-customer": "7.1.0-canary.41", - "@graphcommerce/magento-graphql": "7.1.0-canary.41", - "@graphcommerce/magento-newsletter": "7.1.0-canary.41", - "@graphcommerce/magento-payment-included": "7.1.0-canary.41", - "@graphcommerce/magento-product": "7.1.0-canary.41", - "@graphcommerce/magento-product-bundle": "7.1.0-canary.41", - "@graphcommerce/magento-product-configurable": "7.1.0-canary.41", - "@graphcommerce/magento-product-downloadable": "7.1.0-canary.41", - "@graphcommerce/magento-product-grouped": "7.1.0-canary.41", - "@graphcommerce/magento-product-simple": "7.1.0-canary.41", - "@graphcommerce/magento-product-virtual": "7.1.0-canary.41", - "@graphcommerce/magento-recently-viewed-products": "7.1.0-canary.41", - "@graphcommerce/magento-review": "7.1.0-canary.41", - "@graphcommerce/magento-search": "7.1.0-canary.41", - "@graphcommerce/magento-store": "7.1.0-canary.41", - "@graphcommerce/magento-wishlist": "7.1.0-canary.41", - "@graphcommerce/next-config": "7.1.0-canary.41", - "@graphcommerce/next-ui": "7.1.0-canary.41", - "@graphcommerce/react-hook-form": "7.1.0-canary.41", + "@graphcommerce/cli": "7.1.0-canary.40", + "@graphcommerce/demo-magento-graphcommerce": "7.1.0-canary.40", + "@graphcommerce/ecommerce-ui": "7.1.0-canary.40", + "@graphcommerce/framer-next-pages": "7.1.0-canary.40", + "@graphcommerce/framer-scroller": "7.1.0-canary.40", + "@graphcommerce/framer-utils": "7.1.0-canary.40", + "@graphcommerce/googleanalytics": "7.1.0-canary.40", + "@graphcommerce/googlerecaptcha": "7.1.0-canary.40", + "@graphcommerce/googletagmanager": "7.1.0-canary.40", + "@graphcommerce/graphcms-ui": "7.1.0-canary.40", + "@graphcommerce/graphql": "7.1.0-canary.40", + "@graphcommerce/graphql-mesh": "7.1.0-canary.40", + "@graphcommerce/hygraph-cli": "7.1.0-canary.40", + "@graphcommerce/hygraph-dynamic-rows": "7.1.0-canary.40", + "@graphcommerce/image": "7.1.0-canary.40", + "@graphcommerce/lingui-next": "7.1.0-canary.40", + "@graphcommerce/magento-cart": "7.1.0-canary.40", + "@graphcommerce/magento-cart-billing-address": "7.1.0-canary.40", + "@graphcommerce/magento-cart-checkout": "7.1.0-canary.40", + "@graphcommerce/magento-cart-coupon": "7.1.0-canary.40", + "@graphcommerce/magento-cart-email": "7.1.0-canary.40", + "@graphcommerce/magento-cart-items": "7.1.0-canary.40", + "@graphcommerce/magento-cart-payment-method": "7.1.0-canary.40", + "@graphcommerce/magento-cart-shipping-address": "7.1.0-canary.40", + "@graphcommerce/magento-cart-shipping-method": "7.1.0-canary.40", + "@graphcommerce/magento-category": "7.1.0-canary.40", + "@graphcommerce/magento-cms": "7.1.0-canary.40", + "@graphcommerce/magento-compare": "7.1.0-canary.40", + "@graphcommerce/magento-customer": "7.1.0-canary.40", + "@graphcommerce/magento-graphql": "7.1.0-canary.40", + "@graphcommerce/magento-newsletter": "7.1.0-canary.40", + "@graphcommerce/magento-payment-included": "7.1.0-canary.40", + "@graphcommerce/magento-product": "7.1.0-canary.40", + "@graphcommerce/magento-product-bundle": "7.1.0-canary.40", + "@graphcommerce/magento-product-configurable": "7.1.0-canary.40", + "@graphcommerce/magento-product-downloadable": "7.1.0-canary.40", + "@graphcommerce/magento-product-grouped": "7.1.0-canary.40", + "@graphcommerce/magento-product-simple": "7.1.0-canary.40", + "@graphcommerce/magento-product-virtual": "7.1.0-canary.40", + "@graphcommerce/magento-recently-viewed-products": "7.1.0-canary.40", + "@graphcommerce/magento-review": "7.1.0-canary.40", + "@graphcommerce/magento-search": "7.1.0-canary.40", + "@graphcommerce/magento-store": "7.1.0-canary.40", + "@graphcommerce/magento-wishlist": "7.1.0-canary.40", + "@graphcommerce/next-config": "7.1.0-canary.40", + "@graphcommerce/next-ui": "7.1.0-canary.40", + "@graphcommerce/react-hook-form": "7.1.0-canary.40", "@lingui/core": "4.5.0", "@lingui/macro": "4.5.0", "@lingui/react": "4.5.0", @@ -90,9 +90,9 @@ "webpack": "5.89.0" }, "devDependencies": { - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41", + "@graphcommerce/eslint-config-pwa": "7.1.0-canary.40", + "@graphcommerce/prettier-config-pwa": "7.1.0-canary.40", + "@graphcommerce/typescript-config-pwa": "7.1.0-canary.40", "@lingui/cli": "4.5.0", "@playwright/test": "1.39.0", "@types/babel-plugin-macros": "^3", diff --git a/packages/address-fields-nl/CHANGELOG.md b/packages/address-fields-nl/CHANGELOG.md index 712459ce9f..03c90d40cf 100644 --- a/packages/address-fields-nl/CHANGELOG.md +++ b/packages/address-fields-nl/CHANGELOG.md @@ -1,7 +1,5 @@ # @graphcommerce/address-fields-nl -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/address-fields-nl/package.json b/packages/address-fields-nl/package.json index 73ed3b1b8b..443ad69b51 100644 --- a/packages/address-fields-nl/package.json +++ b/packages/address-fields-nl/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/address-fields-nl", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,14 +12,14 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "7.1.0-canary.41", - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/graphql": "7.1.0-canary.41", - "@graphcommerce/magento-customer": "7.1.0-canary.41", - "@graphcommerce/magento-store": "7.1.0-canary.41", - "@graphcommerce/next-ui": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41", + "@graphcommerce/ecommerce-ui": "*", + "@graphcommerce/eslint-config-pwa": "*", + "@graphcommerce/graphql": "*", + "@graphcommerce/magento-customer": "*", + "@graphcommerce/magento-store": "*", + "@graphcommerce/next-ui": "*", + "@graphcommerce/prettier-config-pwa": "*", + "@graphcommerce/typescript-config-pwa": "*", "@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 7762d2836a..c160367fc0 100644 --- a/packages/algolia-search/CHANGELOG.md +++ b/packages/algolia-search/CHANGELOG.md @@ -1,7 +1,5 @@ # @graphcommerce/algolia-search -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/algolia-search/package.json b/packages/algolia-search/package.json index 37a056b273..84dad28c26 100644 --- a/packages/algolia-search/package.json +++ b/packages/algolia-search/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/algolia-search", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -16,17 +16,17 @@ "react-instantsearch-hooks-web": "^6.47.3" }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "7.1.0-canary.41", - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/graphql": "7.1.0-canary.41", - "@graphcommerce/graphql-mesh": "7.1.0-canary.41", - "@graphcommerce/magento-product": "7.1.0-canary.41", - "@graphcommerce/magento-search": "7.1.0-canary.41", - "@graphcommerce/magento-store": "7.1.0-canary.41", - "@graphcommerce/next-config": "^7.1.0-canary.41", - "@graphcommerce/next-ui": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41", + "@graphcommerce/ecommerce-ui": "*", + "@graphcommerce/eslint-config-pwa": "*", + "@graphcommerce/graphql": "*", + "@graphcommerce/graphql-mesh": "*", + "@graphcommerce/magento-product": "*", + "@graphcommerce/magento-search": "*", + "@graphcommerce/magento-store": "*", + "@graphcommerce/next-config": "^*", + "@graphcommerce/next-ui": "*", + "@graphcommerce/prettier-config-pwa": "*", + "@graphcommerce/typescript-config-pwa": "*", "@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 ebd95c1856..a9f468f835 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,7 +1,5 @@ # @graphcommerce/cli -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/cli/package.json b/packages/cli/package.json index 5c62a081f5..b2f116aaa2 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/cli", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "scripts": { "dev": "tsc --preserveWatchOutput --watch", "build": "tsc", @@ -38,11 +38,11 @@ "tslib": "^2.6.2" }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/hygraph-cli": "7.1.0-canary.41", - "@graphcommerce/next-config": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41", + "@graphcommerce/eslint-config-pwa": "*", + "@graphcommerce/hygraph-cli": "*", + "@graphcommerce/next-config": "*", + "@graphcommerce/prettier-config-pwa": "*", + "@graphcommerce/typescript-config-pwa": "*", "graphql": "^16.7.1", "react": "^18.2.0", "typescript": "5.2.2" diff --git a/packages/demo-magento-graphcommerce/CHANGELOG.md b/packages/demo-magento-graphcommerce/CHANGELOG.md index eaa53825b4..c3a2342fd1 100644 --- a/packages/demo-magento-graphcommerce/CHANGELOG.md +++ b/packages/demo-magento-graphcommerce/CHANGELOG.md @@ -1,7 +1,5 @@ # @graphcommerce/demo-magento-graphcommerce -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/demo-magento-graphcommerce/package.json b/packages/demo-magento-graphcommerce/package.json index 2c275ad648..1218c6961a 100644 --- a/packages/demo-magento-graphcommerce/package.json +++ b/packages/demo-magento-graphcommerce/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/demo-magento-graphcommerce", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "sideEffects": false, "scripts": { "dev": "tsc -W" @@ -15,14 +15,14 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/framer-scroller": "7.1.0-canary.41", - "@graphcommerce/magento-product": "7.1.0-canary.41", - "@graphcommerce/magento-product-configurable": "7.1.0-canary.41", - "@graphcommerce/magento-recently-viewed-products": "7.1.0-canary.41", - "@graphcommerce/next-ui": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41", + "@graphcommerce/eslint-config-pwa": "*", + "@graphcommerce/framer-scroller": "*", + "@graphcommerce/magento-product": "*", + "@graphcommerce/magento-product-configurable": "*", + "@graphcommerce/magento-recently-viewed-products": "*", + "@graphcommerce/next-ui": "*", + "@graphcommerce/prettier-config-pwa": "*", + "@graphcommerce/typescript-config-pwa": "*", "@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 1c65e74809..d5f270311d 100644 --- a/packages/ecommerce-ui/CHANGELOG.md +++ b/packages/ecommerce-ui/CHANGELOG.md @@ -1,7 +1,5 @@ # @graphcommerce/ecommerce-ui -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ### Minor Changes diff --git a/packages/ecommerce-ui/package.json b/packages/ecommerce-ui/package.json index 43a958fa89..0f0d9551ad 100644 --- a/packages/ecommerce-ui/package.json +++ b/packages/ecommerce-ui/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/ecommerce-ui", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,12 +12,12 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/graphql": "7.1.0-canary.41", - "@graphcommerce/next-ui": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", - "@graphcommerce/react-hook-form": "7.1.0-canary.41", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41", + "@graphcommerce/eslint-config-pwa": "*", + "@graphcommerce/graphql": "*", + "@graphcommerce/next-ui": "*", + "@graphcommerce/prettier-config-pwa": "*", + "@graphcommerce/react-hook-form": "*", + "@graphcommerce/typescript-config-pwa": "*", "@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 d13c33944c..2ee724695a 100644 --- a/packages/framer-next-pages/CHANGELOG.md +++ b/packages/framer-next-pages/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/framer-next-pages/example/CHANGELOG.md b/packages/framer-next-pages/example/CHANGELOG.md index da808afb82..d6c78f8aff 100644 --- a/packages/framer-next-pages/example/CHANGELOG.md +++ b/packages/framer-next-pages/example/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/framer-next-pages/example/package.json b/packages/framer-next-pages/example/package.json index 4df35e7547..70a28be14b 100644 --- a/packages/framer-next-pages/example/package.json +++ b/packages/framer-next-pages/example/package.json @@ -3,7 +3,7 @@ "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", "private": true, - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "scripts": { "dev": "next", "build": "next build", @@ -38,9 +38,9 @@ "webpack": "5.89.0" }, "devDependencies": { - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41", + "@graphcommerce/eslint-config-pwa": "7.1.0-canary.40", + "@graphcommerce/prettier-config-pwa": "7.1.0-canary.40", + "@graphcommerce/typescript-config-pwa": "7.1.0-canary.40", "@lingui/cli": "4.5.0", "@playwright/test": "1.39.0", "@types/node": "^16.18.61", diff --git a/packages/framer-next-pages/package.json b/packages/framer-next-pages/package.json index 7678309864..149fd2e813 100644 --- a/packages/framer-next-pages/package.json +++ b/packages/framer-next-pages/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/framer-next-pages", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,10 +12,10 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/framer-utils": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41", + "@graphcommerce/eslint-config-pwa": "*", + "@graphcommerce/framer-utils": "*", + "@graphcommerce/prettier-config-pwa": "*", + "@graphcommerce/typescript-config-pwa": "*", "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 9197e8f80d..381df979f3 100644 --- a/packages/framer-scroller/CHANGELOG.md +++ b/packages/framer-scroller/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/framer-scroller/example/CHANGELOG.md b/packages/framer-scroller/example/CHANGELOG.md index 94156e28c9..f5ccadfddf 100644 --- a/packages/framer-scroller/example/CHANGELOG.md +++ b/packages/framer-scroller/example/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/framer-scroller/example/package.json b/packages/framer-scroller/example/package.json index 45c461fc49..f3a6c26256 100644 --- a/packages/framer-scroller/example/package.json +++ b/packages/framer-scroller/example/package.json @@ -3,7 +3,7 @@ "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", "private": true, - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "scripts": { "dev": "next", "build": "next build", @@ -31,9 +31,9 @@ "webpack": "5.89.0" }, "devDependencies": { - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41", + "@graphcommerce/eslint-config-pwa": "7.1.0-canary.40", + "@graphcommerce/prettier-config-pwa": "7.1.0-canary.40", + "@graphcommerce/typescript-config-pwa": "7.1.0-canary.40", "@lingui/cli": "4.5.0", "@playwright/test": "1.39.0", "@types/node": "^16.18.61", diff --git a/packages/framer-scroller/package.json b/packages/framer-scroller/package.json index 974b6f055a..db6e3b699c 100644 --- a/packages/framer-scroller/package.json +++ b/packages/framer-scroller/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/framer-scroller", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "sideEffects": false, "scripts": { "dev": "tsc -W" @@ -18,11 +18,11 @@ "popmotion": "11.0.5" }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/framer-utils": "7.1.0-canary.41", - "@graphcommerce/image": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41", + "@graphcommerce/eslint-config-pwa": "*", + "@graphcommerce/framer-utils": "*", + "@graphcommerce/image": "*", + "@graphcommerce/prettier-config-pwa": "*", + "@graphcommerce/typescript-config-pwa": "*", "@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 0e8378c849..5e42a1ce66 100644 --- a/packages/framer-utils/CHANGELOG.md +++ b/packages/framer-utils/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/framer-utils/package.json b/packages/framer-utils/package.json index 4f7ce36ba7..4908dada32 100644 --- a/packages/framer-utils/package.json +++ b/packages/framer-utils/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/framer-utils", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "sideEffects": false, "scripts": { "dev": "tsc -W" @@ -15,9 +15,9 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41", + "@graphcommerce/eslint-config-pwa": "*", + "@graphcommerce/prettier-config-pwa": "*", + "@graphcommerce/typescript-config-pwa": "*", "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 7e6ee2c339..e8d4c7b16b 100644 --- a/packages/googleanalytics/CHANGELOG.md +++ b/packages/googleanalytics/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/googleanalytics/package.json b/packages/googleanalytics/package.json index ed9028c442..e2ba0388ea 100644 --- a/packages/googleanalytics/package.json +++ b/packages/googleanalytics/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/googleanalytics", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -15,16 +15,16 @@ "@types/gtag.js": "^0.0.18" }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/graphql-mesh": "7.1.0-canary.41", - "@graphcommerce/magento-cart": "7.1.0-canary.41", - "@graphcommerce/magento-cart-payment-method": "7.1.0-canary.41", - "@graphcommerce/magento-cart-shipping-method": "7.1.0-canary.41", - "@graphcommerce/magento-product": "7.1.0-canary.41", - "@graphcommerce/next-config": "7.1.0-canary.41", - "@graphcommerce/next-ui": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41", + "@graphcommerce/eslint-config-pwa": "*", + "@graphcommerce/graphql-mesh": "*", + "@graphcommerce/magento-cart": "*", + "@graphcommerce/magento-cart-payment-method": "*", + "@graphcommerce/magento-cart-shipping-method": "*", + "@graphcommerce/magento-product": "*", + "@graphcommerce/next-config": "*", + "@graphcommerce/next-ui": "*", + "@graphcommerce/prettier-config-pwa": "*", + "@graphcommerce/typescript-config-pwa": "*", "@mui/material": "^5.10.16", "next": "*", "react": "^18.2.0", diff --git a/packages/googlerecaptcha/CHANGELOG.md b/packages/googlerecaptcha/CHANGELOG.md index db9e655a12..9c62ec997e 100644 --- a/packages/googlerecaptcha/CHANGELOG.md +++ b/packages/googlerecaptcha/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/googlerecaptcha/package.json b/packages/googlerecaptcha/package.json index b6ac886dd8..5f614ba65e 100644 --- a/packages/googlerecaptcha/package.json +++ b/packages/googlerecaptcha/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/googlerecaptcha", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -15,11 +15,11 @@ "@types/grecaptcha": "^3.0.7" }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/graphql": "7.1.0-canary.41", - "@graphcommerce/next-ui": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41", + "@graphcommerce/eslint-config-pwa": "*", + "@graphcommerce/graphql": "*", + "@graphcommerce/next-ui": "*", + "@graphcommerce/prettier-config-pwa": "*", + "@graphcommerce/typescript-config-pwa": "*", "@mui/material": "^5.10.16", "next": "*", "react": "^18.2.0", diff --git a/packages/googletagmanager/CHANGELOG.md b/packages/googletagmanager/CHANGELOG.md index abe68741bd..2f8fb1af96 100644 --- a/packages/googletagmanager/CHANGELOG.md +++ b/packages/googletagmanager/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/googletagmanager/package.json b/packages/googletagmanager/package.json index adcafba527..a5497ac75f 100644 --- a/packages/googletagmanager/package.json +++ b/packages/googletagmanager/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/googletagmanager", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -15,11 +15,11 @@ "@types/gapi.client.tagmanager": "^2.0.4" }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/magento-product": "7.1.0-canary.41", - "@graphcommerce/next-ui": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41", + "@graphcommerce/eslint-config-pwa": "*", + "@graphcommerce/magento-product": "*", + "@graphcommerce/next-ui": "*", + "@graphcommerce/prettier-config-pwa": "*", + "@graphcommerce/typescript-config-pwa": "*", "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 c7387ff7c6..547c0df83f 100644 --- a/packages/graphql-mesh/CHANGELOG.md +++ b/packages/graphql-mesh/CHANGELOG.md @@ -1,11 +1,5 @@ # Change Log -## 7.1.0-canary.41 - -### Patch Changes - -- [#2113](https://github.com/graphcommerce-org/graphcommerce/pull/2113) [`bf5ae8979`](https://github.com/graphcommerce-org/graphcommerce/commit/bf5ae8979b145e7a96303f839ef2b1238712531a) - Remove requirement of toplevelAwait for graphqlSsrClient and solve logging issue in cli ([@paales](https://github.com/paales)) - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/graphql-mesh/package.json b/packages/graphql-mesh/package.json index 8eae96f3b1..a7d535f4a7 100644 --- a/packages/graphql-mesh/package.json +++ b/packages/graphql-mesh/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/graphql-mesh", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "main": "index.ts", "dependencies": { "@graphql-mesh/apollo-link": "latest", @@ -23,9 +23,9 @@ }, "peerDependencies": { "@apollo/client": "^3", - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41", + "@graphcommerce/eslint-config-pwa": "*", + "@graphcommerce/prettier-config-pwa": "*", + "@graphcommerce/typescript-config-pwa": "*", "graphql": "^16.7.1" }, "devDependencies": { diff --git a/packages/graphql/CHANGELOG.md b/packages/graphql/CHANGELOG.md index 290494e42f..7572e16664 100644 --- a/packages/graphql/CHANGELOG.md +++ b/packages/graphql/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ### Patch Changes diff --git a/packages/graphql/package.json b/packages/graphql/package.json index a338ea145b..352c610e08 100644 --- a/packages/graphql/package.json +++ b/packages/graphql/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/graphql", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "sideEffects": false, "main": "index.ts", "prettier": "@graphcommerce/prettier-config-pwa", @@ -13,8 +13,8 @@ } }, "dependencies": { - "@graphcommerce/graphql-codegen-near-operation-file": "7.1.0-canary.41", - "@graphcommerce/graphql-codegen-relay-optimizer-plugin": "7.1.0-canary.41", + "@graphcommerce/graphql-codegen-near-operation-file": "7.1.0-canary.40", + "@graphcommerce/graphql-codegen-relay-optimizer-plugin": "7.1.0-canary.40", "@graphql-codegen/add": "5.0.0", "@graphql-codegen/fragment-matcher": "5.0.0", "@graphql-codegen/introspection": "4.0.0", @@ -28,9 +28,9 @@ }, "peerDependencies": { "@apollo/client": "^3", - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41", + "@graphcommerce/eslint-config-pwa": "*", + "@graphcommerce/prettier-config-pwa": "*", + "@graphcommerce/typescript-config-pwa": "*", "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 d92f8d8e6c..411e9414b7 100644 --- a/packages/hygraph-cli/CHANGELOG.md +++ b/packages/hygraph-cli/CHANGELOG.md @@ -1,7 +1,5 @@ # @graphcommerce/hygraph-cli -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/hygraph-cli/package.json b/packages/hygraph-cli/package.json index 2ebad1a7a5..b6bfb8cb23 100644 --- a/packages/hygraph-cli/package.json +++ b/packages/hygraph-cli/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/hygraph-cli", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "scripts": { "dev": "tsc --preserveWatchOutput --watch", "build": "tsc", @@ -19,10 +19,10 @@ }, "peerDependencies": { "@apollo/client": "^3", - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/next-config": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41", + "@graphcommerce/eslint-config-pwa": "*", + "@graphcommerce/next-config": "*", + "@graphcommerce/prettier-config-pwa": "*", + "@graphcommerce/typescript-config-pwa": "*", "dotenv": "^16.1.4", "graphql": "^16.7.1" }, diff --git a/packages/hygraph-dynamic-rows/CHANGELOG.md b/packages/hygraph-dynamic-rows/CHANGELOG.md index 05a90263ae..729ce377fd 100644 --- a/packages/hygraph-dynamic-rows/CHANGELOG.md +++ b/packages/hygraph-dynamic-rows/CHANGELOG.md @@ -1,7 +1,5 @@ # @graphcommerce/hygraph-dynamic-rows -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/hygraph-dynamic-rows/package.json b/packages/hygraph-dynamic-rows/package.json index 2449ab1189..e7f28d4c48 100644 --- a/packages/hygraph-dynamic-rows/package.json +++ b/packages/hygraph-dynamic-rows/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/hygraph-dynamic-rows", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,13 +12,13 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/graphcms-ui": "7.1.0-canary.41", - "@graphcommerce/graphql": "7.1.0-canary.41", - "@graphcommerce/image": "7.1.0-canary.41", - "@graphcommerce/next-ui": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41", + "@graphcommerce/eslint-config-pwa": "*", + "@graphcommerce/graphcms-ui": "*", + "@graphcommerce/graphql": "*", + "@graphcommerce/image": "*", + "@graphcommerce/next-ui": "*", + "@graphcommerce/prettier-config-pwa": "*", + "@graphcommerce/typescript-config-pwa": "*", "@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 81aea22cbd..78a6e975f3 100644 --- a/packages/hygraph-ui/CHANGELOG.md +++ b/packages/hygraph-ui/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/hygraph-ui/package.json b/packages/hygraph-ui/package.json index 1119e1e2a1..a1a672e5c1 100644 --- a/packages/hygraph-ui/package.json +++ b/packages/hygraph-ui/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/graphcms-ui", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,12 +12,12 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/graphql": "7.1.0-canary.41", - "@graphcommerce/image": "7.1.0-canary.41", - "@graphcommerce/next-ui": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41", + "@graphcommerce/eslint-config-pwa": "*", + "@graphcommerce/graphql": "*", + "@graphcommerce/image": "*", + "@graphcommerce/next-ui": "*", + "@graphcommerce/prettier-config-pwa": "*", + "@graphcommerce/typescript-config-pwa": "*", "@mui/material": "^5.10.16", "next": "*", "react": "^18.2.0", diff --git a/packages/image/CHANGELOG.md b/packages/image/CHANGELOG.md index de3adbb3bf..3c8d2a0426 100644 --- a/packages/image/CHANGELOG.md +++ b/packages/image/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/image/example/CHANGELOG.md b/packages/image/example/CHANGELOG.md index c59be14e3c..6113d57112 100644 --- a/packages/image/example/CHANGELOG.md +++ b/packages/image/example/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/image/example/package.json b/packages/image/example/package.json index 9fe0ef0454..1bae2fc4fd 100644 --- a/packages/image/example/package.json +++ b/packages/image/example/package.json @@ -3,7 +3,7 @@ "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", "private": true, - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "scripts": { "dev": "next", "build": "next build", @@ -31,9 +31,9 @@ "webpack": "5.89.0" }, "devDependencies": { - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41", + "@graphcommerce/eslint-config-pwa": "7.1.0-canary.40", + "@graphcommerce/prettier-config-pwa": "7.1.0-canary.40", + "@graphcommerce/typescript-config-pwa": "7.1.0-canary.40", "@lingui/cli": "4.5.0", "@playwright/test": "1.39.0", "@types/node": "^16.18.61", diff --git a/packages/image/package.json b/packages/image/package.json index 1988f06b02..000e022ca2 100644 --- a/packages/image/package.json +++ b/packages/image/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/image", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "sideEffects": false, "scripts": { "dev": "tsc -W" @@ -15,10 +15,10 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/framer-utils": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41", + "@graphcommerce/eslint-config-pwa": "*", + "@graphcommerce/framer-utils": "*", + "@graphcommerce/prettier-config-pwa": "*", + "@graphcommerce/typescript-config-pwa": "*", "@mui/material": "^5.10.16", "next": "*", "react": "^18.2.0", diff --git a/packages/lighthouse/CHANGELOG.md b/packages/lighthouse/CHANGELOG.md index 838b001bfa..1b1ca2c704 100644 --- a/packages/lighthouse/CHANGELOG.md +++ b/packages/lighthouse/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/lighthouse/package.json b/packages/lighthouse/package.json index 1dec6270a7..96c1fd02ba 100644 --- a/packages/lighthouse/package.json +++ b/packages/lighthouse/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/lighthouse", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "private": true, "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", @@ -13,9 +13,9 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41", + "@graphcommerce/eslint-config-pwa": "*", + "@graphcommerce/prettier-config-pwa": "*", + "@graphcommerce/typescript-config-pwa": "*", "next": "*" } } diff --git a/packages/lingui-next/CHANGELOG.md b/packages/lingui-next/CHANGELOG.md index 457470dafe..42b02a9978 100644 --- a/packages/lingui-next/CHANGELOG.md +++ b/packages/lingui-next/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/lingui-next/package.json b/packages/lingui-next/package.json index a575b77de1..c2b4529962 100644 --- a/packages/lingui-next/package.json +++ b/packages/lingui-next/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/lingui-next", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "sideEffects": false, "scripts": { "dev": "tsc -W" @@ -18,11 +18,11 @@ "@lingui/conf": "^4.5.0" }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/next-config": "7.1.0-canary.41", - "@graphcommerce/next-ui": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41", + "@graphcommerce/eslint-config-pwa": "*", + "@graphcommerce/next-config": "*", + "@graphcommerce/next-ui": "*", + "@graphcommerce/prettier-config-pwa": "*", + "@graphcommerce/typescript-config-pwa": "*", "@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 3d8f6a8212..c3eec3fade 100644 --- a/packages/magento-cart-billing-address/CHANGELOG.md +++ b/packages/magento-cart-billing-address/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/magento-cart-billing-address/package.json b/packages/magento-cart-billing-address/package.json index 9f5b367e26..bb5cc6178d 100644 --- a/packages/magento-cart-billing-address/package.json +++ b/packages/magento-cart-billing-address/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-cart-billing-address", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,17 +12,17 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/framer-next-pages": "7.1.0-canary.41", - "@graphcommerce/graphql": "7.1.0-canary.41", - "@graphcommerce/image": "7.1.0-canary.41", - "@graphcommerce/magento-cart": "7.1.0-canary.41", - "@graphcommerce/magento-customer": "7.1.0-canary.41", - "@graphcommerce/magento-store": "7.1.0-canary.41", - "@graphcommerce/next-ui": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", - "@graphcommerce/react-hook-form": "7.1.0-canary.41", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41", + "@graphcommerce/eslint-config-pwa": "*", + "@graphcommerce/framer-next-pages": "*", + "@graphcommerce/graphql": "*", + "@graphcommerce/image": "*", + "@graphcommerce/magento-cart": "*", + "@graphcommerce/magento-customer": "*", + "@graphcommerce/magento-store": "*", + "@graphcommerce/next-ui": "*", + "@graphcommerce/prettier-config-pwa": "*", + "@graphcommerce/react-hook-form": "*", + "@graphcommerce/typescript-config-pwa": "*", "@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 91fa06e6d0..fead857b89 100644 --- a/packages/magento-cart-checkout/CHANGELOG.md +++ b/packages/magento-cart-checkout/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/magento-cart-checkout/package.json b/packages/magento-cart-checkout/package.json index fe22070a16..cf9ed53f84 100644 --- a/packages/magento-cart-checkout/package.json +++ b/packages/magento-cart-checkout/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-cart-checkout", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,18 +12,18 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/graphql": "7.1.0-canary.41", - "@graphcommerce/image": "7.1.0-canary.41", - "@graphcommerce/magento-cart": "7.1.0-canary.41", - "@graphcommerce/magento-cart-coupon": "7.1.0-canary.41", - "@graphcommerce/magento-cart-items": "7.1.0-canary.41", - "@graphcommerce/magento-customer": "7.1.0-canary.41", - "@graphcommerce/magento-store": "7.1.0-canary.41", - "@graphcommerce/next-ui": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", - "@graphcommerce/react-hook-form": "7.1.0-canary.41", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41", + "@graphcommerce/eslint-config-pwa": "*", + "@graphcommerce/graphql": "*", + "@graphcommerce/image": "*", + "@graphcommerce/magento-cart": "*", + "@graphcommerce/magento-cart-coupon": "*", + "@graphcommerce/magento-cart-items": "*", + "@graphcommerce/magento-customer": "*", + "@graphcommerce/magento-store": "*", + "@graphcommerce/next-ui": "*", + "@graphcommerce/prettier-config-pwa": "*", + "@graphcommerce/react-hook-form": "*", + "@graphcommerce/typescript-config-pwa": "*", "@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 b9a5467e5d..155ea5d74e 100644 --- a/packages/magento-cart-coupon/CHANGELOG.md +++ b/packages/magento-cart-coupon/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/magento-cart-coupon/package.json b/packages/magento-cart-coupon/package.json index ef1baa311b..474a2953a3 100644 --- a/packages/magento-cart-coupon/package.json +++ b/packages/magento-cart-coupon/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-cart-coupon", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,15 +12,15 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/graphql": "7.1.0-canary.41", - "@graphcommerce/image": "7.1.0-canary.41", - "@graphcommerce/magento-cart": "7.1.0-canary.41", - "@graphcommerce/magento-store": "7.1.0-canary.41", - "@graphcommerce/next-ui": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", - "@graphcommerce/react-hook-form": "7.1.0-canary.41", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41", + "@graphcommerce/eslint-config-pwa": "*", + "@graphcommerce/graphql": "*", + "@graphcommerce/image": "*", + "@graphcommerce/magento-cart": "*", + "@graphcommerce/magento-store": "*", + "@graphcommerce/next-ui": "*", + "@graphcommerce/prettier-config-pwa": "*", + "@graphcommerce/react-hook-form": "*", + "@graphcommerce/typescript-config-pwa": "*", "@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 ceebb0a296..ea6c27cb3f 100644 --- a/packages/magento-cart-email/CHANGELOG.md +++ b/packages/magento-cart-email/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/magento-cart-email/package.json b/packages/magento-cart-email/package.json index 05bcb31a9c..f203656aea 100644 --- a/packages/magento-cart-email/package.json +++ b/packages/magento-cart-email/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-cart-email", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,18 +12,18 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "7.1.0-canary.41", - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/graphql": "7.1.0-canary.41", - "@graphcommerce/image": "7.1.0-canary.41", - "@graphcommerce/magento-cart": "7.1.0-canary.41", - "@graphcommerce/magento-customer": "7.1.0-canary.41", - "@graphcommerce/magento-product": "7.1.0-canary.41", - "@graphcommerce/magento-store": "7.1.0-canary.41", - "@graphcommerce/next-ui": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", - "@graphcommerce/react-hook-form": "7.1.0-canary.41", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41", + "@graphcommerce/ecommerce-ui": "*", + "@graphcommerce/eslint-config-pwa": "*", + "@graphcommerce/graphql": "*", + "@graphcommerce/image": "*", + "@graphcommerce/magento-cart": "*", + "@graphcommerce/magento-customer": "*", + "@graphcommerce/magento-product": "*", + "@graphcommerce/magento-store": "*", + "@graphcommerce/next-ui": "*", + "@graphcommerce/prettier-config-pwa": "*", + "@graphcommerce/react-hook-form": "*", + "@graphcommerce/typescript-config-pwa": "*", "@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 860f90ab3a..498ee33165 100644 --- a/packages/magento-cart-items/CHANGELOG.md +++ b/packages/magento-cart-items/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/magento-cart-items/package.json b/packages/magento-cart-items/package.json index 9507d862f2..9beb610e32 100644 --- a/packages/magento-cart-items/package.json +++ b/packages/magento-cart-items/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-cart-items", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,17 +12,17 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/graphql": "7.1.0-canary.41", - "@graphcommerce/image": "7.1.0-canary.41", - "@graphcommerce/magento-cart": "7.1.0-canary.41", - "@graphcommerce/magento-customer": "7.1.0-canary.41", - "@graphcommerce/magento-product": "7.1.0-canary.41", - "@graphcommerce/magento-store": "7.1.0-canary.41", - "@graphcommerce/next-ui": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", - "@graphcommerce/react-hook-form": "7.1.0-canary.41", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41", + "@graphcommerce/eslint-config-pwa": "*", + "@graphcommerce/graphql": "*", + "@graphcommerce/image": "*", + "@graphcommerce/magento-cart": "*", + "@graphcommerce/magento-customer": "*", + "@graphcommerce/magento-product": "*", + "@graphcommerce/magento-store": "*", + "@graphcommerce/next-ui": "*", + "@graphcommerce/prettier-config-pwa": "*", + "@graphcommerce/react-hook-form": "*", + "@graphcommerce/typescript-config-pwa": "*", "@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 266a6cd089..42d2fbdb1d 100644 --- a/packages/magento-cart-payment-method/CHANGELOG.md +++ b/packages/magento-cart-payment-method/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/magento-cart-payment-method/package.json b/packages/magento-cart-payment-method/package.json index 9e5be3a90a..0ef5fed695 100644 --- a/packages/magento-cart-payment-method/package.json +++ b/packages/magento-cart-payment-method/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-cart-payment-method", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,17 +12,17 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/framer-scroller": "7.1.0-canary.41", - "@graphcommerce/graphql": "7.1.0-canary.41", - "@graphcommerce/image": "7.1.0-canary.41", - "@graphcommerce/magento-cart": "7.1.0-canary.41", - "@graphcommerce/magento-cart-shipping-address": "7.1.0-canary.41", - "@graphcommerce/magento-store": "7.1.0-canary.41", - "@graphcommerce/next-ui": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", - "@graphcommerce/react-hook-form": "7.1.0-canary.41", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41", + "@graphcommerce/eslint-config-pwa": "*", + "@graphcommerce/framer-scroller": "*", + "@graphcommerce/graphql": "*", + "@graphcommerce/image": "*", + "@graphcommerce/magento-cart": "*", + "@graphcommerce/magento-cart-shipping-address": "*", + "@graphcommerce/magento-store": "*", + "@graphcommerce/next-ui": "*", + "@graphcommerce/prettier-config-pwa": "*", + "@graphcommerce/react-hook-form": "*", + "@graphcommerce/typescript-config-pwa": "*", "@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 e95aa6f3a1..1c6702b82c 100644 --- a/packages/magento-cart-pickup/CHANGELOG.md +++ b/packages/magento-cart-pickup/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/magento-cart-pickup/package.json b/packages/magento-cart-pickup/package.json index 7feefa7e33..f3720d82d9 100644 --- a/packages/magento-cart-pickup/package.json +++ b/packages/magento-cart-pickup/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-cart-pickup", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,18 +12,18 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "7.1.0-canary.41", - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/graphql": "7.1.0-canary.41", - "@graphcommerce/graphql-mesh": "7.1.0-canary.41", - "@graphcommerce/image": "7.1.0-canary.41", - "@graphcommerce/magento-cart": "7.1.0-canary.41", - "@graphcommerce/magento-cart-shipping-method": "7.1.0-canary.41", - "@graphcommerce/magento-store": "7.1.0-canary.41", - "@graphcommerce/next-ui": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", - "@graphcommerce/react-hook-form": "7.1.0-canary.41", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41", + "@graphcommerce/ecommerce-ui": "*", + "@graphcommerce/eslint-config-pwa": "*", + "@graphcommerce/graphql": "*", + "@graphcommerce/graphql-mesh": "*", + "@graphcommerce/image": "*", + "@graphcommerce/magento-cart": "*", + "@graphcommerce/magento-cart-shipping-method": "*", + "@graphcommerce/magento-store": "*", + "@graphcommerce/next-ui": "*", + "@graphcommerce/prettier-config-pwa": "*", + "@graphcommerce/react-hook-form": "*", + "@graphcommerce/typescript-config-pwa": "*", "@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 b7f0840b67..638a59b1ab 100644 --- a/packages/magento-cart-shipping-address/CHANGELOG.md +++ b/packages/magento-cart-shipping-address/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/magento-cart-shipping-address/package.json b/packages/magento-cart-shipping-address/package.json index d58d3770ca..abfbc17caa 100644 --- a/packages/magento-cart-shipping-address/package.json +++ b/packages/magento-cart-shipping-address/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-cart-shipping-address", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,16 +12,16 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "7.1.0-canary.41", - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/graphql": "7.1.0-canary.41", - "@graphcommerce/image": "7.1.0-canary.41", - "@graphcommerce/magento-cart": "7.1.0-canary.41", - "@graphcommerce/magento-customer": "7.1.0-canary.41", - "@graphcommerce/magento-store": "7.1.0-canary.41", - "@graphcommerce/next-ui": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41", + "@graphcommerce/ecommerce-ui": "*", + "@graphcommerce/eslint-config-pwa": "*", + "@graphcommerce/graphql": "*", + "@graphcommerce/image": "*", + "@graphcommerce/magento-cart": "*", + "@graphcommerce/magento-customer": "*", + "@graphcommerce/magento-store": "*", + "@graphcommerce/next-ui": "*", + "@graphcommerce/prettier-config-pwa": "*", + "@graphcommerce/typescript-config-pwa": "*", "@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 cb76119058..80264818d3 100644 --- a/packages/magento-cart-shipping-method/CHANGELOG.md +++ b/packages/magento-cart-shipping-method/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/magento-cart-shipping-method/package.json b/packages/magento-cart-shipping-method/package.json index 564f90ad72..5f5cd74530 100644 --- a/packages/magento-cart-shipping-method/package.json +++ b/packages/magento-cart-shipping-method/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-cart-shipping-method", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,17 +12,17 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/framer-scroller": "7.1.0-canary.41", - "@graphcommerce/graphql": "7.1.0-canary.41", - "@graphcommerce/image": "7.1.0-canary.41", - "@graphcommerce/magento-cart": "7.1.0-canary.41", - "@graphcommerce/magento-cart-shipping-address": "7.1.0-canary.41", - "@graphcommerce/magento-store": "7.1.0-canary.41", - "@graphcommerce/next-ui": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", - "@graphcommerce/react-hook-form": "7.1.0-canary.41", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41", + "@graphcommerce/eslint-config-pwa": "*", + "@graphcommerce/framer-scroller": "*", + "@graphcommerce/graphql": "*", + "@graphcommerce/image": "*", + "@graphcommerce/magento-cart": "*", + "@graphcommerce/magento-cart-shipping-address": "*", + "@graphcommerce/magento-store": "*", + "@graphcommerce/next-ui": "*", + "@graphcommerce/prettier-config-pwa": "*", + "@graphcommerce/react-hook-form": "*", + "@graphcommerce/typescript-config-pwa": "*", "@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 0d58fb8763..7bc8564633 100644 --- a/packages/magento-cart/CHANGELOG.md +++ b/packages/magento-cart/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/magento-cart/package.json b/packages/magento-cart/package.json index b9d53503aa..e30f493ce8 100644 --- a/packages/magento-cart/package.json +++ b/packages/magento-cart/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-cart", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,20 +12,20 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "7.1.0-canary.41", - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/framer-next-pages": "7.1.0-canary.41", - "@graphcommerce/framer-scroller": "7.1.0-canary.41", - "@graphcommerce/framer-utils": "7.1.0-canary.41", - "@graphcommerce/graphql": "7.1.0-canary.41", - "@graphcommerce/image": "7.1.0-canary.41", - "@graphcommerce/magento-customer": "7.1.0-canary.41", - "@graphcommerce/magento-graphql": "7.1.0-canary.41", - "@graphcommerce/magento-store": "7.1.0-canary.41", - "@graphcommerce/next-ui": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", - "@graphcommerce/react-hook-form": "7.1.0-canary.41", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41", + "@graphcommerce/ecommerce-ui": "*", + "@graphcommerce/eslint-config-pwa": "*", + "@graphcommerce/framer-next-pages": "*", + "@graphcommerce/framer-scroller": "*", + "@graphcommerce/framer-utils": "*", + "@graphcommerce/graphql": "*", + "@graphcommerce/image": "*", + "@graphcommerce/magento-customer": "*", + "@graphcommerce/magento-graphql": "*", + "@graphcommerce/magento-store": "*", + "@graphcommerce/next-ui": "*", + "@graphcommerce/prettier-config-pwa": "*", + "@graphcommerce/react-hook-form": "*", + "@graphcommerce/typescript-config-pwa": "*", "@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 335234f063..9df09e2508 100644 --- a/packages/magento-category/CHANGELOG.md +++ b/packages/magento-category/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/magento-category/package.json b/packages/magento-category/package.json index 04fea8b054..f1dfcc461b 100644 --- a/packages/magento-category/package.json +++ b/packages/magento-category/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-category", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,15 +12,15 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/framer-scroller": "7.1.0-canary.41", - "@graphcommerce/graphql": "7.1.0-canary.41", - "@graphcommerce/image": "7.1.0-canary.41", - "@graphcommerce/magento-product": "7.1.0-canary.41", - "@graphcommerce/magento-store": "7.1.0-canary.41", - "@graphcommerce/next-ui": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41", + "@graphcommerce/eslint-config-pwa": "*", + "@graphcommerce/framer-scroller": "*", + "@graphcommerce/graphql": "*", + "@graphcommerce/image": "*", + "@graphcommerce/magento-product": "*", + "@graphcommerce/magento-store": "*", + "@graphcommerce/next-ui": "*", + "@graphcommerce/prettier-config-pwa": "*", + "@graphcommerce/typescript-config-pwa": "*", "@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 8fc2e83a54..7a4f2e4261 100644 --- a/packages/magento-cms/CHANGELOG.md +++ b/packages/magento-cms/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/magento-cms/package.json b/packages/magento-cms/package.json index fb76899740..90d22b2584 100644 --- a/packages/magento-cms/package.json +++ b/packages/magento-cms/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-cms", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,11 +12,11 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/graphql": "7.1.0-canary.41", - "@graphcommerce/magento-store": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41", + "@graphcommerce/eslint-config-pwa": "*", + "@graphcommerce/graphql": "*", + "@graphcommerce/magento-store": "*", + "@graphcommerce/prettier-config-pwa": "*", + "@graphcommerce/typescript-config-pwa": "*", "@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 2b35f62cd9..a0c2c787c0 100644 --- a/packages/magento-compare/CHANGELOG.md +++ b/packages/magento-compare/CHANGELOG.md @@ -1,7 +1,5 @@ # @graphcommerce/magento-compare -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/magento-compare/package.json b/packages/magento-compare/package.json index 104ff913f0..19fefc88d9 100644 --- a/packages/magento-compare/package.json +++ b/packages/magento-compare/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-compare", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,16 +12,16 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "7.1.0-canary.41", - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/framer-next-pages": "7.1.0-canary.41", - "@graphcommerce/framer-utils": "7.1.0-canary.41", - "@graphcommerce/graphql": "7.1.0-canary.41", - "@graphcommerce/magento-cart": "7.1.0-canary.41", - "@graphcommerce/magento-product": "7.1.0-canary.41", - "@graphcommerce/next-ui": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41", + "@graphcommerce/ecommerce-ui": "*", + "@graphcommerce/eslint-config-pwa": "*", + "@graphcommerce/framer-next-pages": "*", + "@graphcommerce/framer-utils": "*", + "@graphcommerce/graphql": "*", + "@graphcommerce/magento-cart": "*", + "@graphcommerce/magento-product": "*", + "@graphcommerce/next-ui": "*", + "@graphcommerce/prettier-config-pwa": "*", + "@graphcommerce/typescript-config-pwa": "*", "@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 127cd968d6..a109d61064 100644 --- a/packages/magento-customer-account/CHANGELOG.md +++ b/packages/magento-customer-account/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/magento-customer-account/package.json b/packages/magento-customer-account/package.json index e87cd4b364..da505b087e 100644 --- a/packages/magento-customer-account/package.json +++ b/packages/magento-customer-account/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-customer-account", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,9 +12,9 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/magento-customer": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41" + "@graphcommerce/eslint-config-pwa": "*", + "@graphcommerce/magento-customer": "*", + "@graphcommerce/prettier-config-pwa": "*", + "@graphcommerce/typescript-config-pwa": "*" } } diff --git a/packages/magento-customer-order/CHANGELOG.md b/packages/magento-customer-order/CHANGELOG.md index c826241080..37a72da6f5 100644 --- a/packages/magento-customer-order/CHANGELOG.md +++ b/packages/magento-customer-order/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/magento-customer-order/package.json b/packages/magento-customer-order/package.json index b43c582c00..a6a4f281f9 100644 --- a/packages/magento-customer-order/package.json +++ b/packages/magento-customer-order/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-customer-order", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,16 +12,16 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/graphql": "7.1.0-canary.41", - "@graphcommerce/graphql-mesh": "7.1.0-canary.41", - "@graphcommerce/image": "7.1.0-canary.41", - "@graphcommerce/magento-customer": "7.1.0-canary.41", - "@graphcommerce/magento-graphql": "7.1.0-canary.41", - "@graphcommerce/magento-store": "7.1.0-canary.41", - "@graphcommerce/next-ui": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41", + "@graphcommerce/eslint-config-pwa": "*", + "@graphcommerce/graphql": "*", + "@graphcommerce/graphql-mesh": "*", + "@graphcommerce/image": "*", + "@graphcommerce/magento-customer": "*", + "@graphcommerce/magento-graphql": "*", + "@graphcommerce/magento-store": "*", + "@graphcommerce/next-ui": "*", + "@graphcommerce/prettier-config-pwa": "*", + "@graphcommerce/typescript-config-pwa": "*", "@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 8e724131f5..9aa1aea6ba 100644 --- a/packages/magento-customer/CHANGELOG.md +++ b/packages/magento-customer/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ### Patch Changes diff --git a/packages/magento-customer/package.json b/packages/magento-customer/package.json index ea174a66c1..9be854e1e0 100644 --- a/packages/magento-customer/package.json +++ b/packages/magento-customer/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-customer", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,18 +12,18 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "7.1.0-canary.41", - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/framer-utils": "7.1.0-canary.41", - "@graphcommerce/graphql": "7.1.0-canary.41", - "@graphcommerce/graphql-mesh": "7.1.0-canary.41", - "@graphcommerce/image": "7.1.0-canary.41", - "@graphcommerce/magento-graphql": "7.1.0-canary.41", - "@graphcommerce/magento-store": "7.1.0-canary.41", - "@graphcommerce/next-ui": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", - "@graphcommerce/react-hook-form": "7.1.0-canary.41", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41", + "@graphcommerce/ecommerce-ui": "*", + "@graphcommerce/eslint-config-pwa": "*", + "@graphcommerce/framer-utils": "*", + "@graphcommerce/graphql": "*", + "@graphcommerce/graphql-mesh": "*", + "@graphcommerce/image": "*", + "@graphcommerce/magento-graphql": "*", + "@graphcommerce/magento-store": "*", + "@graphcommerce/next-ui": "*", + "@graphcommerce/prettier-config-pwa": "*", + "@graphcommerce/react-hook-form": "*", + "@graphcommerce/typescript-config-pwa": "*", "@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 f0c8623b8c..03f77aa58c 100644 --- a/packages/magento-graphql/CHANGELOG.md +++ b/packages/magento-graphql/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/magento-graphql/package.json b/packages/magento-graphql/package.json index 0003ed1aa8..e66e16a46b 100644 --- a/packages/magento-graphql/package.json +++ b/packages/magento-graphql/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-graphql", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "sideEffects": false, "main": "index.ts", "prettier": "@graphcommerce/prettier-config-pwa", @@ -13,10 +13,10 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/graphql": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41", + "@graphcommerce/eslint-config-pwa": "*", + "@graphcommerce/graphql": "*", + "@graphcommerce/prettier-config-pwa": "*", + "@graphcommerce/typescript-config-pwa": "*", "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 2f2a8c4305..7a2d1b1e1c 100644 --- a/packages/magento-newsletter/CHANGELOG.md +++ b/packages/magento-newsletter/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/magento-newsletter/package.json b/packages/magento-newsletter/package.json index 7c9a9e658d..30be06a018 100644 --- a/packages/magento-newsletter/package.json +++ b/packages/magento-newsletter/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-newsletter", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,15 +12,15 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "7.1.0-canary.41", - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/graphql": "7.1.0-canary.41", - "@graphcommerce/magento-cart": "7.1.0-canary.41", - "@graphcommerce/magento-customer": "7.1.0-canary.41", - "@graphcommerce/next-ui": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", - "@graphcommerce/react-hook-form": "7.1.0-canary.41", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41", + "@graphcommerce/ecommerce-ui": "*", + "@graphcommerce/eslint-config-pwa": "*", + "@graphcommerce/graphql": "*", + "@graphcommerce/magento-cart": "*", + "@graphcommerce/magento-customer": "*", + "@graphcommerce/next-ui": "*", + "@graphcommerce/prettier-config-pwa": "*", + "@graphcommerce/react-hook-form": "*", + "@graphcommerce/typescript-config-pwa": "*", "@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 ba61ebf674..3c4b50f35c 100644 --- a/packages/magento-pagebuilder/CHANGELOG.md +++ b/packages/magento-pagebuilder/CHANGELOG.md @@ -1,7 +1,5 @@ # @graphcommerce/magento-pagebuilder -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/magento-pagebuilder/package.json b/packages/magento-pagebuilder/package.json index 99e7ed254d..fbc4a51821 100644 --- a/packages/magento-pagebuilder/package.json +++ b/packages/magento-pagebuilder/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-pagebuilder", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -18,15 +18,15 @@ "jsdom": "^22.1.0" }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/graphql": "7.1.0-canary.41", - "@graphcommerce/magento-category": "7.1.0-canary.41", - "@graphcommerce/magento-cms": "7.1.0-canary.41", - "@graphcommerce/magento-product": "7.1.0-canary.41", - "@graphcommerce/next-ui": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", - "@graphcommerce/react-hook-form": "7.1.0-canary.41", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41", + "@graphcommerce/eslint-config-pwa": "*", + "@graphcommerce/graphql": "*", + "@graphcommerce/magento-category": "*", + "@graphcommerce/magento-cms": "*", + "@graphcommerce/magento-product": "*", + "@graphcommerce/next-ui": "*", + "@graphcommerce/prettier-config-pwa": "*", + "@graphcommerce/react-hook-form": "*", + "@graphcommerce/typescript-config-pwa": "*", "@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 4f22f07e4b..6ee68195ae 100644 --- a/packages/magento-payment-adyen/CHANGELOG.md +++ b/packages/magento-payment-adyen/CHANGELOG.md @@ -1,7 +1,5 @@ # @graphcommerce/magento-payment-adyen -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/magento-payment-adyen/package.json b/packages/magento-payment-adyen/package.json index 104b713b2f..4700f6a097 100644 --- a/packages/magento-payment-adyen/package.json +++ b/packages/magento-payment-adyen/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-payment-adyen", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,18 +12,18 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "7.1.0-canary.41", - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/graphql": "7.1.0-canary.41", - "@graphcommerce/graphql-mesh": "7.1.0-canary.41", - "@graphcommerce/image": "7.1.0-canary.41", - "@graphcommerce/magento-cart": "7.1.0-canary.41", - "@graphcommerce/magento-cart-payment-method": "7.1.0-canary.41", - "@graphcommerce/magento-product": "7.1.0-canary.41", - "@graphcommerce/magento-store": "7.1.0-canary.41", - "@graphcommerce/next-ui": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41", + "@graphcommerce/ecommerce-ui": "*", + "@graphcommerce/eslint-config-pwa": "*", + "@graphcommerce/graphql": "*", + "@graphcommerce/graphql-mesh": "*", + "@graphcommerce/image": "*", + "@graphcommerce/magento-cart": "*", + "@graphcommerce/magento-cart-payment-method": "*", + "@graphcommerce/magento-product": "*", + "@graphcommerce/magento-store": "*", + "@graphcommerce/next-ui": "*", + "@graphcommerce/prettier-config-pwa": "*", + "@graphcommerce/typescript-config-pwa": "*", "@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 551a473b97..e5f3d16a12 100644 --- a/packages/magento-payment-braintree/CHANGELOG.md +++ b/packages/magento-payment-braintree/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/magento-payment-braintree/package.json b/packages/magento-payment-braintree/package.json index b19a10c5fa..b9f00138d0 100644 --- a/packages/magento-payment-braintree/package.json +++ b/packages/magento-payment-braintree/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-payment-braintree", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -18,19 +18,19 @@ "braintree-web": "^3.97.3" }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/graphql": "7.1.0-canary.41", - "@graphcommerce/image": "7.1.0-canary.41", - "@graphcommerce/magento-cart": "7.1.0-canary.41", - "@graphcommerce/magento-cart-payment-method": "7.1.0-canary.41", - "@graphcommerce/magento-cart-shipping-address": "7.1.0-canary.41", - "@graphcommerce/magento-product": "7.1.0-canary.41", - "@graphcommerce/magento-product-configurable": "7.1.0-canary.41", - "@graphcommerce/magento-store": "7.1.0-canary.41", - "@graphcommerce/next-ui": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", - "@graphcommerce/react-hook-form": "7.1.0-canary.41", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41", + "@graphcommerce/eslint-config-pwa": "*", + "@graphcommerce/graphql": "*", + "@graphcommerce/image": "*", + "@graphcommerce/magento-cart": "*", + "@graphcommerce/magento-cart-payment-method": "*", + "@graphcommerce/magento-cart-shipping-address": "*", + "@graphcommerce/magento-product": "*", + "@graphcommerce/magento-product-configurable": "*", + "@graphcommerce/magento-store": "*", + "@graphcommerce/next-ui": "*", + "@graphcommerce/prettier-config-pwa": "*", + "@graphcommerce/react-hook-form": "*", + "@graphcommerce/typescript-config-pwa": "*", "@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 c63d5f25ec..5162dbd2ff 100644 --- a/packages/magento-payment-included/CHANGELOG.md +++ b/packages/magento-payment-included/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/magento-payment-included/package.json b/packages/magento-payment-included/package.json index dd39083344..817102c124 100644 --- a/packages/magento-payment-included/package.json +++ b/packages/magento-payment-included/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-payment-included", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,19 +12,19 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/graphql": "7.1.0-canary.41", - "@graphcommerce/image": "7.1.0-canary.41", - "@graphcommerce/magento-cart": "7.1.0-canary.41", - "@graphcommerce/magento-cart-payment-method": "7.1.0-canary.41", - "@graphcommerce/magento-cart-shipping-address": "7.1.0-canary.41", - "@graphcommerce/magento-product": "7.1.0-canary.41", - "@graphcommerce/magento-product-configurable": "7.1.0-canary.41", - "@graphcommerce/magento-store": "7.1.0-canary.41", - "@graphcommerce/next-ui": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", - "@graphcommerce/react-hook-form": "7.1.0-canary.41", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41", + "@graphcommerce/eslint-config-pwa": "*", + "@graphcommerce/graphql": "*", + "@graphcommerce/image": "*", + "@graphcommerce/magento-cart": "*", + "@graphcommerce/magento-cart-payment-method": "*", + "@graphcommerce/magento-cart-shipping-address": "*", + "@graphcommerce/magento-product": "*", + "@graphcommerce/magento-product-configurable": "*", + "@graphcommerce/magento-store": "*", + "@graphcommerce/next-ui": "*", + "@graphcommerce/prettier-config-pwa": "*", + "@graphcommerce/react-hook-form": "*", + "@graphcommerce/typescript-config-pwa": "*", "@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 37fd6f0b3c..297f2b8930 100644 --- a/packages/magento-payment-klarna/CHANGELOG.md +++ b/packages/magento-payment-klarna/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/magento-payment-klarna/package.json b/packages/magento-payment-klarna/package.json index 3c80a18974..21f51ad3b3 100644 --- a/packages/magento-payment-klarna/package.json +++ b/packages/magento-payment-klarna/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-payment-klarna", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "private": true, "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", @@ -13,14 +13,14 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/graphql": "7.1.0-canary.41", - "@graphcommerce/image": "7.1.0-canary.41", - "@graphcommerce/magento-cart": "7.1.0-canary.41", - "@graphcommerce/magento-store": "7.1.0-canary.41", - "@graphcommerce/next-ui": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41", + "@graphcommerce/eslint-config-pwa": "*", + "@graphcommerce/graphql": "*", + "@graphcommerce/image": "*", + "@graphcommerce/magento-cart": "*", + "@graphcommerce/magento-store": "*", + "@graphcommerce/next-ui": "*", + "@graphcommerce/prettier-config-pwa": "*", + "@graphcommerce/typescript-config-pwa": "*", "@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 df3b27a4e5..ff83e185d0 100644 --- a/packages/magento-payment-multisafepay/CHANGELOG.md +++ b/packages/magento-payment-multisafepay/CHANGELOG.md @@ -1,7 +1,5 @@ # @graphcommerce/magento-payment-multisafepay -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/magento-payment-multisafepay/package.json b/packages/magento-payment-multisafepay/package.json index 49a647135d..1fba397a04 100644 --- a/packages/magento-payment-multisafepay/package.json +++ b/packages/magento-payment-multisafepay/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-payment-multisafepay", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,22 +12,22 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "7.1.0-canary.41", - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/graphql": "7.1.0-canary.41", - "@graphcommerce/graphql-mesh": "7.1.0-canary.41", - "@graphcommerce/image": "7.1.0-canary.41", - "@graphcommerce/magento-cart": "7.1.0-canary.41", - "@graphcommerce/magento-cart-checkout": "7.1.0-canary.41", - "@graphcommerce/magento-cart-payment-method": "7.1.0-canary.41", - "@graphcommerce/magento-cart-shipping-address": "7.1.0-canary.41", - "@graphcommerce/magento-product": "7.1.0-canary.41", - "@graphcommerce/magento-product-configurable": "7.1.0-canary.41", - "@graphcommerce/magento-store": "7.1.0-canary.41", - "@graphcommerce/next-ui": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", - "@graphcommerce/react-hook-form": "7.1.0-canary.41", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41", + "@graphcommerce/ecommerce-ui": "*", + "@graphcommerce/eslint-config-pwa": "*", + "@graphcommerce/graphql": "*", + "@graphcommerce/graphql-mesh": "*", + "@graphcommerce/image": "*", + "@graphcommerce/magento-cart": "*", + "@graphcommerce/magento-cart-checkout": "*", + "@graphcommerce/magento-cart-payment-method": "*", + "@graphcommerce/magento-cart-shipping-address": "*", + "@graphcommerce/magento-product": "*", + "@graphcommerce/magento-product-configurable": "*", + "@graphcommerce/magento-store": "*", + "@graphcommerce/next-ui": "*", + "@graphcommerce/prettier-config-pwa": "*", + "@graphcommerce/react-hook-form": "*", + "@graphcommerce/typescript-config-pwa": "*", "@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 bda5a0a926..28cc2f494e 100644 --- a/packages/magento-payment-paypal/CHANGELOG.md +++ b/packages/magento-payment-paypal/CHANGELOG.md @@ -1,7 +1,5 @@ # @graphcommerce/magento-payment-paypal -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/magento-payment-paypal/package.json b/packages/magento-payment-paypal/package.json index 0aac464ab3..3ecb657b00 100644 --- a/packages/magento-payment-paypal/package.json +++ b/packages/magento-payment-paypal/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-payment-paypal", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,16 +12,16 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "7.1.0-canary.41", - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/graphql": "7.1.0-canary.41", - "@graphcommerce/image": "7.1.0-canary.41", - "@graphcommerce/magento-cart": "7.1.0-canary.41", - "@graphcommerce/magento-cart-payment-method": "7.1.0-canary.41", - "@graphcommerce/magento-store": "7.1.0-canary.41", - "@graphcommerce/next-ui": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41", + "@graphcommerce/ecommerce-ui": "*", + "@graphcommerce/eslint-config-pwa": "*", + "@graphcommerce/graphql": "*", + "@graphcommerce/image": "*", + "@graphcommerce/magento-cart": "*", + "@graphcommerce/magento-cart-payment-method": "*", + "@graphcommerce/magento-store": "*", + "@graphcommerce/next-ui": "*", + "@graphcommerce/prettier-config-pwa": "*", + "@graphcommerce/typescript-config-pwa": "*", "@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 8b8124ce90..44740fe28c 100644 --- a/packages/magento-product-bundle/CHANGELOG.md +++ b/packages/magento-product-bundle/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ### Minor Changes diff --git a/packages/magento-product-bundle/package.json b/packages/magento-product-bundle/package.json index a3caed682f..e0e6094aff 100644 --- a/packages/magento-product-bundle/package.json +++ b/packages/magento-product-bundle/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-product-bundle", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,19 +12,19 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "7.1.0-canary.41", - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/graphql": "7.1.0-canary.41", - "@graphcommerce/image": "7.1.0-canary.41", - "@graphcommerce/magento-cart": "7.1.0-canary.41", - "@graphcommerce/magento-cart-items": "7.1.0-canary.41", - "@graphcommerce/magento-product": "7.1.0-canary.41", - "@graphcommerce/magento-product-simple": "7.1.0-canary.41", - "@graphcommerce/magento-product-virtual": "7.1.0-canary.41", - "@graphcommerce/magento-store": "7.1.0-canary.41", - "@graphcommerce/next-ui": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41", + "@graphcommerce/ecommerce-ui": "*", + "@graphcommerce/eslint-config-pwa": "*", + "@graphcommerce/graphql": "*", + "@graphcommerce/image": "*", + "@graphcommerce/magento-cart": "*", + "@graphcommerce/magento-cart-items": "*", + "@graphcommerce/magento-product": "*", + "@graphcommerce/magento-product-simple": "*", + "@graphcommerce/magento-product-virtual": "*", + "@graphcommerce/magento-store": "*", + "@graphcommerce/next-ui": "*", + "@graphcommerce/prettier-config-pwa": "*", + "@graphcommerce/typescript-config-pwa": "*", "@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 e8840be72d..375f4690b4 100644 --- a/packages/magento-product-configurable/CHANGELOG.md +++ b/packages/magento-product-configurable/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ### Minor Changes diff --git a/packages/magento-product-configurable/package.json b/packages/magento-product-configurable/package.json index 8ab525f159..08b74cf1f5 100644 --- a/packages/magento-product-configurable/package.json +++ b/packages/magento-product-configurable/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-product-configurable", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,22 +12,22 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "7.1.0-canary.41", - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/graphql": "7.1.0-canary.41", - "@graphcommerce/graphql-mesh": "7.1.0-canary.41", - "@graphcommerce/image": "7.1.0-canary.41", - "@graphcommerce/magento-cart": "7.1.0-canary.41", - "@graphcommerce/magento-cart-items": "7.1.0-canary.41", - "@graphcommerce/magento-category": "7.1.0-canary.41", - "@graphcommerce/magento-customer": "7.1.0-canary.41", - "@graphcommerce/magento-product": "7.1.0-canary.41", - "@graphcommerce/magento-product-simple": "7.1.0-canary.41", - "@graphcommerce/magento-store": "7.1.0-canary.41", - "@graphcommerce/next-ui": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", - "@graphcommerce/react-hook-form": "7.1.0-canary.41", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41", + "@graphcommerce/ecommerce-ui": "*", + "@graphcommerce/eslint-config-pwa": "*", + "@graphcommerce/graphql": "*", + "@graphcommerce/graphql-mesh": "*", + "@graphcommerce/image": "*", + "@graphcommerce/magento-cart": "*", + "@graphcommerce/magento-cart-items": "*", + "@graphcommerce/magento-category": "*", + "@graphcommerce/magento-customer": "*", + "@graphcommerce/magento-product": "*", + "@graphcommerce/magento-product-simple": "*", + "@graphcommerce/magento-store": "*", + "@graphcommerce/next-ui": "*", + "@graphcommerce/prettier-config-pwa": "*", + "@graphcommerce/react-hook-form": "*", + "@graphcommerce/typescript-config-pwa": "*", "@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 57d28fba5d..709b0201ac 100644 --- a/packages/magento-product-downloadable/CHANGELOG.md +++ b/packages/magento-product-downloadable/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/magento-product-downloadable/package.json b/packages/magento-product-downloadable/package.json index cb6d1d01f9..1a522c32dd 100644 --- a/packages/magento-product-downloadable/package.json +++ b/packages/magento-product-downloadable/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-product-downloadable", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,14 +12,14 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/graphql": "7.1.0-canary.41", - "@graphcommerce/magento-cart": "7.1.0-canary.41", - "@graphcommerce/magento-product": "7.1.0-canary.41", - "@graphcommerce/magento-store": "7.1.0-canary.41", - "@graphcommerce/next-ui": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41", + "@graphcommerce/eslint-config-pwa": "*", + "@graphcommerce/graphql": "*", + "@graphcommerce/magento-cart": "*", + "@graphcommerce/magento-product": "*", + "@graphcommerce/magento-store": "*", + "@graphcommerce/next-ui": "*", + "@graphcommerce/prettier-config-pwa": "*", + "@graphcommerce/typescript-config-pwa": "*", "@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 3b176c75c5..8b377a0e91 100644 --- a/packages/magento-product-grouped/CHANGELOG.md +++ b/packages/magento-product-grouped/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/magento-product-grouped/package.json b/packages/magento-product-grouped/package.json index b6b179d37b..db34cf79d9 100644 --- a/packages/magento-product-grouped/package.json +++ b/packages/magento-product-grouped/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-product-grouped", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,14 +12,14 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/graphql": "7.1.0-canary.41", - "@graphcommerce/magento-cart": "7.1.0-canary.41", - "@graphcommerce/magento-product": "7.1.0-canary.41", - "@graphcommerce/magento-product-simple": "7.1.0-canary.41", - "@graphcommerce/magento-product-virtual": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41", + "@graphcommerce/eslint-config-pwa": "*", + "@graphcommerce/graphql": "*", + "@graphcommerce/magento-cart": "*", + "@graphcommerce/magento-product": "*", + "@graphcommerce/magento-product-simple": "*", + "@graphcommerce/magento-product-virtual": "*", + "@graphcommerce/prettier-config-pwa": "*", + "@graphcommerce/typescript-config-pwa": "*", "@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 36f1a379ca..5763c99027 100644 --- a/packages/magento-product-simple/CHANGELOG.md +++ b/packages/magento-product-simple/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/magento-product-simple/package.json b/packages/magento-product-simple/package.json index 459b0589c4..cd08095882 100644 --- a/packages/magento-product-simple/package.json +++ b/packages/magento-product-simple/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-product-simple", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,14 +12,14 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/graphql": "7.1.0-canary.41", - "@graphcommerce/magento-cart": "7.1.0-canary.41", - "@graphcommerce/magento-cart-items": "7.1.0-canary.41", - "@graphcommerce/magento-product": "7.1.0-canary.41", - "@graphcommerce/next-ui": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41", + "@graphcommerce/eslint-config-pwa": "*", + "@graphcommerce/graphql": "*", + "@graphcommerce/magento-cart": "*", + "@graphcommerce/magento-cart-items": "*", + "@graphcommerce/magento-product": "*", + "@graphcommerce/next-ui": "*", + "@graphcommerce/prettier-config-pwa": "*", + "@graphcommerce/typescript-config-pwa": "*", "@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 e5476389a6..94cccb026c 100644 --- a/packages/magento-product-virtual/CHANGELOG.md +++ b/packages/magento-product-virtual/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/magento-product-virtual/package.json b/packages/magento-product-virtual/package.json index e4ab4037ba..043f3a8ce4 100644 --- a/packages/magento-product-virtual/package.json +++ b/packages/magento-product-virtual/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-product-virtual", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,14 +12,14 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/graphql": "7.1.0-canary.41", - "@graphcommerce/magento-cart": "7.1.0-canary.41", - "@graphcommerce/magento-cart-items": "7.1.0-canary.41", - "@graphcommerce/magento-product": "7.1.0-canary.41", - "@graphcommerce/next-ui": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41", + "@graphcommerce/eslint-config-pwa": "*", + "@graphcommerce/graphql": "*", + "@graphcommerce/magento-cart": "*", + "@graphcommerce/magento-cart-items": "*", + "@graphcommerce/magento-product": "*", + "@graphcommerce/next-ui": "*", + "@graphcommerce/prettier-config-pwa": "*", + "@graphcommerce/typescript-config-pwa": "*", "@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 3317d3c998..72d2fe0562 100644 --- a/packages/magento-product/CHANGELOG.md +++ b/packages/magento-product/CHANGELOG.md @@ -1,13 +1,5 @@ # Change Log -## 7.1.0-canary.41 - -### Patch Changes - -- [#2077](https://github.com/graphcommerce-org/graphcommerce/pull/2077) [`0d2cb22a5`](https://github.com/graphcommerce-org/graphcommerce/commit/0d2cb22a58451d40102981263209aacb93016c76) - Removed unwanted space below ProductListItem images caused by line-height. Images are now perfectly square as expected. ([@bramvanderholst](https://github.com/bramvanderholst)) - -- [#2077](https://github.com/graphcommerce-org/graphcommerce/pull/2077) [`5f4455b1c`](https://github.com/graphcommerce-org/graphcommerce/commit/5f4455b1cccddf1501f0279e5ca2d9277a07ff07) - Added Skeleton render type to productListRenderer ([@bramvanderholst](https://github.com/bramvanderholst)) - ## 7.1.0-canary.38 ### Minor Changes diff --git a/packages/magento-product/package.json b/packages/magento-product/package.json index bed038dbbe..2374d9eb29 100644 --- a/packages/magento-product/package.json +++ b/packages/magento-product/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-product", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -16,18 +16,18 @@ "typescript": "5.2.2" }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "7.1.0-canary.41", - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/framer-next-pages": "7.1.0-canary.41", - "@graphcommerce/framer-scroller": "7.1.0-canary.41", - "@graphcommerce/graphql": "7.1.0-canary.41", - "@graphcommerce/graphql-mesh": "7.1.0-canary.41", - "@graphcommerce/image": "7.1.0-canary.41", - "@graphcommerce/magento-cart": "7.1.0-canary.41", - "@graphcommerce/magento-store": "7.1.0-canary.41", - "@graphcommerce/next-ui": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41", + "@graphcommerce/ecommerce-ui": "*", + "@graphcommerce/eslint-config-pwa": "*", + "@graphcommerce/framer-next-pages": "*", + "@graphcommerce/framer-scroller": "*", + "@graphcommerce/graphql": "*", + "@graphcommerce/graphql-mesh": "*", + "@graphcommerce/image": "*", + "@graphcommerce/magento-cart": "*", + "@graphcommerce/magento-store": "*", + "@graphcommerce/next-ui": "*", + "@graphcommerce/prettier-config-pwa": "*", + "@graphcommerce/typescript-config-pwa": "*", "@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 deleted file mode 100644 index 115a8be341..0000000000 --- a/packages/magento-recently-viewed-products/CHANGELOG.md +++ /dev/null @@ -1,7 +0,0 @@ -# @graphcommerce/magento-recently-viewed-products - -## 7.1.0-canary.41 - -### Minor Changes - -- [#2077](https://github.com/graphcommerce-org/graphcommerce/pull/2077) [`e661106d4`](https://github.com/graphcommerce-org/graphcommerce/commit/e661106d45e51c617533f19b397a812e22b6fc82) - Added recently viewed products hook and render component ([@bramvanderholst](https://github.com/bramvanderholst)) diff --git a/packages/magento-recently-viewed-products/package.json b/packages/magento-recently-viewed-products/package.json index 75155f33fa..cc9b5ca0e5 100644 --- a/packages/magento-recently-viewed-products/package.json +++ b/packages/magento-recently-viewed-products/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-recently-viewed-products", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,16 +12,16 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/graphql": "7.1.0-canary.41", - "@graphcommerce/graphql-mesh": "7.1.0-canary.41", - "@graphcommerce/magento-cart": "7.1.0-canary.41", - "@graphcommerce/magento-product": "7.1.0-canary.41", - "@graphcommerce/magento-product-configurable": "7.1.0-canary.41", - "@graphcommerce/next-config": "7.1.0-canary.41", - "@graphcommerce/next-ui": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41", + "@graphcommerce/eslint-config-pwa": "*", + "@graphcommerce/graphql": "*", + "@graphcommerce/graphql-mesh": "*", + "@graphcommerce/magento-cart": "*", + "@graphcommerce/magento-product": "*", + "@graphcommerce/magento-product-configurable": "*", + "@graphcommerce/next-config": "*", + "@graphcommerce/next-ui": "*", + "@graphcommerce/prettier-config-pwa": "*", + "@graphcommerce/typescript-config-pwa": "*", "@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 84c49dd1f1..1e58ff1f03 100644 --- a/packages/magento-review/CHANGELOG.md +++ b/packages/magento-review/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/magento-review/package.json b/packages/magento-review/package.json index a48f43d43c..da257c8e5b 100644 --- a/packages/magento-review/package.json +++ b/packages/magento-review/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-review", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -16,17 +16,17 @@ "typescript": "5.2.2" }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/graphql": "7.1.0-canary.41", - "@graphcommerce/graphql-mesh": "7.1.0-canary.41", - "@graphcommerce/image": "7.1.0-canary.41", - "@graphcommerce/magento-customer": "7.1.0-canary.41", - "@graphcommerce/magento-product": "7.1.0-canary.41", - "@graphcommerce/magento-store": "7.1.0-canary.41", - "@graphcommerce/next-ui": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", - "@graphcommerce/react-hook-form": "7.1.0-canary.41", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41", + "@graphcommerce/eslint-config-pwa": "*", + "@graphcommerce/graphql": "*", + "@graphcommerce/graphql-mesh": "*", + "@graphcommerce/image": "*", + "@graphcommerce/magento-customer": "*", + "@graphcommerce/magento-product": "*", + "@graphcommerce/magento-store": "*", + "@graphcommerce/next-ui": "*", + "@graphcommerce/prettier-config-pwa": "*", + "@graphcommerce/react-hook-form": "*", + "@graphcommerce/typescript-config-pwa": "*", "@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 65149d208a..9a7b721bae 100644 --- a/packages/magento-search/CHANGELOG.md +++ b/packages/magento-search/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/magento-search/package.json b/packages/magento-search/package.json index 7f24d0af0a..3b0e551a2c 100644 --- a/packages/magento-search/package.json +++ b/packages/magento-search/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-search", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,15 +12,15 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "7.1.0-canary.41", - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/graphql": "7.1.0-canary.41", - "@graphcommerce/image": "7.1.0-canary.41", - "@graphcommerce/magento-product": "7.1.0-canary.41", - "@graphcommerce/next-ui": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", - "@graphcommerce/react-hook-form": "7.1.0-canary.41", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41", + "@graphcommerce/ecommerce-ui": "*", + "@graphcommerce/eslint-config-pwa": "*", + "@graphcommerce/graphql": "*", + "@graphcommerce/image": "*", + "@graphcommerce/magento-product": "*", + "@graphcommerce/next-ui": "*", + "@graphcommerce/prettier-config-pwa": "*", + "@graphcommerce/react-hook-form": "*", + "@graphcommerce/typescript-config-pwa": "*", "@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 77e2efd988..b2958ff627 100644 --- a/packages/magento-store/CHANGELOG.md +++ b/packages/magento-store/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/magento-store/package.json b/packages/magento-store/package.json index ed68c65da9..567b7d7d35 100644 --- a/packages/magento-store/package.json +++ b/packages/magento-store/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/magento-store", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,13 +12,13 @@ } }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/graphql": "7.1.0-canary.41", - "@graphcommerce/graphql-mesh": "7.1.0-canary.41", - "@graphcommerce/image": "7.1.0-canary.41", - "@graphcommerce/next-ui": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41", + "@graphcommerce/eslint-config-pwa": "*", + "@graphcommerce/graphql": "*", + "@graphcommerce/graphql-mesh": "*", + "@graphcommerce/image": "*", + "@graphcommerce/next-ui": "*", + "@graphcommerce/prettier-config-pwa": "*", + "@graphcommerce/typescript-config-pwa": "*", "@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 56a6add13a..c51f9328eb 100644 --- a/packages/magento-wishlist/CHANGELOG.md +++ b/packages/magento-wishlist/CHANGELOG.md @@ -1,7 +1,5 @@ # @graphcommerce/magento-wishlist -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ### Minor Changes diff --git a/packages/magento-wishlist/package.json b/packages/magento-wishlist/package.json index db2914ab31..6cefb926e4 100644 --- a/packages/magento-wishlist/package.json +++ b/packages/magento-wishlist/package.json @@ -1,6 +1,6 @@ { "name": "@graphcommerce/magento-wishlist", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "browserslist": [ @@ -13,20 +13,20 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "7.1.0-canary.41", - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/graphql": "7.1.0-canary.41", - "@graphcommerce/graphql-mesh": "7.1.0-canary.41", - "@graphcommerce/image": "7.1.0-canary.41", - "@graphcommerce/magento-cart": "7.1.0-canary.41", - "@graphcommerce/magento-customer": "7.1.0-canary.41", - "@graphcommerce/magento-product": "7.1.0-canary.41", - "@graphcommerce/magento-product-configurable": "7.1.0-canary.41", - "@graphcommerce/magento-store": "7.1.0-canary.41", - "@graphcommerce/next-config": "7.1.0-canary.41", - "@graphcommerce/next-ui": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41", + "@graphcommerce/ecommerce-ui": "*", + "@graphcommerce/eslint-config-pwa": "*", + "@graphcommerce/graphql": "*", + "@graphcommerce/graphql-mesh": "*", + "@graphcommerce/image": "*", + "@graphcommerce/magento-cart": "*", + "@graphcommerce/magento-customer": "*", + "@graphcommerce/magento-product": "*", + "@graphcommerce/magento-product-configurable": "*", + "@graphcommerce/magento-store": "*", + "@graphcommerce/next-config": "*", + "@graphcommerce/next-ui": "*", + "@graphcommerce/prettier-config-pwa": "*", + "@graphcommerce/typescript-config-pwa": "*", "@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 522b335f57..5affba912c 100644 --- a/packages/mollie-magento-payment/CHANGELOG.md +++ b/packages/mollie-magento-payment/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/mollie-magento-payment/package.json b/packages/mollie-magento-payment/package.json index f2bf7174ce..b8e427b4af 100644 --- a/packages/mollie-magento-payment/package.json +++ b/packages/mollie-magento-payment/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/mollie-magento-payment", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -12,21 +12,21 @@ } }, "peerDependencies": { - "@graphcommerce/ecommerce-ui": "7.1.0-canary.41", - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/graphql": "7.1.0-canary.41", - "@graphcommerce/graphql-mesh": "7.1.0-canary.41", - "@graphcommerce/image": "7.1.0-canary.41", - "@graphcommerce/magento-cart": "7.1.0-canary.41", - "@graphcommerce/magento-cart-payment-method": "7.1.0-canary.41", - "@graphcommerce/magento-cart-shipping-address": "7.1.0-canary.41", - "@graphcommerce/magento-product": "7.1.0-canary.41", - "@graphcommerce/magento-product-configurable": "7.1.0-canary.41", - "@graphcommerce/magento-store": "7.1.0-canary.41", - "@graphcommerce/next-ui": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", - "@graphcommerce/react-hook-form": "7.1.0-canary.41", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41", + "@graphcommerce/ecommerce-ui": "*", + "@graphcommerce/eslint-config-pwa": "*", + "@graphcommerce/graphql": "*", + "@graphcommerce/graphql-mesh": "*", + "@graphcommerce/image": "*", + "@graphcommerce/magento-cart": "*", + "@graphcommerce/magento-cart-payment-method": "*", + "@graphcommerce/magento-cart-shipping-address": "*", + "@graphcommerce/magento-product": "*", + "@graphcommerce/magento-product-configurable": "*", + "@graphcommerce/magento-store": "*", + "@graphcommerce/next-ui": "*", + "@graphcommerce/prettier-config-pwa": "*", + "@graphcommerce/react-hook-form": "*", + "@graphcommerce/typescript-config-pwa": "*", "@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 1b1373be55..b08a244c6b 100644 --- a/packages/next-ui/CHANGELOG.md +++ b/packages/next-ui/CHANGELOG.md @@ -1,11 +1,5 @@ # Change Log -## 7.1.0-canary.41 - -### Patch Changes - -- [#2077](https://github.com/graphcommerce-org/graphcommerce/pull/2077) [`727d1004d`](https://github.com/graphcommerce-org/graphcommerce/commit/727d1004dfcb7dddf6e35b6b157a34491bb05cc6) - Fixed ItemScroller component className. Changed from SidebarSlider to ItemScroller ([@bramvanderholst](https://github.com/bramvanderholst)) - ## 7.1.0-canary.38 ### Patch Changes diff --git a/packages/next-ui/package.json b/packages/next-ui/package.json index 1335e0e6c9..805f333d83 100644 --- a/packages/next-ui/package.json +++ b/packages/next-ui/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/next-ui", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -26,13 +26,13 @@ "typescript": "5.2.2" }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/framer-next-pages": "7.1.0-canary.41", - "@graphcommerce/framer-scroller": "7.1.0-canary.41", - "@graphcommerce/framer-utils": "7.1.0-canary.41", - "@graphcommerce/image": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41", + "@graphcommerce/eslint-config-pwa": "*", + "@graphcommerce/framer-next-pages": "*", + "@graphcommerce/framer-scroller": "*", + "@graphcommerce/framer-utils": "*", + "@graphcommerce/image": "*", + "@graphcommerce/prettier-config-pwa": "*", + "@graphcommerce/typescript-config-pwa": "*", "@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 a99175aff2..eed460a300 100644 --- a/packages/react-hook-form/CHANGELOG.md +++ b/packages/react-hook-form/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packages/react-hook-form/package.json b/packages/react-hook-form/package.json index f3a1c82475..d9a2f706db 100644 --- a/packages/react-hook-form/package.json +++ b/packages/react-hook-form/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/react-hook-form", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "sideEffects": false, "prettier": "@graphcommerce/prettier-config-pwa", "eslintConfig": { @@ -16,9 +16,9 @@ }, "peerDependencies": { "@apollo/client": "^3", - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41", + "@graphcommerce/eslint-config-pwa": "*", + "@graphcommerce/prettier-config-pwa": "*", + "@graphcommerce/typescript-config-pwa": "*", "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 9b51adf205..3a92996521 100644 --- a/packagesDev/browserslist-config/CHANGELOG.md +++ b/packagesDev/browserslist-config/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packagesDev/browserslist-config/package.json b/packagesDev/browserslist-config/package.json index facd934c97..311126df6e 100644 --- a/packagesDev/browserslist-config/package.json +++ b/packagesDev/browserslist-config/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/browserslist-config-pwa", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "main": "index.js", "sideEffects": false } diff --git a/packagesDev/changeset-changelog/CHANGELOG.md b/packagesDev/changeset-changelog/CHANGELOG.md index 17741da1af..bccebb159c 100644 --- a/packagesDev/changeset-changelog/CHANGELOG.md +++ b/packagesDev/changeset-changelog/CHANGELOG.md @@ -1,7 +1,5 @@ # @graphcommerce/changeset-changelog -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packagesDev/changeset-changelog/package.json b/packagesDev/changeset-changelog/package.json index 2d08978791..a72e180532 100644 --- a/packagesDev/changeset-changelog/package.json +++ b/packagesDev/changeset-changelog/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/changeset-changelog", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "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 a192fad2ae..1d22a0759b 100644 --- a/packagesDev/eslint-config/CHANGELOG.md +++ b/packagesDev/eslint-config/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packagesDev/eslint-config/package.json b/packagesDev/eslint-config/package.json index a61b7a7b31..0538fd7a1c 100644 --- a/packagesDev/eslint-config/package.json +++ b/packagesDev/eslint-config/package.json @@ -2,10 +2,10 @@ "name": "@graphcommerce/eslint-config-pwa", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "main": "index.js", "dependencies": { - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41", + "@graphcommerce/typescript-config-pwa": "7.1.0-canary.40", "@next/eslint-plugin-next": "14.0.2", "@typescript-eslint/eslint-plugin": "^6.10.0", "@typescript-eslint/parser": "^6.10.0", diff --git a/packagesDev/graphql-codegen-markdown-docs/CHANGELOG.md b/packagesDev/graphql-codegen-markdown-docs/CHANGELOG.md index e79ada98d7..039e996423 100644 --- a/packagesDev/graphql-codegen-markdown-docs/CHANGELOG.md +++ b/packagesDev/graphql-codegen-markdown-docs/CHANGELOG.md @@ -1,11 +1,5 @@ # Change Log -## 7.1.0-canary.41 - -### Patch Changes - -- [#2077](https://github.com/graphcommerce-org/graphcommerce/pull/2077) [`2e46389ed`](https://github.com/graphcommerce-org/graphcommerce/commit/2e46389edcd506c490cd7273be384e5c42df4a9e) - Render framework/config.md more nicely, so that we follow a more typescript-esque style, inline enums. ([@bramvanderholst](https://github.com/bramvanderholst)) - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packagesDev/graphql-codegen-markdown-docs/package.json b/packagesDev/graphql-codegen-markdown-docs/package.json index 4596488016..2ef1e7270e 100644 --- a/packagesDev/graphql-codegen-markdown-docs/package.json +++ b/packagesDev/graphql-codegen-markdown-docs/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/graphql-codegen-markdown-docs", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "sideEffects": false, "type": "commonjs", "main": "dist/index.js", @@ -29,9 +29,9 @@ "parse-filepath": "^1.0.2" }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41", + "@graphcommerce/eslint-config-pwa": "*", + "@graphcommerce/prettier-config-pwa": "*", + "@graphcommerce/typescript-config-pwa": "*", "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 d72ad80c2e..70540aa770 100644 --- a/packagesDev/graphql-codegen-near-operation-file/CHANGELOG.md +++ b/packagesDev/graphql-codegen-near-operation-file/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packagesDev/graphql-codegen-near-operation-file/package.json b/packagesDev/graphql-codegen-near-operation-file/package.json index 25dbcc0d51..fcbfbcd8e4 100644 --- a/packagesDev/graphql-codegen-near-operation-file/package.json +++ b/packagesDev/graphql-codegen-near-operation-file/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/graphql-codegen-near-operation-file", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "sideEffects": false, "type": "commonjs", "main": "dist/index.js", @@ -29,9 +29,9 @@ "parse-filepath": "^1.0.2" }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", - "@graphcommerce/typescript-config-pwa": "7.1.0-canary.41", + "@graphcommerce/eslint-config-pwa": "*", + "@graphcommerce/prettier-config-pwa": "*", + "@graphcommerce/typescript-config-pwa": "*", "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 32ff305061..bb8c108ac1 100644 --- a/packagesDev/graphql-codegen-relay-optimizer-plugin/CHANGELOG.md +++ b/packagesDev/graphql-codegen-relay-optimizer-plugin/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packagesDev/graphql-codegen-relay-optimizer-plugin/package.json b/packagesDev/graphql-codegen-relay-optimizer-plugin/package.json index 060aa38d52..13f4296558 100644 --- a/packagesDev/graphql-codegen-relay-optimizer-plugin/package.json +++ b/packagesDev/graphql-codegen-relay-optimizer-plugin/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/graphql-codegen-relay-optimizer-plugin", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "description": "GraphQL Code Generator plugin for optimizing your GraphQL queries relay style.", "type": "commonjs", "main": "dist/index.js", @@ -27,8 +27,8 @@ "typescript": "5.2.2" }, "peerDependencies": { - "@graphcommerce/eslint-config-pwa": "7.1.0-canary.41", - "@graphcommerce/prettier-config-pwa": "7.1.0-canary.41", + "@graphcommerce/eslint-config-pwa": "*", + "@graphcommerce/prettier-config-pwa": "*", "graphql": "^16.7.1" }, "prettier": "@graphcommerce/prettier-config-pwa", diff --git a/packagesDev/next-config/CHANGELOG.md b/packagesDev/next-config/CHANGELOG.md index 9a7a794169..44f22ef1f3 100644 --- a/packagesDev/next-config/CHANGELOG.md +++ b/packagesDev/next-config/CHANGELOG.md @@ -1,17 +1,5 @@ # Change Log -## 7.1.0-canary.41 - -### Minor Changes - -- [#2113](https://github.com/graphcommerce-org/graphcommerce/pull/2113) [`437f467ce`](https://github.com/graphcommerce-org/graphcommerce/commit/437f467ce1bd9182954be753f1ce17056ab62e85) - Upgraded to yarn 4 package manager ([@paales](https://github.com/paales)) - -### Patch Changes - -- [#2113](https://github.com/graphcommerce-org/graphcommerce/pull/2113) [`630618219`](https://github.com/graphcommerce-org/graphcommerce/commit/6306182196321bdab509a8dcfe09eb00da10303a) - Moved all internal @graphcommerce/\* dependencies to peerDependencies and resolve remaining peerDependency issues ([@paales](https://github.com/paales)) - -- [#2113](https://github.com/graphcommerce-org/graphcommerce/pull/2113) [`77b1bac4d`](https://github.com/graphcommerce-org/graphcommerce/commit/77b1bac4db9c903a29c3969823da663875408be0) - Upgraded to nextjs 14.0.2, and updated other related dependencies. Removed @mui/material/modern alias as that doesnt work in combination with nextjs 14.0.2. ([@paales](https://github.com/paales)) - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packagesDev/next-config/package.json b/packagesDev/next-config/package.json index ce86877468..06203f2639 100644 --- a/packagesDev/next-config/package.json +++ b/packagesDev/next-config/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/next-config", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "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 ebad4de43d..0df8dc3dfd 100644 --- a/packagesDev/prettier-config/CHANGELOG.md +++ b/packagesDev/prettier-config/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packagesDev/prettier-config/package.json b/packagesDev/prettier-config/package.json index 6dc063cdb2..ae6670e2ad 100644 --- a/packagesDev/prettier-config/package.json +++ b/packagesDev/prettier-config/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/prettier-config-pwa", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "dependencies": { "prettier-plugin-jsdoc": "^1.1.1" }, diff --git a/packagesDev/typescript-config/CHANGELOG.md b/packagesDev/typescript-config/CHANGELOG.md index 28da68da60..09f5bcdf17 100644 --- a/packagesDev/typescript-config/CHANGELOG.md +++ b/packagesDev/typescript-config/CHANGELOG.md @@ -1,7 +1,5 @@ # Change Log -## 7.1.0-canary.41 - ## 7.1.0-canary.38 ## 7.1.0-canary.37 diff --git a/packagesDev/typescript-config/package.json b/packagesDev/typescript-config/package.json index 547ee75f27..21baa95fe6 100644 --- a/packagesDev/typescript-config/package.json +++ b/packagesDev/typescript-config/package.json @@ -2,7 +2,7 @@ "name": "@graphcommerce/typescript-config-pwa", "homepage": "https://www.graphcommerce.org/", "repository": "github:graphcommerce-org/graphcommerce", - "version": "7.1.0-canary.41", + "version": "7.1.0-canary.40", "sideEffects": false, "devDependencies": { "@tsconfig/node16": "^16.1.1" diff --git a/patches/@changesets+assemble-release-plan+5.2.4+001+peer-dependencies-no-major.patch b/patches/@changesets+assemble-release-plan+5.2.4+001+peer-dependencies-no-major.patch new file mode 100644 index 0000000000..6f9ab2f19e --- /dev/null +++ b/patches/@changesets+assemble-release-plan+5.2.4+001+peer-dependencies-no-major.patch @@ -0,0 +1,26 @@ +diff --git a/node_modules/@changesets/assemble-release-plan/dist/assemble-release-plan.cjs.dev.js b/node_modules/@changesets/assemble-release-plan/dist/assemble-release-plan.cjs.dev.js +index e1376ca..8cb0a24 100644 +--- a/node_modules/@changesets/assemble-release-plan/dist/assemble-release-plan.cjs.dev.js ++++ b/node_modules/@changesets/assemble-release-plan/dist/assemble-release-plan.cjs.dev.js +@@ -257,7 +257,7 @@ function shouldBumpMajor({ + // we check if it is a peerDependency because if it is, our dependent bump type might need to be major. + return depType === "peerDependencies" && nextRelease.type !== "none" && nextRelease.type !== "patch" && ( // 1. If onlyUpdatePeerDependentsWhenOutOfRange set to true, bump major if the version is leaving the range. + // 2. If onlyUpdatePeerDependentsWhenOutOfRange set to false, bump major regardless whether or not the version is leaving the range. +- !onlyUpdatePeerDependentsWhenOutOfRange || !semverSatisfies__default['default'](incrementVersion(nextRelease, preInfo), versionRange)) && ( // bump major only if the dependent doesn't already has a major release. ++ !onlyUpdatePeerDependentsWhenOutOfRange) && ( // bump major only if the dependent doesn't already has a major release. + !releases.has(dependent) || releases.has(dependent) && releases.get(dependent).type !== "major"); + } + +diff --git a/node_modules/@changesets/assemble-release-plan/dist/assemble-release-plan.cjs.prod.js b/node_modules/@changesets/assemble-release-plan/dist/assemble-release-plan.cjs.prod.js +index 3a83720..faba645 100644 +--- a/node_modules/@changesets/assemble-release-plan/dist/assemble-release-plan.cjs.prod.js ++++ b/node_modules/@changesets/assemble-release-plan/dist/assemble-release-plan.cjs.prod.js +@@ -130,7 +130,7 @@ function getDependencyVersionRanges(dependentPkgJSON, dependencyRelease) { + } + + function shouldBumpMajor({dependent: dependent, depType: depType, versionRange: versionRange, releases: releases, nextRelease: nextRelease, preInfo: preInfo, onlyUpdatePeerDependentsWhenOutOfRange: onlyUpdatePeerDependentsWhenOutOfRange}) { +- return "peerDependencies" === depType && "none" !== nextRelease.type && "patch" !== nextRelease.type && (!onlyUpdatePeerDependentsWhenOutOfRange || !semverSatisfies__default.default(incrementVersion(nextRelease, preInfo), versionRange)) && (!releases.has(dependent) || releases.has(dependent) && "major" !== releases.get(dependent).type); ++ return "peerDependencies" === depType && "none" !== nextRelease.type && "patch" !== nextRelease.type && !onlyUpdatePeerDependentsWhenOutOfRange && (!releases.has(dependent) || releases.has(dependent) && "major" !== releases.get(dependent).type); + } + + function flattenReleases(changesets, packagesByName, ignoredPackages) {