Skip to content

Commit 19add23

Browse files
github-actions[bot]acao
authored andcommitted
Version Packages
1 parent 8ebedc9 commit 19add23

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/nice-cheetahs-deny.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": "^0.3.2",
1313
"@graphiql/plugin-explorer": "^0.3.2",
1414
"@graphiql/toolkit": "^0.9.0",
15-
"graphiql": "^3.0.2",
15+
"graphiql": "^3.0.3",
1616
"graphql": "^16.4.0",
1717
"graphql-ws": "^5.5.5",
1818
"react": "^18.2.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+
## 3.0.3
4+
5+
### Patch Changes
6+
7+
- [#3359](https://github.com/graphql/graphiql/pull/3359) [`8ebedc9a`](https://github.com/graphql/graphiql/commit/8ebedc9a518581f3dcbaa440bcd829d4546c76db) Thanks [@acao](https://github.com/acao)! - export createLocalStorage in UMD bundle
8+
39
## 3.0.2
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": "3.0.2",
3+
"version": "3.0.3",
44
"description": "An graphical interactive in-browser GraphQL IDE.",
55
"contributors": [
66
"Hyohyeon Jeong <[email protected]>",

0 commit comments

Comments
 (0)