Skip to content

Commit

Permalink
chore(release): update monorepo packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 22, 2024
1 parent fe1fa61 commit 5c39ec5
Show file tree
Hide file tree
Showing 65 changed files with 462 additions and 123 deletions.
32 changes: 0 additions & 32 deletions .changeset/real-needles-clean.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/documents/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/documents

## 1.0.2

### Patch Changes

- [`fe1fa61`](https://github.com/ardatan/graphql-tools/commit/fe1fa61445d4a460ffd2b71262b31e9f72c2add4)
Thanks [@ardatan](https://github.com/ardatan)! - Fix peer dependency

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/documents/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/documents",
"version": "1.0.1",
"version": "1.0.2",
"type": "module",
"description": "Utilities for GraphQL documents.",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/executor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @graphql-tools/executor

## 1.3.5

### Patch Changes

- [`fe1fa61`](https://github.com/ardatan/graphql-tools/commit/fe1fa61445d4a460ffd2b71262b31e9f72c2add4)
Thanks [@ardatan](https://github.com/ardatan)! - Fix peer dependency

- Updated dependencies
[[`fe1fa61`](https://github.com/ardatan/graphql-tools/commit/fe1fa61445d4a460ffd2b71262b31e9f72c2add4)]:
- @graphql-tools/utils@10.6.1

## 1.3.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/executor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/executor",
"version": "1.3.4",
"version": "1.3.5",
"type": "module",
"repository": {
"type": "git",
Expand Down Expand Up @@ -55,7 +55,7 @@
"graphql": "^14 || ^15 || ^16 || ^17"
},
"dependencies": {
"@graphql-tools/utils": "^10.6.0",
"@graphql-tools/utils": "^10.6.1",
"@graphql-typed-document-node/core": "3.2.0",
"@repeaterjs/repeater": "^3.0.4",
"tslib": "^2.4.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/executors/apollo-link/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-tools/executor-apollo-link

## 1.0.5

### Patch Changes

- Updated dependencies
[[`fe1fa61`](https://github.com/ardatan/graphql-tools/commit/fe1fa61445d4a460ffd2b71262b31e9f72c2add4)]:
- @graphql-tools/utils@10.6.1

## 1.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/executors/apollo-link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/executor-apollo-link",
"version": "1.0.4",
"version": "1.0.5",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
Expand Down Expand Up @@ -52,7 +52,7 @@
"graphql": "^15.2.0 || ^16.0.0"
},
"dependencies": {
"@graphql-tools/utils": "^10.6.0",
"@graphql-tools/utils": "^10.6.1",
"tslib": "^2.3.1"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/executors/envelop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-tools/executor-envelop

## 3.0.13

### Patch Changes

- Updated dependencies
[[`fe1fa61`](https://github.com/ardatan/graphql-tools/commit/fe1fa61445d4a460ffd2b71262b31e9f72c2add4)]:
- @graphql-tools/utils@10.6.1

## 3.0.12

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/executors/envelop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/executor-envelop",
"version": "3.0.12",
"version": "3.0.13",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
Expand Down Expand Up @@ -51,7 +51,7 @@
"@envelop/core": "^3.0.4 || ^4.0.0 || ^5.0.0"
},
"dependencies": {
"@graphql-tools/utils": "^10.6.0",
"@graphql-tools/utils": "^10.6.1",
"@graphql-tools/wrap": "^10.0.16",
"tslib": "^2.3.1"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/executors/legacy-ws/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @graphql-tools/executor-legacy-ws

## 1.1.4

### Patch Changes

- [`fe1fa61`](https://github.com/ardatan/graphql-tools/commit/fe1fa61445d4a460ffd2b71262b31e9f72c2add4)
Thanks [@ardatan](https://github.com/ardatan)! - Fix peer dependency

- Updated dependencies
[[`fe1fa61`](https://github.com/ardatan/graphql-tools/commit/fe1fa61445d4a460ffd2b71262b31e9f72c2add4)]:
- @graphql-tools/utils@10.6.1

## 1.1.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/executors/legacy-ws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/executor-legacy-ws",
"version": "1.1.3",
"version": "1.1.4",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
Expand Down Expand Up @@ -51,7 +51,7 @@
"graphql": "^14 || ^15 || ^16 || ^17"
},
"dependencies": {
"@graphql-tools/utils": "^10.6.0",
"@graphql-tools/utils": "^10.6.1",
"@types/ws": "^8.0.0",
"isomorphic-ws": "^5.0.0",
"tslib": "^2.4.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/executors/urql-exchange/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-tools/executor-urql-exchange

## 1.0.6

### Patch Changes

- Updated dependencies
[[`fe1fa61`](https://github.com/ardatan/graphql-tools/commit/fe1fa61445d4a460ffd2b71262b31e9f72c2add4)]:
- @graphql-tools/utils@10.6.1

## 1.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/executors/urql-exchange/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/executor-urql-exchange",
"version": "1.0.5",
"version": "1.0.6",
"type": "module",
"description": "",
"repository": {
Expand Down Expand Up @@ -48,7 +48,7 @@
"wonka": "^6.0.0"
},
"dependencies": {
"@graphql-tools/utils": "^10.6.0",
"@graphql-tools/utils": "^10.6.1",
"tslib": "^2.4.0"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/executors/yoga/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-tools/executor-yoga

## 3.0.13

### Patch Changes

- Updated dependencies
[[`fe1fa61`](https://github.com/ardatan/graphql-tools/commit/fe1fa61445d4a460ffd2b71262b31e9f72c2add4)]:
- @graphql-tools/utils@10.6.1
- @graphql-tools/executor-envelop@3.0.13

## 3.0.12

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/executors/yoga/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/executor-yoga",
"version": "3.0.12",
"version": "3.0.13",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
Expand Down Expand Up @@ -52,8 +52,8 @@
"graphql-yoga": "^3.5.1 || ^4.0.0 || ^5.0.0"
},
"dependencies": {
"@graphql-tools/executor-envelop": "^3.0.12",
"@graphql-tools/utils": "^10.6.0",
"@graphql-tools/executor-envelop": "^3.0.13",
"@graphql-tools/utils": "^10.6.1",
"tslib": "^2.3.1"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/graphql-tag-pluck/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @graphql-tools/graphql-tag-pluck

## 8.3.6

### Patch Changes

- [`fe1fa61`](https://github.com/ardatan/graphql-tools/commit/fe1fa61445d4a460ffd2b71262b31e9f72c2add4)
Thanks [@ardatan](https://github.com/ardatan)! - Fix peer dependency

- Updated dependencies
[[`fe1fa61`](https://github.com/ardatan/graphql-tools/commit/fe1fa61445d4a460ffd2b71262b31e9f72c2add4)]:
- @graphql-tools/utils@10.6.1

## 8.3.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-tag-pluck/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/graphql-tag-pluck",
"version": "8.3.5",
"version": "8.3.6",
"type": "module",
"description": "Pluck graphql-tag template literals",
"repository": {
Expand Down Expand Up @@ -55,7 +55,7 @@
"@babel/plugin-syntax-import-assertions": "^7.20.0",
"@babel/traverse": "^7.16.8",
"@babel/types": "^7.16.8",
"@graphql-tools/utils": "^10.6.0",
"@graphql-tools/utils": "^10.6.1",
"tslib": "^2.4.0"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/graphql-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# graphql-tools

## 9.0.5

### Patch Changes

- [`fe1fa61`](https://github.com/ardatan/graphql-tools/commit/fe1fa61445d4a460ffd2b71262b31e9f72c2add4)
Thanks [@ardatan](https://github.com/ardatan)! - Fix peer dependency

- Updated dependencies
[[`fe1fa61`](https://github.com/ardatan/graphql-tools/commit/fe1fa61445d4a460ffd2b71262b31e9f72c2add4)]:
- @graphql-tools/schema@10.0.10

## 9.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-tools",
"version": "9.0.4",
"version": "9.0.5",
"type": "module",
"description": "Useful tools to create and manipulate GraphQL schemas.",
"repository": {
Expand Down Expand Up @@ -50,7 +50,7 @@
"graphql": "^14 || ^15 || ^16 || ^17"
},
"dependencies": {
"@graphql-tools/schema": "^10.0.9",
"@graphql-tools/schema": "^10.0.10",
"tslib": "^2.4.0"
},
"optionalDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/import/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @graphql-tools/import

## 7.0.5

### Patch Changes

- [`fe1fa61`](https://github.com/ardatan/graphql-tools/commit/fe1fa61445d4a460ffd2b71262b31e9f72c2add4)
Thanks [@ardatan](https://github.com/ardatan)! - Fix peer dependency

- Updated dependencies
[[`fe1fa61`](https://github.com/ardatan/graphql-tools/commit/fe1fa61445d4a460ffd2b71262b31e9f72c2add4)]:
- @graphql-tools/utils@10.6.1

## 7.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/import/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/import",
"version": "7.0.4",
"version": "7.0.5",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
Expand Down Expand Up @@ -51,7 +51,7 @@
"graphql": "^14 || ^15 || ^16 || ^17"
},
"dependencies": {
"@graphql-tools/utils": "^10.6.0",
"@graphql-tools/utils": "^10.6.1",
"resolve-from": "5.0.0",
"tslib": "^2.4.0"
},
Expand Down
Loading

0 comments on commit 5c39ec5

Please sign in to comment.