Skip to content

Commit 4496f46

Browse files
Version Packages
1 parent b529a6c commit 4496f46

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/late-moose-visit.md

-5
This file was deleted.

examples/graphiql-webpack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@graphiql/plugin-explorer": "^3.2.5",
1414
"@graphiql/toolkit": "^0.11.1",
1515
"@graphiql/react": "^0.28.1",
16-
"graphiql": "^3.8.1",
16+
"graphiql": "^3.8.2",
1717
"graphql": "^16.9.0",
1818
"graphql-ws": "^5.5.5",
1919
"react": "^18.2.0",

packages/graphiql/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 3.8.2
4+
5+
### Patch Changes
6+
7+
- [#3840](https://github.com/graphql/graphiql/pull/3840) [`b529a6c`](https://github.com/graphql/graphiql/commit/b529a6c59b760f8bc54df0cd691b0704d94c022b) Thanks [@dimaMachina](https://github.com/dimaMachina)! - update `@graphiql/react` dependency range to `^0.28.1`
8+
39
## 3.8.1
410

511
### Patch Changes

packages/graphiql/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphiql",
3-
"version": "3.8.1",
3+
"version": "3.8.2",
44
"description": "An graphical interactive in-browser GraphQL IDE.",
55
"contributors": [
66
"Hyohyeon Jeong <[email protected]>",

0 commit comments

Comments
 (0)