Skip to content

Commit c6cc4d3

Browse files
Version Packages (alpha)
1 parent 27bbc51 commit c6cc4d3

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
@@ -23,6 +23,7 @@
2323
},
2424
"changesets": [
2525
"breezy-chicken-crash",
26+
"few-steaks-clap",
2627
"flat-lies-heal",
2728
"gentle-bugs-mix",
2829
"good-vans-refuse",

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.0-alpha.0",
1414
"@graphiql/toolkit": "^0.9.2",
1515
"@graphiql/react": "^1.0.0-alpha.0",
16-
"graphiql": "^4.0.0-alpha.0",
16+
"graphiql": "^4.0.0-alpha.1",
1717
"graphql": "^16.9.0",
1818
"graphql-ws": "^5.5.5",
1919
"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+
## 4.0.0-alpha.1
4+
5+
### Major Changes
6+
7+
- [#3713](https://github.com/graphql/graphiql/pull/3713) [`27bbc51`](https://github.com/graphql/graphiql/commit/27bbc51a69504ffa9c6efbb17f112668f38fe52d) Thanks [@dimaMachina](https://github.com/dimaMachina)! - show tabs even there is only 1 tab
8+
39
## 4.0.0-alpha.0
410

511
### Major 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.0.0-alpha.0",
3+
"version": "4.0.0-alpha.1",
44
"description": "An graphical interactive in-browser GraphQL IDE.",
55
"contributors": [
66
"Hyohyeon Jeong <[email protected]>",

0 commit comments

Comments
 (0)