diff --git a/.changeset/brown-tigers-nail.md b/.changeset/brown-tigers-nail.md deleted file mode 100644 index 11760a5b607..00000000000 --- a/.changeset/brown-tigers-nail.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -"@graphiql/react": patch -"graphiql": patch ---- - -fix: set query editor to `defaultQuery` while adding a new tab or GraphiQL's default query - -```graphql -# Welcome to GraphiQL -# -# GraphiQL is an in-browser tool for writing, validating, and -# testing GraphQL queries. - -... -``` - diff --git a/.changeset/orange-cars-glow.md b/.changeset/orange-cars-glow.md deleted file mode 100644 index c829f642a15..00000000000 --- a/.changeset/orange-cars-glow.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@graphiql/react': minor -'graphiql': minor ---- - -add new prop `defaultTheme` to set the default color preference theme diff --git a/examples/graphiql-webpack/package.json b/examples/graphiql-webpack/package.json index 006979e1d99..9c2a9717d08 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.1.1", - "@graphiql/plugin-explorer": "^3.2.1", + "@graphiql/plugin-code-exporter": "^3.1.2", + "@graphiql/plugin-explorer": "^3.2.2", "@graphiql/toolkit": "^0.10.0", - "@graphiql/react": "^0.25.0", - "graphiql": "^3.6.0", + "@graphiql/react": "^0.26.0", + "graphiql": "^3.7.0", "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 e631270f017..527b1220b10 100644 --- a/packages/graphiql-plugin-code-exporter/CHANGELOG.md +++ b/packages/graphiql-plugin-code-exporter/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphiql/plugin-code-exporter +## 3.1.2 + +### Patch Changes + +- Updated dependencies [[`959ed21`](https://github.com/graphql/graphiql/commit/959ed21815682fc439f64d78e23e603a8f313a6f), [`9aef83a`](https://github.com/graphql/graphiql/commit/9aef83a32aeb5f193a3ff0f191c95d09eb0d70b6)]: + - @graphiql/react@0.26.0 + ## 3.1.1 ### Patch Changes diff --git a/packages/graphiql-plugin-code-exporter/package.json b/packages/graphiql-plugin-code-exporter/package.json index 0abe58f9843..aea1325082d 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.1.1", + "version": "3.1.2", "repository": { "type": "git", "url": "https://github.com/graphql/graphiql", @@ -33,13 +33,13 @@ "graphiql-code-exporter": "^3.0.3" }, "peerDependencies": { - "@graphiql/react": "^0.25.0", + "@graphiql/react": "^0.26.0", "graphql": "^15.5.0 || ^16.0.0 || ^17.0.0-alpha.2", "react": "^16.8.0 || ^17 || ^18", "react-dom": "^16.8.0 || ^17 || ^18" }, "devDependencies": { - "@graphiql/react": "^0.25.0", + "@graphiql/react": "^0.26.0", "@vitejs/plugin-react": "^4.3.1", "graphql": "^17.0.0-alpha.7", "postcss-nesting": "^10.1.7", diff --git a/packages/graphiql-plugin-explorer/CHANGELOG.md b/packages/graphiql-plugin-explorer/CHANGELOG.md index 59a4d3b75da..6790abb3588 100644 --- a/packages/graphiql-plugin-explorer/CHANGELOG.md +++ b/packages/graphiql-plugin-explorer/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphiql/plugin-explorer +## 3.2.2 + +### Patch Changes + +- Updated dependencies [[`959ed21`](https://github.com/graphql/graphiql/commit/959ed21815682fc439f64d78e23e603a8f313a6f), [`9aef83a`](https://github.com/graphql/graphiql/commit/9aef83a32aeb5f193a3ff0f191c95d09eb0d70b6)]: + - @graphiql/react@0.26.0 + ## 3.2.1 ### Patch Changes diff --git a/packages/graphiql-plugin-explorer/package.json b/packages/graphiql-plugin-explorer/package.json index 922d44d0343..368f34e6f39 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.2.1", + "version": "3.2.2", "repository": { "type": "git", "url": "https://github.com/graphql/graphiql", @@ -32,13 +32,13 @@ "graphiql-explorer": "^0.9.0" }, "peerDependencies": { - "@graphiql/react": "^0.25.0", + "@graphiql/react": "^0.26.0", "graphql": "^15.5.0 || ^16.0.0 || ^17.0.0-alpha.2", "react": "^16.8.0 || ^17 || ^18", "react-dom": "^16.8.0 || ^17 || ^18" }, "devDependencies": { - "@graphiql/react": "^0.25.0", + "@graphiql/react": "^0.26.0", "@vitejs/plugin-react": "^4.3.1", "graphql": "^17.0.0-alpha.7", "react": "^18.2.0", diff --git a/packages/graphiql-react/CHANGELOG.md b/packages/graphiql-react/CHANGELOG.md index 4761aa32405..e3e7478c3d1 100644 --- a/packages/graphiql-react/CHANGELOG.md +++ b/packages/graphiql-react/CHANGELOG.md @@ -1,5 +1,24 @@ # @graphiql/react +## 0.26.0 + +### Minor Changes + +- [#3619](https://github.com/graphql/graphiql/pull/3619) [`9aef83a`](https://github.com/graphql/graphiql/commit/9aef83a32aeb5f193a3ff0f191c95d09eb0d70b6) Thanks [@Yahkob](https://github.com/Yahkob)! - add new prop `defaultTheme` to set the default color preference theme + +### Patch Changes + +- [#3441](https://github.com/graphql/graphiql/pull/3441) [`959ed21`](https://github.com/graphql/graphiql/commit/959ed21815682fc439f64d78e23e603a8f313a6f) Thanks [@cimdalli](https://github.com/cimdalli)! - fix: set query editor to `defaultQuery` while adding a new tab or GraphiQL's default query + + ```graphql + # Welcome to GraphiQL + # + # GraphiQL is an in-browser tool for writing, validating, and + # testing GraphQL queries. + + ... + ``` + ## 0.25.0 ### Minor Changes diff --git a/packages/graphiql-react/package.json b/packages/graphiql-react/package.json index 5ad4251dd5e..60a056e3fc8 100644 --- a/packages/graphiql-react/package.json +++ b/packages/graphiql-react/package.json @@ -1,6 +1,6 @@ { "name": "@graphiql/react", - "version": "0.25.0", + "version": "0.26.0", "repository": { "type": "git", "url": "https://github.com/graphql/graphiql", diff --git a/packages/graphiql/CHANGELOG.md b/packages/graphiql/CHANGELOG.md index a02632b90b7..8abd3ab32b3 100644 --- a/packages/graphiql/CHANGELOG.md +++ b/packages/graphiql/CHANGELOG.md @@ -1,5 +1,27 @@ # Change Log +## 3.7.0 + +### Minor Changes + +- [#3619](https://github.com/graphql/graphiql/pull/3619) [`9aef83a`](https://github.com/graphql/graphiql/commit/9aef83a32aeb5f193a3ff0f191c95d09eb0d70b6) Thanks [@Yahkob](https://github.com/Yahkob)! - add new prop `defaultTheme` to set the default color preference theme + +### Patch Changes + +- [#3441](https://github.com/graphql/graphiql/pull/3441) [`959ed21`](https://github.com/graphql/graphiql/commit/959ed21815682fc439f64d78e23e603a8f313a6f) Thanks [@cimdalli](https://github.com/cimdalli)! - fix: set query editor to `defaultQuery` while adding a new tab or GraphiQL's default query + + ```graphql + # Welcome to GraphiQL + # + # GraphiQL is an in-browser tool for writing, validating, and + # testing GraphQL queries. + + ... + ``` + +- Updated dependencies [[`959ed21`](https://github.com/graphql/graphiql/commit/959ed21815682fc439f64d78e23e603a8f313a6f), [`9aef83a`](https://github.com/graphql/graphiql/commit/9aef83a32aeb5f193a3ff0f191c95d09eb0d70b6)]: + - @graphiql/react@0.26.0 + ## 3.6.0 ### Minor Changes diff --git a/packages/graphiql/package.json b/packages/graphiql/package.json index c60e3d36244..c9a1fb4c399 100644 --- a/packages/graphiql/package.json +++ b/packages/graphiql/package.json @@ -1,6 +1,6 @@ { "name": "graphiql", - "version": "3.6.0", + "version": "3.7.0", "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.25.0" + "@graphiql/react": "^0.26.0" }, "peerDependencies": { "graphql": "^15.5.0 || ^16.0.0 || ^17.0.0-alpha.2",