diff --git a/.changeset/light-shirts-pay.md b/.changeset/light-shirts-pay.md deleted file mode 100644 index 4127c604e..000000000 --- a/.changeset/light-shirts-pay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-hive/cli': patch ---- - -Fix schema SDL becoming invalid through minification. diff --git a/.gitignore b/.gitignore index 91e13d7c5..63b05e6a9 100644 --- a/.gitignore +++ b/.gitignore @@ -146,3 +146,4 @@ Cargo.lock Cargo.lock Cargo.lock Cargo.lock +Cargo.lock diff --git a/packages/libraries/cli/CHANGELOG.md b/packages/libraries/cli/CHANGELOG.md index 0a0fc7504..982046058 100644 --- a/packages/libraries/cli/CHANGELOG.md +++ b/packages/libraries/cli/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-hive/cli +## 0.58.2 + +### Patch Changes + +- [#7707](https://github.com/graphql-hive/console/pull/7707) + [`4d36f7a`](https://github.com/graphql-hive/console/commit/4d36f7aeb06a911d844b74b9f556e11f353771a8) + Thanks [@n1ru4l](https://github.com/n1ru4l)! - Fix schema SDL becoming invalid through + minification. + ## 0.58.1 ### Patch Changes diff --git a/packages/libraries/cli/README.md b/packages/libraries/cli/README.md index ad34155a8..0ba1b3299 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.58.1/src/commands/app/create.ts)_ +[src/commands/app/create.ts](https://github.com/graphql-hive/platform/blob/v0.58.2/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.58.1/src/commands/app/publish.ts)_ +[src/commands/app/publish.ts](https://github.com/graphql-hive/platform/blob/v0.58.2/src/commands/app/publish.ts)_ ## `hive app:retire` @@ -136,7 +136,7 @@ DESCRIPTION ``` _See code: -[src/commands/app/retire.ts](https://github.com/graphql-hive/platform/blob/v0.58.1/src/commands/app/retire.ts)_ +[src/commands/app/retire.ts](https://github.com/graphql-hive/platform/blob/v0.58.2/src/commands/app/retire.ts)_ ## `hive artifact:fetch` @@ -160,7 +160,7 @@ DESCRIPTION ``` _See code: -[src/commands/artifact/fetch.ts](https://github.com/graphql-hive/platform/blob/v0.58.1/src/commands/artifact/fetch.ts)_ +[src/commands/artifact/fetch.ts](https://github.com/graphql-hive/platform/blob/v0.58.2/src/commands/artifact/fetch.ts)_ ## `hive dev` @@ -203,7 +203,7 @@ DESCRIPTION ``` _See code: -[src/commands/dev.ts](https://github.com/graphql-hive/platform/blob/v0.58.1/src/commands/dev.ts)_ +[src/commands/dev.ts](https://github.com/graphql-hive/platform/blob/v0.58.2/src/commands/dev.ts)_ ## `hive help [COMMAND]` @@ -247,7 +247,7 @@ DESCRIPTION ``` _See code: -[src/commands/introspect.ts](https://github.com/graphql-hive/platform/blob/v0.58.1/src/commands/introspect.ts)_ +[src/commands/introspect.ts](https://github.com/graphql-hive/platform/blob/v0.58.2/src/commands/introspect.ts)_ ## `hive operations:check FILE` @@ -306,7 +306,7 @@ DESCRIPTION ``` _See code: -[src/commands/operations/check.ts](https://github.com/graphql-hive/platform/blob/v0.58.1/src/commands/operations/check.ts)_ +[src/commands/operations/check.ts](https://github.com/graphql-hive/platform/blob/v0.58.2/src/commands/operations/check.ts)_ ## `hive schema:check FILE` @@ -351,7 +351,7 @@ DESCRIPTION ``` _See code: -[src/commands/schema/check.ts](https://github.com/graphql-hive/platform/blob/v0.58.1/src/commands/schema/check.ts)_ +[src/commands/schema/check.ts](https://github.com/graphql-hive/platform/blob/v0.58.2/src/commands/schema/check.ts)_ ## `hive schema:delete SERVICE` @@ -383,7 +383,7 @@ DESCRIPTION ``` _See code: -[src/commands/schema/delete.ts](https://github.com/graphql-hive/platform/blob/v0.58.1/src/commands/schema/delete.ts)_ +[src/commands/schema/delete.ts](https://github.com/graphql-hive/platform/blob/v0.58.2/src/commands/schema/delete.ts)_ ## `hive schema:fetch [COMMIT]` @@ -416,7 +416,7 @@ DESCRIPTION ``` _See code: -[src/commands/schema/fetch.ts](https://github.com/graphql-hive/platform/blob/v0.58.1/src/commands/schema/fetch.ts)_ +[src/commands/schema/fetch.ts](https://github.com/graphql-hive/platform/blob/v0.58.2/src/commands/schema/fetch.ts)_ ## `hive schema:publish FILE` @@ -460,7 +460,7 @@ DESCRIPTION ``` _See code: -[src/commands/schema/publish.ts](https://github.com/graphql-hive/platform/blob/v0.58.1/src/commands/schema/publish.ts)_ +[src/commands/schema/publish.ts](https://github.com/graphql-hive/platform/blob/v0.58.2/src/commands/schema/publish.ts)_ ## `hive update [CHANNEL]` @@ -523,7 +523,7 @@ DESCRIPTION ``` _See code: -[src/commands/whoami.ts](https://github.com/graphql-hive/platform/blob/v0.58.1/src/commands/whoami.ts)_ +[src/commands/whoami.ts](https://github.com/graphql-hive/platform/blob/v0.58.2/src/commands/whoami.ts)_ diff --git a/packages/libraries/cli/package.json b/packages/libraries/cli/package.json index 78d380ddb..58b0b8406 100644 --- a/packages/libraries/cli/package.json +++ b/packages/libraries/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/cli", - "version": "0.58.1", + "version": "0.58.2", "description": "A CLI util to manage and control your GraphQL Hive", "repository": { "type": "git",