Skip to content

Commit d1cfe5b

Browse files
chore(release): update monorepo packages versions (#3095)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 694e78b commit d1cfe5b

File tree

14 files changed

+58
-32
lines changed

14 files changed

+58
-32
lines changed

.changeset/@graphql-yoga_apollo-link-3118-dependencies.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/@graphql-yoga_urql-exchange-3118-dependencies.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/ten-poems-fix.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/tiny-parents-cough.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/defer-stream/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"start": "ts-node src/index.ts"
88
},
99
"dependencies": {
10-
"@graphql-yoga/plugin-defer-stream": "3.0.0",
10+
"@graphql-yoga/plugin-defer-stream": "3.0.1",
1111
"@graphql-yoga/render-graphiql": "5.0.0",
1212
"graphql": "16.6.0",
1313
"graphql-yoga": "5.0.0"

packages/client/apollo-link/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# @graphql-yoga/apollo-link
22

3+
## 3.0.1
4+
5+
### Patch Changes
6+
7+
- [#3118](https://github.com/dotansimha/graphql-yoga/pull/3118)
8+
[`694e78b9`](https://github.com/dotansimha/graphql-yoga/commit/694e78b9e12c6d6275b67e746dce1499046595cb)
9+
Thanks [@enisdenjo](https://github.com/enisdenjo)! - dependencies updates:
10+
11+
- Updated dependency
12+
[`@graphql-tools/executor-http@^1.0.4` ↗︎](https://www.npmjs.com/package/@graphql-tools/executor-http/v/1.0.4)
13+
(from `^1.0.0`, in `dependencies`)
14+
15+
- [#3118](https://github.com/dotansimha/graphql-yoga/pull/3118)
16+
[`694e78b9`](https://github.com/dotansimha/graphql-yoga/commit/694e78b9e12c6d6275b67e746dce1499046595cb)
17+
Thanks [@enisdenjo](https://github.com/enisdenjo)! - Bump @graphql-tools/executor-http for better
18+
SSE stream chunks and messages handling
19+
320
## 3.0.0
421

522
### Major Changes

packages/client/apollo-link/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-yoga/apollo-link",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"type": "module",
55
"description": "",
66
"repository": {

packages/client/urql-exchange/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# @graphql-yoga/urql-exchange
22

3+
## 3.0.1
4+
5+
### Patch Changes
6+
7+
- [#3118](https://github.com/dotansimha/graphql-yoga/pull/3118)
8+
[`694e78b9`](https://github.com/dotansimha/graphql-yoga/commit/694e78b9e12c6d6275b67e746dce1499046595cb)
9+
Thanks [@enisdenjo](https://github.com/enisdenjo)! - dependencies updates:
10+
11+
- Updated dependency
12+
[`@graphql-tools/executor-http@^1.0.4` ↗︎](https://www.npmjs.com/package/@graphql-tools/executor-http/v/1.0.4)
13+
(from `^1.0.0`, in `dependencies`)
14+
15+
- [#3118](https://github.com/dotansimha/graphql-yoga/pull/3118)
16+
[`694e78b9`](https://github.com/dotansimha/graphql-yoga/commit/694e78b9e12c6d6275b67e746dce1499046595cb)
17+
Thanks [@enisdenjo](https://github.com/enisdenjo)! - Bump @graphql-tools/executor-http for better
18+
SSE stream chunks and messages handling
19+
320
## 3.0.0
421

522
### Major Changes

packages/client/urql-exchange/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-yoga/urql-exchange",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"type": "module",
55
"description": "",
66
"repository": {

packages/plugins/apq/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @graphql-yoga/plugin-apq
22

3+
## 3.0.1
4+
5+
### Patch Changes
6+
7+
- [#3086](https://github.com/dotansimha/graphql-yoga/pull/3086)
8+
[`68e6c2cb`](https://github.com/dotansimha/graphql-yoga/commit/68e6c2cbae9fcc958a9f353d991a792e3e299465)
9+
Thanks [@gilgardosh](https://github.com/gilgardosh)! - Enhance config: enable override error
10+
status code with 200
11+
312
## 3.0.0
413

514
### Major Changes

packages/plugins/apq/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-yoga/plugin-apq",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"type": "module",
55
"description": "APQ plugin for GraphQL Yoga.",
66
"repository": {

packages/plugins/defer-stream/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @graphql-yoga/plugin-defer-stream
22

3+
## 3.0.1
4+
5+
### Patch Changes
6+
7+
- [#3118](https://github.com/dotansimha/graphql-yoga/pull/3118)
8+
[`694e78b9`](https://github.com/dotansimha/graphql-yoga/commit/694e78b9e12c6d6275b67e746dce1499046595cb)
9+
Thanks [@enisdenjo](https://github.com/enisdenjo)! - Bump @graphql-tools/executor-http for better
10+
SSE stream chunks and messages handling
11+
312
## 3.0.0
413

514
### Major Changes

packages/plugins/defer-stream/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-yoga/plugin-defer-stream",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"type": "module",
55
"description": "Defer/Stream plugin for GraphQL Yoga.",
66
"repository": {

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)