Skip to content

Commit

Permalink
Merge pull request #1632 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 9, 2022
2 parents c52b4be + eef76ae commit 60c7a5b
Show file tree
Hide file tree
Showing 69 changed files with 472 additions and 180 deletions.
5 changes: 0 additions & 5 deletions .changeset/early-hounds-yawn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-badgers-teach.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-vans-swim.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-chairs-remain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-dryers-add.md

This file was deleted.

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

## 3.25.5

### Patch Changes

- [#1629](https://github.com/graphcommerce-org/graphcommerce/pull/1629) [`cb94be945`](https://github.com/graphcommerce-org/graphcommerce/commit/cb94be9456622995b83c80d15fa34aab075c0c16) Thanks [@paales](https://github.com/paales)! - Make sure that pages that come from graphcms can render when it isn't associated with a magent ocategory

* [#1629](https://github.com/graphcommerce-org/graphcommerce/pull/1629) [`cb94be945`](https://github.com/graphcommerce-org/graphcommerce/commit/cb94be9456622995b83c80d15fa34aab075c0c16) Thanks [@paales](https://github.com/paales)! - Make sure the checkout pages dont show anything when there is nothing in your cart

* Updated dependencies [[`c1b8b0352`](https://github.com/graphcommerce-org/graphcommerce/commit/c1b8b03520532223f7b572ff23f1d368a4dfe306), [`8d5207288`](https://github.com/graphcommerce-org/graphcommerce/commit/8d52072887f124831ed85d28ec79998f0ce55f1c)]:
- @graphcommerce/magento-customer@4.11.0
- @graphcommerce/magento-cart@4.8.0
- @graphcommerce/magento-cart-billing-address@3.1.6
- @graphcommerce/magento-cart-checkout@3.0.55
- @graphcommerce/magento-cart-email@3.0.55
- @graphcommerce/magento-cart-items@3.1.7
- @graphcommerce/magento-cart-shipping-address@3.4.6
- @graphcommerce/magento-customer-account@3.2.6
- @graphcommerce/magento-newsletter@2.1.6
- @graphcommerce/magento-product-configurable@4.2.8
- @graphcommerce/magento-review@3.3.7
- @graphcommerce/magento-wishlist@1.6.8
- @graphcommerce/magento-cart-coupon@3.2.6
- @graphcommerce/magento-cart-payment-method@3.5.6
- @graphcommerce/magento-cart-shipping-method@3.6.6
- @graphcommerce/magento-payment-braintree@3.0.53
- @graphcommerce/magento-payment-included@3.1.25
- @graphcommerce/magento-product@4.5.7
- @graphcommerce/magento-product-bundle@4.0.55
- @graphcommerce/magento-product-downloadable@4.0.55
- @graphcommerce/magento-product-grouped@3.0.55
- @graphcommerce/magento-product-simple@4.0.55
- @graphcommerce/magento-product-virtual@4.0.55
- @graphcommerce/mollie-magento-payment@3.5.6
- @graphcommerce/ecommerce-ui@1.3.1
- @graphcommerce/magento-cart-pickup@3.1.16
- @graphcommerce/magento-search@4.2.4
- @graphcommerce/magento-category@4.5.7

## 3.25.4

### Patch Changes
Expand Down
58 changes: 29 additions & 29 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.4",
"version": "3.25.5",
"private": true,
"sideEffects": false,
"engines": {
Expand All @@ -28,7 +28,7 @@
},
"dependencies": {
"@graphcommerce/cli": "1.0.10",
"@graphcommerce/ecommerce-ui": "1.3.0",
"@graphcommerce/ecommerce-ui": "1.3.1",
"@graphcommerce/framer-next-pages": "3.3.0",
"@graphcommerce/framer-scroller": "2.1.35",
"@graphcommerce/googleanalytics": "2.0.7",
Expand All @@ -39,37 +39,37 @@
"@graphcommerce/graphql-mesh": "4.1.9",
"@graphcommerce/image": "3.1.9",
"@graphcommerce/lingui-next": "2.2.1",
"@graphcommerce/magento-cart": "4.7.5",
"@graphcommerce/magento-cart-billing-address": "3.1.5",
"@graphcommerce/magento-cart-checkout": "3.0.54",
"@graphcommerce/magento-cart-coupon": "3.2.5",
"@graphcommerce/magento-cart-email": "3.0.54",
"@graphcommerce/magento-cart-items": "3.1.6",
"@graphcommerce/magento-cart-payment-method": "3.5.5",
"@graphcommerce/magento-cart-pickup": "3.1.15",
"@graphcommerce/magento-cart-shipping-address": "3.4.5",
"@graphcommerce/magento-cart-shipping-method": "3.6.5",
"@graphcommerce/magento-category": "4.5.6",
"@graphcommerce/magento-cart": "4.8.0",
"@graphcommerce/magento-cart-billing-address": "3.1.6",
"@graphcommerce/magento-cart-checkout": "3.0.55",
"@graphcommerce/magento-cart-coupon": "3.2.6",
"@graphcommerce/magento-cart-email": "3.0.55",
"@graphcommerce/magento-cart-items": "3.1.7",
"@graphcommerce/magento-cart-payment-method": "3.5.6",
"@graphcommerce/magento-cart-pickup": "3.1.16",
"@graphcommerce/magento-cart-shipping-address": "3.4.6",
"@graphcommerce/magento-cart-shipping-method": "3.6.6",
"@graphcommerce/magento-category": "4.5.7",
"@graphcommerce/magento-cms": "4.0.43",
"@graphcommerce/magento-customer": "4.10.5",
"@graphcommerce/magento-customer-account": "3.2.5",
"@graphcommerce/magento-customer": "4.11.0",
"@graphcommerce/magento-customer-account": "3.2.6",
"@graphcommerce/magento-customer-order": "3.1.4",
"@graphcommerce/magento-graphql": "3.1.8",
"@graphcommerce/magento-newsletter": "2.1.5",
"@graphcommerce/magento-payment-braintree": "3.0.52",
"@graphcommerce/magento-payment-included": "3.1.24",
"@graphcommerce/magento-product": "4.5.6",
"@graphcommerce/magento-product-bundle": "4.0.54",
"@graphcommerce/magento-product-configurable": "4.2.7",
"@graphcommerce/magento-product-downloadable": "4.0.54",
"@graphcommerce/magento-product-grouped": "3.0.54",
"@graphcommerce/magento-product-simple": "4.0.54",
"@graphcommerce/magento-product-virtual": "4.0.54",
"@graphcommerce/magento-review": "3.3.6",
"@graphcommerce/magento-search": "4.2.3",
"@graphcommerce/magento-newsletter": "2.1.6",
"@graphcommerce/magento-payment-braintree": "3.0.53",
"@graphcommerce/magento-payment-included": "3.1.25",
"@graphcommerce/magento-product": "4.5.7",
"@graphcommerce/magento-product-bundle": "4.0.55",
"@graphcommerce/magento-product-configurable": "4.2.8",
"@graphcommerce/magento-product-downloadable": "4.0.55",
"@graphcommerce/magento-product-grouped": "3.0.55",
"@graphcommerce/magento-product-simple": "4.0.55",
"@graphcommerce/magento-product-virtual": "4.0.55",
"@graphcommerce/magento-review": "3.3.7",
"@graphcommerce/magento-search": "4.2.4",
"@graphcommerce/magento-store": "4.2.32",
"@graphcommerce/magento-wishlist": "1.6.7",
"@graphcommerce/mollie-magento-payment": "3.5.5",
"@graphcommerce/magento-wishlist": "1.6.8",
"@graphcommerce/mollie-magento-payment": "3.5.6",
"@graphcommerce/next-config": "3.2.0",
"@graphcommerce/next-ui": "4.23.1",
"@lingui/core": "3.14.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/ecommerce-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphcommerce/ecommerce-ui

## 1.3.1

### Patch Changes

- Updated dependencies [[`662f510c2`](https://github.com/graphcommerce-org/graphcommerce/commit/662f510c21fc44a63036e5c7a0726ccb33c31600)]:
- @graphcommerce/react-hook-form@3.3.3

## 1.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/ecommerce-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@graphcommerce/ecommerce-ui",
"homepage": "https://www.graphcommerce.org/",
"repository": "github:graphcommerce-org/graphcommerce",
"version": "1.3.0",
"version": "1.3.1",
"sideEffects": false,
"prettier": "@graphcommerce/prettier-config-pwa",
"eslintConfig": {
Expand All @@ -14,7 +14,7 @@
"dependencies": {
"@graphcommerce/graphql": "3.4.8",
"@graphcommerce/next-ui": "4.23.1",
"@graphcommerce/react-hook-form": "3.3.2",
"@graphcommerce/react-hook-form": "3.3.3",
"@mui/icons-material": "^5.10.3",
"@mui/x-date-pickers": "^5.0.0",
"react-hook-form-mui": "^5.7.1"
Expand Down
9 changes: 9 additions & 0 deletions packages/magento-cart-billing-address/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 3.1.6

### Patch Changes

- Updated dependencies [[`c1b8b0352`](https://github.com/graphcommerce-org/graphcommerce/commit/c1b8b03520532223f7b572ff23f1d368a4dfe306), [`8d5207288`](https://github.com/graphcommerce-org/graphcommerce/commit/8d52072887f124831ed85d28ec79998f0ce55f1c), [`662f510c2`](https://github.com/graphcommerce-org/graphcommerce/commit/662f510c21fc44a63036e5c7a0726ccb33c31600)]:
- @graphcommerce/magento-customer@4.11.0
- @graphcommerce/magento-cart@4.8.0
- @graphcommerce/react-hook-form@3.3.3

## 3.1.5

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/magento-cart-billing-address/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@graphcommerce/magento-cart-billing-address",
"homepage": "https://www.graphcommerce.org/",
"repository": "github:graphcommerce-org/graphcommerce",
"version": "3.1.5",
"version": "3.1.6",
"sideEffects": false,
"prettier": "@graphcommerce/prettier-config-pwa",
"eslintConfig": {
Expand All @@ -21,11 +21,11 @@
"@graphcommerce/framer-next-pages": "3.3.0",
"@graphcommerce/graphql": "3.4.8",
"@graphcommerce/image": "3.1.9",
"@graphcommerce/magento-cart": "4.7.5",
"@graphcommerce/magento-customer": "4.10.5",
"@graphcommerce/magento-cart": "4.8.0",
"@graphcommerce/magento-customer": "4.11.0",
"@graphcommerce/magento-store": "4.2.32",
"@graphcommerce/next-ui": "4.23.1",
"@graphcommerce/react-hook-form": "3.3.2"
"@graphcommerce/react-hook-form": "3.3.3"
},
"peerDependencies": {
"@lingui/react": "^3.13.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/magento-cart-checkout/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 3.0.55

### Patch Changes

- Updated dependencies [[`c1b8b0352`](https://github.com/graphcommerce-org/graphcommerce/commit/c1b8b03520532223f7b572ff23f1d368a4dfe306), [`8d5207288`](https://github.com/graphcommerce-org/graphcommerce/commit/8d52072887f124831ed85d28ec79998f0ce55f1c), [`662f510c2`](https://github.com/graphcommerce-org/graphcommerce/commit/662f510c21fc44a63036e5c7a0726ccb33c31600)]:
- @graphcommerce/magento-customer@4.11.0
- @graphcommerce/magento-cart@4.8.0
- @graphcommerce/react-hook-form@3.3.3
- @graphcommerce/magento-cart-items@3.1.7
- @graphcommerce/magento-cart-coupon@3.2.6

## 3.0.54

### Patch Changes
Expand Down
12 changes: 6 additions & 6 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.54",
"version": "3.0.55",
"sideEffects": false,
"prettier": "@graphcommerce/prettier-config-pwa",
"eslintConfig": {
Expand All @@ -20,13 +20,13 @@
"dependencies": {
"@graphcommerce/graphql": "3.4.8",
"@graphcommerce/image": "3.1.9",
"@graphcommerce/magento-cart": "4.7.5",
"@graphcommerce/magento-cart-coupon": "3.2.5",
"@graphcommerce/magento-cart-items": "3.1.6",
"@graphcommerce/magento-customer": "4.10.5",
"@graphcommerce/magento-cart": "4.8.0",
"@graphcommerce/magento-cart-coupon": "3.2.6",
"@graphcommerce/magento-cart-items": "3.1.7",
"@graphcommerce/magento-customer": "4.11.0",
"@graphcommerce/magento-store": "4.2.32",
"@graphcommerce/next-ui": "4.23.1",
"@graphcommerce/react-hook-form": "3.3.2"
"@graphcommerce/react-hook-form": "3.3.3"
},
"peerDependencies": {
"@lingui/react": "^3.13.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/magento-cart-coupon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 3.2.6

### Patch Changes

- Updated dependencies [[`8d5207288`](https://github.com/graphcommerce-org/graphcommerce/commit/8d52072887f124831ed85d28ec79998f0ce55f1c), [`662f510c2`](https://github.com/graphcommerce-org/graphcommerce/commit/662f510c21fc44a63036e5c7a0726ccb33c31600)]:
- @graphcommerce/magento-cart@4.8.0
- @graphcommerce/react-hook-form@3.3.3

## 3.2.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/magento-cart-coupon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@graphcommerce/magento-cart-coupon",
"homepage": "https://www.graphcommerce.org/",
"repository": "github:graphcommerce-org/graphcommerce",
"version": "3.2.5",
"version": "3.2.6",
"sideEffects": false,
"prettier": "@graphcommerce/prettier-config-pwa",
"eslintConfig": {
Expand All @@ -20,10 +20,10 @@
"dependencies": {
"@graphcommerce/graphql": "3.4.8",
"@graphcommerce/image": "3.1.9",
"@graphcommerce/magento-cart": "4.7.5",
"@graphcommerce/magento-cart": "4.8.0",
"@graphcommerce/magento-store": "4.2.32",
"@graphcommerce/next-ui": "4.23.1",
"@graphcommerce/react-hook-form": "3.3.2"
"@graphcommerce/react-hook-form": "3.3.3"
},
"peerDependencies": {
"@lingui/react": "^3.13.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/magento-cart-email/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 3.0.55

### Patch Changes

- Updated dependencies [[`c1b8b0352`](https://github.com/graphcommerce-org/graphcommerce/commit/c1b8b03520532223f7b572ff23f1d368a4dfe306), [`8d5207288`](https://github.com/graphcommerce-org/graphcommerce/commit/8d52072887f124831ed85d28ec79998f0ce55f1c), [`662f510c2`](https://github.com/graphcommerce-org/graphcommerce/commit/662f510c21fc44a63036e5c7a0726ccb33c31600)]:
- @graphcommerce/magento-customer@4.11.0
- @graphcommerce/magento-cart@4.8.0
- @graphcommerce/react-hook-form@3.3.3
- @graphcommerce/magento-product@4.5.7
- @graphcommerce/ecommerce-ui@1.3.1

## 3.0.54

### Patch Changes
Expand Down
12 changes: 6 additions & 6 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.54",
"version": "3.0.55",
"sideEffects": false,
"prettier": "@graphcommerce/prettier-config-pwa",
"eslintConfig": {
Expand All @@ -18,15 +18,15 @@
"@playwright/test": "^1.21.1"
},
"dependencies": {
"@graphcommerce/ecommerce-ui": "1.3.0",
"@graphcommerce/ecommerce-ui": "1.3.1",
"@graphcommerce/graphql": "3.4.8",
"@graphcommerce/image": "3.1.9",
"@graphcommerce/magento-cart": "4.7.5",
"@graphcommerce/magento-customer": "4.10.5",
"@graphcommerce/magento-product": "4.5.6",
"@graphcommerce/magento-cart": "4.8.0",
"@graphcommerce/magento-customer": "4.11.0",
"@graphcommerce/magento-product": "4.5.7",
"@graphcommerce/magento-store": "4.2.32",
"@graphcommerce/next-ui": "4.23.1",
"@graphcommerce/react-hook-form": "3.3.2"
"@graphcommerce/react-hook-form": "3.3.3"
},
"peerDependencies": {
"@lingui/react": "^3.13.2",
Expand Down
10 changes: 10 additions & 0 deletions packages/magento-cart-items/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 3.1.7

### Patch Changes

- Updated dependencies [[`c1b8b0352`](https://github.com/graphcommerce-org/graphcommerce/commit/c1b8b03520532223f7b572ff23f1d368a4dfe306), [`8d5207288`](https://github.com/graphcommerce-org/graphcommerce/commit/8d52072887f124831ed85d28ec79998f0ce55f1c), [`662f510c2`](https://github.com/graphcommerce-org/graphcommerce/commit/662f510c21fc44a63036e5c7a0726ccb33c31600)]:
- @graphcommerce/magento-customer@4.11.0
- @graphcommerce/magento-cart@4.8.0
- @graphcommerce/react-hook-form@3.3.3
- @graphcommerce/magento-product@4.5.7

## 3.1.6

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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.6",
"version": "3.1.7",
"sideEffects": false,
"prettier": "@graphcommerce/prettier-config-pwa",
"eslintConfig": {
Expand All @@ -20,12 +20,12 @@
"dependencies": {
"@graphcommerce/graphql": "3.4.8",
"@graphcommerce/image": "3.1.9",
"@graphcommerce/magento-cart": "4.7.5",
"@graphcommerce/magento-customer": "4.10.5",
"@graphcommerce/magento-product": "4.5.6",
"@graphcommerce/magento-cart": "4.8.0",
"@graphcommerce/magento-customer": "4.11.0",
"@graphcommerce/magento-product": "4.5.7",
"@graphcommerce/magento-store": "4.2.32",
"@graphcommerce/next-ui": "4.23.1",
"@graphcommerce/react-hook-form": "3.3.2"
"@graphcommerce/react-hook-form": "3.3.3"
},
"peerDependencies": {
"@lingui/react": "^3.13.2",
Expand Down
Loading

1 comment on commit 60c7a5b

@vercel
Copy link

@vercel vercel bot commented on 60c7a5b Sep 9, 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.