Skip to content

Commit 9f725b8

Browse files
Version Packages (#3812)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5f2c3a4 commit 9f725b8

File tree

6 files changed

+10
-9
lines changed

6 files changed

+10
-9
lines changed

.changeset/two-owls-approve.md

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

examples/graphiql-webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@graphiql/plugin-code-exporter": "^3.1.3",
1313
"@graphiql/plugin-explorer": "^3.2.3",
14-
"@graphiql/toolkit": "^0.11.0",
14+
"@graphiql/toolkit": "^0.11.1",
1515
"@graphiql/react": "^0.27.0",
1616
"graphiql": "^3.7.2",
1717
"graphql": "^16.9.0",

examples/monaco-graphql-nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"start": "next start"
1010
},
1111
"dependencies": {
12-
"@graphiql/toolkit": "^0.11.0",
12+
"@graphiql/toolkit": "^0.11.1",
1313
"graphql": "^16.9.0",
1414
"graphql-ws": "^5.5.5",
1515
"jsonc-parser": "^3.2.0",

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.11.0",
6+
"@graphiql/toolkit": "^0.11.1",
77
"graphql": "^16.9.0",
88
"graphql-language-service": "^5.3.0",
99
"jsonc-parser": "^3.2.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.11.1
4+
5+
### Patch Changes
6+
7+
- [#3811](https://github.com/graphql/graphiql/pull/3811) [`5f2c3a4`](https://github.com/graphql/graphiql/commit/5f2c3a45906c332e07200b0008d0e5bf329a8ffa) Thanks [@acao](https://github.com/acao)! - Fix type export to prevent build time bugs
8+
39
## 0.11.0
410

511
### Minor 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.11.0",
3+
"version": "0.11.1",
44
"description": "Utility to build a fetcher for GraphiQL",
55
"contributors": [
66
"Rikki Schulte <[email protected]> (https://rikki.dev)"

0 commit comments

Comments
 (0)