From bfaebf0c4a24656d42e5657803c42c40f4212be9 Mon Sep 17 00:00:00 2001 From: TheGuildBot <59414373+theguild-bot@users.noreply.github.com> Date: Tue, 23 Apr 2024 19:06:36 +0300 Subject: [PATCH] Upcoming Release Changes (#4572) Co-authored-by: github-actions[bot] --- .changeset/mean-books-chew.md | 14 ----------- .changeset/odd-brooms-raise.md | 5 ---- .changeset/red-plums-worry.md | 9 ------- .changeset/strong-cherries-carry.md | 14 ----------- .changeset/strong-cherries-carry2.md | 14 ----------- .changeset/strong-cherries-carry3.md | 12 ---------- packages/libraries/apollo/CHANGELOG.md | 32 +++++++++++++++++++++++++ packages/libraries/apollo/package.json | 2 +- packages/libraries/cli/CHANGELOG.md | 11 +++++++++ packages/libraries/cli/package.json | 2 +- packages/libraries/core/CHANGELOG.md | 8 +++++++ packages/libraries/core/package.json | 2 +- packages/libraries/envelop/CHANGELOG.md | 30 +++++++++++++++++++++++ packages/libraries/envelop/package.json | 2 +- packages/libraries/yoga/CHANGELOG.md | 32 +++++++++++++++++++++++++ packages/libraries/yoga/package.json | 2 +- 16 files changed, 118 insertions(+), 73 deletions(-) delete mode 100644 .changeset/mean-books-chew.md delete mode 100644 .changeset/odd-brooms-raise.md delete mode 100644 .changeset/red-plums-worry.md delete mode 100644 .changeset/strong-cherries-carry.md delete mode 100644 .changeset/strong-cherries-carry2.md delete mode 100644 .changeset/strong-cherries-carry3.md create mode 100644 packages/libraries/apollo/CHANGELOG.md create mode 100644 packages/libraries/envelop/CHANGELOG.md create mode 100644 packages/libraries/yoga/CHANGELOG.md diff --git a/.changeset/mean-books-chew.md b/.changeset/mean-books-chew.md deleted file mode 100644 index d0490c5353..0000000000 --- a/.changeset/mean-books-chew.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -"@graphql-hive/envelop": minor -"@graphql-hive/apollo": minor -"@graphql-hive/yoga": minor ---- - -Break `@graphql-hive/client` into library-specific packages: - -- `@graphql-hive/core` - Core functionality -- `@graphql-hive/apollo` - Apollo Client integration -- `@graphql-hive/yoga` - Yoga Server integration -- `@graphql-hive/envelop` - Envelop integration - -Migration steps are available in the README of each package. diff --git a/.changeset/odd-brooms-raise.md b/.changeset/odd-brooms-raise.md deleted file mode 100644 index bddf8fb536..0000000000 --- a/.changeset/odd-brooms-raise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@graphql-hive/core": minor ---- - -Moved most of @graphql-hive/client code here diff --git a/.changeset/red-plums-worry.md b/.changeset/red-plums-worry.md deleted file mode 100644 index 28c6c9cd56..0000000000 --- a/.changeset/red-plums-worry.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@graphql-hive/core": minor -"@graphql-hive/yoga": minor -"@graphql-hive/apollo": minor -"@graphql-hive/envelop": minor -"@graphql-hive/cli": minor ---- - -🚨 BREAKING CHANGE 🚨 Requires now Node v16+ diff --git a/.changeset/strong-cherries-carry.md b/.changeset/strong-cherries-carry.md deleted file mode 100644 index 3c8e46989c..0000000000 --- a/.changeset/strong-cherries-carry.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -"@graphql-hive/yoga": minor ---- - -🚨 BREAKING CHANGE 🚨 `useYogaHive`, `createYogaHive` is now `useHive` and `createHive` - -**Migration** - -Migration steps are available in the README. - -```diff -- import { useYogaHive, createYogaHive } from '@graphql-hive/client'; -+ import { useHive, createHive } from '@graphql-hive/yoga'; -``` diff --git a/.changeset/strong-cherries-carry2.md b/.changeset/strong-cherries-carry2.md deleted file mode 100644 index e7eeb8a95b..0000000000 --- a/.changeset/strong-cherries-carry2.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -"@graphql-hive/apollo": minor ---- - -🚨 BREAKING CHANGE 🚨 `hiveApollo` is now `useHive` - -**Migration** - -Migration steps are available in the README. - -```diff -- import { hiveApollo } from '@graphql-hive/client'; -+ import { useHive } from '@graphql-hive/apollo'; -``` diff --git a/.changeset/strong-cherries-carry3.md b/.changeset/strong-cherries-carry3.md deleted file mode 100644 index 63067bdfcf..0000000000 --- a/.changeset/strong-cherries-carry3.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"@graphql-hive/envelop": minor ---- - -**Migration** - -Migration steps are available in the README. - -```diff -- import { useHive } from '@graphql-hive/client'; -+ import { useHive } from '@graphql-hive/envelop'; -``` diff --git a/packages/libraries/apollo/CHANGELOG.md b/packages/libraries/apollo/CHANGELOG.md new file mode 100644 index 0000000000..89c41779e8 --- /dev/null +++ b/packages/libraries/apollo/CHANGELOG.md @@ -0,0 +1,32 @@ +# @graphql-hive/apollo + +## 0.33.0 + +### Minor Changes + +- [#4573](https://github.com/kamilkisiela/graphql-hive/pull/4573) [`06d465e`](https://github.com/kamilkisiela/graphql-hive/commit/06d465e882b569b6d0dbd5b271d2d98aafaec0b1) Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Break `@graphql-hive/client` into library-specific packages: + + - `@graphql-hive/core` - Core functionality + - `@graphql-hive/apollo` - Apollo Client integration + - `@graphql-hive/yoga` - Yoga Server integration + - `@graphql-hive/envelop` - Envelop integration + + Migration steps are available in the README of each package. + +- [#4494](https://github.com/kamilkisiela/graphql-hive/pull/4494) [`c5eeac5`](https://github.com/kamilkisiela/graphql-hive/commit/c5eeac5ccef9e2dcc3c8bb33deec0fb95af9552e) Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - 🚨 BREAKING CHANGE 🚨 Requires now Node v16+ + +- [#4573](https://github.com/kamilkisiela/graphql-hive/pull/4573) [`06d465e`](https://github.com/kamilkisiela/graphql-hive/commit/06d465e882b569b6d0dbd5b271d2d98aafaec0b1) Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - 🚨 BREAKING CHANGE 🚨 `hiveApollo` is now `useHive` + + **Migration** + + Migration steps are available in the README. + + ```diff + - import { hiveApollo } from '@graphql-hive/client'; + + import { useHive } from '@graphql-hive/apollo'; + ``` + +### Patch Changes + +- Updated dependencies [[`06d465e`](https://github.com/kamilkisiela/graphql-hive/commit/06d465e882b569b6d0dbd5b271d2d98aafaec0b1), [`c5eeac5`](https://github.com/kamilkisiela/graphql-hive/commit/c5eeac5ccef9e2dcc3c8bb33deec0fb95af9552e)]: + - @graphql-hive/core@0.3.0 diff --git a/packages/libraries/apollo/package.json b/packages/libraries/apollo/package.json index 52918deb51..746b63659a 100644 --- a/packages/libraries/apollo/package.json +++ b/packages/libraries/apollo/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/apollo", - "version": "0.32.0", + "version": "0.33.0", "type": "module", "description": "GraphQL Hive + Apollo Server", "repository": { diff --git a/packages/libraries/cli/CHANGELOG.md b/packages/libraries/cli/CHANGELOG.md index 80bd6bc578..ed901751cc 100644 --- a/packages/libraries/cli/CHANGELOG.md +++ b/packages/libraries/cli/CHANGELOG.md @@ -1,5 +1,16 @@ # @graphql-hive/cli +## 0.37.0 + +### Minor Changes + +- [#4494](https://github.com/kamilkisiela/graphql-hive/pull/4494) [`c5eeac5`](https://github.com/kamilkisiela/graphql-hive/commit/c5eeac5ccef9e2dcc3c8bb33deec0fb95af9552e) Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - 🚨 BREAKING CHANGE 🚨 Requires now Node v16+ + +### Patch Changes + +- Updated dependencies [[`06d465e`](https://github.com/kamilkisiela/graphql-hive/commit/06d465e882b569b6d0dbd5b271d2d98aafaec0b1), [`c5eeac5`](https://github.com/kamilkisiela/graphql-hive/commit/c5eeac5ccef9e2dcc3c8bb33deec0fb95af9552e)]: + - @graphql-hive/core@0.3.0 + ## 0.36.0 ### Minor Changes diff --git a/packages/libraries/cli/package.json b/packages/libraries/cli/package.json index c82bab96c2..be381b2b8d 100644 --- a/packages/libraries/cli/package.json +++ b/packages/libraries/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/cli", - "version": "0.36.0", + "version": "0.37.0", "description": "A CLI util to manage and control your GraphQL Hive", "repository": { "type": "git", diff --git a/packages/libraries/core/CHANGELOG.md b/packages/libraries/core/CHANGELOG.md index 8ea1a9a02c..f235436528 100644 --- a/packages/libraries/core/CHANGELOG.md +++ b/packages/libraries/core/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-hive/core +## 0.3.0 + +### Minor Changes + +- [#4573](https://github.com/kamilkisiela/graphql-hive/pull/4573) [`06d465e`](https://github.com/kamilkisiela/graphql-hive/commit/06d465e882b569b6d0dbd5b271d2d98aafaec0b1) Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Moved most of @graphql-hive/client code here + +- [#4494](https://github.com/kamilkisiela/graphql-hive/pull/4494) [`c5eeac5`](https://github.com/kamilkisiela/graphql-hive/commit/c5eeac5ccef9e2dcc3c8bb33deec0fb95af9552e) Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - 🚨 BREAKING CHANGE 🚨 Requires now Node v16+ + ## 0.2.4 ### Patch Changes diff --git a/packages/libraries/core/package.json b/packages/libraries/core/package.json index 19e508a316..6f05a1c453 100644 --- a/packages/libraries/core/package.json +++ b/packages/libraries/core/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/core", - "version": "0.2.4", + "version": "0.3.0", "type": "module", "repository": { "type": "git", diff --git a/packages/libraries/envelop/CHANGELOG.md b/packages/libraries/envelop/CHANGELOG.md new file mode 100644 index 0000000000..9d6bb9726c --- /dev/null +++ b/packages/libraries/envelop/CHANGELOG.md @@ -0,0 +1,30 @@ +# @graphql-hive/envelop + +## 0.33.0 + +### Minor Changes + +- [#4573](https://github.com/kamilkisiela/graphql-hive/pull/4573) [`06d465e`](https://github.com/kamilkisiela/graphql-hive/commit/06d465e882b569b6d0dbd5b271d2d98aafaec0b1) Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Break `@graphql-hive/client` into library-specific packages: + + - `@graphql-hive/core` - Core functionality + - `@graphql-hive/apollo` - Apollo Client integration + - `@graphql-hive/yoga` - Yoga Server integration + - `@graphql-hive/envelop` - Envelop integration + + Migration steps are available in the README of each package. + +- [#4494](https://github.com/kamilkisiela/graphql-hive/pull/4494) [`c5eeac5`](https://github.com/kamilkisiela/graphql-hive/commit/c5eeac5ccef9e2dcc3c8bb33deec0fb95af9552e) Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - 🚨 BREAKING CHANGE 🚨 Requires now Node v16+ + +- [#4573](https://github.com/kamilkisiela/graphql-hive/pull/4573) [`06d465e`](https://github.com/kamilkisiela/graphql-hive/commit/06d465e882b569b6d0dbd5b271d2d98aafaec0b1) Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - **Migration** + + Migration steps are available in the README. + + ```diff + - import { useHive } from '@graphql-hive/client'; + + import { useHive } from '@graphql-hive/envelop'; + ``` + +### Patch Changes + +- Updated dependencies [[`06d465e`](https://github.com/kamilkisiela/graphql-hive/commit/06d465e882b569b6d0dbd5b271d2d98aafaec0b1), [`c5eeac5`](https://github.com/kamilkisiela/graphql-hive/commit/c5eeac5ccef9e2dcc3c8bb33deec0fb95af9552e)]: + - @graphql-hive/core@0.3.0 diff --git a/packages/libraries/envelop/package.json b/packages/libraries/envelop/package.json index 3875a29ba4..4143a0f97a 100644 --- a/packages/libraries/envelop/package.json +++ b/packages/libraries/envelop/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/envelop", - "version": "0.32.0", + "version": "0.33.0", "type": "module", "description": "GraphQL Hive + GraphQL Envelop", "repository": { diff --git a/packages/libraries/yoga/CHANGELOG.md b/packages/libraries/yoga/CHANGELOG.md new file mode 100644 index 0000000000..04032d8ab7 --- /dev/null +++ b/packages/libraries/yoga/CHANGELOG.md @@ -0,0 +1,32 @@ +# @graphql-hive/yoga + +## 0.33.0 + +### Minor Changes + +- [#4573](https://github.com/kamilkisiela/graphql-hive/pull/4573) [`06d465e`](https://github.com/kamilkisiela/graphql-hive/commit/06d465e882b569b6d0dbd5b271d2d98aafaec0b1) Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Break `@graphql-hive/client` into library-specific packages: + + - `@graphql-hive/core` - Core functionality + - `@graphql-hive/apollo` - Apollo Client integration + - `@graphql-hive/yoga` - Yoga Server integration + - `@graphql-hive/envelop` - Envelop integration + + Migration steps are available in the README of each package. + +- [#4494](https://github.com/kamilkisiela/graphql-hive/pull/4494) [`c5eeac5`](https://github.com/kamilkisiela/graphql-hive/commit/c5eeac5ccef9e2dcc3c8bb33deec0fb95af9552e) Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - 🚨 BREAKING CHANGE 🚨 Requires now Node v16+ + +- [#4573](https://github.com/kamilkisiela/graphql-hive/pull/4573) [`06d465e`](https://github.com/kamilkisiela/graphql-hive/commit/06d465e882b569b6d0dbd5b271d2d98aafaec0b1) Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - 🚨 BREAKING CHANGE 🚨 `useYogaHive`, `createYogaHive` is now `useHive` and `createHive` + + **Migration** + + Migration steps are available in the README. + + ```diff + - import { useYogaHive, createYogaHive } from '@graphql-hive/client'; + + import { useHive, createHive } from '@graphql-hive/yoga'; + ``` + +### Patch Changes + +- Updated dependencies [[`06d465e`](https://github.com/kamilkisiela/graphql-hive/commit/06d465e882b569b6d0dbd5b271d2d98aafaec0b1), [`c5eeac5`](https://github.com/kamilkisiela/graphql-hive/commit/c5eeac5ccef9e2dcc3c8bb33deec0fb95af9552e)]: + - @graphql-hive/core@0.3.0 diff --git a/packages/libraries/yoga/package.json b/packages/libraries/yoga/package.json index 9c8f9f3faa..9402698763 100644 --- a/packages/libraries/yoga/package.json +++ b/packages/libraries/yoga/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/yoga", - "version": "0.32.0", + "version": "0.33.0", "type": "module", "description": "GraphQL Hive + GraphQL Yoga", "repository": {