Skip to content

Commit

Permalink
Merge pull request #1628 from graphcommerce-org/changeset-release/main
Browse files Browse the repository at this point in the history
ci(changesets): versions updated
  • Loading branch information
paales authored Sep 8, 2022
2 parents a464bd9 + 947d17e commit 00463ec
Show file tree
Hide file tree
Showing 35 changed files with 187 additions and 68 deletions.
5 changes: 0 additions & 5 deletions .changeset/gold-berries-thank.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/twelve-cats-tickle.md

This file was deleted.

19 changes: 19 additions & 0 deletions examples/magento-graphcms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Change Log

## 3.25.4

### Patch Changes

- Updated dependencies [[`b20f3e52a`](https://github.com/graphcommerce-org/graphcommerce/commit/b20f3e52a48751da217e574f0339282155748995), [`b20f3e52a`](https://github.com/graphcommerce-org/graphcommerce/commit/b20f3e52a48751da217e574f0339282155748995)]:
- @graphcommerce/magento-cart-checkout@3.0.54
- @graphcommerce/magento-category@4.5.6
- @graphcommerce/magento-product@4.5.6
- @graphcommerce/magento-product-configurable@4.2.7
- @graphcommerce/magento-cart-email@3.0.54
- @graphcommerce/magento-cart-items@3.1.6
- @graphcommerce/magento-product-bundle@4.0.54
- @graphcommerce/magento-product-downloadable@4.0.54
- @graphcommerce/magento-product-grouped@3.0.54
- @graphcommerce/magento-product-simple@4.0.54
- @graphcommerce/magento-product-virtual@4.0.54
- @graphcommerce/magento-review@3.3.6
- @graphcommerce/magento-wishlist@1.6.7

## 3.25.3

### Patch Changes
Expand Down
28 changes: 14 additions & 14 deletions examples/magento-graphcms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@graphcommerce/magento-graphcms",
"homepage": "https://www.graphcommerce.org/",
"repository": "github:graphcommerce-org/graphcommerce",
"version": "3.25.3",
"version": "3.25.4",
"private": true,
"sideEffects": false,
"engines": {
Expand Down Expand Up @@ -41,15 +41,15 @@
"@graphcommerce/lingui-next": "2.2.1",
"@graphcommerce/magento-cart": "4.7.5",
"@graphcommerce/magento-cart-billing-address": "3.1.5",
"@graphcommerce/magento-cart-checkout": "3.0.53",
"@graphcommerce/magento-cart-checkout": "3.0.54",
"@graphcommerce/magento-cart-coupon": "3.2.5",
"@graphcommerce/magento-cart-email": "3.0.53",
"@graphcommerce/magento-cart-items": "3.1.5",
"@graphcommerce/magento-cart-email": "3.0.54",
"@graphcommerce/magento-cart-items": "3.1.6",
"@graphcommerce/magento-cart-payment-method": "3.5.5",
"@graphcommerce/magento-cart-pickup": "3.1.15",
"@graphcommerce/magento-cart-shipping-address": "3.4.5",
"@graphcommerce/magento-cart-shipping-method": "3.6.5",
"@graphcommerce/magento-category": "4.5.5",
"@graphcommerce/magento-category": "4.5.6",
"@graphcommerce/magento-cms": "4.0.43",
"@graphcommerce/magento-customer": "4.10.5",
"@graphcommerce/magento-customer-account": "3.2.5",
Expand All @@ -58,17 +58,17 @@
"@graphcommerce/magento-newsletter": "2.1.5",
"@graphcommerce/magento-payment-braintree": "3.0.52",
"@graphcommerce/magento-payment-included": "3.1.24",
"@graphcommerce/magento-product": "4.5.5",
"@graphcommerce/magento-product-bundle": "4.0.53",
"@graphcommerce/magento-product-configurable": "4.2.6",
"@graphcommerce/magento-product-downloadable": "4.0.53",
"@graphcommerce/magento-product-grouped": "3.0.53",
"@graphcommerce/magento-product-simple": "4.0.53",
"@graphcommerce/magento-product-virtual": "4.0.53",
"@graphcommerce/magento-review": "3.3.5",
"@graphcommerce/magento-product": "4.5.6",
"@graphcommerce/magento-product-bundle": "4.0.54",
"@graphcommerce/magento-product-configurable": "4.2.7",
"@graphcommerce/magento-product-downloadable": "4.0.54",
"@graphcommerce/magento-product-grouped": "3.0.54",
"@graphcommerce/magento-product-simple": "4.0.54",
"@graphcommerce/magento-product-virtual": "4.0.54",
"@graphcommerce/magento-review": "3.3.6",
"@graphcommerce/magento-search": "4.2.3",
"@graphcommerce/magento-store": "4.2.32",
"@graphcommerce/magento-wishlist": "1.6.6",
"@graphcommerce/magento-wishlist": "1.6.7",
"@graphcommerce/mollie-magento-payment": "3.5.5",
"@graphcommerce/next-config": "3.2.0",
"@graphcommerce/next-ui": "4.23.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/magento-cart-checkout/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 3.0.54

### Patch Changes

- [#1626](https://github.com/graphcommerce-org/graphcommerce/pull/1626) [`b20f3e52a`](https://github.com/graphcommerce-org/graphcommerce/commit/b20f3e52a48751da217e574f0339282155748995) Thanks [@paales](https://github.com/paales)! - Add coupon query

- Updated dependencies []:
- @graphcommerce/magento-cart-items@3.1.6

## 3.0.53

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/magento-cart-checkout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@graphcommerce/magento-cart-checkout",
"homepage": "https://www.graphcommerce.org/",
"repository": "github:graphcommerce-org/graphcommerce",
"version": "3.0.53",
"version": "3.0.54",
"sideEffects": false,
"prettier": "@graphcommerce/prettier-config-pwa",
"eslintConfig": {
Expand All @@ -22,7 +22,7 @@
"@graphcommerce/image": "3.1.9",
"@graphcommerce/magento-cart": "4.7.5",
"@graphcommerce/magento-cart-coupon": "3.2.5",
"@graphcommerce/magento-cart-items": "3.1.5",
"@graphcommerce/magento-cart-items": "3.1.6",
"@graphcommerce/magento-customer": "4.10.5",
"@graphcommerce/magento-store": "4.2.32",
"@graphcommerce/next-ui": "4.23.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/magento-cart-email/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 3.0.54

### Patch Changes

- Updated dependencies [[`b20f3e52a`](https://github.com/graphcommerce-org/graphcommerce/commit/b20f3e52a48751da217e574f0339282155748995)]:
- @graphcommerce/magento-product@4.5.6

## 3.0.53

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/magento-cart-email/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@graphcommerce/magento-cart-email",
"homepage": "https://www.graphcommerce.org/",
"repository": "github:graphcommerce-org/graphcommerce",
"version": "3.0.53",
"version": "3.0.54",
"sideEffects": false,
"prettier": "@graphcommerce/prettier-config-pwa",
"eslintConfig": {
Expand All @@ -23,7 +23,7 @@
"@graphcommerce/image": "3.1.9",
"@graphcommerce/magento-cart": "4.7.5",
"@graphcommerce/magento-customer": "4.10.5",
"@graphcommerce/magento-product": "4.5.5",
"@graphcommerce/magento-product": "4.5.6",
"@graphcommerce/magento-store": "4.2.32",
"@graphcommerce/next-ui": "4.23.1",
"@graphcommerce/react-hook-form": "3.3.2"
Expand Down
7 changes: 7 additions & 0 deletions packages/magento-cart-items/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 3.1.6

### Patch Changes

- Updated dependencies [[`b20f3e52a`](https://github.com/graphcommerce-org/graphcommerce/commit/b20f3e52a48751da217e574f0339282155748995)]:
- @graphcommerce/magento-product@4.5.6

## 3.1.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/magento-cart-items/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@graphcommerce/magento-cart-items",
"homepage": "https://www.graphcommerce.org/",
"repository": "github:graphcommerce-org/graphcommerce",
"version": "3.1.5",
"version": "3.1.6",
"sideEffects": false,
"prettier": "@graphcommerce/prettier-config-pwa",
"eslintConfig": {
Expand All @@ -22,7 +22,7 @@
"@graphcommerce/image": "3.1.9",
"@graphcommerce/magento-cart": "4.7.5",
"@graphcommerce/magento-customer": "4.10.5",
"@graphcommerce/magento-product": "4.5.5",
"@graphcommerce/magento-product": "4.5.6",
"@graphcommerce/magento-store": "4.2.32",
"@graphcommerce/next-ui": "4.23.1",
"@graphcommerce/react-hook-form": "3.3.2"
Expand Down
9 changes: 9 additions & 0 deletions packages/magento-category/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 4.5.6

### Patch Changes

- [#1626](https://github.com/graphcommerce-org/graphcommerce/pull/1626) [`b20f3e52a`](https://github.com/graphcommerce-org/graphcommerce/commit/b20f3e52a48751da217e574f0339282155748995) Thanks [@paales](https://github.com/paales)! - Simplified generated query for ProductCustomizable

- Updated dependencies [[`b20f3e52a`](https://github.com/graphcommerce-org/graphcommerce/commit/b20f3e52a48751da217e574f0339282155748995)]:
- @graphcommerce/magento-product@4.5.6

## 4.5.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/magento-category/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@graphcommerce/magento-category",
"homepage": "https://www.graphcommerce.org/",
"repository": "github:graphcommerce-org/graphcommerce",
"version": "4.5.5",
"version": "4.5.6",
"sideEffects": false,
"prettier": "@graphcommerce/prettier-config-pwa",
"eslintConfig": {
Expand All @@ -22,7 +22,7 @@
"@graphcommerce/framer-scroller": "2.1.35",
"@graphcommerce/graphql": "3.4.8",
"@graphcommerce/image": "3.1.9",
"@graphcommerce/magento-product": "4.5.5",
"@graphcommerce/magento-product": "4.5.6",
"@graphcommerce/magento-store": "4.2.32",
"@graphcommerce/next-ui": "4.23.1"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/magento-pagebuilder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphcommerce/magento-pagebuilder

## 1.0.43

### Patch Changes

- Updated dependencies [[`b20f3e52a`](https://github.com/graphcommerce-org/graphcommerce/commit/b20f3e52a48751da217e574f0339282155748995)]:
- @graphcommerce/magento-category@4.5.6
- @graphcommerce/magento-product@4.5.6

## 1.0.42

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/magento-pagebuilder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@graphcommerce/magento-pagebuilder",
"homepage": "https://www.graphcommerce.org/",
"repository": "github:graphcommerce-org/graphcommerce",
"version": "1.0.42",
"version": "1.0.43",
"sideEffects": false,
"prettier": "@graphcommerce/prettier-config-pwa",
"eslintConfig": {
Expand All @@ -20,9 +20,9 @@
},
"dependencies": {
"@graphcommerce/graphql": "3.4.8",
"@graphcommerce/magento-category": "4.5.5",
"@graphcommerce/magento-category": "4.5.6",
"@graphcommerce/magento-cms": "4.0.43",
"@graphcommerce/magento-product": "4.5.5",
"@graphcommerce/magento-product": "4.5.6",
"@graphcommerce/next-ui": "4.23.1",
"@graphcommerce/react-hook-form": "3.3.2",
"jsdom": "^20.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/magento-payment-braintree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"devDependencies": {
"@graphcommerce/eslint-config-pwa": "^4.1.10",
"@graphcommerce/magento-cart-shipping-address": "3.4.5",
"@graphcommerce/magento-product": "4.5.5",
"@graphcommerce/magento-product-configurable": "4.2.6",
"@graphcommerce/magento-product": "4.5.6",
"@graphcommerce/magento-product-configurable": "4.2.7",
"@graphcommerce/prettier-config-pwa": "^4.0.6",
"@graphcommerce/typescript-config-pwa": "^4.0.4",
"@playwright/test": "^1.21.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/magento-payment-included/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"devDependencies": {
"@graphcommerce/eslint-config-pwa": "^4.1.10",
"@graphcommerce/magento-cart-shipping-address": "3.4.5",
"@graphcommerce/magento-product": "4.5.5",
"@graphcommerce/magento-product-configurable": "4.2.6",
"@graphcommerce/magento-product": "4.5.6",
"@graphcommerce/magento-product-configurable": "4.2.7",
"@graphcommerce/prettier-config-pwa": "^4.0.6",
"@graphcommerce/typescript-config-pwa": "^4.0.4",
"@playwright/test": "^1.21.1",
Expand Down
10 changes: 10 additions & 0 deletions packages/magento-product-bundle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 4.0.54

### Patch Changes

- Updated dependencies [[`b20f3e52a`](https://github.com/graphcommerce-org/graphcommerce/commit/b20f3e52a48751da217e574f0339282155748995)]:
- @graphcommerce/magento-product@4.5.6
- @graphcommerce/magento-cart-items@3.1.6
- @graphcommerce/magento-product-simple@4.0.54
- @graphcommerce/magento-product-virtual@4.0.54

## 4.0.53

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/magento-product-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@graphcommerce/magento-product-bundle",
"homepage": "https://www.graphcommerce.org/",
"repository": "github:graphcommerce-org/graphcommerce",
"version": "4.0.53",
"version": "4.0.54",
"sideEffects": false,
"prettier": "@graphcommerce/prettier-config-pwa",
"eslintConfig": {
Expand All @@ -20,10 +20,10 @@
"dependencies": {
"@graphcommerce/graphql": "3.4.8",
"@graphcommerce/magento-cart": "4.7.5",
"@graphcommerce/magento-cart-items": "3.1.5",
"@graphcommerce/magento-product": "4.5.5",
"@graphcommerce/magento-product-simple": "4.0.53",
"@graphcommerce/magento-product-virtual": "4.0.53"
"@graphcommerce/magento-cart-items": "3.1.6",
"@graphcommerce/magento-product": "4.5.6",
"@graphcommerce/magento-product-simple": "4.0.54",
"@graphcommerce/magento-product-virtual": "4.0.54"
},
"peerDependencies": {
"@lingui/react": "^3.13.2",
Expand Down
10 changes: 10 additions & 0 deletions packages/magento-product-configurable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 4.2.7

### Patch Changes

- Updated dependencies [[`b20f3e52a`](https://github.com/graphcommerce-org/graphcommerce/commit/b20f3e52a48751da217e574f0339282155748995)]:
- @graphcommerce/magento-category@4.5.6
- @graphcommerce/magento-product@4.5.6
- @graphcommerce/magento-cart-items@3.1.6
- @graphcommerce/magento-product-simple@4.0.54

## 4.2.6

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/magento-product-configurable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@graphcommerce/magento-product-configurable",
"homepage": "https://www.graphcommerce.org/",
"repository": "github:graphcommerce-org/graphcommerce",
"version": "4.2.6",
"version": "4.2.7",
"sideEffects": false,
"prettier": "@graphcommerce/prettier-config-pwa",
"eslintConfig": {
Expand All @@ -23,11 +23,11 @@
"@graphcommerce/graphql-mesh": "4.1.9",
"@graphcommerce/image": "3.1.9",
"@graphcommerce/magento-cart": "4.7.5",
"@graphcommerce/magento-cart-items": "3.1.5",
"@graphcommerce/magento-category": "4.5.5",
"@graphcommerce/magento-cart-items": "3.1.6",
"@graphcommerce/magento-category": "4.5.6",
"@graphcommerce/magento-customer": "4.10.5",
"@graphcommerce/magento-product": "4.5.5",
"@graphcommerce/magento-product-simple": "4.0.53",
"@graphcommerce/magento-product": "4.5.6",
"@graphcommerce/magento-product-simple": "4.0.54",
"@graphcommerce/magento-store": "4.2.32",
"@graphcommerce/next-ui": "4.23.1",
"@graphcommerce/react-hook-form": "3.3.2"
Expand Down
7 changes: 7 additions & 0 deletions packages/magento-product-downloadable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 4.0.54

### Patch Changes

- Updated dependencies [[`b20f3e52a`](https://github.com/graphcommerce-org/graphcommerce/commit/b20f3e52a48751da217e574f0339282155748995)]:
- @graphcommerce/magento-product@4.5.6

## 4.0.53

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/magento-product-downloadable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@graphcommerce/magento-product-downloadable",
"homepage": "https://www.graphcommerce.org/",
"repository": "github:graphcommerce-org/graphcommerce",
"version": "4.0.53",
"version": "4.0.54",
"sideEffects": false,
"prettier": "@graphcommerce/prettier-config-pwa",
"eslintConfig": {
Expand All @@ -20,7 +20,7 @@
"dependencies": {
"@graphcommerce/graphql": "3.4.8",
"@graphcommerce/magento-cart": "4.7.5",
"@graphcommerce/magento-product": "4.5.5"
"@graphcommerce/magento-product": "4.5.6"
},
"peerDependencies": {
"@lingui/react": "^3.13.2",
Expand Down
Loading

1 comment on commit 00463ec

@vercel
Copy link

@vercel vercel bot commented on 00463ec Sep 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.