Skip to content

Commit 1a561b3

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

File tree

11 files changed

+28
-26
lines changed

11 files changed

+28
-26
lines changed

.changeset/gold-ears-knock.md

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

.changeset/pretty-panthers-deliver.md

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

.changeset/silent-ghosts-fix.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
@@ -11,8 +11,8 @@
1111
"dependencies": {
1212
"@graphiql/plugin-code-exporter": "^3.1.2",
1313
"@graphiql/plugin-explorer": "^3.2.2",
14-
"@graphiql/toolkit": "^0.10.0",
15-
"@graphiql/react": "^0.26.0",
14+
"@graphiql/toolkit": "^0.11.0",
15+
"@graphiql/react": "^0.26.1",
1616
"graphiql": "^3.7.0",
1717
"graphql": "^16.8.1",
1818
"graphql-ws": "^5.5.5",

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.10.0",
12+
"@graphiql/toolkit": "^0.11.0",
1313
"graphql": "^16.8.1",
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.10.0",
6+
"@graphiql/toolkit": "^0.11.0",
77
"graphql": "^16.8.1",
88
"graphql-language-service": "^5.3.0",
99
"jsonc-parser": "^3.2.0",

packages/graphiql-react/CHANGELOG.md

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

3+
## 0.26.1
4+
5+
### Patch Changes
6+
7+
- [#3743](https://github.com/graphql/graphiql/pull/3743) [`7275c19`](https://github.com/graphql/graphiql/commit/7275c19b174f06bd031f49b33912c1babf29ccb0) Thanks [@dimaMachina](https://github.com/dimaMachina)! - create instance of `new HistoryStore` and `new StorageAPI` only on mount, use function with `useState`
8+
9+
- Updated dependencies [[`21c4409`](https://github.com/graphql/graphiql/commit/21c44096c0c0b23cea955a574d1110cb19ab6405), [`2ad4e75`](https://github.com/graphql/graphiql/commit/2ad4e7505385fefd252b9aa8ea2233cbaeca7f6a)]:
10+
- @graphiql/toolkit@0.11.0
11+
312
## 0.26.0
413

514
### 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.26.0",
3+
"version": "0.26.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/graphql/graphiql",
@@ -48,7 +48,7 @@
4848
"react-dom": "^16.8.0 || ^17 || ^18"
4949
},
5050
"dependencies": {
51-
"@graphiql/toolkit": "^0.10.0",
51+
"@graphiql/toolkit": "^0.11.0",
5252
"@headlessui/react": "^1.7.15",
5353
"@radix-ui/react-dialog": "^1.0.4",
5454
"@radix-ui/react-dropdown-menu": "^2.0.5",

packages/graphiql-toolkit/CHANGELOG.md

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

3+
## 0.11.0
4+
5+
### Minor Changes
6+
7+
- [#3747](https://github.com/graphql/graphiql/pull/3747) [`21c4409`](https://github.com/graphql/graphiql/commit/21c44096c0c0b23cea955a574d1110cb19ab6405) Thanks [@dimaMachina](https://github.com/dimaMachina)! - do not include `require` statements in ESM build, include `import` in esm and `require` in cjs builds
8+
9+
make `getWsFetcher`, `createWebsocketsFetcherFromUrl` async
10+
11+
- [#3746](https://github.com/graphql/graphiql/pull/3746) [`2ad4e75`](https://github.com/graphql/graphiql/commit/2ad4e7505385fefd252b9aa8ea2233cbaeca7f6a) Thanks [@dimaMachina](https://github.com/dimaMachina)! - compile with `tsup` instead of `tsc`
12+
313
## 0.10.0
414

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

0 commit comments

Comments
 (0)