From 1d598a9439a0cb265a72b830e68aac71e79337f1 Mon Sep 17 00:00:00 2001 From: Rikki Schulte Date: Tue, 17 Dec 2024 09:41:53 -0500 Subject: [PATCH] Version Packages (#3841) Co-authored-by: github-actions[bot] --- .changeset/late-moose-visit.md | 5 ----- examples/graphiql-webpack/package.json | 2 +- packages/graphiql/CHANGELOG.md | 6 ++++++ packages/graphiql/package.json | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/late-moose-visit.md diff --git a/.changeset/late-moose-visit.md b/.changeset/late-moose-visit.md deleted file mode 100644 index 01b78bc00d5..00000000000 --- a/.changeset/late-moose-visit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'graphiql': patch ---- - -update `@graphiql/react` dependency range to `^0.28.1` diff --git a/examples/graphiql-webpack/package.json b/examples/graphiql-webpack/package.json index e73a24b7ef2..ccd331f95fb 100644 --- a/examples/graphiql-webpack/package.json +++ b/examples/graphiql-webpack/package.json @@ -13,7 +13,7 @@ "@graphiql/plugin-explorer": "^3.2.5", "@graphiql/toolkit": "^0.11.1", "@graphiql/react": "^0.28.1", - "graphiql": "^3.8.1", + "graphiql": "^3.8.2", "graphql": "^16.9.0", "graphql-ws": "^5.5.5", "react": "^18.2.0", diff --git a/packages/graphiql/CHANGELOG.md b/packages/graphiql/CHANGELOG.md index 3fcbc618464..d9e48997ceb 100644 --- a/packages/graphiql/CHANGELOG.md +++ b/packages/graphiql/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 3.8.2 + +### Patch Changes + +- [#3840](https://github.com/graphql/graphiql/pull/3840) [`b529a6c`](https://github.com/graphql/graphiql/commit/b529a6c59b760f8bc54df0cd691b0704d94c022b) Thanks [@dimaMachina](https://github.com/dimaMachina)! - update `@graphiql/react` dependency range to `^0.28.1` + ## 3.8.1 ### Patch Changes diff --git a/packages/graphiql/package.json b/packages/graphiql/package.json index a38ec924a49..2b016b369bb 100644 --- a/packages/graphiql/package.json +++ b/packages/graphiql/package.json @@ -1,6 +1,6 @@ { "name": "graphiql", - "version": "3.8.1", + "version": "3.8.2", "description": "An graphical interactive in-browser GraphQL IDE.", "contributors": [ "Hyohyeon Jeong ",