Skip to content

Commit

Permalink
chore(release): update monorepo packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 15, 2025
1 parent e10cc2d commit 8a6192d
Show file tree
Hide file tree
Showing 12 changed files with 65 additions and 54 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-spies-burn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/asd-asd-asd.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/forty-mangos-refuse.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-poets-shake.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/seven-stingrays-tell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-melons-perform.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-news-carry.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/swift-grapes-flow.md

This file was deleted.

32 changes: 32 additions & 0 deletions deployment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# hive

## 4.0.0

### Major Changes

- [#6259](https://github.com/graphql-hive/console/pull/6259)
[`1168564`](https://github.com/graphql-hive/console/commit/1168564ef06e10e90381ad7808f46c5f205be3ea)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - No longer support the legacy registry
models. Announcement https://the-guild.dev/blog/graphql-hive-improvements-in-schema-registry

### Minor Changes

- [#6340](https://github.com/graphql-hive/console/pull/6340)
[`3183f5a`](https://github.com/graphql-hive/console/commit/3183f5a9b40ab389b413199747aeff4b9ea1cbe8)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Remove the legacy member role assignment wizard.

- [#6341](https://github.com/graphql-hive/console/pull/6341)
[`2fa3352`](https://github.com/graphql-hive/console/commit/2fa33520b36e4a0662ab9c74abc06fb4705d2a53)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Allow to close the last tab in
Laboratory

- [#6254](https://github.com/graphql-hive/console/pull/6254)
[`b58d2c5`](https://github.com/graphql-hive/console/commit/b58d2c5fdb856a3f0710d1551e1e9306eb7cbcc0)
Thanks [@jdolle](https://github.com/jdolle)! - Add option for checking breaking changes by a fixed
request count

### Patch Changes

- [#6332](https://github.com/graphql-hive/console/pull/6332)
[`6b9192c`](https://github.com/graphql-hive/console/commit/6b9192c71845d3312cb2a9b1e7c1d9a552fb6f8f)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Assigns custom roles to members without
a role to complete https://the-guild.dev/graphql/hive/product-updates/2023-12-05-member-roles

## 3.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion deployment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hive",
"version": "3.0.0",
"version": "4.0.0",
"private": true,
"scripts": {
"generate": "tsx generate.ts",
Expand Down
31 changes: 31 additions & 0 deletions packages/libraries/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# @graphql-hive/cli

## 0.46.0

### Minor Changes

- [#6357](https://github.com/graphql-hive/console/pull/6357)
[`e10cc2d`](https://github.com/graphql-hive/console/commit/e10cc2db4297dafabbbf4996d501384dd0884c4a)
Thanks [@jasonkuhrt](https://github.com/jasonkuhrt)! - Add experimental json file flag to command
`schema:check`.

On the `schema:check` command, you can now use the flag
`--experimental-json-file ./path/to/schema-check-result.json` to output a JSON file containing the
command's result.

This experimental feature is designed to help you with scripting, typically in CI/CD pipelines.

Please note that this is an experimental feature, and therefore is:

1. likely to change or be removed in a future version
2. not covered by semantic versioning.

- [#6338](https://github.com/graphql-hive/console/pull/6338)
[`f6565fc`](https://github.com/graphql-hive/console/commit/f6565fc8996922bfd657e83a8b53b8b473858154)
Thanks [@jdolle](https://github.com/jdolle)! - cli schema:fetch targets latest if actionId
argument is missing

- [#6333](https://github.com/graphql-hive/console/pull/6333)
[`0a84187`](https://github.com/graphql-hive/console/commit/0a84187051ae121f06bacc6b99da96d81e775dcd)
Thanks [@jasonkuhrt](https://github.com/jasonkuhrt)! - BREAKING: Remove config commands

This prepares for the addition of JSON format output in other commands.

## 0.45.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/libraries/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-hive/cli",
"version": "0.45.0",
"version": "0.46.0",
"description": "A CLI util to manage and control your GraphQL Hive",
"repository": {
"type": "git",
Expand Down

0 comments on commit 8a6192d

Please sign in to comment.