From 1acb442a3ed4c0f0bcbc2c8d0a2a26ce4a87c470 Mon Sep 17 00:00:00 2001 From: Rikki Schulte Date: Mon, 1 Jul 2024 12:01:31 +0200 Subject: [PATCH] Version Packages (#3635) Co-authored-by: github-actions[bot] --- .changeset/cuddly-plants-report.md | 5 ----- .changeset/fair-cups-cry.md | 7 ------- examples/graphiql-webpack/package.json | 8 ++++---- packages/graphiql-plugin-code-exporter/CHANGELOG.md | 9 +++++++++ packages/graphiql-plugin-code-exporter/package.json | 6 +++--- packages/graphiql-plugin-explorer/CHANGELOG.md | 11 +++++++++++ packages/graphiql-plugin-explorer/package.json | 6 +++--- packages/graphiql-react/CHANGELOG.md | 6 ++++++ packages/graphiql-react/package.json | 2 +- packages/graphiql/CHANGELOG.md | 9 +++++++++ packages/graphiql/package.json | 4 ++-- 11 files changed, 48 insertions(+), 25 deletions(-) delete mode 100644 .changeset/cuddly-plants-report.md delete mode 100644 .changeset/fair-cups-cry.md diff --git a/.changeset/cuddly-plants-report.md b/.changeset/cuddly-plants-report.md deleted file mode 100644 index 0f44c6f0f91..00000000000 --- a/.changeset/cuddly-plants-report.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphiql/plugin-explorer': minor ---- - -adjust `@graphiql/plugin-explorer` styles diff --git a/.changeset/fair-cups-cry.md b/.changeset/fair-cups-cry.md deleted file mode 100644 index b78d9034905..00000000000 --- a/.changeset/fair-cups-cry.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'graphiql': patch -'@graphiql/plugin-code-exporter': patch -'@graphiql/react': patch ---- - -when alpha is `1`, use `hsl` instead of `hsla` diff --git a/examples/graphiql-webpack/package.json b/examples/graphiql-webpack/package.json index 83277a9af33..7c7fa22f1fb 100644 --- a/examples/graphiql-webpack/package.json +++ b/examples/graphiql-webpack/package.json @@ -9,11 +9,11 @@ "start": "NODE_ENV=development webpack-cli serve" }, "dependencies": { - "@graphiql/plugin-code-exporter": "^3.0.3", - "@graphiql/plugin-explorer": "^3.0.3", + "@graphiql/plugin-code-exporter": "^3.0.4", + "@graphiql/plugin-explorer": "^3.1.0", "@graphiql/toolkit": "^0.9.1", - "@graphiql/react": "^0.22.3", - "graphiql": "^3.3.1", + "@graphiql/react": "^0.22.4", + "graphiql": "^3.3.2", "graphql": "^16.8.1", "graphql-ws": "^5.5.5", "react": "^18.2.0", diff --git a/packages/graphiql-plugin-code-exporter/CHANGELOG.md b/packages/graphiql-plugin-code-exporter/CHANGELOG.md index 70d30de1abc..c82a7b3a90e 100644 --- a/packages/graphiql-plugin-code-exporter/CHANGELOG.md +++ b/packages/graphiql-plugin-code-exporter/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphiql/plugin-code-exporter +## 3.0.4 + +### Patch Changes + +- [#3634](https://github.com/graphql/graphiql/pull/3634) [`adf0ba01`](https://github.com/graphql/graphiql/commit/adf0ba019902dcac2e49ccee69b79a6665c4766d) Thanks [@dimaMachina](https://github.com/dimaMachina)! - when alpha is `1`, use `hsl` instead of `hsla` + +- Updated dependencies [[`adf0ba01`](https://github.com/graphql/graphiql/commit/adf0ba019902dcac2e49ccee69b79a6665c4766d)]: + - @graphiql/react@0.22.4 + ## 3.0.3 ### Patch Changes diff --git a/packages/graphiql-plugin-code-exporter/package.json b/packages/graphiql-plugin-code-exporter/package.json index 638230dfa9a..b8d14aedfb3 100644 --- a/packages/graphiql-plugin-code-exporter/package.json +++ b/packages/graphiql-plugin-code-exporter/package.json @@ -1,6 +1,6 @@ { "name": "@graphiql/plugin-code-exporter", - "version": "3.0.3", + "version": "3.0.4", "repository": { "type": "git", "url": "https://github.com/graphql/graphiql", @@ -33,13 +33,13 @@ "graphiql-code-exporter": "^3.0.3" }, "peerDependencies": { - "@graphiql/react": "^0.22.3", + "@graphiql/react": "^0.22.4", "graphql": "^15.5.0 || ^16.0.0", "react": "^16.8.0 || ^17 || ^18", "react-dom": "^16.8.0 || ^17 || ^18" }, "devDependencies": { - "@graphiql/react": "^0.22.3", + "@graphiql/react": "^0.22.4", "@vitejs/plugin-react": "^4.0.1", "graphql": "^16.8.1", "postcss-nesting": "^10.1.7", diff --git a/packages/graphiql-plugin-explorer/CHANGELOG.md b/packages/graphiql-plugin-explorer/CHANGELOG.md index da52836204a..4ba4b13d777 100644 --- a/packages/graphiql-plugin-explorer/CHANGELOG.md +++ b/packages/graphiql-plugin-explorer/CHANGELOG.md @@ -1,5 +1,16 @@ # @graphiql/plugin-explorer +## 3.1.0 + +### Minor Changes + +- [#3633](https://github.com/graphql/graphiql/pull/3633) [`8849a15b`](https://github.com/graphql/graphiql/commit/8849a15b6e80fe1b34e8250e74a56b85ccdb6ac6) Thanks [@dimaMachina](https://github.com/dimaMachina)! - adjust `@graphiql/plugin-explorer` styles + +### Patch Changes + +- Updated dependencies [[`adf0ba01`](https://github.com/graphql/graphiql/commit/adf0ba019902dcac2e49ccee69b79a6665c4766d)]: + - @graphiql/react@0.22.4 + ## 3.0.3 ### Patch Changes diff --git a/packages/graphiql-plugin-explorer/package.json b/packages/graphiql-plugin-explorer/package.json index fe7c8475cdd..94753463bd7 100644 --- a/packages/graphiql-plugin-explorer/package.json +++ b/packages/graphiql-plugin-explorer/package.json @@ -1,6 +1,6 @@ { "name": "@graphiql/plugin-explorer", - "version": "3.0.3", + "version": "3.1.0", "repository": { "type": "git", "url": "https://github.com/graphql/graphiql", @@ -32,13 +32,13 @@ "graphiql-explorer": "^0.9.0" }, "peerDependencies": { - "@graphiql/react": "^0.22.3", + "@graphiql/react": "^0.22.4", "graphql": "^15.5.0 || ^16.0.0", "react": "^16.8.0 || ^17 || ^18", "react-dom": "^16.8.0 || ^17 || ^18" }, "devDependencies": { - "@graphiql/react": "^0.22.3", + "@graphiql/react": "^0.22.4", "@vitejs/plugin-react": "^4.0.1", "graphql": "^16.8.1", "react": "^18.2.0", diff --git a/packages/graphiql-react/CHANGELOG.md b/packages/graphiql-react/CHANGELOG.md index 28db055021e..63b6185f5a5 100644 --- a/packages/graphiql-react/CHANGELOG.md +++ b/packages/graphiql-react/CHANGELOG.md @@ -1,5 +1,11 @@ # @graphiql/react +## 0.22.4 + +### Patch Changes + +- [#3634](https://github.com/graphql/graphiql/pull/3634) [`adf0ba01`](https://github.com/graphql/graphiql/commit/adf0ba019902dcac2e49ccee69b79a6665c4766d) Thanks [@dimaMachina](https://github.com/dimaMachina)! - when alpha is `1`, use `hsl` instead of `hsla` + ## 0.22.3 ### Patch Changes diff --git a/packages/graphiql-react/package.json b/packages/graphiql-react/package.json index af35f6cb010..bc5e49240d4 100644 --- a/packages/graphiql-react/package.json +++ b/packages/graphiql-react/package.json @@ -1,6 +1,6 @@ { "name": "@graphiql/react", - "version": "0.22.3", + "version": "0.22.4", "repository": { "type": "git", "url": "https://github.com/graphql/graphiql", diff --git a/packages/graphiql/CHANGELOG.md b/packages/graphiql/CHANGELOG.md index 72e7d5abd57..a4d5333c76b 100644 --- a/packages/graphiql/CHANGELOG.md +++ b/packages/graphiql/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 3.3.2 + +### Patch Changes + +- [#3634](https://github.com/graphql/graphiql/pull/3634) [`adf0ba01`](https://github.com/graphql/graphiql/commit/adf0ba019902dcac2e49ccee69b79a6665c4766d) Thanks [@dimaMachina](https://github.com/dimaMachina)! - when alpha is `1`, use `hsl` instead of `hsla` + +- Updated dependencies [[`adf0ba01`](https://github.com/graphql/graphiql/commit/adf0ba019902dcac2e49ccee69b79a6665c4766d)]: + - @graphiql/react@0.22.4 + ## 3.3.1 ### Patch Changes diff --git a/packages/graphiql/package.json b/packages/graphiql/package.json index 32b47abc6da..eae04d5b517 100644 --- a/packages/graphiql/package.json +++ b/packages/graphiql/package.json @@ -1,6 +1,6 @@ { "name": "graphiql", - "version": "3.3.1", + "version": "3.3.2", "description": "An graphical interactive in-browser GraphQL IDE.", "contributors": [ "Hyohyeon Jeong ", @@ -47,7 +47,7 @@ "webpack": "webpack-cli --config resources/webpack.config.js" }, "dependencies": { - "@graphiql/react": "^0.22.3", + "@graphiql/react": "^0.22.4", "@graphiql/toolkit": "^0.9.1", "graphql-language-service": "^5.2.1", "markdown-it": "^14.1.0"