Skip to content

Commit b69b9f3

Browse files
Version Packages (#2752)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent bfa90f2 commit b69b9f3

13 files changed

Lines changed: 43 additions & 26 deletions

File tree

.changeset/dull-bulldogs-bow.md

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

.changeset/good-zoos-rhyme.md

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

.changeset/quick-bulldogs-impress.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.1",
13-
"graphiql": "^2.0.4",
12+
"@graphiql/toolkit": "^0.7.2",
13+
"graphiql": "^2.0.5",
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.1",
6+
"@graphiql/toolkit": "^0.7.2",
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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @graphiql/plugin-explorer
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- [#2750](https://github.com/graphql/graphiql/pull/2750) [`cdc44aab`](https://github.com/graphql/graphiql/commit/cdc44aabdc549f5a0359b8f69506cc0c31661d16) Thanks [@thomasheyenbrock](https://github.com/thomasheyenbrock)! - Remove `type` field from `package.json` to support both ES Modules and CommonJS
8+
9+
- Updated dependencies []:
10+
- @graphiql/react@0.12.1
11+
312
## 0.1.1
413

514
### 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.1",
3+
"version": "0.1.2",
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.12.0",
31+
"@graphiql/react": "^0.12.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.12.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`bfa90f24`](https://github.com/graphql/graphiql/commit/bfa90f249be4f68049c1bb81abfb524ae623313f), [`8ab5fcd0`](https://github.com/graphql/graphiql/commit/8ab5fcd0a8399a0f8eb1b569751dd0e8390b9679)]:
8+
- @graphiql/toolkit@0.7.2
9+
310
## 0.12.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.12.0",
3+
"version": "0.12.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.1",
39+
"@graphiql/toolkit": "^0.7.2",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @graphiql/toolkit
22

3+
## 0.7.2
4+
5+
### Patch Changes
6+
7+
- [#2753](https://github.com/graphql/graphiql/pull/2753) [`bfa90f24`](https://github.com/graphql/graphiql/commit/bfa90f249be4f68049c1bb81abfb524ae623313f) Thanks [@thomasheyenbrock](https://github.com/thomasheyenbrock)! - Mark the `graphql-ws` peer dependency as optional (as it's only needed when the fetcher needs to support subscriptions)
8+
9+
* [#2751](https://github.com/graphql/graphiql/pull/2751) [`8ab5fcd0`](https://github.com/graphql/graphiql/commit/8ab5fcd0a8399a0f8eb1b569751dd0e8390b9679) Thanks [@thomasheyenbrock](https://github.com/thomasheyenbrock)! - Correctly handle `null` in type-guard functions for `Promise` and `Observable`
10+
311
## 0.7.1
412

513
### Patch Changes

0 commit comments

Comments
 (0)