From 7e6e45d7bd0a83b2f0482d907cc037f648d00d26 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 19 Aug 2024 16:23:30 +0000 Subject: [PATCH] Version Packages (alpha) --- .changeset/pre.json | 1 + examples/graphiql-webpack/package.json | 2 +- packages/graphiql-plugin-explorer/CHANGELOG.md | 6 ++++++ packages/graphiql-plugin-explorer/package.json | 2 +- 4 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index c75e90da25..350985d8c6 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -29,6 +29,7 @@ "gentle-bugs-mix", "good-vans-refuse", "green-pugs-worry", + "healthy-onions-bake", "hungry-spiders-cheat", "metal-glasses-bow", "old-zebras-knock", diff --git a/examples/graphiql-webpack/package.json b/examples/graphiql-webpack/package.json index e48d8a8076..249615b221 100644 --- a/examples/graphiql-webpack/package.json +++ b/examples/graphiql-webpack/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@graphiql/plugin-code-exporter": "^4.0.0-alpha.0", - "@graphiql/plugin-explorer": "^4.0.0-alpha.0", + "@graphiql/plugin-explorer": "^4.0.0-alpha.1", "@graphiql/toolkit": "^0.10.0", "@graphiql/react": "^1.0.0-alpha.4", "graphiql": "^4.0.0-alpha.5", diff --git a/packages/graphiql-plugin-explorer/CHANGELOG.md b/packages/graphiql-plugin-explorer/CHANGELOG.md index 948aa056a6..3d1eb6c2a1 100644 --- a/packages/graphiql-plugin-explorer/CHANGELOG.md +++ b/packages/graphiql-plugin-explorer/CHANGELOG.md @@ -1,5 +1,11 @@ # @graphiql/plugin-explorer +## 4.0.0-alpha.1 + +### Patch Changes + +- [#3738](https://github.com/graphql/graphiql/pull/3738) [`eaa415c`](https://github.com/graphql/graphiql/commit/eaa415cce5c3baecea76068c02953884eec5ba2e) Thanks [@dimaMachina](https://github.com/dimaMachina)! - improve explorer styles + ## 4.0.0-alpha.0 ### Major Changes diff --git a/packages/graphiql-plugin-explorer/package.json b/packages/graphiql-plugin-explorer/package.json index 921d86bf32..3d5e853b0b 100644 --- a/packages/graphiql-plugin-explorer/package.json +++ b/packages/graphiql-plugin-explorer/package.json @@ -1,6 +1,6 @@ { "name": "@graphiql/plugin-explorer", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.1", "repository": { "type": "git", "url": "https://github.com/graphql/graphiql",