Skip to content

Commit

Permalink
Upcoming Release Changes (#5366)
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
theguild-bot and github-actions[bot] committed Aug 13, 2024
1 parent a896642 commit bfca250
Show file tree
Hide file tree
Showing 13 changed files with 63 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilly-donkeys-pay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-snails-hug.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tough-rice-own.md

This file was deleted.

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

## 0.35.1

### Patch Changes

- [#5367](https://github.com/kamilkisiela/graphql-hive/pull/5367)
[`a896642`](https://github.com/kamilkisiela/graphql-hive/commit/a896642197e6d7779ba7ed71f365dfbd80532282)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Move createSupergraphSDLFetcher to
@graphql-hive/core package

- Updated dependencies
[[`a896642`](https://github.com/kamilkisiela/graphql-hive/commit/a896642197e6d7779ba7ed71f365dfbd80532282)]:
- @graphql-hive/core@0.7.1

## 0.35.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/libraries/apollo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-hive/apollo",
"version": "0.35.0",
"version": "0.35.1",
"type": "module",
"description": "GraphQL Hive + Apollo Server",
"repository": {
Expand Down
14 changes: 14 additions & 0 deletions packages/libraries/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @graphql-hive/cli

## 0.42.0

### Minor Changes

- [#5190](https://github.com/kamilkisiela/graphql-hive/pull/5190)
[`7039d83`](https://github.com/kamilkisiela/graphql-hive/commit/7039d83b943c05fbb289f391ff9be0ae0da720f1)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - add support for app deployments

### Patch Changes

- Updated dependencies
[[`a896642`](https://github.com/kamilkisiela/graphql-hive/commit/a896642197e6d7779ba7ed71f365dfbd80532282)]:
- @graphql-hive/core@0.7.1

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

## 0.7.1

### Patch Changes

- [#5367](https://github.com/kamilkisiela/graphql-hive/pull/5367)
[`a896642`](https://github.com/kamilkisiela/graphql-hive/commit/a896642197e6d7779ba7ed71f365dfbd80532282)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Move createSupergraphSDLFetcher to
@graphql-hive/core package

## 0.7.0

### Minor 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.7.0",
"version": "0.7.1",
"type": "module",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/libraries/envelop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-hive/envelop

## 0.33.7

### Patch Changes

- Updated dependencies
[[`a896642`](https://github.com/kamilkisiela/graphql-hive/commit/a896642197e6d7779ba7ed71f365dfbd80532282)]:
- @graphql-hive/core@0.7.1

## 0.33.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/libraries/envelop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-hive/envelop",
"version": "0.33.6",
"version": "0.33.7",
"type": "module",
"description": "GraphQL Hive + GraphQL Envelop",
"repository": {
Expand Down
14 changes: 14 additions & 0 deletions packages/libraries/yoga/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @graphql-hive/yoga

## 0.36.0

### Minor Changes

- [#5367](https://github.com/kamilkisiela/graphql-hive/pull/5367)
[`a896642`](https://github.com/kamilkisiela/graphql-hive/commit/a896642197e6d7779ba7ed71f365dfbd80532282)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Add createSupergraphSDLFetcher to /yoga

### Patch Changes

- Updated dependencies
[[`a896642`](https://github.com/kamilkisiela/graphql-hive/commit/a896642197e6d7779ba7ed71f365dfbd80532282)]:
- @graphql-hive/core@0.7.1

## 0.35.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/libraries/yoga/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-hive/yoga",
"version": "0.35.0",
"version": "0.36.0",
"type": "module",
"description": "GraphQL Hive + GraphQL Yoga",
"repository": {
Expand Down

0 comments on commit bfca250

Please sign in to comment.