Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@
"hungry-spiders-cheat",
"metal-glasses-bow",
"orange-rivers-draw",
"pink-moose-shake",
"poor-ghosts-jump",
"rich-jobs-kick",
"spotty-bulldogs-confess",
"thick-adults-leave",
"thirty-spoons-call",
"weak-dancers-jog"
]
Expand Down
4 changes: 2 additions & 2 deletions examples/graphiql-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"@graphiql/plugin-code-exporter": "^4.0.0-alpha.0",
"@graphiql/plugin-explorer": "^4.0.0-alpha.0",
"@graphiql/toolkit": "^0.9.2",
"@graphiql/react": "^1.0.0-alpha.0",
"graphiql": "^4.0.0-alpha.1",
"@graphiql/react": "^1.0.0-alpha.1",
"graphiql": "^4.0.0-alpha.2",
"graphql": "^16.9.0",
"graphql-ws": "^5.5.5",
"react": "^18.2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/graphiql-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphiql/react

## 1.0.0-alpha.1

### Minor Changes

- [#3717](https://github.com/graphql/graphiql/pull/3717) [`bf0c4e7`](https://github.com/graphql/graphiql/commit/bf0c4e7236f4a68448063aa0c6a4ed439e869a9f) Thanks [@dimaMachina](https://github.com/dimaMachina)! - remove `createComponentGroup` utility in favour `Object.assign`

## 1.0.0-alpha.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphiql-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphiql/react",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"repository": {
"type": "git",
"url": "https://github.com/graphql/graphiql",
Expand Down
9 changes: 9 additions & 0 deletions packages/graphiql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 4.0.0-alpha.2

### Patch Changes

- [#3716](https://github.com/graphql/graphiql/pull/3716) [`cc2808f`](https://github.com/graphql/graphiql/commit/cc2808f9b0d9ac0f98603299ec67e2a659cbfcd7) Thanks [@dimaMachina](https://github.com/dimaMachina)! - use `position: absolute` for `.graphiql-logo` class

- Updated dependencies [[`bf0c4e7`](https://github.com/graphql/graphiql/commit/bf0c4e7236f4a68448063aa0c6a4ed439e869a9f)]:
- @graphiql/react@1.0.0-alpha.1

## 4.0.0-alpha.1

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphiql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphiql",
"version": "4.0.0-alpha.1",
"version": "4.0.0-alpha.2",
"description": "An graphical interactive in-browser GraphQL IDE.",
"contributors": [
"Hyohyeon Jeong <asiandrummer@fb.com>",
Expand Down Expand Up @@ -41,7 +41,7 @@
"e2e-server": "start-server-and-test 'cross-env PORT=8080 node test/e2e-server' 'http-get://localhost:8080/graphql?query={test { id }}'"
},
"dependencies": {
"@graphiql/react": "^1.0.0-alpha.0"
"@graphiql/react": "^1.0.0-alpha.1"
},
"peerDependencies": {
"graphql": "^15.5.0 || ^16.0.0",
Expand Down