Skip to content

Commit e4ad8b4

Browse files
Version Packages (alpha)
1 parent 3c48be0 commit e4ad8b4

File tree

9 files changed

+26
-9
lines changed

9 files changed

+26
-9
lines changed

.changeset/pre.json

+2
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,11 @@
3838
"orange-rivers-draw",
3939
"pink-moose-shake",
4040
"poor-ghosts-jump",
41+
"pretty-panthers-deliver",
4142
"red-papayas-fly",
4243
"rich-jobs-kick",
4344
"serious-forks-sip",
45+
"silent-ghosts-fix",
4446
"spotty-bulldogs-confess",
4547
"strong-ears-bake",
4648
"thick-adults-leave",

examples/graphiql-webpack/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"dependencies": {
1212
"@graphiql/plugin-code-exporter": "^4.0.0-alpha.1",
1313
"@graphiql/plugin-explorer": "^4.0.0-alpha.2",
14-
"@graphiql/toolkit": "^0.10.0",
15-
"@graphiql/react": "^1.0.0-alpha.4",
14+
"@graphiql/toolkit": "^0.11.0-alpha.0",
15+
"@graphiql/react": "^1.0.0-alpha.5",
1616
"graphiql": "^4.0.0-alpha.5",
1717
"graphql": "^16.9.0",
1818
"graphql-ws": "^5.5.5",

examples/monaco-graphql-nextjs/package.json

+1-1
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-alpha.0",
1313
"graphql": "^16.9.0",
1414
"graphql-ws": "^5.5.5",
1515
"jsonc-parser": "^3.2.0",

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

+1-1
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-alpha.0",
77
"graphql": "^16.9.0",
88
"graphql-language-service": "^5.3.0",
99
"jsonc-parser": "^3.2.0",

packages/graphiql-react/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @graphiql/react
22

3+
## 1.0.0-alpha.5
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 [[`2ad4e75`](https://github.com/graphql/graphiql/commit/2ad4e7505385fefd252b9aa8ea2233cbaeca7f6a)]:
10+
- @graphiql/toolkit@0.11.0-alpha.0
11+
312
## 1.0.0-alpha.4
413

514
### Minor Changes

packages/graphiql-react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphiql/react",
3-
"version": "1.0.0-alpha.4",
3+
"version": "1.0.0-alpha.5",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/graphql/graphiql",
@@ -46,7 +46,7 @@
4646
"react-dom": "^16.8.0 || ^17 || ^18"
4747
},
4848
"dependencies": {
49-
"@graphiql/toolkit": "^0.10.0",
49+
"@graphiql/toolkit": "^0.11.0-alpha.0",
5050
"@headlessui/react": "^1.7.15",
5151
"@radix-ui/react-dialog": "^1.0.4",
5252
"@radix-ui/react-dropdown-menu": "^2.0.5",

packages/graphiql-toolkit/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @graphiql/toolkit
22

3+
## 0.11.0-alpha.0
4+
5+
### Minor Changes
6+
7+
- [#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`
8+
39
## 0.10.0
410

511
### Minor Changes

packages/graphiql-toolkit/package.json

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

packages/graphiql/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@
4141
"e2e-server": "start-server-and-test 'cross-env PORT=8080 node test/e2e-server' 'http-get://localhost:8080/graphql?query={test { id }}'"
4242
},
4343
"dependencies": {
44-
"@graphiql/react": "^1.0.0-alpha.4"
44+
"@graphiql/react": "^1.0.0-alpha.5"
4545
},
4646
"peerDependencies": {
4747
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0-alpha.2",
4848
"react": "^16.8.0 || ^17 || ^18",
4949
"react-dom": "^16.8.0 || ^17 || ^18"
5050
},
5151
"devDependencies": {
52-
"@graphiql/toolkit": "^0.10.0",
52+
"@graphiql/toolkit": "^0.11.0-alpha.0",
5353
"@testing-library/jest-dom": "5.16.5",
5454
"@testing-library/react": "14.0.0",
5555
"@types/testing-library__jest-dom": "5.14.5",

0 commit comments

Comments
 (0)