From 69c8c265dce59a0aa45396c00c678891c5455eb9 Mon Sep 17 00:00:00 2001 From: Rikki Schulte Date: Mon, 17 Jun 2024 16:43:28 +0200 Subject: [PATCH] Version Packages (#3623) Co-authored-by: github-actions[bot] --- .changeset/famous-shirts-mate.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/famous-shirts-mate.md diff --git a/.changeset/famous-shirts-mate.md b/.changeset/famous-shirts-mate.md deleted file mode 100644 index 72bf718cdd4..00000000000 --- a/.changeset/famous-shirts-mate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'graphiql': minor ---- - -Add a new prop to GraphiQL component: `forcedTheme` to force the theme and hide the theme switcher. diff --git a/examples/graphiql-webpack/package.json b/examples/graphiql-webpack/package.json index ae50adf54c4..1019817ca21 100644 --- a/examples/graphiql-webpack/package.json +++ b/examples/graphiql-webpack/package.json @@ -13,7 +13,7 @@ "@graphiql/plugin-explorer": "^3.0.2", "@graphiql/toolkit": "^0.9.1", "@graphiql/react": "^0.22.2", - "graphiql": "^3.2.3", + "graphiql": "^3.3.0", "graphql": "^16.8.1", "graphql-ws": "^5.5.5", "react": "^18.2.0", diff --git a/packages/graphiql/CHANGELOG.md b/packages/graphiql/CHANGELOG.md index 1b252105180..f243774186f 100644 --- a/packages/graphiql/CHANGELOG.md +++ b/packages/graphiql/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 3.3.0 + +### Minor Changes + +- [#3407](https://github.com/graphql/graphiql/pull/3407) [`115c1c02`](https://github.com/graphql/graphiql/commit/115c1c0281b3bcba6d2ae13f0df51e2cb1d0c24c) Thanks [@TuvalSimha](https://github.com/TuvalSimha)! - Add a new prop to GraphiQL component: `forcedTheme` to force the theme and hide the theme switcher. + ## 3.2.3 ### Patch Changes diff --git a/packages/graphiql/package.json b/packages/graphiql/package.json index 75af4899c98..566ebd71b6f 100644 --- a/packages/graphiql/package.json +++ b/packages/graphiql/package.json @@ -1,6 +1,6 @@ { "name": "graphiql", - "version": "3.2.3", + "version": "3.3.0", "description": "An graphical interactive in-browser GraphQL IDE.", "contributors": [ "Hyohyeon Jeong ",