From 51df600fa328ee6ca931a5f5608230a184f58914 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 13 Aug 2024 21:29:55 +0000 Subject: [PATCH] Version Packages (alpha) --- .changeset/pre.json | 2 ++ examples/graphiql-webpack/package.json | 4 ++-- packages/graphiql-react/CHANGELOG.md | 6 ++++++ packages/graphiql-react/package.json | 2 +- packages/graphiql/CHANGELOG.md | 9 +++++++++ packages/graphiql/package.json | 4 ++-- 6 files changed, 22 insertions(+), 5 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 3994793919..62a9e0b580 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -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" ] diff --git a/examples/graphiql-webpack/package.json b/examples/graphiql-webpack/package.json index 60be22a4b2..57cb742cfe 100644 --- a/examples/graphiql-webpack/package.json +++ b/examples/graphiql-webpack/package.json @@ -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", diff --git a/packages/graphiql-react/CHANGELOG.md b/packages/graphiql-react/CHANGELOG.md index d03c868663..344d87a540 100644 --- a/packages/graphiql-react/CHANGELOG.md +++ b/packages/graphiql-react/CHANGELOG.md @@ -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 diff --git a/packages/graphiql-react/package.json b/packages/graphiql-react/package.json index 33a6c07e16..e1117217b9 100644 --- a/packages/graphiql-react/package.json +++ b/packages/graphiql-react/package.json @@ -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", diff --git a/packages/graphiql/CHANGELOG.md b/packages/graphiql/CHANGELOG.md index 24689761f0..f6e426e958 100644 --- a/packages/graphiql/CHANGELOG.md +++ b/packages/graphiql/CHANGELOG.md @@ -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 diff --git a/packages/graphiql/package.json b/packages/graphiql/package.json index c8e1a469e0..ca032b0fb6 100644 --- a/packages/graphiql/package.json +++ b/packages/graphiql/package.json @@ -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 ", @@ -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",