mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
Upcoming Release Changes (#7708)
This commit is contained in:
parent
4d36f7aeb0
commit
e6d5e13571
5 changed files with 23 additions and 18 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@graphql-hive/cli': patch
|
||||
---
|
||||
|
||||
Fix schema SDL becoming invalid through minification.
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -146,3 +146,4 @@ Cargo.lock
|
|||
Cargo.lock
|
||||
Cargo.lock
|
||||
Cargo.lock
|
||||
Cargo.lock
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)_
|
||||
|
||||
<!-- commandsstop -->
|
||||
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue