diff --git a/.changeset/quiet-houses-kiss.md b/.changeset/quiet-houses-kiss.md deleted file mode 100644 index b3af2603aa..0000000000 --- a/.changeset/quiet-houses-kiss.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@graphql-hive/external-composition': patch -'@graphql-hive/envelop': patch -'@graphql-hive/apollo': patch -'hive-apollo-router-plugin': patch -'@graphql-hive/yoga': patch -'@graphql-hive/cli': patch ---- - -Explain what Hive is in README diff --git a/packages/libraries/apollo/CHANGELOG.md b/packages/libraries/apollo/CHANGELOG.md index 8a1f2259e3..b607230445 100644 --- a/packages/libraries/apollo/CHANGELOG.md +++ b/packages/libraries/apollo/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-hive/apollo +## 0.36.3 + +### Patch Changes + +- [#6057](https://github.com/graphql-hive/console/pull/6057) + [`e4f8b0a`](https://github.com/graphql-hive/console/commit/e4f8b0a51d1158da966a719f321bc13e5af39ea0) + Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Explain what Hive is in README + ## 0.36.2 ### Patch Changes diff --git a/packages/libraries/apollo/package.json b/packages/libraries/apollo/package.json index 30e86ea031..73aa596a2e 100644 --- a/packages/libraries/apollo/package.json +++ b/packages/libraries/apollo/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/apollo", - "version": "0.36.2", + "version": "0.36.3", "type": "module", "description": "GraphQL Hive + Apollo Server", "repository": { diff --git a/packages/libraries/cli/CHANGELOG.md b/packages/libraries/cli/CHANGELOG.md index 0e42750ccc..314d39f990 100644 --- a/packages/libraries/cli/CHANGELOG.md +++ b/packages/libraries/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-hive/cli +## 0.44.4 + +### Patch Changes + +- [#6057](https://github.com/graphql-hive/console/pull/6057) + [`e4f8b0a`](https://github.com/graphql-hive/console/commit/e4f8b0a51d1158da966a719f321bc13e5af39ea0) + Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Explain what Hive is in README + ## 0.44.3 ### Patch Changes diff --git a/packages/libraries/cli/package.json b/packages/libraries/cli/package.json index 99f1b7d988..9cc5d89795 100644 --- a/packages/libraries/cli/package.json +++ b/packages/libraries/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/cli", - "version": "0.44.3", + "version": "0.44.4", "description": "A CLI util to manage and control your GraphQL Hive", "repository": { "type": "git", diff --git a/packages/libraries/envelop/CHANGELOG.md b/packages/libraries/envelop/CHANGELOG.md index 846552095b..259b41cd43 100644 --- a/packages/libraries/envelop/CHANGELOG.md +++ b/packages/libraries/envelop/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-hive/envelop +## 0.33.11 + +### Patch Changes + +- [#6057](https://github.com/graphql-hive/console/pull/6057) + [`e4f8b0a`](https://github.com/graphql-hive/console/commit/e4f8b0a51d1158da966a719f321bc13e5af39ea0) + Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Explain what Hive is in README + ## 0.33.10 ### Patch Changes diff --git a/packages/libraries/envelop/package.json b/packages/libraries/envelop/package.json index d046844ac1..d432633272 100644 --- a/packages/libraries/envelop/package.json +++ b/packages/libraries/envelop/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/envelop", - "version": "0.33.10", + "version": "0.33.11", "type": "module", "description": "GraphQL Hive + GraphQL Envelop", "repository": { diff --git a/packages/libraries/external-composition/CHANGELOG.md b/packages/libraries/external-composition/CHANGELOG.md index 28d68c8daf..0d4722120b 100644 --- a/packages/libraries/external-composition/CHANGELOG.md +++ b/packages/libraries/external-composition/CHANGELOG.md @@ -1,10 +1,20 @@ # @graphql-hive/external-composition +## 0.0.4 + +### Patch Changes + +- [#6057](https://github.com/graphql-hive/console/pull/6057) + [`e4f8b0a`](https://github.com/graphql-hive/console/commit/e4f8b0a51d1158da966a719f321bc13e5af39ea0) + Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Explain what Hive is in README + ## 0.0.3 ### Patch Changes -- [#4328](https://github.com/kamilkisiela/graphql-hive/pull/4328) [`bb0ff23`](https://github.com/kamilkisiela/graphql-hive/commit/bb0ff238ee7a413aca618b05cdf2187e6b886188) Thanks [@Hebilicious](https://github.com/Hebilicious)! - Use node specifier for crypto import +- [#4328](https://github.com/kamilkisiela/graphql-hive/pull/4328) + [`bb0ff23`](https://github.com/kamilkisiela/graphql-hive/commit/bb0ff238ee7a413aca618b05cdf2187e6b886188) + Thanks [@Hebilicious](https://github.com/Hebilicious)! - Use node specifier for crypto import ## 0.0.2 diff --git a/packages/libraries/external-composition/package.json b/packages/libraries/external-composition/package.json index 9341497004..1ff9cbce51 100644 --- a/packages/libraries/external-composition/package.json +++ b/packages/libraries/external-composition/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/external-composition", - "version": "0.0.3", + "version": "0.0.4", "type": "module", "description": "Compose schemas outside GraphQL Hive", "repository": { diff --git a/packages/libraries/router/CHANGELOG.md b/packages/libraries/router/CHANGELOG.md index c55a6d8c1b..267a0ede9d 100644 --- a/packages/libraries/router/CHANGELOG.md +++ b/packages/libraries/router/CHANGELOG.md @@ -1,5 +1,13 @@ # 16.10.2024 +## 1.0.1 + +### Patch Changes + +- [#6057](https://github.com/graphql-hive/console/pull/6057) + [`e4f8b0a`](https://github.com/graphql-hive/console/commit/e4f8b0a51d1158da966a719f321bc13e5af39ea0) + Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Explain what Hive is in README + ## 1.0.0 ### Major Changes diff --git a/packages/libraries/router/Cargo.toml b/packages/libraries/router/Cargo.toml index 21fd51436d..e2b491b79a 100644 --- a/packages/libraries/router/Cargo.toml +++ b/packages/libraries/router/Cargo.toml @@ -5,7 +5,7 @@ repository = "https://github.com/graphql-hive/console/" edition = "2021" license = "MIT" publish = true -version = "1.0.0" +version = "1.0.1" description = "Apollo-Router Plugin for Hive" [[bin]] diff --git a/packages/libraries/router/package.json b/packages/libraries/router/package.json index 6b4f40af36..a308bf6cf8 100644 --- a/packages/libraries/router/package.json +++ b/packages/libraries/router/package.json @@ -1,6 +1,6 @@ { "name": "hive-apollo-router-plugin", - "version": "1.0.0", + "version": "1.0.1", "private": true, "scripts": { "sync-cargo-file": "./sync-cargo-file.sh" diff --git a/packages/libraries/yoga/CHANGELOG.md b/packages/libraries/yoga/CHANGELOG.md index 3e64519586..51ad433555 100644 --- a/packages/libraries/yoga/CHANGELOG.md +++ b/packages/libraries/yoga/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-hive/yoga +## 0.39.1 + +### Patch Changes + +- [#6057](https://github.com/graphql-hive/console/pull/6057) + [`e4f8b0a`](https://github.com/graphql-hive/console/commit/e4f8b0a51d1158da966a719f321bc13e5af39ea0) + Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Explain what Hive is in README + ## 0.39.0 ### Minor Changes diff --git a/packages/libraries/yoga/package.json b/packages/libraries/yoga/package.json index b3cd5c0937..b23167753c 100644 --- a/packages/libraries/yoga/package.json +++ b/packages/libraries/yoga/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/yoga", - "version": "0.39.0", + "version": "0.39.1", "type": "module", "description": "GraphQL Hive + GraphQL Yoga", "repository": {