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 16, 2023
1 parent 2011418 commit 6799f84
Show file tree
Hide file tree
Showing 13 changed files with 47 additions and 43 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-trainers-promise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dirty-tools-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-chairs-add.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-lobsters-explain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-moose-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-pots-sit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-hornets-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-bikes-play.md

This file was deleted.

16 changes: 16 additions & 0 deletions packages/libraries/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @graphql-hive/cli

## 0.19.11

### Patch Changes

- [#904](https://github.com/kamilkisiela/graphql-hive/pull/904)
[`20edc8c5`](https://github.com/kamilkisiela/graphql-hive/commit/20edc8c5e54cd71a726f02f33f9710460fc6d5a0)
Thanks [@dotansimha](https://github.com/dotansimha)! - Upgrade dependency git-parse to v3

- [#909](https://github.com/kamilkisiela/graphql-hive/pull/909)
[`9a4a69bb`](https://github.com/kamilkisiela/graphql-hive/commit/9a4a69bb83760bf8e83961cc0a878899f7715da7)
Thanks [@dotansimha](https://github.com/dotansimha)! - Upgrade oclif to latest version

- [#930](https://github.com/kamilkisiela/graphql-hive/pull/930)
[`a972fe26`](https://github.com/kamilkisiela/graphql-hive/commit/a972fe26f2c3624dd4e66b36edf91ce3dbae78c7)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Support nullable Query.latestVersion

## 0.19.10

### Patch 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.19.10",
"version": "0.19.11",
"description": "A CLI util to manage and control your GraphQL Hive",
"repository": {
"type": "git",
Expand Down
28 changes: 28 additions & 0 deletions packages/libraries/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# @graphql-hive/client

## 0.22.0

### Minor Changes

- [#862](https://github.com/kamilkisiela/graphql-hive/pull/862)
[`d2aa98a5`](https://github.com/kamilkisiela/graphql-hive/commit/d2aa98a574f191e115bd8fab1f95a7aa5bb17659)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Use new CDN endpoint for retrieving the service
list

- [#971](https://github.com/kamilkisiela/graphql-hive/pull/971)
[`0abc58b9`](https://github.com/kamilkisiela/graphql-hive/commit/0abc58b9e2ed8b4c7d950ce3f7cba43dfdeff344)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Retry failed requests upon CDN issues.

### Patch Changes

- [#776](https://github.com/kamilkisiela/graphql-hive/pull/776)
[`e46b5dda`](https://github.com/kamilkisiela/graphql-hive/commit/e46b5ddab84406ea810a9e0f0c08e6149e77468a)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Use correct default value for 'enabled'.

- [#904](https://github.com/kamilkisiela/graphql-hive/pull/904)
[`20edc8c5`](https://github.com/kamilkisiela/graphql-hive/commit/20edc8c5e54cd71a726f02f33f9710460fc6d5a0)
Thanks [@dotansimha](https://github.com/dotansimha)! - Upgrade dependency `axios` to v1

- [#904](https://github.com/kamilkisiela/graphql-hive/pull/904)
[`20edc8c5`](https://github.com/kamilkisiela/graphql-hive/commit/20edc8c5e54cd71a726f02f33f9710460fc6d5a0)
Thanks [@dotansimha](https://github.com/dotansimha)! - Upgrade dependency
`apollo-server-plugin-base`

## 0.21.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/libraries/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-hive/client",
"version": "0.21.4",
"version": "0.22.0",
"type": "module",
"description": "A NodeJS client for GraphQL Hive",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/services/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"zod": "3.20.2"
},
"devDependencies": {
"@graphql-hive/client": "0.21.4",
"@graphql-hive/client": "0.22.0",
"@hive/api": "workspace:*",
"@hive/cdn-script": "workspace:*",
"@hive/service-common": "workspace:*",
Expand Down

0 comments on commit 6799f84

Please sign in to comment.