Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#5034)
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 Feb 7, 2023
1 parent bb2d257 commit 37c7144
Show file tree
Hide file tree
Showing 21 changed files with 74 additions and 39 deletions.

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@graphql-tools_executor-http-5031-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@graphql-tools_github-loader-5031-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@graphql-tools_url-loader-5031-dependencies.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/early-ravens-play.md

This file was deleted.

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

## 0.1.6

### Patch Changes

- [#5031](https://github.com/ardatan/graphql-tools/pull/5031) [`ab4cf86b`](https://github.com/ardatan/graphql-tools/commit/ab4cf86bf1330deacd95ecea2fcca54dd6590da1) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`@whatwg-node/fetch@^0.7.0` ↗︎](https://www.npmjs.com/package/@whatwg-node/fetch/v/0.7.0) (from `^0.6.9`, in `dependencies`)

## 0.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/executors/http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/executor-http",
"version": "0.1.5",
"version": "0.1.6",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/graphql-tag-pluck/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphql-tools/graphql-tag-pluck

## 7.4.6

### Patch Changes

- [#5030](https://github.com/ardatan/graphql-tools/pull/5030) [`bb2d257b`](https://github.com/ardatan/graphql-tools/commit/bb2d257b079ad053024d860902bb31eab8ccfe76) Thanks [@mscharley](https://github.com/mscharley)! - Added the ability to parse cjs/mjs files for graphql documents

## 7.4.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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": "7.4.5",
"version": "7.4.6",
"description": "Pluck graphql-tag template literals",
"license": "MIT",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/loaders/apollo-engine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/apollo-engine-loader

## 7.3.25

### Patch Changes

- [#5031](https://github.com/ardatan/graphql-tools/pull/5031) [`ab4cf86b`](https://github.com/ardatan/graphql-tools/commit/ab4cf86bf1330deacd95ecea2fcca54dd6590da1) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`@whatwg-node/fetch@^0.7.0` ↗︎](https://www.npmjs.com/package/@whatwg-node/fetch/v/0.7.0) (from `^0.6.9`, in `dependencies`)

## 7.3.24

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/apollo-engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/apollo-engine-loader",
"version": "7.3.24",
"version": "7.3.25",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down
9 changes: 9 additions & 0 deletions packages/loaders/code-file/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-tools/code-file-loader

## 7.3.20

### Patch Changes

- [#5030](https://github.com/ardatan/graphql-tools/pull/5030) [`bb2d257b`](https://github.com/ardatan/graphql-tools/commit/bb2d257b079ad053024d860902bb31eab8ccfe76) Thanks [@mscharley](https://github.com/mscharley)! - Added the ability to parse cjs/mjs files for graphql documents

- Updated dependencies [[`bb2d257b`](https://github.com/ardatan/graphql-tools/commit/bb2d257b079ad053024d860902bb31eab8ccfe76)]:
- @graphql-tools/graphql-tag-pluck@7.4.6

## 7.3.19

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/loaders/code-file/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/code-file-loader",
"version": "7.3.19",
"version": "7.3.20",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -52,7 +52,7 @@
},
"dependencies": {
"@graphql-tools/utils": "9.2.1",
"@graphql-tools/graphql-tag-pluck": "7.4.5",
"@graphql-tools/graphql-tag-pluck": "7.4.6",
"globby": "^11.0.3",
"tslib": "^2.4.0",
"unixify": "^1.0.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/loaders/git/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/git-loader

## 7.2.19

### Patch Changes

- Updated dependencies [[`bb2d257b`](https://github.com/ardatan/graphql-tools/commit/bb2d257b079ad053024d860902bb31eab8ccfe76)]:
- @graphql-tools/graphql-tag-pluck@7.4.6

## 7.2.18

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/loaders/git/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/git-loader",
"version": "7.2.18",
"version": "7.2.19",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -51,7 +51,7 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
},
"dependencies": {
"@graphql-tools/graphql-tag-pluck": "7.4.5",
"@graphql-tools/graphql-tag-pluck": "7.4.6",
"@graphql-tools/utils": "9.2.1",
"is-glob": "4.0.3",
"micromatch": "^4.0.4",
Expand Down
9 changes: 9 additions & 0 deletions packages/loaders/github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-tools/github-loader

## 7.3.26

### Patch Changes

- [#5031](https://github.com/ardatan/graphql-tools/pull/5031) [`ab4cf86b`](https://github.com/ardatan/graphql-tools/commit/ab4cf86bf1330deacd95ecea2fcca54dd6590da1) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`@whatwg-node/fetch@^0.7.0` ↗︎](https://www.npmjs.com/package/@whatwg-node/fetch/v/0.7.0) (from `^0.6.9`, in `dependencies`)
- Updated dependencies [[`bb2d257b`](https://github.com/ardatan/graphql-tools/commit/bb2d257b079ad053024d860902bb31eab8ccfe76)]:
- @graphql-tools/graphql-tag-pluck@7.4.6

## 7.3.25

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/loaders/github/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/github-loader",
"version": "7.3.25",
"version": "7.3.26",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -53,7 +53,7 @@
"dependencies": {
"@ardatan/sync-fetch": "^0.0.1",
"@graphql-tools/utils": "^9.2.1",
"@graphql-tools/graphql-tag-pluck": "^7.4.5",
"@graphql-tools/graphql-tag-pluck": "^7.4.6",
"@whatwg-node/fetch": "^0.7.0",
"tslib": "^2.4.0"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/loaders/prisma/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/prisma-loader

## 7.2.62

### Patch Changes

- Updated dependencies [[`ab4cf86b`](https://github.com/ardatan/graphql-tools/commit/ab4cf86bf1330deacd95ecea2fcca54dd6590da1)]:
- @graphql-tools/url-loader@7.17.11

## 7.2.61

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/loaders/prisma/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/prisma-loader",
"version": "7.2.61",
"version": "7.2.62",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -51,7 +51,7 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
},
"dependencies": {
"@graphql-tools/url-loader": "7.17.10",
"@graphql-tools/url-loader": "7.17.11",
"@graphql-tools/utils": "9.2.1",
"@types/js-yaml": "^4.0.0",
"@types/json-stable-stringify": "^1.0.32",
Expand Down
9 changes: 9 additions & 0 deletions packages/loaders/url/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-tools/url-loader

## 7.17.11

### Patch Changes

- [#5031](https://github.com/ardatan/graphql-tools/pull/5031) [`ab4cf86b`](https://github.com/ardatan/graphql-tools/commit/ab4cf86bf1330deacd95ecea2fcca54dd6590da1) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`@whatwg-node/fetch@^0.7.0` ↗︎](https://www.npmjs.com/package/@whatwg-node/fetch/v/0.7.0) (from `^0.6.9`, in `dependencies`)
- Updated dependencies [[`ab4cf86b`](https://github.com/ardatan/graphql-tools/commit/ab4cf86bf1330deacd95ecea2fcca54dd6590da1)]:
- @graphql-tools/executor-http@0.1.6

## 7.17.10

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/loaders/url/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/url-loader",
"version": "7.17.10",
"version": "7.17.11",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -67,7 +67,7 @@
},
"dependencies": {
"@graphql-tools/delegate": "^9.0.26",
"@graphql-tools/executor-http": "^0.1.5",
"@graphql-tools/executor-http": "^0.1.6",
"@graphql-tools/executor-graphql-ws": "^0.0.10",
"@graphql-tools/executor-legacy-ws": "^0.0.8",
"@graphql-tools/utils": "^9.2.1",
Expand Down

0 comments on commit 37c7144

Please sign in to comment.