Skip to content

Commit 57a6fea

Browse files
theguild-botgithub-actions[bot]ardatan
authored
Upcoming Release Changes (#2439)
* chore(release): update monorepo packages versions * Fix --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Arda TANRIKULU <ardatanrikulu@gmail.com>
1 parent 9bd1b20 commit 57a6fea

File tree

79 files changed

+385
-84
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+385
-84
lines changed

.changeset/@envelop_apollo-datasources-2381-dependencies.md

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

.changeset/@envelop_apollo-federation-2381-dependencies.md

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

.changeset/famous-buckets-beg.md

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

.changeset/tender-rules-learn.md

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

packages/core/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @envelop/core
22

3+
## 5.1.0
4+
5+
### Minor Changes
6+
7+
- [#2438](https://github.com/n1ru4l/envelop/pull/2438)
8+
[`9bd1b20`](https://github.com/n1ru4l/envelop/commit/9bd1b207861540f9bee085026b9fab725a88e84e)
9+
Thanks [@ardatan](https://github.com/ardatan)! - Add `context` field to `onExecute` and
10+
`onSubscribe` hooks payloads. This harmonize all the hooks invovled in the handling of a graphql
11+
operation.
12+
13+
### Patch Changes
14+
15+
- Updated dependencies
16+
[[`9bd1b20`](https://github.com/n1ru4l/envelop/commit/9bd1b207861540f9bee085026b9fab725a88e84e)]:
17+
- @envelop/types@5.1.0
18+
319
## 5.0.3
420

521
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@envelop/core",
3-
"version": "5.0.3",
3+
"version": "5.1.0",
44
"type": "module",
55
"repository": {
66
"type": "git",

packages/plugins/apollo-datasources/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# @envelop/apollo-datasources
22

3+
## 5.0.0
4+
5+
### Patch Changes
6+
7+
- [#2438](https://github.com/n1ru4l/envelop/pull/2438)
8+
[`9bd1b20`](https://github.com/n1ru4l/envelop/commit/9bd1b207861540f9bee085026b9fab725a88e84e)
9+
Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
10+
- Added dependency
11+
[`@apollo/utils.keyvaluecache@^3.1.0` ↗︎](https://www.npmjs.com/package/@apollo/utils.keyvaluecache/v/3.1.0)
12+
(to `dependencies`)
13+
- Removed dependency
14+
[`apollo-datasource@^3` ↗︎](https://www.npmjs.com/package/apollo-datasource/v/3.0.0) (from
15+
`peerDependencies`)
16+
- Removed dependency
17+
[`apollo-server-caching@^3` ↗︎](https://www.npmjs.com/package/apollo-server-caching/v/3.0.0)
18+
(from `peerDependencies`)
19+
- Updated dependencies
20+
[[`9bd1b20`](https://github.com/n1ru4l/envelop/commit/9bd1b207861540f9bee085026b9fab725a88e84e)]:
21+
- @envelop/core@5.1.0
22+
323
## 4.0.0
424

525
### Major Changes

packages/plugins/apollo-datasources/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@envelop/apollo-datasources",
3-
"version": "4.0.0",
3+
"version": "5.0.0",
44
"type": "module",
55
"repository": {
66
"type": "git",

packages/plugins/apollo-federation/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# @envelop/apollo-federation
22

3+
## 6.0.0
4+
5+
### Patch Changes
6+
7+
- [#2438](https://github.com/n1ru4l/envelop/pull/2438)
8+
[`9bd1b20`](https://github.com/n1ru4l/envelop/commit/9bd1b207861540f9bee085026b9fab725a88e84e)
9+
Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
10+
- Added dependency
11+
[`@apollo/utils.keyvaluecache@^3.1.0` ↗︎](https://www.npmjs.com/package/@apollo/utils.keyvaluecache/v/3.1.0)
12+
(to `dependencies`)
13+
- Removed dependency
14+
[`apollo-server-caching@^3.1.0` ↗︎](https://www.npmjs.com/package/apollo-server-caching/v/3.1.0)
15+
(from `dependencies`)
16+
- Removed dependency
17+
[`apollo-server-types@^3.2.0` ↗︎](https://www.npmjs.com/package/apollo-server-types/v/3.2.0)
18+
(from `dependencies`)
19+
- Updated dependencies
20+
[[`9bd1b20`](https://github.com/n1ru4l/envelop/commit/9bd1b207861540f9bee085026b9fab725a88e84e)]:
21+
- @envelop/core@5.1.0
22+
323
## 5.0.1
424

525
### Patch Changes

packages/plugins/apollo-federation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@envelop/apollo-federation",
3-
"version": "5.0.1",
3+
"version": "6.0.0",
44
"type": "module",
55
"repository": {
66
"type": "git",

packages/plugins/apollo-server-errors/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @envelop/apollo-server-errors
22

3+
## 7.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`9bd1b20`](https://github.com/n1ru4l/envelop/commit/9bd1b207861540f9bee085026b9fab725a88e84e)]:
9+
- @envelop/core@5.1.0
10+
311
## 6.0.0
412

513
### Major Changes

packages/plugins/apollo-server-errors/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@envelop/apollo-server-errors",
3-
"version": "6.0.0",
3+
"version": "7.0.0",
44
"type": "module",
55
"repository": {
66
"type": "git",

packages/plugins/apollo-tracing/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @envelop/apollo-tracing
22

3+
## 7.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`9bd1b20`](https://github.com/n1ru4l/envelop/commit/9bd1b207861540f9bee085026b9fab725a88e84e)]:
9+
- @envelop/types@5.1.0
10+
- @envelop/core@5.1.0
11+
- @envelop/on-resolve@5.0.0
12+
313
## 6.1.0
414

515
### Patch Changes

packages/plugins/apollo-tracing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@envelop/apollo-tracing",
3-
"version": "6.1.0",
3+
"version": "7.0.0",
44
"type": "module",
55
"repository": {
66
"type": "git",

packages/plugins/auth0/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @envelop/auth0
22

3+
## 7.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`9bd1b20`](https://github.com/n1ru4l/envelop/commit/9bd1b207861540f9bee085026b9fab725a88e84e)]:
9+
- @envelop/core@5.1.0
10+
311
## 6.0.0
412

513
### Major Changes

packages/plugins/auth0/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@envelop/auth0",
3-
"version": "6.0.0",
3+
"version": "7.0.0",
44
"type": "module",
55
"repository": {
66
"type": "git",

packages/plugins/dataloader/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @envelop/dataloader
22

3+
## 7.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`9bd1b20`](https://github.com/n1ru4l/envelop/commit/9bd1b207861540f9bee085026b9fab725a88e84e)]:
9+
- @envelop/core@5.1.0
10+
311
## 6.0.0
412

513
### Major Changes

packages/plugins/dataloader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@envelop/dataloader",
3-
"version": "6.0.0",
3+
"version": "7.0.0",
44
"type": "module",
55
"repository": {
66
"type": "git",

packages/plugins/depth-limit/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @envelop/depth-limit
22

3+
## 5.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`9bd1b20`](https://github.com/n1ru4l/envelop/commit/9bd1b207861540f9bee085026b9fab725a88e84e)]:
9+
- @envelop/core@5.1.0
10+
311
## 4.0.0
412

513
### Major Changes

packages/plugins/depth-limit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@envelop/depth-limit",
3-
"version": "4.0.0",
3+
"version": "5.0.0",
44
"type": "module",
55
"repository": {
66
"type": "git",

packages/plugins/disable-introspection/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @envelop/disable-introspection
22

3+
## 7.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`9bd1b20`](https://github.com/n1ru4l/envelop/commit/9bd1b207861540f9bee085026b9fab725a88e84e)]:
9+
- @envelop/core@5.1.0
10+
311
## 6.0.0
412

513
### Major Changes

packages/plugins/disable-introspection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@envelop/disable-introspection",
3-
"version": "6.0.0",
3+
"version": "7.0.0",
44
"type": "module",
55
"repository": {
66
"type": "git",

packages/plugins/execute-subscription-event/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @envelop/execute-subscription-event
22

3+
## 6.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`9bd1b20`](https://github.com/n1ru4l/envelop/commit/9bd1b207861540f9bee085026b9fab725a88e84e)]:
9+
- @envelop/core@5.1.0
10+
311
## 5.0.0
412

513
### Major Changes

packages/plugins/execute-subscription-event/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@envelop/execute-subscription-event",
3-
"version": "5.0.0",
3+
"version": "6.0.0",
44
"type": "module",
55
"repository": {
66
"type": "git",

packages/plugins/extended-validation/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @envelop/extended-validation
22

3+
## 5.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`9bd1b20`](https://github.com/n1ru4l/envelop/commit/9bd1b207861540f9bee085026b9fab725a88e84e)]:
9+
- @envelop/core@5.1.0
10+
311
## 4.1.0
412

513
### Minor Changes

packages/plugins/extended-validation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@envelop/extended-validation",
3-
"version": "4.1.0",
3+
"version": "5.0.0",
44
"type": "module",
55
"repository": {
66
"type": "git",

packages/plugins/filter-operation-type/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @envelop/filter-operation-type
22

3+
## 7.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`9bd1b20`](https://github.com/n1ru4l/envelop/commit/9bd1b207861540f9bee085026b9fab725a88e84e)]:
9+
- @envelop/core@5.1.0
10+
311
## 6.0.0
412

513
### Major Changes

packages/plugins/filter-operation-type/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@envelop/filter-operation-type",
3-
"version": "6.0.0",
3+
"version": "7.0.0",
44
"type": "module",
55
"repository": {
66
"type": "git",

packages/plugins/fragment-arguments/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @envelop/fragment-arguments
22

3+
## 7.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`9bd1b20`](https://github.com/n1ru4l/envelop/commit/9bd1b207861540f9bee085026b9fab725a88e84e)]:
9+
- @envelop/core@5.1.0
10+
311
## 6.0.0
412

513
### Major Changes

packages/plugins/fragment-arguments/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@envelop/fragment-arguments",
3-
"version": "6.0.0",
3+
"version": "7.0.0",
44
"type": "module",
55
"repository": {
66
"type": "git",

packages/plugins/generic-auth/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @envelop/generic-auth
22

3+
## 9.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`9bd1b20`](https://github.com/n1ru4l/envelop/commit/9bd1b207861540f9bee085026b9fab725a88e84e)]:
9+
- @envelop/core@5.1.0
10+
- @envelop/extended-validation@5.0.0
11+
312
## 8.0.1
413

514
### Patch Changes

packages/plugins/generic-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@envelop/generic-auth",
3-
"version": "8.0.1",
3+
"version": "9.0.0",
44
"type": "module",
55
"repository": {
66
"type": "git",

packages/plugins/graphql-jit/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @envelop/graphql-jit
22

3+
## 9.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`9bd1b20`](https://github.com/n1ru4l/envelop/commit/9bd1b207861540f9bee085026b9fab725a88e84e)]:
9+
- @envelop/core@5.1.0
10+
311
## 8.0.4
412

513
### Patch Changes

packages/plugins/graphql-jit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@envelop/graphql-jit",
3-
"version": "8.0.4",
3+
"version": "9.0.0",
44
"type": "module",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)