From 2b263b1811fd1191045cb3c380ebdec957299951 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 10:07:03 +0000 Subject: [PATCH] chore(release): update monorepo packages versions --- .changeset/beefy-grand-bazaar.md | 5 ---- .changeset/every-chefs-switch.md | 8 ------- .changeset/great-boxes-buy.md | 5 ---- .changeset/kind-coats-poke.md | 5 ---- .changeset/witty-jeans-hope.md | 5 ---- deployment/CHANGELOG.md | 28 +++++++++++++++++++++++ deployment/package.json | 2 +- packages/libraries/apollo/CHANGELOG.md | 8 +++++++ packages/libraries/apollo/package.json | 2 +- packages/libraries/apollo/src/version.ts | 2 +- packages/libraries/cli/CHANGELOG.md | 8 +++++++ packages/libraries/cli/README.md | 24 +++++++++---------- packages/libraries/cli/package.json | 2 +- packages/libraries/core/CHANGELOG.md | 9 ++++++++ packages/libraries/core/package.json | 2 +- packages/libraries/core/src/version.ts | 2 +- packages/libraries/envelop/CHANGELOG.md | 8 +++++++ packages/libraries/envelop/package.json | 2 +- packages/libraries/envelop/src/version.ts | 2 +- packages/libraries/yoga/CHANGELOG.md | 8 +++++++ packages/libraries/yoga/package.json | 2 +- packages/libraries/yoga/src/version.ts | 2 +- 22 files changed, 91 insertions(+), 50 deletions(-) delete mode 100644 .changeset/beefy-grand-bazaar.md delete mode 100644 .changeset/every-chefs-switch.md delete mode 100644 .changeset/great-boxes-buy.md delete mode 100644 .changeset/kind-coats-poke.md delete mode 100644 .changeset/witty-jeans-hope.md diff --git a/.changeset/beefy-grand-bazaar.md b/.changeset/beefy-grand-bazaar.md deleted file mode 100644 index cf5bd8033fb..00000000000 --- a/.changeset/beefy-grand-bazaar.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive': patch ---- - -Upgrade OpenTelemetry Collector to v0.140.0 (from v0.122.0) and Go to 1.25 (from 1.23). This includes updating all collector component dependencies and adapting the hive auth extension for API compatibility changes. diff --git a/.changeset/every-chefs-switch.md b/.changeset/every-chefs-switch.md deleted file mode 100644 index 15d46a578ff..00000000000 --- a/.changeset/every-chefs-switch.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'hive': minor ---- - -Introduce rate limiting for email sign up, sign in and password rest. -The IP value to use for the rate limiting can be specified via the -`SUPERTOKENS_RATE_LIMIT_IP_HEADER_NAME` environment variable. -By default the `CF-Connecting-IP` header is being used. diff --git a/.changeset/great-boxes-buy.md b/.changeset/great-boxes-buy.md deleted file mode 100644 index bc5cda99223..00000000000 --- a/.changeset/great-boxes-buy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-hive/core': patch ---- - -Shutdown Circuit Breaker properly while disposing Hive Client diff --git a/.changeset/kind-coats-poke.md b/.changeset/kind-coats-poke.md deleted file mode 100644 index 4bf75f6de07..00000000000 --- a/.changeset/kind-coats-poke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive': minor ---- - -Add AWS Lambda CDN Artifact Handler. diff --git a/.changeset/witty-jeans-hope.md b/.changeset/witty-jeans-hope.md deleted file mode 100644 index ca7f178299b..00000000000 --- a/.changeset/witty-jeans-hope.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive': patch ---- - -Fixes a UI bug in MembershipInvitation modal when there are many projects/targets/services. diff --git a/deployment/CHANGELOG.md b/deployment/CHANGELOG.md index 8f337ee0f41..78d8ae5183e 100644 --- a/deployment/CHANGELOG.md +++ b/deployment/CHANGELOG.md @@ -1,5 +1,33 @@ # hive +## 8.9.0 + +### Minor Changes + +- [#7281](https://github.com/graphql-hive/console/pull/7281) + [`791c025`](https://github.com/graphql-hive/console/commit/791c0252a0933d0f5c933eef9053227d7f00c87e) + Thanks [@n1ru4l](https://github.com/n1ru4l)! - Introduce rate limiting for email sign up, sign in + and password rest. The IP value to use for the rate limiting can be specified via the + `SUPERTOKENS_RATE_LIMIT_IP_HEADER_NAME` environment variable. By default the `CF-Connecting-IP` + header is being used. + +- [#7292](https://github.com/graphql-hive/console/pull/7292) + [`9c19215`](https://github.com/graphql-hive/console/commit/9c19215cabd37ee00c9bbd0115e242b7a315e7db) + Thanks [@n1ru4l](https://github.com/n1ru4l)! - Add AWS Lambda CDN Artifact Handler. + +### Patch Changes + +- [#7304](https://github.com/graphql-hive/console/pull/7304) + [`172ee83`](https://github.com/graphql-hive/console/commit/172ee83a0ee69f75107525a2d6d3cb1cfadd6530) + Thanks [@adambenhassen](https://github.com/adambenhassen)! - Upgrade OpenTelemetry Collector to + v0.140.0 (from v0.122.0) and Go to 1.25 (from 1.23). This includes updating all collector + component dependencies and adapting the hive auth extension for API compatibility changes. + +- [#7295](https://github.com/graphql-hive/console/pull/7295) + [`76c700f`](https://github.com/graphql-hive/console/commit/76c700f322d8ec81a4fcea0333283427633f8412) + Thanks [@jonathanawesome](https://github.com/jonathanawesome)! - Fixes a UI bug in + MembershipInvitation modal when there are many projects/targets/services. + ## 8.8.0 ### Minor Changes diff --git a/deployment/package.json b/deployment/package.json index 45b73920d92..a09b7f0d099 100644 --- a/deployment/package.json +++ b/deployment/package.json @@ -1,6 +1,6 @@ { "name": "hive", - "version": "8.8.0", + "version": "8.9.0", "private": true, "scripts": { "generate": "tsx generate.ts", diff --git a/packages/libraries/apollo/CHANGELOG.md b/packages/libraries/apollo/CHANGELOG.md index 05213b74366..a7d36994f6c 100644 --- a/packages/libraries/apollo/CHANGELOG.md +++ b/packages/libraries/apollo/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-hive/apollo +## 0.42.1 + +### Patch Changes + +- Updated dependencies + [[`64c8368`](https://github.com/graphql-hive/console/commit/64c8368c4b94b4ad2178d341442f0a0ffb4013f1)]: + - @graphql-hive/core@0.15.1 + ## 0.42.0 ### Minor Changes diff --git a/packages/libraries/apollo/package.json b/packages/libraries/apollo/package.json index 3d5f6290162..9d45e7d4564 100644 --- a/packages/libraries/apollo/package.json +++ b/packages/libraries/apollo/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/apollo", - "version": "0.42.0", + "version": "0.42.1", "type": "module", "description": "GraphQL Hive + Apollo Server", "repository": { diff --git a/packages/libraries/apollo/src/version.ts b/packages/libraries/apollo/src/version.ts index 76e8f174de2..ad24d609592 100644 --- a/packages/libraries/apollo/src/version.ts +++ b/packages/libraries/apollo/src/version.ts @@ -1 +1 @@ -export const version = '0.42.0'; +export const version = '0.42.1'; diff --git a/packages/libraries/cli/CHANGELOG.md b/packages/libraries/cli/CHANGELOG.md index 93a6d76d4d9..20c6a84651c 100644 --- a/packages/libraries/cli/CHANGELOG.md +++ b/packages/libraries/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-hive/cli +## 0.53.5 + +### Patch Changes + +- Updated dependencies + [[`64c8368`](https://github.com/graphql-hive/console/commit/64c8368c4b94b4ad2178d341442f0a0ffb4013f1)]: + - @graphql-hive/core@0.15.1 + ## 0.53.4 ### Patch Changes diff --git a/packages/libraries/cli/README.md b/packages/libraries/cli/README.md index 80502034619..356e2c220a5 100644 --- a/packages/libraries/cli/README.md +++ b/packages/libraries/cli/README.md @@ -81,7 +81,7 @@ DESCRIPTION ``` _See code: -[src/commands/app/create.ts](https://github.com/graphql-hive/platform/blob/v0.53.4/src/commands/app/create.ts)_ +[src/commands/app/create.ts](https://github.com/graphql-hive/platform/blob/v0.53.5/src/commands/app/create.ts)_ ## `hive app:publish` @@ -108,7 +108,7 @@ DESCRIPTION ``` _See code: -[src/commands/app/publish.ts](https://github.com/graphql-hive/platform/blob/v0.53.4/src/commands/app/publish.ts)_ +[src/commands/app/publish.ts](https://github.com/graphql-hive/platform/blob/v0.53.5/src/commands/app/publish.ts)_ ## `hive app:retire` @@ -135,7 +135,7 @@ DESCRIPTION ``` _See code: -[src/commands/app/retire.ts](https://github.com/graphql-hive/platform/blob/v0.53.4/src/commands/app/retire.ts)_ +[src/commands/app/retire.ts](https://github.com/graphql-hive/platform/blob/v0.53.5/src/commands/app/retire.ts)_ ## `hive artifact:fetch` @@ -159,7 +159,7 @@ DESCRIPTION ``` _See code: -[src/commands/artifact/fetch.ts](https://github.com/graphql-hive/platform/blob/v0.53.4/src/commands/artifact/fetch.ts)_ +[src/commands/artifact/fetch.ts](https://github.com/graphql-hive/platform/blob/v0.53.5/src/commands/artifact/fetch.ts)_ ## `hive dev` @@ -202,7 +202,7 @@ DESCRIPTION ``` _See code: -[src/commands/dev.ts](https://github.com/graphql-hive/platform/blob/v0.53.4/src/commands/dev.ts)_ +[src/commands/dev.ts](https://github.com/graphql-hive/platform/blob/v0.53.5/src/commands/dev.ts)_ ## `hive help [COMMAND]` @@ -246,7 +246,7 @@ DESCRIPTION ``` _See code: -[src/commands/introspect.ts](https://github.com/graphql-hive/platform/blob/v0.53.4/src/commands/introspect.ts)_ +[src/commands/introspect.ts](https://github.com/graphql-hive/platform/blob/v0.53.5/src/commands/introspect.ts)_ ## `hive operations:check FILE` @@ -305,7 +305,7 @@ DESCRIPTION ``` _See code: -[src/commands/operations/check.ts](https://github.com/graphql-hive/platform/blob/v0.53.4/src/commands/operations/check.ts)_ +[src/commands/operations/check.ts](https://github.com/graphql-hive/platform/blob/v0.53.5/src/commands/operations/check.ts)_ ## `hive schema:check FILE` @@ -349,7 +349,7 @@ DESCRIPTION ``` _See code: -[src/commands/schema/check.ts](https://github.com/graphql-hive/platform/blob/v0.53.4/src/commands/schema/check.ts)_ +[src/commands/schema/check.ts](https://github.com/graphql-hive/platform/blob/v0.53.5/src/commands/schema/check.ts)_ ## `hive schema:delete SERVICE` @@ -381,7 +381,7 @@ DESCRIPTION ``` _See code: -[src/commands/schema/delete.ts](https://github.com/graphql-hive/platform/blob/v0.53.4/src/commands/schema/delete.ts)_ +[src/commands/schema/delete.ts](https://github.com/graphql-hive/platform/blob/v0.53.5/src/commands/schema/delete.ts)_ ## `hive schema:fetch [COMMIT]` @@ -414,7 +414,7 @@ DESCRIPTION ``` _See code: -[src/commands/schema/fetch.ts](https://github.com/graphql-hive/platform/blob/v0.53.4/src/commands/schema/fetch.ts)_ +[src/commands/schema/fetch.ts](https://github.com/graphql-hive/platform/blob/v0.53.5/src/commands/schema/fetch.ts)_ ## `hive schema:publish FILE` @@ -458,7 +458,7 @@ DESCRIPTION ``` _See code: -[src/commands/schema/publish.ts](https://github.com/graphql-hive/platform/blob/v0.53.4/src/commands/schema/publish.ts)_ +[src/commands/schema/publish.ts](https://github.com/graphql-hive/platform/blob/v0.53.5/src/commands/schema/publish.ts)_ ## `hive update [CHANNEL]` @@ -520,7 +520,7 @@ DESCRIPTION ``` _See code: -[src/commands/whoami.ts](https://github.com/graphql-hive/platform/blob/v0.53.4/src/commands/whoami.ts)_ +[src/commands/whoami.ts](https://github.com/graphql-hive/platform/blob/v0.53.5/src/commands/whoami.ts)_ diff --git a/packages/libraries/cli/package.json b/packages/libraries/cli/package.json index bf46ace256e..78be0343a43 100644 --- a/packages/libraries/cli/package.json +++ b/packages/libraries/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/cli", - "version": "0.53.4", + "version": "0.53.5", "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 ae8917fd464..b1e7cab0d9d 100644 --- a/packages/libraries/core/CHANGELOG.md +++ b/packages/libraries/core/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-hive/core +## 0.15.1 + +### Patch Changes + +- [#7297](https://github.com/graphql-hive/console/pull/7297) + [`64c8368`](https://github.com/graphql-hive/console/commit/64c8368c4b94b4ad2178d341442f0a0ffb4013f1) + Thanks [@ardatan](https://github.com/ardatan)! - Shutdown Circuit Breaker properly while disposing + Hive Client + ## 0.15.0 ### Minor Changes diff --git a/packages/libraries/core/package.json b/packages/libraries/core/package.json index 12586fde199..dcc4136ebfe 100644 --- a/packages/libraries/core/package.json +++ b/packages/libraries/core/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/core", - "version": "0.15.0", + "version": "0.15.1", "type": "module", "repository": { "type": "git", diff --git a/packages/libraries/core/src/version.ts b/packages/libraries/core/src/version.ts index 88ba31f5b9b..0d2e339fe52 100644 --- a/packages/libraries/core/src/version.ts +++ b/packages/libraries/core/src/version.ts @@ -1 +1 @@ -export const version = '0.15.0'; +export const version = '0.15.1'; diff --git a/packages/libraries/envelop/CHANGELOG.md b/packages/libraries/envelop/CHANGELOG.md index b89c9300a14..92733b07c5b 100644 --- a/packages/libraries/envelop/CHANGELOG.md +++ b/packages/libraries/envelop/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-hive/envelop +## 0.38.1 + +### Patch Changes + +- Updated dependencies + [[`64c8368`](https://github.com/graphql-hive/console/commit/64c8368c4b94b4ad2178d341442f0a0ffb4013f1)]: + - @graphql-hive/core@0.15.1 + ## 0.38.0 ### Minor Changes diff --git a/packages/libraries/envelop/package.json b/packages/libraries/envelop/package.json index 0d8c5505007..48730825e11 100644 --- a/packages/libraries/envelop/package.json +++ b/packages/libraries/envelop/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/envelop", - "version": "0.38.0", + "version": "0.38.1", "type": "module", "description": "GraphQL Hive + GraphQL Envelop", "repository": { diff --git a/packages/libraries/envelop/src/version.ts b/packages/libraries/envelop/src/version.ts index 9e187587402..d11c6945086 100644 --- a/packages/libraries/envelop/src/version.ts +++ b/packages/libraries/envelop/src/version.ts @@ -1 +1 @@ -export const version = '0.38.0'; +export const version = '0.38.1'; diff --git a/packages/libraries/yoga/CHANGELOG.md b/packages/libraries/yoga/CHANGELOG.md index 62813675c7f..9c8323ae9d7 100644 --- a/packages/libraries/yoga/CHANGELOG.md +++ b/packages/libraries/yoga/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-hive/yoga +## 0.43.1 + +### Patch Changes + +- Updated dependencies + [[`64c8368`](https://github.com/graphql-hive/console/commit/64c8368c4b94b4ad2178d341442f0a0ffb4013f1)]: + - @graphql-hive/core@0.15.1 + ## 0.43.0 ### Minor Changes diff --git a/packages/libraries/yoga/package.json b/packages/libraries/yoga/package.json index 0b88b44eb1b..2e3de272dcb 100644 --- a/packages/libraries/yoga/package.json +++ b/packages/libraries/yoga/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/yoga", - "version": "0.43.0", + "version": "0.43.1", "type": "module", "description": "GraphQL Hive + GraphQL Yoga", "repository": { diff --git a/packages/libraries/yoga/src/version.ts b/packages/libraries/yoga/src/version.ts index c925cb77f89..ca774b9526f 100644 --- a/packages/libraries/yoga/src/version.ts +++ b/packages/libraries/yoga/src/version.ts @@ -1 +1 @@ -export const version = '0.43.0'; +export const version = '0.43.1';