Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#1900)
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 Aug 31, 2023
1 parent 611de42 commit 9eeb391
Show file tree
Hide file tree
Showing 78 changed files with 429 additions and 143 deletions.
8 changes: 0 additions & 8 deletions .changeset/@envelop_newrelic-1935-dependencies.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/@envelop_response-cache-1896-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-owls-whisper.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/six-news-chew.md

This file was deleted.

11 changes: 11 additions & 0 deletions benchmark/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @envelop/benchmark

## 1.0.2

### Patch Changes

- Updated dependencies []:
- @envelop/core@4.0.1
- @envelop/graphql-jit@6.0.2
- @envelop/parser-cache@6.0.2
- @envelop/prometheus@8.0.1
- @envelop/validation-cache@6.0.2

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion benchmark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/benchmark",
"version": "1.0.1",
"version": "1.0.2",
"private": true,
"scripts": {
"loadtest:run": "k6 -e GRAPHQL_HOSTNAME=0.0.0.0 run ./k6.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @envelop/core

## 4.0.1

### Patch Changes

- Updated dependencies
[[`834e1e39`](https://github.com/n1ru4l/envelop/commit/834e1e396c5f4b055fce52e61927a99cde6f7a6c)]:
- @envelop/types@4.0.1

## 4.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/core",
"version": "4.0.0",
"version": "4.0.1",
"type": "module",
"repository": {
"type": "git",
Expand Down Expand Up @@ -56,7 +56,7 @@
"typescript"
],
"dependencies": {
"@envelop/types": "4.0.0",
"@envelop/types": "4.0.1",
"tslib": "^2.5.0"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/plugins/apollo-datasources/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @envelop/apollo-datasources

## 3.0.1

### Patch Changes

- Updated dependencies []:
- @envelop/core@4.0.1

## 3.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/apollo-datasources/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/apollo-datasources",
"version": "3.0.0",
"version": "3.0.1",
"type": "module",
"repository": {
"type": "git",
Expand Down Expand Up @@ -47,7 +47,7 @@
},
"typings": "dist/typings/index.d.ts",
"peerDependencies": {
"@envelop/core": "^4.0.0",
"@envelop/core": "^4.0.1",
"apollo-datasource": "^3",
"apollo-server-caching": "^3",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
Expand All @@ -56,7 +56,7 @@
"tslib": "^2.5.0"
},
"devDependencies": {
"@envelop/core": "^4.0.0",
"@envelop/core": "^4.0.1",
"@graphql-tools/schema": "10.0.0",
"apollo-datasource": "3.3.2",
"apollo-server-caching": "3.3.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugins/apollo-federation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @envelop/apollo-federation

## 4.0.1

### Patch Changes

- Updated dependencies []:
- @envelop/core@4.0.1

## 4.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/apollo-federation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/apollo-federation",
"version": "4.0.0",
"version": "4.0.1",
"type": "module",
"repository": {
"type": "git",
Expand Down Expand Up @@ -48,7 +48,7 @@
"typings": "dist/typings/index.d.ts",
"peerDependencies": {
"@apollo/gateway": "^0.54.0",
"@envelop/core": "^4.0.0",
"@envelop/core": "^4.0.1",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
Expand All @@ -59,7 +59,7 @@
"devDependencies": {
"@apollo/federation": "0.38.1",
"@apollo/gateway": "0.54.1",
"@envelop/core": "^4.0.0",
"@envelop/core": "^4.0.1",
"graphql": "16.7.0",
"graphql-tag": "2.12.6",
"typescript": "5.1.3"
Expand Down
7 changes: 7 additions & 0 deletions packages/plugins/apollo-server-errors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @envelop/apollo-server-errors

## 5.0.1

### Patch Changes

- Updated dependencies []:
- @envelop/core@4.0.1

## 5.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/apollo-server-errors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/apollo-server-errors",
"version": "5.0.0",
"version": "5.0.1",
"type": "module",
"repository": {
"type": "git",
Expand Down Expand Up @@ -47,15 +47,15 @@
},
"typings": "dist/typings/index.d.ts",
"peerDependencies": {
"@envelop/core": "^4.0.0",
"@envelop/core": "^4.0.1",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"apollo-server-errors": "^3.3.1",
"tslib": "^2.5.0"
},
"devDependencies": {
"@envelop/core": "^4.0.0",
"@envelop/core": "^4.0.1",
"@graphql-tools/schema": "10.0.0",
"apollo-server-core": "3.12.0",
"graphql": "16.7.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/plugins/apollo-tracing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @envelop/apollo-tracing

## 5.0.1

### Patch Changes

- Updated dependencies
[[`834e1e39`](https://github.com/n1ru4l/envelop/commit/834e1e396c5f4b055fce52e61927a99cde6f7a6c)]:
- @envelop/types@4.0.1
- @envelop/core@4.0.1
- Updated dependencies []:
- @envelop/on-resolve@3.0.1

## 5.0.0

### Major Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/plugins/apollo-tracing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/apollo-tracing",
"version": "5.0.0",
"version": "5.0.1",
"type": "module",
"repository": {
"type": "git",
Expand Down Expand Up @@ -47,17 +47,17 @@
},
"typings": "dist/typings/index.d.ts",
"peerDependencies": {
"@envelop/core": "^4.0.0",
"@envelop/types": "^4.0.0",
"@envelop/core": "^4.0.1",
"@envelop/types": "^4.0.1",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"@envelop/on-resolve": "^3.0.0",
"@envelop/on-resolve": "^3.0.1",
"apollo-tracing": "^0.16.0",
"tslib": "^2.5.0"
},
"devDependencies": {
"@envelop/core": "^4.0.0",
"@envelop/core": "^4.0.1",
"@graphql-tools/schema": "10.0.0",
"graphql": "16.7.0",
"typescript": "5.1.3"
Expand Down
7 changes: 7 additions & 0 deletions packages/plugins/auth0/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @envelop/auth0

## 5.0.1

### Patch Changes

- Updated dependencies []:
- @envelop/core@4.0.1

## 5.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/auth0/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/auth0",
"version": "5.0.0",
"version": "5.0.1",
"type": "module",
"repository": {
"type": "git",
Expand Down Expand Up @@ -47,15 +47,15 @@
},
"typings": "dist/typings/index.d.ts",
"peerDependencies": {
"@envelop/core": "^4.0.0"
"@envelop/core": "^4.0.1"
},
"dependencies": {
"jsonwebtoken": "^9.0.0",
"jwks-rsa": "^3.0.1",
"tslib": "^2.5.0"
},
"devDependencies": {
"@envelop/core": "^4.0.0",
"@envelop/core": "^4.0.1",
"@types/jsonwebtoken": "9.0.2",
"typescript": "5.1.3"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/plugins/dataloader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @envelop/dataloader

## 5.0.1

### Patch Changes

- Updated dependencies []:
- @envelop/core@4.0.1

## 5.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/dataloader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/dataloader",
"version": "5.0.0",
"version": "5.0.1",
"type": "module",
"repository": {
"type": "git",
Expand Down Expand Up @@ -47,14 +47,14 @@
},
"typings": "dist/typings/index.d.ts",
"peerDependencies": {
"@envelop/core": "^4.0.0",
"@envelop/core": "^4.0.1",
"dataloader": "^2.0.0"
},
"dependencies": {
"tslib": "^2.5.0"
},
"devDependencies": {
"@envelop/core": "^4.0.0",
"@envelop/core": "^4.0.1",
"@graphql-tools/schema": "10.0.0",
"dataloader": "2.2.2",
"graphql": "16.7.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugins/depth-limit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @envelop/depth-limit

## 3.0.1

### Patch Changes

- Updated dependencies []:
- @envelop/core@4.0.1

## 3.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/depth-limit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/depth-limit",
"version": "3.0.0",
"version": "3.0.1",
"type": "module",
"repository": {
"type": "git",
Expand Down Expand Up @@ -47,15 +47,15 @@
},
"typings": "dist/typings/index.d.ts",
"peerDependencies": {
"@envelop/core": "^4.0.0",
"@envelop/core": "^4.0.1",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"graphql-depth-limit": "^1.1.0",
"tslib": "^2.5.0"
},
"devDependencies": {
"@envelop/core": "^4.0.0",
"@envelop/core": "^4.0.1",
"@types/graphql-depth-limit": "1.1.3",
"graphql": "16.7.0",
"typescript": "5.1.3"
Expand Down
7 changes: 7 additions & 0 deletions packages/plugins/disable-introspection/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @envelop/disable-introspection

## 5.0.1

### Patch Changes

- Updated dependencies []:
- @envelop/core@4.0.1

## 5.0.0

### Major Changes
Expand Down
Loading

0 comments on commit 9eeb391

Please sign in to comment.