Skip to content

Commit

Permalink
Upcoming Release Changes (#4572)
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] authored Apr 23, 2024
1 parent 06d465e commit bfaebf0
Show file tree
Hide file tree
Showing 16 changed files with 118 additions and 73 deletions.
14 changes: 0 additions & 14 deletions .changeset/mean-books-chew.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-brooms-raise.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/red-plums-worry.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/strong-cherries-carry.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/strong-cherries-carry2.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/strong-cherries-carry3.md

This file was deleted.

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

## 0.33.0

### Minor Changes

- [#4573](https://github.com/kamilkisiela/graphql-hive/pull/4573) [`06d465e`](https://github.com/kamilkisiela/graphql-hive/commit/06d465e882b569b6d0dbd5b271d2d98aafaec0b1) Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Break `@graphql-hive/client` into library-specific packages:

- `@graphql-hive/core` - Core functionality
- `@graphql-hive/apollo` - Apollo Client integration
- `@graphql-hive/yoga` - Yoga Server integration
- `@graphql-hive/envelop` - Envelop integration

Migration steps are available in the README of each package.

- [#4494](https://github.com/kamilkisiela/graphql-hive/pull/4494) [`c5eeac5`](https://github.com/kamilkisiela/graphql-hive/commit/c5eeac5ccef9e2dcc3c8bb33deec0fb95af9552e) Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - 🚨 BREAKING CHANGE 🚨 Requires now Node v16+

- [#4573](https://github.com/kamilkisiela/graphql-hive/pull/4573) [`06d465e`](https://github.com/kamilkisiela/graphql-hive/commit/06d465e882b569b6d0dbd5b271d2d98aafaec0b1) Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - 🚨 BREAKING CHANGE 🚨 `hiveApollo` is now `useHive`

**Migration**

Migration steps are available in the README.

```diff
- import { hiveApollo } from '@graphql-hive/client';
+ import { useHive } from '@graphql-hive/apollo';
```

### Patch Changes

- Updated dependencies [[`06d465e`](https://github.com/kamilkisiela/graphql-hive/commit/06d465e882b569b6d0dbd5b271d2d98aafaec0b1), [`c5eeac5`](https://github.com/kamilkisiela/graphql-hive/commit/c5eeac5ccef9e2dcc3c8bb33deec0fb95af9552e)]:
- @graphql-hive/core@0.3.0
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.32.0",
"version": "0.33.0",
"type": "module",
"description": "GraphQL Hive + Apollo Server",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/libraries/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @graphql-hive/cli

## 0.37.0

### Minor Changes

- [#4494](https://github.com/kamilkisiela/graphql-hive/pull/4494) [`c5eeac5`](https://github.com/kamilkisiela/graphql-hive/commit/c5eeac5ccef9e2dcc3c8bb33deec0fb95af9552e) Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - 🚨 BREAKING CHANGE 🚨 Requires now Node v16+

### Patch Changes

- Updated dependencies [[`06d465e`](https://github.com/kamilkisiela/graphql-hive/commit/06d465e882b569b6d0dbd5b271d2d98aafaec0b1), [`c5eeac5`](https://github.com/kamilkisiela/graphql-hive/commit/c5eeac5ccef9e2dcc3c8bb33deec0fb95af9552e)]:
- @graphql-hive/core@0.3.0

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

## 0.3.0

### Minor Changes

- [#4573](https://github.com/kamilkisiela/graphql-hive/pull/4573) [`06d465e`](https://github.com/kamilkisiela/graphql-hive/commit/06d465e882b569b6d0dbd5b271d2d98aafaec0b1) Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Moved most of @graphql-hive/client code here

- [#4494](https://github.com/kamilkisiela/graphql-hive/pull/4494) [`c5eeac5`](https://github.com/kamilkisiela/graphql-hive/commit/c5eeac5ccef9e2dcc3c8bb33deec0fb95af9552e) Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - 🚨 BREAKING CHANGE 🚨 Requires now Node v16+

## 0.2.4

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

## 0.33.0

### Minor Changes

- [#4573](https://github.com/kamilkisiela/graphql-hive/pull/4573) [`06d465e`](https://github.com/kamilkisiela/graphql-hive/commit/06d465e882b569b6d0dbd5b271d2d98aafaec0b1) Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Break `@graphql-hive/client` into library-specific packages:

- `@graphql-hive/core` - Core functionality
- `@graphql-hive/apollo` - Apollo Client integration
- `@graphql-hive/yoga` - Yoga Server integration
- `@graphql-hive/envelop` - Envelop integration

Migration steps are available in the README of each package.

- [#4494](https://github.com/kamilkisiela/graphql-hive/pull/4494) [`c5eeac5`](https://github.com/kamilkisiela/graphql-hive/commit/c5eeac5ccef9e2dcc3c8bb33deec0fb95af9552e) Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - 🚨 BREAKING CHANGE 🚨 Requires now Node v16+

- [#4573](https://github.com/kamilkisiela/graphql-hive/pull/4573) [`06d465e`](https://github.com/kamilkisiela/graphql-hive/commit/06d465e882b569b6d0dbd5b271d2d98aafaec0b1) Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - **Migration**

Migration steps are available in the README.

```diff
- import { useHive } from '@graphql-hive/client';
+ import { useHive } from '@graphql-hive/envelop';
```

### Patch Changes

- Updated dependencies [[`06d465e`](https://github.com/kamilkisiela/graphql-hive/commit/06d465e882b569b6d0dbd5b271d2d98aafaec0b1), [`c5eeac5`](https://github.com/kamilkisiela/graphql-hive/commit/c5eeac5ccef9e2dcc3c8bb33deec0fb95af9552e)]:
- @graphql-hive/core@0.3.0
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.32.0",
"version": "0.33.0",
"type": "module",
"description": "GraphQL Hive + GraphQL Envelop",
"repository": {
Expand Down
32 changes: 32 additions & 0 deletions packages/libraries/yoga/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# @graphql-hive/yoga

## 0.33.0

### Minor Changes

- [#4573](https://github.com/kamilkisiela/graphql-hive/pull/4573) [`06d465e`](https://github.com/kamilkisiela/graphql-hive/commit/06d465e882b569b6d0dbd5b271d2d98aafaec0b1) Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Break `@graphql-hive/client` into library-specific packages:

- `@graphql-hive/core` - Core functionality
- `@graphql-hive/apollo` - Apollo Client integration
- `@graphql-hive/yoga` - Yoga Server integration
- `@graphql-hive/envelop` - Envelop integration

Migration steps are available in the README of each package.

- [#4494](https://github.com/kamilkisiela/graphql-hive/pull/4494) [`c5eeac5`](https://github.com/kamilkisiela/graphql-hive/commit/c5eeac5ccef9e2dcc3c8bb33deec0fb95af9552e) Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - 🚨 BREAKING CHANGE 🚨 Requires now Node v16+

- [#4573](https://github.com/kamilkisiela/graphql-hive/pull/4573) [`06d465e`](https://github.com/kamilkisiela/graphql-hive/commit/06d465e882b569b6d0dbd5b271d2d98aafaec0b1) Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - 🚨 BREAKING CHANGE 🚨 `useYogaHive`, `createYogaHive` is now `useHive` and `createHive`

**Migration**

Migration steps are available in the README.

```diff
- import { useYogaHive, createYogaHive } from '@graphql-hive/client';
+ import { useHive, createHive } from '@graphql-hive/yoga';
```

### Patch Changes

- Updated dependencies [[`06d465e`](https://github.com/kamilkisiela/graphql-hive/commit/06d465e882b569b6d0dbd5b271d2d98aafaec0b1), [`c5eeac5`](https://github.com/kamilkisiela/graphql-hive/commit/c5eeac5ccef9e2dcc3c8bb33deec0fb95af9552e)]:
- @graphql-hive/core@0.3.0
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.32.0",
"version": "0.33.0",
"type": "module",
"description": "GraphQL Hive + GraphQL Yoga",
"repository": {
Expand Down

0 comments on commit bfaebf0

Please sign in to comment.