Skip to content

Commit 9d28035

Browse files
Version Packages (alpha) (#3723)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 79f3abf commit 9d28035

File tree

6 files changed

+25
-6
lines changed

6 files changed

+25
-6
lines changed

.changeset/pre.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,12 @@
3333
"orange-rivers-draw",
3434
"pink-moose-shake",
3535
"poor-ghosts-jump",
36+
"red-papayas-fly",
3637
"rich-jobs-kick",
3738
"spotty-bulldogs-confess",
3839
"thick-adults-leave",
3940
"thirty-spoons-call",
40-
"weak-dancers-jog"
41+
"weak-dancers-jog",
42+
"wicked-seas-laugh"
4143
]
4244
}

examples/graphiql-webpack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"@graphiql/plugin-code-exporter": "^4.0.0-alpha.0",
1313
"@graphiql/plugin-explorer": "^4.0.0-alpha.0",
1414
"@graphiql/toolkit": "^0.10.0",
15-
"@graphiql/react": "^1.0.0-alpha.1",
16-
"graphiql": "^4.0.0-alpha.2",
15+
"@graphiql/react": "^1.0.0-alpha.2",
16+
"graphiql": "^4.0.0-alpha.3",
1717
"graphql": "^16.9.0",
1818
"graphql-ws": "^5.5.5",
1919
"react": "^18.2.0",

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+
## 1.0.0-alpha.2
4+
5+
### Patch Changes
6+
7+
- [#3720](https://github.com/graphql/graphiql/pull/3720) [`79f3abf`](https://github.com/graphql/graphiql/commit/79f3abf9b697c448442e32eb5a21b7ff720bc242) Thanks [@dimaMachina](https://github.com/dimaMachina)! - replace `overflow-y: scroll` with `overflow-y: auto`
8+
39
## 1.0.0-alpha.1
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": "1.0.0-alpha.1",
3+
"version": "1.0.0-alpha.2",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/graphql/graphiql",

packages/graphiql/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## 4.0.0-alpha.3
4+
5+
### Patch Changes
6+
7+
- [#3720](https://github.com/graphql/graphiql/pull/3720) [`79f3abf`](https://github.com/graphql/graphiql/commit/79f3abf9b697c448442e32eb5a21b7ff720bc242) Thanks [@dimaMachina](https://github.com/dimaMachina)! - replace `overflow-y: scroll` with `overflow-y: auto`
8+
9+
- [#3720](https://github.com/graphql/graphiql/pull/3720) [`79f3abf`](https://github.com/graphql/graphiql/commit/79f3abf9b697c448442e32eb5a21b7ff720bc242) Thanks [@dimaMachina](https://github.com/dimaMachina)! - replace `Tooltip`s in tabs with html `title="..."` attribute
10+
11+
- Updated dependencies [[`79f3abf`](https://github.com/graphql/graphiql/commit/79f3abf9b697c448442e32eb5a21b7ff720bc242)]:
12+
- @graphiql/react@1.0.0-alpha.2
13+
314
## 4.0.0-alpha.2
415

516
### Patch Changes

packages/graphiql/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphiql",
3-
"version": "4.0.0-alpha.2",
3+
"version": "4.0.0-alpha.3",
44
"description": "An graphical interactive in-browser GraphQL IDE.",
55
"contributors": [
66
"Hyohyeon Jeong <[email protected]>",
@@ -41,7 +41,7 @@
4141
"e2e-server": "start-server-and-test 'cross-env PORT=8080 node test/e2e-server' 'http-get://localhost:8080/graphql?query={test { id }}'"
4242
},
4343
"dependencies": {
44-
"@graphiql/react": "^1.0.0-alpha.1"
44+
"@graphiql/react": "^1.0.0-alpha.2"
4545
},
4646
"peerDependencies": {
4747
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0-alpha.2",

0 commit comments

Comments
 (0)