Skip to content

Commit fd0e25f

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

File tree

6 files changed

+34
-5
lines changed

6 files changed

+34
-5
lines changed

.changeset/pre.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,16 @@
3030
"green-pugs-worry",
3131
"hungry-spiders-cheat",
3232
"metal-glasses-bow",
33+
"old-zebras-knock",
34+
"olive-mice-hide",
3335
"orange-rivers-draw",
3436
"pink-moose-shake",
3537
"poor-ghosts-jump",
3638
"red-papayas-fly",
3739
"rich-jobs-kick",
40+
"serious-forks-sip",
3841
"spotty-bulldogs-confess",
42+
"strong-ears-bake",
3943
"thick-adults-leave",
4044
"thirty-spoons-call",
4145
"weak-dancers-jog",

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.2",
16-
"graphiql": "^4.0.0-alpha.3",
15+
"@graphiql/react": "^1.0.0-alpha.3",
16+
"graphiql": "^4.0.0-alpha.4",
1717
"graphql": "^16.9.0",
1818
"graphql-ws": "^5.5.5",
1919
"react": "^18.2.0",

packages/graphiql-react/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @graphiql/react
22

3+
## 1.0.0-alpha.3
4+
5+
### Patch Changes
6+
7+
- [#3414](https://github.com/graphql/graphiql/pull/3414) [`f8b719f`](https://github.com/graphql/graphiql/commit/f8b719f215a79038d1b2a54ddfef461fd849a912) Thanks [@leonardehrenfried](https://github.com/leonardehrenfried)! - Respect Markdown format: ignore single newline
8+
9+
- [#3730](https://github.com/graphql/graphiql/pull/3730) [`360a038`](https://github.com/graphql/graphiql/commit/360a0385d4ef0105beb8e76044a78f5cd43c9448) Thanks [@dimaMachina](https://github.com/dimaMachina)! - rollback `position: absolute` style for `.graphiql-logo` because tabs will behind logo
10+
311
## 1.0.0-alpha.2
412

513
### Patch 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.2",
3+
"version": "1.0.0-alpha.3",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/graphql/graphiql",

packages/graphiql/CHANGELOG.md

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

3+
## 4.0.0-alpha.4
4+
5+
### Minor Changes
6+
7+
- [#3728](https://github.com/graphql/graphiql/pull/3728) [`a1a5208`](https://github.com/graphql/graphiql/commit/a1a5208aeebe4ff622e83cd355f8b4e9b7fa011c) Thanks [@dimaMachina](https://github.com/dimaMachina)! - remove `.graphiql-session` class
8+
9+
### Patch Changes
10+
11+
- [#3414](https://github.com/graphql/graphiql/pull/3414) [`f8b719f`](https://github.com/graphql/graphiql/commit/f8b719f215a79038d1b2a54ddfef461fd849a912) Thanks [@leonardehrenfried](https://github.com/leonardehrenfried)! - Respect Markdown format: ignore single newline
12+
13+
- [#3730](https://github.com/graphql/graphiql/pull/3730) [`360a038`](https://github.com/graphql/graphiql/commit/360a0385d4ef0105beb8e76044a78f5cd43c9448) Thanks [@dimaMachina](https://github.com/dimaMachina)! - rollback `position: absolute` style for `.graphiql-logo` because tabs will behind logo
14+
15+
- [#3726](https://github.com/graphql/graphiql/pull/3726) [`196e9a0`](https://github.com/graphql/graphiql/commit/196e9a081ffc0df16a5537c8ec0fb622fc3ba0b0) Thanks [@dimaMachina](https://github.com/dimaMachina)! - use `right: var(--px-16)` instead of `right: 0` for `.graphiql-logo`
16+
17+
- Updated dependencies [[`f8b719f`](https://github.com/graphql/graphiql/commit/f8b719f215a79038d1b2a54ddfef461fd849a912), [`360a038`](https://github.com/graphql/graphiql/commit/360a0385d4ef0105beb8e76044a78f5cd43c9448)]:
18+
- @graphiql/react@1.0.0-alpha.3
19+
320
## 4.0.0-alpha.3
421

522
### 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.3",
3+
"version": "4.0.0-alpha.4",
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.2"
44+
"@graphiql/react": "^1.0.0-alpha.3"
4545
},
4646
"peerDependencies": {
4747
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0-alpha.2",

0 commit comments

Comments
 (0)