diff --git a/.changeset/olive-ghosts-shout.md b/.changeset/olive-ghosts-shout.md deleted file mode 100644 index 3e0b8b80ee..0000000000 --- a/.changeset/olive-ghosts-shout.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'hive': patch ---- - -Only show the "edit preflight script" button in the laboratory when the users has permissions to -edit it. diff --git a/.changeset/perfect-actors-develop.md b/.changeset/perfect-actors-develop.md deleted file mode 100644 index b1ae48263c..0000000000 --- a/.changeset/perfect-actors-develop.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@graphql-hive/core': minor ---- - -Add helper function `hashOperation` for generating consistent hashes used within the Hive Console -platform. diff --git a/.changeset/sharp-llamas-play.md b/.changeset/sharp-llamas-play.md deleted file mode 100644 index 23bb15c973..0000000000 --- a/.changeset/sharp-llamas-play.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive': patch ---- - -Add `project:create` permission to the acccess token permission selection screen. diff --git a/.changeset/tasty-geese-train.md b/.changeset/tasty-geese-train.md deleted file mode 100644 index cd524972b4..0000000000 --- a/.changeset/tasty-geese-train.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive': patch ---- - -Fix default organization resolution and prevent missing permissions error. diff --git a/.changeset/witty-ghosts-rush.md b/.changeset/witty-ghosts-rush.md deleted file mode 100644 index 0caa30bf91..0000000000 --- a/.changeset/witty-ghosts-rush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive': patch ---- - -Fix schema version browser history navigation. diff --git a/deployment/CHANGELOG.md b/deployment/CHANGELOG.md index 2b824155c1..c97cdd1a86 100644 --- a/deployment/CHANGELOG.md +++ b/deployment/CHANGELOG.md @@ -1,5 +1,29 @@ # hive +## 8.1.1 + +### Patch Changes + +- [#6867](https://github.com/graphql-hive/console/pull/6867) + [`be0d710`](https://github.com/graphql-hive/console/commit/be0d71025b4d1bee06b6059f31bd5039e9709b5d) + Thanks [@n1ru4l](https://github.com/n1ru4l)! - Only show the "edit preflight script" button in the + laboratory when the users has permissions to edit it. + +- [#6881](https://github.com/graphql-hive/console/pull/6881) + [`f8a1350`](https://github.com/graphql-hive/console/commit/f8a13506f747b297f6c7bfd295fe13af89153380) + Thanks [@n1ru4l](https://github.com/n1ru4l)! - Add `project:create` permission to the acccess + token permission selection screen. + +- [#6875](https://github.com/graphql-hive/console/pull/6875) + [`73864f2`](https://github.com/graphql-hive/console/commit/73864f2b954387406c6d7f3a205d7ee38663e6a4) + Thanks [@n1ru4l](https://github.com/n1ru4l)! - Fix default organization resolution and prevent + missing permissions error. + +- [#6879](https://github.com/graphql-hive/console/pull/6879) + [`3779184`](https://github.com/graphql-hive/console/commit/3779184a440743f04bd18943651da7b77f7a43c0) + Thanks [@egoodwinx](https://github.com/egoodwinx)! - Fix schema version browser history + navigation. + ## 8.1.0 ### Minor Changes diff --git a/deployment/package.json b/deployment/package.json index 5ba1851595..899bcf2291 100644 --- a/deployment/package.json +++ b/deployment/package.json @@ -1,6 +1,6 @@ { "name": "hive", - "version": "8.1.0", + "version": "8.1.1", "private": true, "scripts": { "generate": "tsx generate.ts", diff --git a/packages/libraries/apollo/CHANGELOG.md b/packages/libraries/apollo/CHANGELOG.md index 4c1276f6c8..e1be0b28e9 100644 --- a/packages/libraries/apollo/CHANGELOG.md +++ b/packages/libraries/apollo/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-hive/apollo +## 0.39.2 + +### Patch Changes + +- Updated dependencies + [[`8d56b98`](https://github.com/graphql-hive/console/commit/8d56b9848028d65442cb1dada139f5a17d464f1b)]: + - @graphql-hive/core@0.13.0 + ## 0.39.1 ### Patch Changes diff --git a/packages/libraries/apollo/package.json b/packages/libraries/apollo/package.json index 1012a1d204..8ef88a4c42 100644 --- a/packages/libraries/apollo/package.json +++ b/packages/libraries/apollo/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/apollo", - "version": "0.39.1", + "version": "0.39.2", "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 13dc8be485..700c1a5fda 100644 --- a/packages/libraries/apollo/src/version.ts +++ b/packages/libraries/apollo/src/version.ts @@ -1 +1 @@ -export const version = '0.39.1'; +export const version = '0.39.2'; diff --git a/packages/libraries/cli/CHANGELOG.md b/packages/libraries/cli/CHANGELOG.md index be0ce810d5..234df2bf48 100644 --- a/packages/libraries/cli/CHANGELOG.md +++ b/packages/libraries/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-hive/cli +## 0.50.3 + +### Patch Changes + +- Updated dependencies + [[`8d56b98`](https://github.com/graphql-hive/console/commit/8d56b9848028d65442cb1dada139f5a17d464f1b)]: + - @graphql-hive/core@0.13.0 + ## 0.50.2 ### Patch Changes diff --git a/packages/libraries/cli/package.json b/packages/libraries/cli/package.json index da04821ade..c3efa1d775 100644 --- a/packages/libraries/cli/package.json +++ b/packages/libraries/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/cli", - "version": "0.50.2", + "version": "0.50.3", "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 f8e385ee0b..8b25d73dd2 100644 --- a/packages/libraries/core/CHANGELOG.md +++ b/packages/libraries/core/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-hive/core +## 0.13.0 + +### Minor Changes + +- [#6876](https://github.com/graphql-hive/console/pull/6876) + [`8d56b98`](https://github.com/graphql-hive/console/commit/8d56b9848028d65442cb1dada139f5a17d464f1b) + Thanks [@n1ru4l](https://github.com/n1ru4l)! - Add helper function `hashOperation` for generating + consistent hashes used within the Hive Console platform. + ## 0.12.0 ### Minor Changes diff --git a/packages/libraries/core/package.json b/packages/libraries/core/package.json index 07e3a595d2..2ff2ed84ca 100644 --- a/packages/libraries/core/package.json +++ b/packages/libraries/core/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/core", - "version": "0.12.0", + "version": "0.13.0", "type": "module", "repository": { "type": "git", diff --git a/packages/libraries/core/src/version.ts b/packages/libraries/core/src/version.ts index f5d84a08c0..fde3340db3 100644 --- a/packages/libraries/core/src/version.ts +++ b/packages/libraries/core/src/version.ts @@ -1 +1 @@ -export const version = '0.12.0'; +export const version = '0.13.0'; diff --git a/packages/libraries/envelop/CHANGELOG.md b/packages/libraries/envelop/CHANGELOG.md index 68a7a0bd1e..233e0afb9b 100644 --- a/packages/libraries/envelop/CHANGELOG.md +++ b/packages/libraries/envelop/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-hive/envelop +## 0.36.2 + +### Patch Changes + +- Updated dependencies + [[`8d56b98`](https://github.com/graphql-hive/console/commit/8d56b9848028d65442cb1dada139f5a17d464f1b)]: + - @graphql-hive/core@0.13.0 + ## 0.36.1 ### Patch Changes diff --git a/packages/libraries/envelop/package.json b/packages/libraries/envelop/package.json index dbad483bfb..03804f0ada 100644 --- a/packages/libraries/envelop/package.json +++ b/packages/libraries/envelop/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/envelop", - "version": "0.36.1", + "version": "0.36.2", "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 56813d718c..2c5a354654 100644 --- a/packages/libraries/envelop/src/version.ts +++ b/packages/libraries/envelop/src/version.ts @@ -1 +1 @@ -export const version = '0.36.1'; +export const version = '0.36.2'; diff --git a/packages/libraries/yoga/CHANGELOG.md b/packages/libraries/yoga/CHANGELOG.md index 3a12d0ed22..083464c885 100644 --- a/packages/libraries/yoga/CHANGELOG.md +++ b/packages/libraries/yoga/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-hive/yoga +## 0.42.2 + +### Patch Changes + +- Updated dependencies + [[`8d56b98`](https://github.com/graphql-hive/console/commit/8d56b9848028d65442cb1dada139f5a17d464f1b)]: + - @graphql-hive/core@0.13.0 + ## 0.42.1 ### Patch Changes diff --git a/packages/libraries/yoga/package.json b/packages/libraries/yoga/package.json index 30c05a78c2..2fefb109a2 100644 --- a/packages/libraries/yoga/package.json +++ b/packages/libraries/yoga/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/yoga", - "version": "0.42.1", + "version": "0.42.2", "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 ad24d60959..991038eaa6 100644 --- a/packages/libraries/yoga/src/version.ts +++ b/packages/libraries/yoga/src/version.ts @@ -1 +1 @@ -export const version = '0.42.1'; +export const version = '0.42.2';