Skip to content

Commit d350f40

Browse files
Version Packages (alpha)
1 parent f042025 commit d350f40

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

.changeset/pre.json

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
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",

examples/graphiql-webpack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@graphiql/plugin-code-exporter": "^4.0.0-alpha.1",
1313
"@graphiql/plugin-explorer": "^4.0.0-alpha.2",
1414
"@graphiql/toolkit": "^0.10.0",
15-
"@graphiql/react": "^1.0.0-alpha.4",
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",

packages/graphiql-react/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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+
39
## 1.0.0-alpha.4
410

511
### Minor Changes

packages/graphiql-react/package.json

+1-1
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",

0 commit comments

Comments
 (0)