Skip to content

Commit 6c879e6

Browse files
chore(release): update monorepo packages versions (#3861)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e9ee666 commit 6c879e6

23 files changed

+93
-43
lines changed

.changeset/@graphql-yoga_plugin-apollo-usage-report-3860-dependencies.md

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

.changeset/@graphql-yoga_plugin-apq-3860-dependencies.md

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

.changeset/@graphql-yoga_plugin-graphql-sse-3860-dependencies.md

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

.changeset/@graphql-yoga_plugin-jwt-3860-dependencies.md

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

.changeset/@graphql-yoga_plugin-persisted-operations-3860-dependencies.md

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

.changeset/@graphql-yoga_plugin-response-cache-3860-dependencies.md

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

.changeset/@graphql-yoga_plugin-sofa-3860-dependencies.md

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

benchmark/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# hello-world-benchmark
22

3+
## 3.15.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`9599d45`](https://github.com/dotansimha/graphql-yoga/commit/9599d459a0076edea53e447080da857be7059b7a)]:
9+
- @graphql-yoga/plugin-response-cache@3.15.1
10+
311
## 3.15.0
412

513
### Patch Changes

benchmark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hello-world-benchmark",
3-
"version": "3.15.0",
3+
"version": "3.15.1",
44
"type": "module",
55
"private": true,
66
"scripts": {

packages/plugins/apollo-usage-report/CHANGELOG.md

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

3+
## 0.8.1
4+
5+
### Patch Changes
6+
7+
- [#3860](https://github.com/dotansimha/graphql-yoga/pull/3860)
8+
[`9599d45`](https://github.com/dotansimha/graphql-yoga/commit/9599d459a0076edea53e447080da857be7059b7a)
9+
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
10+
- Added dependency
11+
[`@whatwg-node/promise-helpers@^1.2.4` ↗︎](https://www.npmjs.com/package/@whatwg-node/promise-helpers/v/1.2.4)
12+
(to `dependencies`)
13+
314
## 0.8.0
415

516
### Patch Changes

packages/plugins/apollo-usage-report/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-apollo-usage-report",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"type": "module",
55
"description": "Apollo's GraphOS usage report plugin for GraphQL Yoga.",
66
"repository": {

packages/plugins/apq/CHANGELOG.md

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

3+
## 3.13.1
4+
5+
### Patch Changes
6+
7+
- [#3860](https://github.com/dotansimha/graphql-yoga/pull/3860)
8+
[`9599d45`](https://github.com/dotansimha/graphql-yoga/commit/9599d459a0076edea53e447080da857be7059b7a)
9+
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
10+
- Added dependency
11+
[`@whatwg-node/promise-helpers@^1.2.4` ↗︎](https://www.npmjs.com/package/@whatwg-node/promise-helpers/v/1.2.4)
12+
(to `dependencies`)
13+
314
## 3.13.0
415

516
### Patch 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.13.0",
3+
"version": "3.13.1",
44
"type": "module",
55
"description": "APQ plugin for GraphQL Yoga.",
66
"repository": {

packages/plugins/graphql-sse/CHANGELOG.md

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

3+
## 3.13.1
4+
5+
### Patch Changes
6+
7+
- [#3860](https://github.com/dotansimha/graphql-yoga/pull/3860)
8+
[`9599d45`](https://github.com/dotansimha/graphql-yoga/commit/9599d459a0076edea53e447080da857be7059b7a)
9+
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
10+
- Added dependency
11+
[`@whatwg-node/promise-helpers@^1.2.4` ↗︎](https://www.npmjs.com/package/@whatwg-node/promise-helpers/v/1.2.4)
12+
(to `dependencies`)
13+
314
## 3.13.0
415

516
### Patch Changes

packages/plugins/graphql-sse/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-graphql-sse",
3-
"version": "3.13.0",
3+
"version": "3.13.1",
44
"type": "module",
55
"description": "GraphQL over Server-Sent Events Protocol plugin for GraphQL Yoga.",
66
"repository": {

packages/plugins/jwt/CHANGELOG.md

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

3+
## 3.7.1
4+
5+
### Patch Changes
6+
7+
- [#3860](https://github.com/dotansimha/graphql-yoga/pull/3860)
8+
[`9599d45`](https://github.com/dotansimha/graphql-yoga/commit/9599d459a0076edea53e447080da857be7059b7a)
9+
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
10+
- Added dependency
11+
[`@whatwg-node/promise-helpers@^1.2.4` ↗︎](https://www.npmjs.com/package/@whatwg-node/promise-helpers/v/1.2.4)
12+
(to `dependencies`)
13+
314
## 3.7.0
415

516
### Patch Changes

packages/plugins/jwt/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-jwt",
3-
"version": "3.7.0",
3+
"version": "3.7.1",
44
"type": "module",
55
"description": "jwt plugin for GraphQL Yoga.",
66
"repository": {

packages/plugins/persisted-operations/CHANGELOG.md

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

3+
## 3.13.1
4+
5+
### Patch Changes
6+
7+
- [#3860](https://github.com/dotansimha/graphql-yoga/pull/3860)
8+
[`9599d45`](https://github.com/dotansimha/graphql-yoga/commit/9599d459a0076edea53e447080da857be7059b7a)
9+
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
10+
- Added dependency
11+
[`@whatwg-node/promise-helpers@^1.2.4` ↗︎](https://www.npmjs.com/package/@whatwg-node/promise-helpers/v/1.2.4)
12+
(to `dependencies`)
13+
314
## 3.13.0
415

516
### Patch Changes

packages/plugins/persisted-operations/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-persisted-operations",
3-
"version": "3.13.0",
3+
"version": "3.13.1",
44
"type": "module",
55
"description": "Persisted Operations plugin for GraphQL Yoga.",
66
"repository": {

packages/plugins/response-cache/CHANGELOG.md

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

3+
## 3.15.1
4+
5+
### Patch Changes
6+
7+
- [#3860](https://github.com/dotansimha/graphql-yoga/pull/3860)
8+
[`9599d45`](https://github.com/dotansimha/graphql-yoga/commit/9599d459a0076edea53e447080da857be7059b7a)
9+
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
10+
- Added dependency
11+
[`@whatwg-node/promise-helpers@^1.2.4` ↗︎](https://www.npmjs.com/package/@whatwg-node/promise-helpers/v/1.2.4)
12+
(to `dependencies`)
13+
314
## 3.15.0
415

516
### Patch Changes

packages/plugins/response-cache/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-response-cache",
3-
"version": "3.15.0",
3+
"version": "3.15.1",
44
"type": "module",
55
"description": "",
66
"repository": {

packages/plugins/sofa/CHANGELOG.md

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

3+
## 3.13.1
4+
5+
### Patch Changes
6+
7+
- [#3860](https://github.com/dotansimha/graphql-yoga/pull/3860)
8+
[`9599d45`](https://github.com/dotansimha/graphql-yoga/commit/9599d459a0076edea53e447080da857be7059b7a)
9+
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
10+
- Added dependency
11+
[`@whatwg-node/promise-helpers@^1.2.4` ↗︎](https://www.npmjs.com/package/@whatwg-node/promise-helpers/v/1.2.4)
12+
(to `dependencies`)
13+
314
## 3.13.0
415

516
### Patch Changes

packages/plugins/sofa/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-sofa",
3-
"version": "3.13.0",
3+
"version": "3.13.1",
44
"type": "module",
55
"description": "",
66
"repository": {

0 commit comments

Comments
 (0)