Skip to content

Commit ad9488f

Browse files
github-actions[bot]acao
authored andcommitted
Version Packages
1 parent 4290e12 commit ad9488f

11 files changed

Lines changed: 39 additions & 16 deletions

File tree

.changeset/late-queens-visit.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/graphiql-webpack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"start": "cross-env NODE_ENV=development webpack-dev-server"
1010
},
1111
"dependencies": {
12-
"@graphiql/toolkit": "^0.7.3",
13-
"graphiql": "^2.0.6",
12+
"@graphiql/toolkit": "^0.8.0",
13+
"graphiql": "^2.0.7",
1414
"graphql": "^16.4.0",
1515
"graphql-ws": "^5.5.5",
1616
"react": "^17.0.2"

examples/monaco-graphql-react-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"version": "0.0.0",
55
"dependencies": {
6-
"@graphiql/toolkit": "^0.7.3",
6+
"@graphiql/toolkit": "^0.8.0",
77
"graphql-language-service": "^5.1.0",
88
"monaco-graphql": "^1.1.3",
99
"react": "^17.0.2",

packages/graphiql-plugin-explorer/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @graphiql/plugin-explorer
22

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @graphiql/react@0.13.1
9+
310
## 0.1.3
411

512
### Patch Changes

packages/graphiql-plugin-explorer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphiql/plugin-explorer",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/graphql/graphiql",
@@ -28,7 +28,7 @@
2828
"preview": "vite preview"
2929
},
3030
"dependencies": {
31-
"@graphiql/react": "^0.13.0",
31+
"@graphiql/react": "^0.13.1",
3232
"graphiql-explorer": "^0.9.0"
3333
},
3434
"peerDependencies": {

packages/graphiql-react/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @graphiql/react
22

3+
## 0.13.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e244b782`](https://github.com/graphql/graphiql/commit/e244b78291c2e2bb02d5753db82437926ebb4df4)]:
8+
- @graphiql/toolkit@0.8.0
9+
310
## 0.13.0
411

512
### Minor Changes

packages/graphiql-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphiql/react",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/graphql/graphiql",
@@ -36,7 +36,7 @@
3636
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
3737
},
3838
"dependencies": {
39-
"@graphiql/toolkit": "^0.7.3",
39+
"@graphiql/toolkit": "^0.8.0",
4040
"@reach/combobox": "^0.17.0",
4141
"@reach/dialog": "^0.17.0",
4242
"@reach/listbox": "^0.17.0",

packages/graphiql-toolkit/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @graphiql/toolkit
22

3+
## 0.8.0
4+
5+
### Minor Changes
6+
7+
- [#2719](https://github.com/graphql/graphiql/pull/2719) [`e244b782`](https://github.com/graphql/graphiql/commit/e244b78291c2e2bb02d5753db82437926ebb4df4) Thanks [@andreialecu](https://github.com/andreialecu)! - Allow passing Headers for subscriptions into connection_init payload
8+
39
## 0.7.3
410

511
### Patch Changes

packages/graphiql-toolkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphiql/toolkit",
3-
"version": "0.7.3",
3+
"version": "0.8.0",
44
"description": "Utility to build a fetcher for GraphiQL",
55
"contributors": [
66
"Rikki Schulte <rikki.schulte@gmail.com> (https://rikki.dev)"

packages/graphiql/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 2.0.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e244b782`](https://github.com/graphql/graphiql/commit/e244b78291c2e2bb02d5753db82437926ebb4df4)]:
8+
- @graphiql/toolkit@0.8.0
9+
- @graphiql/react@0.13.1
10+
311
## 2.0.6
412

513
### Patch Changes

0 commit comments

Comments
 (0)