Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#5841)
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] committed Jan 22, 2024
1 parent 694d540 commit a34f293
Show file tree
Hide file tree
Showing 13 changed files with 57 additions and 27 deletions.
5 changes: 0 additions & 5 deletions .changeset/twenty-cats-drop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-walls-sleep.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wise-dolphins-train.md

This file was deleted.

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.2.0

### Minor Changes

- [#5781](https://github.com/ardatan/graphql-tools/pull/5781) [`2c6c1d6`](https://github.com/ardatan/graphql-tools/commit/2c6c1d688741ef024b407e45f4040a667f7969e0) Thanks [@XiNiHa](https://github.com/XiNiHa)! - Add .astro file support

### Patch Changes

- Updated dependencies [[`f85c093`](https://github.com/ardatan/graphql-tools/commit/f85c093a8dd033efc613b93c25d15cfb0c2df7d3)]:
- @graphql-tools/utils@10.0.13

## 8.1.0

### Minor 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.1.0",
"version": "8.2.0",
"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.0.0",
"@graphql-tools/utils": "^10.0.13",
"tslib": "^2.4.0"
},
"devDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions packages/loaders/code-file/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @graphql-tools/code-file-loader

## 8.1.0

### Minor Changes

- [#5781](https://github.com/ardatan/graphql-tools/pull/5781) [`2c6c1d6`](https://github.com/ardatan/graphql-tools/commit/2c6c1d688741ef024b407e45f4040a667f7969e0) Thanks [@XiNiHa](https://github.com/XiNiHa)! - Add .astro file support

### Patch Changes

- Updated dependencies [[`f85c093`](https://github.com/ardatan/graphql-tools/commit/f85c093a8dd033efc613b93c25d15cfb0c2df7d3), [`2c6c1d6`](https://github.com/ardatan/graphql-tools/commit/2c6c1d688741ef024b407e45f4040a667f7969e0)]:
- @graphql-tools/utils@10.0.13
- @graphql-tools/graphql-tag-pluck@8.2.0

## 8.0.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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": "8.0.3",
"version": "8.1.0",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
Expand Down Expand Up @@ -51,8 +51,8 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
},
"dependencies": {
"@graphql-tools/graphql-tag-pluck": "8.1.0",
"@graphql-tools/utils": "^10.0.0",
"@graphql-tools/graphql-tag-pluck": "8.2.0",
"@graphql-tools/utils": "^10.0.13",
"globby": "^11.0.3",
"tslib": "^2.4.0",
"unixify": "^1.0.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/loaders/git/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-tools/git-loader

## 8.0.4

### Patch Changes

- Updated dependencies [[`f85c093`](https://github.com/ardatan/graphql-tools/commit/f85c093a8dd033efc613b93c25d15cfb0c2df7d3), [`2c6c1d6`](https://github.com/ardatan/graphql-tools/commit/2c6c1d688741ef024b407e45f4040a667f7969e0)]:
- @graphql-tools/utils@10.0.13
- @graphql-tools/graphql-tag-pluck@8.2.0

## 8.0.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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": "8.0.3",
"version": "8.0.4",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
Expand Down Expand Up @@ -51,8 +51,8 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
},
"dependencies": {
"@graphql-tools/graphql-tag-pluck": "8.1.0",
"@graphql-tools/utils": "^10.0.0",
"@graphql-tools/graphql-tag-pluck": "8.2.0",
"@graphql-tools/utils": "^10.0.13",
"is-glob": "4.0.3",
"micromatch": "^4.0.4",
"tslib": "^2.4.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/mock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-tools/mock

## 9.0.1

### Patch Changes

- [#5730](https://github.com/ardatan/graphql-tools/pull/5730) [`694d540`](https://github.com/ardatan/graphql-tools/commit/694d5403830e1171d64559b2a3715959a7ff6536) Thanks [@zyzo](https://github.com/zyzo)! - Pass fieldArgs to value function

- Updated dependencies [[`f85c093`](https://github.com/ardatan/graphql-tools/commit/f85c093a8dd033efc613b93c25d15cfb0c2df7d3)]:
- @graphql-tools/utils@10.0.13

## 9.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/mock",
"version": "9.0.0",
"version": "9.0.1",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
Expand Down Expand Up @@ -51,7 +51,7 @@
},
"dependencies": {
"@graphql-tools/schema": "^10.0.0",
"@graphql-tools/utils": "^10.0.0",
"@graphql-tools/utils": "^10.0.13",
"fast-json-stable-stringify": "^2.1.0",
"tslib": "^2.4.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphql-tools/utils

## 10.0.13

### Patch Changes

- [#5795](https://github.com/ardatan/graphql-tools/pull/5795) [`f85c093`](https://github.com/ardatan/graphql-tools/commit/f85c093a8dd033efc613b93c25d15cfb0c2df7d3) Thanks [@shYkiSto](https://github.com/shYkiSto)! - prevent race conditions when validating documents

## 10.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/utils",
"version": "10.0.12",
"version": "10.0.13",
"type": "module",
"description": "Common package containing utils and types for GraphQL tools",
"repository": {
Expand Down

0 comments on commit a34f293

Please sign in to comment.