Skip to content

Commit dfb302a

Browse files
Version Packages (alpha) (#3739)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent eaa415c commit dfb302a

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"gentle-bugs-mix",
3030
"good-vans-refuse",
3131
"green-pugs-worry",
32+
"healthy-onions-bake",
3233
"hungry-spiders-cheat",
3334
"metal-glasses-bow",
3435
"old-zebras-knock",

examples/graphiql-webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@graphiql/plugin-code-exporter": "^4.0.0-alpha.0",
13-
"@graphiql/plugin-explorer": "^4.0.0-alpha.0",
13+
"@graphiql/plugin-explorer": "^4.0.0-alpha.1",
1414
"@graphiql/toolkit": "^0.10.0",
1515
"@graphiql/react": "^1.0.0-alpha.4",
1616
"graphiql": "^4.0.0-alpha.5",

packages/graphiql-plugin-explorer/CHANGELOG.md

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

3+
## 4.0.0-alpha.1
4+
5+
### Patch Changes
6+
7+
- [#3738](https://github.com/graphql/graphiql/pull/3738) [`eaa415c`](https://github.com/graphql/graphiql/commit/eaa415cce5c3baecea76068c02953884eec5ba2e) Thanks [@dimaMachina](https://github.com/dimaMachina)! - improve explorer styles
8+
39
## 4.0.0-alpha.0
410

511
### Major Changes

packages/graphiql-plugin-explorer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphiql/plugin-explorer",
3-
"version": "4.0.0-alpha.0",
3+
"version": "4.0.0-alpha.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/graphql/graphiql",

0 commit comments

Comments
 (0)