Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#216)
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 Jul 1, 2022
1 parent d4bb130 commit 1d05a46
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 22 deletions.
6 changes: 0 additions & 6 deletions .changeset/dry-ladybugs-stare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-dingos-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-dogs-flow.md

This file was deleted.

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

## 0.18.0

### Minor Changes

- 25d6b01: Migrate to Authorization header (previously X-API-Token)

### Patch Changes

- 8035861: Better error messages for SDL syntax errors.

## 0.17.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,7 +1,7 @@
{
"name": "@graphql-hive/cli",
"description": "A CLI util to manage and control your GraphQL Hive",
"version": "0.17.0",
"version": "0.18.0",
"author": {
"email": "contact@the-guild.dev",
"name": "The Guild",
Expand Down
6 changes: 6 additions & 0 deletions packages/libraries/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphql-hive/client

## 0.17.0

### Minor Changes

- 25d6b01: Migrate to Authorization header (previously X-API-Token)

## 0.16.0

### Minor 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,7 +1,7 @@
{
"name": "@graphql-hive/client",
"description": "A NodeJS client for GraphQL Hive",
"version": "0.16.0",
"version": "0.17.0",
"author": {
"email": "contact@the-guild.dev",
"name": "The Guild",
Expand Down
7 changes: 7 additions & 0 deletions packages/services/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @hive/api

## 0.0.1

### Patch Changes

- 8035861: Stop masking GraphQL syntax errors within `Mutation.schemaPublish`.
2 changes: 1 addition & 1 deletion packages/services/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@hive/api",
"type": "module",
"private": true,
"version": "0.0.0",
"version": "0.0.1",
"license": "MIT",
"peerDependencies": {
"graphql": "^16.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/services/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"reflect-metadata": "0.1.13"
},
"devDependencies": {
"@graphql-hive/client": "0.16.0",
"@hive/api": "0.0.0",
"@graphql-hive/client": "0.17.0",
"@hive/api": "0.0.1",
"@hive/service-common": "0.0.0",
"@hive/storage": "0.0.0",
"pino-pretty": "6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/services/usage-estimator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"got": "12.0.4"
},
"devDependencies": {
"@hive/api": "0.0.0",
"@hive/api": "0.0.1",
"@hive/service-common": "0.0.0",
"@hive/storage": "0.0.0",
"pino-pretty": "6.0.0"
Expand Down

0 comments on commit 1d05a46

Please sign in to comment.