Skip to content

Commit 906a780

Browse files
chore(release): update monorepo packages versions (#1467)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 071f946 commit 906a780

File tree

69 files changed

+349
-110
lines changed

Some content is hidden

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

69 files changed

+349
-110
lines changed

.changeset/tasty-lizards-fix.md

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

packages/core/CHANGELOG.md

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

3+
## 2.4.2
4+
5+
### Patch Changes
6+
7+
- 071f946: Fix CommonJS TypeScript resolution with `moduleResolution` `node16` or `nodenext`
8+
- Updated dependencies [071f946]
9+
- @envelop/types@2.3.1
10+
311
## 2.4.1
412

513
### Patch Changes

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@envelop/core",
3-
"version": "2.4.1",
3+
"version": "2.4.2",
44
"author": "Dotan Simha <dotansimha@gmail.com>",
55
"license": "MIT",
66
"sideEffects": false,
@@ -56,7 +56,7 @@
5656
"definition": "dist/typings/index.d.ts"
5757
},
5858
"dependencies": {
59-
"@envelop/types": "2.3.0"
59+
"@envelop/types": "2.3.1"
6060
},
6161
"devDependencies": {
6262
"@graphql-tools/utils": "8.8.0",

packages/plugins/apollo-datasources/CHANGELOG.md

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

3+
## 1.1.2
4+
5+
### Patch Changes
6+
7+
- 071f946: Fix CommonJS TypeScript resolution with `moduleResolution` `node16` or `nodenext`
8+
- Updated dependencies [071f946]
9+
- @envelop/core@2.4.2
10+
311
## 1.1.1
412

513
### Patch Changes

packages/plugins/apollo-datasources/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@envelop/apollo-datasources",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"author": "Kamil Kisiela <kamil.kisiela@gmail.com>",
55
"license": "MIT",
66
"repository": {
@@ -54,7 +54,7 @@
5454
"typescript": "4.7.4"
5555
},
5656
"peerDependencies": {
57-
"@envelop/core": "^2.4.1",
57+
"@envelop/core": "^2.4.2",
5858
"apollo-datasource": "^3",
5959
"apollo-server-caching": "^3",
6060
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"

packages/plugins/apollo-federation/CHANGELOG.md

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

3+
## 2.4.2
4+
5+
### Patch Changes
6+
7+
- 071f946: Fix CommonJS TypeScript resolution with `moduleResolution` `node16` or `nodenext`
8+
- Updated dependencies [071f946]
9+
- @envelop/core@2.4.2
10+
311
## 2.4.1
412

513
### Patch Changes

packages/plugins/apollo-federation/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@envelop/apollo-federation",
3-
"version": "2.4.1",
3+
"version": "2.4.2",
44
"author": "Arda TANRIKULU <ardatanrikulu@gmail.com>",
55
"license": "MIT",
66
"sideEffects": false,
@@ -58,7 +58,7 @@
5858
"graphql-tag": "2.12.6"
5959
},
6060
"peerDependencies": {
61-
"@envelop/core": "^2.4.1",
61+
"@envelop/core": "^2.4.2",
6262
"@apollo/gateway": "^0.41.0 || ^0.42.0 || ^0.43.0",
6363
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
6464
},

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+
## 3.4.2
4+
5+
### Patch Changes
6+
7+
- 071f946: Fix CommonJS TypeScript resolution with `moduleResolution` `node16` or `nodenext`
8+
- Updated dependencies [071f946]
9+
- @envelop/core@2.4.2
10+
311
## 3.4.1
412

513
### Patch Changes

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@envelop/apollo-server-errors",
3-
"version": "3.4.1",
3+
"version": "3.4.2",
44
"author": "Dotan Simha <dotansimha@gmail.com>",
55
"license": "MIT",
66
"sideEffects": false,
@@ -55,7 +55,7 @@
5555
"typescript": "4.7.4"
5656
},
5757
"peerDependencies": {
58-
"@envelop/core": "^2.4.1",
58+
"@envelop/core": "^2.4.2",
5959
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
6060
},
6161
"buildOptions": {

packages/plugins/apollo-tracing/CHANGELOG.md

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

3+
## 3.4.2
4+
5+
### Patch Changes
6+
7+
- 071f946: Fix CommonJS TypeScript resolution with `moduleResolution` `node16` or `nodenext`
8+
- Updated dependencies [071f946]
9+
- @envelop/core@2.4.2
10+
311
## 3.4.1
412

513
### Patch Changes

packages/plugins/apollo-tracing/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@envelop/apollo-tracing",
3-
"version": "3.4.1",
3+
"version": "3.4.2",
44
"author": "Dotan Simha <dotansimha@gmail.com>",
55
"license": "MIT",
66
"repository": {
@@ -55,7 +55,7 @@
5555
"typescript": "4.7.4"
5656
},
5757
"peerDependencies": {
58-
"@envelop/core": "^2.4.1",
58+
"@envelop/core": "^2.4.2",
5959
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
6060
},
6161
"buildOptions": {

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+
## 3.4.2
4+
5+
### Patch Changes
6+
7+
- 071f946: Fix CommonJS TypeScript resolution with `moduleResolution` `node16` or `nodenext`
8+
- Updated dependencies [071f946]
9+
- @envelop/core@2.4.2
10+
311
## 3.4.1
412

513
### Patch Changes

packages/plugins/auth0/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@envelop/auth0",
3-
"version": "3.4.1",
3+
"version": "3.4.2",
44
"author": "Dotan Simha <dotansimha@gmail.com>",
55
"license": "MIT",
66
"sideEffects": false,
@@ -56,7 +56,7 @@
5656
"typescript": "4.7.4"
5757
},
5858
"peerDependencies": {
59-
"@envelop/core": "^2.4.1",
59+
"@envelop/core": "^2.4.2",
6060
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
6161
},
6262
"buildOptions": {

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+
## 3.4.2
4+
5+
### Patch Changes
6+
7+
- 071f946: Fix CommonJS TypeScript resolution with `moduleResolution` `node16` or `nodenext`
8+
- Updated dependencies [071f946]
9+
- @envelop/core@2.4.2
10+
311
## 3.4.1
412

513
### Patch Changes

packages/plugins/dataloader/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@envelop/dataloader",
3-
"version": "3.4.1",
3+
"version": "3.4.2",
44
"author": "Dotan Simha <dotansimha@gmail.com>",
55
"license": "MIT",
66
"sideEffects": false,
@@ -54,7 +54,7 @@
5454
"typescript": "4.7.4"
5555
},
5656
"peerDependencies": {
57-
"@envelop/core": "^2.4.1",
57+
"@envelop/core": "^2.4.2",
5858
"dataloader": "^2.0.0",
5959
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
6060
},

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+
## 1.6.2
4+
5+
### Patch Changes
6+
7+
- 071f946: Fix CommonJS TypeScript resolution with `moduleResolution` `node16` or `nodenext`
8+
- Updated dependencies [071f946]
9+
- @envelop/core@2.4.2
10+
311
## 1.6.1
412

513
### Patch Changes

packages/plugins/depth-limit/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@envelop/depth-limit",
3-
"version": "1.6.1",
3+
"version": "1.6.2",
44
"author": "Dotan Simha <dotansimha@gmail.com>",
55
"license": "MIT",
66
"sideEffects": false,
@@ -50,13 +50,13 @@
5050
"graphql-depth-limit": "^1.1.0"
5151
},
5252
"devDependencies": {
53-
"@envelop/core": "^2.4.1",
53+
"@envelop/core": "^2.4.2",
5454
"@types/graphql-depth-limit": "1.1.3",
5555
"graphql": "16.3.0",
5656
"typescript": "4.7.4"
5757
},
5858
"peerDependencies": {
59-
"@envelop/core": "^2.4.1",
59+
"@envelop/core": "^2.4.2",
6060
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
6161
},
6262
"buildOptions": {

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+
## 3.4.2
4+
5+
### Patch Changes
6+
7+
- 071f946: Fix CommonJS TypeScript resolution with `moduleResolution` `node16` or `nodenext`
8+
- Updated dependencies [071f946]
9+
- @envelop/core@2.4.2
10+
311
## 3.4.1
412

513
### Patch Changes

packages/plugins/disable-introspection/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@envelop/disable-introspection",
3-
"version": "3.4.1",
3+
"version": "3.4.2",
44
"author": "Dotan Simha <dotansimha@gmail.com>",
55
"license": "MIT",
66
"sideEffects": false,
@@ -52,7 +52,7 @@
5252
"typescript": "4.7.4"
5353
},
5454
"peerDependencies": {
55-
"@envelop/core": "^2.4.1",
55+
"@envelop/core": "^2.4.2",
5656
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
5757
},
5858
"buildOptions": {

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+
## 2.4.2
4+
5+
### Patch Changes
6+
7+
- 071f946: Fix CommonJS TypeScript resolution with `moduleResolution` `node16` or `nodenext`
8+
- Updated dependencies [071f946]
9+
- @envelop/core@2.4.2
10+
311
## 2.4.1
412

513
### Patch Changes

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@envelop/execute-subscription-event",
3-
"version": "2.4.1",
3+
"version": "2.4.2",
44
"author": "Laurin Quast <laurinquast@googlemail.com>",
55
"license": "MIT",
66
"sideEffects": false,
@@ -53,7 +53,7 @@
5353
"typescript": "4.7.4"
5454
},
5555
"peerDependencies": {
56-
"@envelop/core": "^2.4.1",
56+
"@envelop/core": "^2.4.2",
5757
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
5858
},
5959
"buildOptions": {

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+
## 1.7.2
4+
5+
### Patch Changes
6+
7+
- 071f946: Fix CommonJS TypeScript resolution with `moduleResolution` `node16` or `nodenext`
8+
- Updated dependencies [071f946]
9+
- @envelop/core@2.4.2
10+
311
## 1.7.1
412

513
### Patch Changes

packages/plugins/extended-validation/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@envelop/extended-validation",
3-
"version": "1.7.1",
3+
"version": "1.7.2",
44
"author": "Dotan Simha <dotansimha@gmail.com>",
55
"license": "MIT",
66
"sideEffects": false,
@@ -54,7 +54,7 @@
5454
"typescript": "4.7.4"
5555
},
5656
"peerDependencies": {
57-
"@envelop/core": "^2.4.1",
57+
"@envelop/core": "^2.4.2",
5858
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
5959
},
6060
"buildOptions": {

0 commit comments

Comments
 (0)