Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#1572)
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
github-actions[bot] and github-actions[bot] authored Oct 27, 2022
1 parent 6b48ef9 commit a11a876
Show file tree
Hide file tree
Showing 71 changed files with 343 additions and 85 deletions.
6 changes: 0 additions & 6 deletions .changeset/red-shirts-dream.md

This file was deleted.

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

## 3.0.3

### Patch Changes

- [#1571](https://github.com/n1ru4l/envelop/pull/1571) [`6b48ef96`](https://github.com/n1ru4l/envelop/commit/6b48ef962020eb7dfd2918626b8a394bff673e4f) Thanks [@ardatan](https://github.com/ardatan)! - Deeply check if it is an original GraphQL Error

## 3.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/core",
"version": "3.0.2",
"version": "3.0.3",
"author": "Dotan Simha <dotansimha@gmail.com>",
"license": "MIT",
"sideEffects": false,
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

## 2.0.3

### Patch Changes

- Updated dependencies [[`6b48ef96`](https://github.com/n1ru4l/envelop/commit/6b48ef962020eb7dfd2918626b8a394bff673e4f)]:
- @envelop/core@3.0.3

## 2.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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": "2.0.2",
"version": "2.0.3",
"author": "Kamil Kisiela <kamil.kisiela@gmail.com>",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -57,7 +57,7 @@
"tslib": "^2.4.0"
},
"peerDependencies": {
"@envelop/core": "^3.0.2",
"@envelop/core": "^3.0.3",
"apollo-datasource": "^3",
"apollo-server-caching": "^3",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.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

## 3.0.3

### Patch Changes

- Updated dependencies [[`6b48ef96`](https://github.com/n1ru4l/envelop/commit/6b48ef962020eb7dfd2918626b8a394bff673e4f)]:
- @envelop/core@3.0.3

## 3.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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": "3.0.2",
"version": "3.0.3",
"author": "Arda TANRIKULU <ardatanrikulu@gmail.com>",
"license": "MIT",
"sideEffects": false,
Expand Down Expand Up @@ -59,7 +59,7 @@
"graphql-tag": "2.12.6"
},
"peerDependencies": {
"@envelop/core": "^3.0.2",
"@envelop/core": "^3.0.3",
"@apollo/gateway": "^0.41.0 || ^0.42.0 || ^0.43.0",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
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

## 4.0.3

### Patch Changes

- Updated dependencies [[`6b48ef96`](https://github.com/n1ru4l/envelop/commit/6b48ef962020eb7dfd2918626b8a394bff673e4f)]:
- @envelop/core@3.0.3

## 4.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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": "4.0.2",
"version": "4.0.3",
"author": "Dotan Simha <dotansimha@gmail.com>",
"license": "MIT",
"sideEffects": false,
Expand Down Expand Up @@ -56,7 +56,7 @@
"typescript": "4.7.4"
},
"peerDependencies": {
"@envelop/core": "^3.0.2",
"@envelop/core": "^3.0.3",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"buildOptions": {
Expand Down
9 changes: 9 additions & 0 deletions packages/plugins/apollo-tracing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @envelop/apollo-tracing

## 4.0.3

### Patch Changes

- Updated dependencies [[`6b48ef96`](https://github.com/n1ru4l/envelop/commit/6b48ef962020eb7dfd2918626b8a394bff673e4f)]:
- @envelop/core@3.0.3
- Updated dependencies []:
- @envelop/on-resolve@2.0.3

## 4.0.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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": "4.0.2",
"version": "4.0.3",
"author": "Dotan Simha <dotansimha@gmail.com>",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -47,7 +47,7 @@
"definition": "dist/typings/index.d.ts"
},
"dependencies": {
"@envelop/on-resolve": "^2.0.2",
"@envelop/on-resolve": "^2.0.3",
"apollo-tracing": "^0.15.0",
"tslib": "^2.4.0"
},
Expand All @@ -58,7 +58,7 @@
},
"peerDependencies": {
"@envelop/types": "^3.0.0",
"@envelop/core": "^3.0.2",
"@envelop/core": "^3.0.3",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"buildOptions": {
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

## 4.0.3

### Patch Changes

- Updated dependencies [[`6b48ef96`](https://github.com/n1ru4l/envelop/commit/6b48ef962020eb7dfd2918626b8a394bff673e4f)]:
- @envelop/core@3.0.3

## 4.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/auth0/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/auth0",
"version": "4.0.2",
"version": "4.0.3",
"author": "Dotan Simha <dotansimha@gmail.com>",
"license": "MIT",
"sideEffects": false,
Expand Down Expand Up @@ -56,7 +56,7 @@
"typescript": "4.7.4"
},
"peerDependencies": {
"@envelop/core": "^3.0.2"
"@envelop/core": "^3.0.3"
},
"buildOptions": {
"input": "./src/index.ts"
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

## 4.0.3

### Patch Changes

- Updated dependencies [[`6b48ef96`](https://github.com/n1ru4l/envelop/commit/6b48ef962020eb7dfd2918626b8a394bff673e4f)]:
- @envelop/core@3.0.3

## 4.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/dataloader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/dataloader",
"version": "4.0.2",
"version": "4.0.3",
"author": "Dotan Simha <dotansimha@gmail.com>",
"license": "MIT",
"sideEffects": false,
Expand Down Expand Up @@ -57,7 +57,7 @@
},
"peerDependencies": {
"dataloader": "^2.0.0",
"@envelop/core": "^3.0.2"
"@envelop/core": "^3.0.3"
},
"buildOptions": {
"input": "./src/index.ts"
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

## 2.0.3

### Patch Changes

- Updated dependencies [[`6b48ef96`](https://github.com/n1ru4l/envelop/commit/6b48ef962020eb7dfd2918626b8a394bff673e4f)]:
- @envelop/core@3.0.3

## 2.0.2

### Patch 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": "2.0.2",
"version": "2.0.3",
"author": "Dotan Simha <dotansimha@gmail.com>",
"license": "MIT",
"sideEffects": false,
Expand Down Expand Up @@ -51,13 +51,13 @@
"tslib": "^2.4.0"
},
"devDependencies": {
"@envelop/core": "^3.0.2",
"@envelop/core": "^3.0.3",
"@types/graphql-depth-limit": "1.1.3",
"graphql": "16.3.0",
"typescript": "4.7.4"
},
"peerDependencies": {
"@envelop/core": "^3.0.2",
"@envelop/core": "^3.0.3",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"buildOptions": {
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

## 4.0.3

### Patch Changes

- Updated dependencies [[`6b48ef96`](https://github.com/n1ru4l/envelop/commit/6b48ef962020eb7dfd2918626b8a394bff673e4f)]:
- @envelop/core@3.0.3

## 4.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/disable-introspection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/disable-introspection",
"version": "4.0.2",
"version": "4.0.3",
"author": "Dotan Simha <dotansimha@gmail.com>",
"license": "MIT",
"sideEffects": false,
Expand Down Expand Up @@ -54,7 +54,7 @@
"typescript": "4.7.4"
},
"peerDependencies": {
"@envelop/core": "^3.0.2",
"@envelop/core": "^3.0.3",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"buildOptions": {
Expand Down
7 changes: 7 additions & 0 deletions packages/plugins/execute-subscription-event/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @envelop/execute-subscription-event

## 3.0.3

### Patch Changes

- Updated dependencies [[`6b48ef96`](https://github.com/n1ru4l/envelop/commit/6b48ef962020eb7dfd2918626b8a394bff673e4f)]:
- @envelop/core@3.0.3

## 3.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/execute-subscription-event/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/execute-subscription-event",
"version": "3.0.2",
"version": "3.0.3",
"author": "Laurin Quast <laurinquast@googlemail.com>",
"license": "MIT",
"sideEffects": false,
Expand Down Expand Up @@ -55,7 +55,7 @@
"typescript": "4.7.4"
},
"peerDependencies": {
"@envelop/core": "^3.0.2",
"@envelop/core": "^3.0.3",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"buildOptions": {
Expand Down
7 changes: 7 additions & 0 deletions packages/plugins/extended-validation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @envelop/extended-validation

## 2.0.3

### Patch Changes

- Updated dependencies [[`6b48ef96`](https://github.com/n1ru4l/envelop/commit/6b48ef962020eb7dfd2918626b8a394bff673e4f)]:
- @envelop/core@3.0.3

## 2.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/extended-validation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/extended-validation",
"version": "2.0.2",
"version": "2.0.3",
"author": "Dotan Simha <dotansimha@gmail.com>",
"license": "MIT",
"sideEffects": false,
Expand Down Expand Up @@ -55,7 +55,7 @@
"typescript": "4.7.4"
},
"peerDependencies": {
"@envelop/core": "^3.0.2",
"@envelop/core": "^3.0.3",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"buildOptions": {
Expand Down
7 changes: 7 additions & 0 deletions packages/plugins/filter-operation-type/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @envelop/filter-operation-type

## 4.0.3

### Patch Changes

- Updated dependencies [[`6b48ef96`](https://github.com/n1ru4l/envelop/commit/6b48ef962020eb7dfd2918626b8a394bff673e4f)]:
- @envelop/core@3.0.3

## 4.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/filter-operation-type/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/filter-operation-type",
"version": "4.0.2",
"version": "4.0.3",
"author": "Dotan Simha <dotansimha@gmail.com>",
"license": "MIT",
"sideEffects": false,
Expand Down Expand Up @@ -54,7 +54,7 @@
"typescript": "4.7.4"
},
"peerDependencies": {
"@envelop/core": "^3.0.2",
"@envelop/core": "^3.0.3",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"buildOptions": {
Expand Down
7 changes: 7 additions & 0 deletions packages/plugins/fragment-arguments/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @envelop/fragment-arguments

## 4.0.3

### Patch Changes

- Updated dependencies [[`6b48ef96`](https://github.com/n1ru4l/envelop/commit/6b48ef962020eb7dfd2918626b8a394bff673e4f)]:
- @envelop/core@3.0.3

## 4.0.2

### Patch Changes
Expand Down
Loading

0 comments on commit a11a876

Please sign in to comment.