Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#91)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored May 25, 2022
1 parent ad66973 commit 41c1f0b
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 12 deletions.
7 changes: 0 additions & 7 deletions .changeset/great-rings-invent.md

This file was deleted.

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

## 0.14.5

### Patch Changes

- ad66973: Bump
- Updated dependencies [ad66973]
- @graphql-hive/core@0.2.2

## 0.14.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/libraries/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@graphql-hive/cli",
"description": "A CLI util to manage and control your GraphQL Hive",
"version": "0.14.4",
"version": "0.14.5",
"author": {
"email": "[email protected]",
"name": "The Guild",
Expand Down Expand Up @@ -38,7 +38,7 @@
"schema:publish:federation": "yarn start schema:publish --service reviews examples/federation.reviews.graphql"
},
"dependencies": {
"@graphql-hive/core": "0.2.1",
"@graphql-hive/core": "0.2.2",
"@graphql-inspector/core": "~3.1.2",
"@graphql-tools/code-file-loader": "~7.2.14",
"@graphql-tools/graphql-file-loader": "~7.3.11",
Expand Down
8 changes: 8 additions & 0 deletions packages/libraries/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-hive/client

## 0.15.4

### Patch Changes

- ad66973: Bump
- Updated dependencies [ad66973]
- @graphql-hive/core@0.2.2

## 0.15.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/libraries/client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@graphql-hive/client",
"description": "A NodeJS client for GraphQL Hive",
"version": "0.15.3",
"version": "0.15.4",
"author": {
"email": "[email protected]",
"name": "The Guild",
Expand Down Expand Up @@ -37,7 +37,7 @@
"graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"@graphql-hive/core": "^0.2.1",
"@graphql-hive/core": "^0.2.2",
"@graphql-tools/utils": "^8.0.0",
"async-retry": "1.3.3",
"axios": "^0.27.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/libraries/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphql-hive/core

## 0.2.2

### Patch Changes

- ad66973: Bump

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/libraries/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-hive/core",
"version": "0.2.1",
"version": "0.2.2",
"author": {
"email": "[email protected]",
"name": "The Guild",
Expand Down

0 comments on commit 41c1f0b

Please sign in to comment.