Skip to content

Commit 29521e7

Browse files
Version Packages (#3930)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 96dcbdf commit 29521e7

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/lazy-terms-hang.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
@@ -12,7 +12,7 @@
1212
"@graphiql/plugin-code-exporter": "^4.0.2",
1313
"@graphiql/plugin-explorer": "^4.0.2",
1414
"@graphiql/toolkit": "^0.11.2",
15-
"@graphiql/react": "^0.32.0",
15+
"@graphiql/react": "^0.32.1",
1616
"graphiql": "^4.0.2",
1717
"graphql": "^16.9.0",
1818
"graphql-ws": "^5.5.5",

packages/graphiql-react/CHANGELOG.md

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

3+
## 0.32.1
4+
5+
### Patch Changes
6+
7+
- [#3929](https://github.com/graphql/graphiql/pull/3929) [`96dcbdf`](https://github.com/graphql/graphiql/commit/96dcbdfae25a10de668cdcb6826fd0cb857a361b) Thanks [@dimaMachina](https://github.com/dimaMachina)! - fix: `ReferenceError: window is not defined` when using with SSR
8+
39
## 0.32.0
410

511
### Minor Changes

packages/graphiql-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphiql/react",
3-
"version": "0.32.0",
3+
"version": "0.32.1",
44
"sideEffects": false,
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)