Skip to content

Commit 5d39f3b

Browse files
Version Packages (#3994)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 70d2216 commit 5d39f3b

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/stale-rice-camp.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
@@ -13,7 +13,7 @@
1313
"@graphiql/plugin-explorer": "^4.0.6",
1414
"@graphiql/react": "^0.34.1",
1515
"@graphiql/toolkit": "^0.11.3",
16-
"graphiql": "^4.1.1",
16+
"graphiql": "^4.1.2",
1717
"graphql": "^16.9.0",
1818
"graphql-ws": "^5.5.5",
1919
"react": "^19.1.0",

packages/graphiql/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 4.1.2
4+
5+
### Patch Changes
6+
7+
- [#3993](https://github.com/graphql/graphiql/pull/3993) [`70d2216`](https://github.com/graphql/graphiql/commit/70d22164d67b925f3342800161a2b568997bd689) Thanks [@dimaMachina](https://github.com/dimaMachina)! - fix `TypeError: Cannot read properties of null (reading 'get')` and update graphiql webpack example to show how to use `useStorage` hook with `GraphiQL` component
8+
39
## 4.1.1
410

511
### Patch Changes

packages/graphiql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphiql",
3-
"version": "4.1.1",
3+
"version": "4.1.2",
44
"sideEffects": false,
55
"description": "An graphical interactive in-browser GraphQL IDE.",
66
"contributors": [

0 commit comments

Comments
 (0)