diff --git a/.changeset/pre.json b/.changeset/pre.json index a91446e469..1ab5ab70bc 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -29,6 +29,7 @@ "beige-months-care", "chilly-sloths-heal", "dull-balloons-warn", + "eleven-rings-complain", "fluffy-beers-build", "four-carrots-leave", "good-turtles-speak", diff --git a/examples/graphiql-vite/package.json b/examples/graphiql-vite/package.json index 8291ee6854..5fa80452ac 100644 --- a/examples/graphiql-vite/package.json +++ b/examples/graphiql-vite/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "private": true, "dependencies": { - "graphiql": "^5.0.0-rc.2", + "graphiql": "^5.0.0-rc.3", "graphql": "^16.11.0", "react": "^19.1.0", "react-dom": "^19.1.0" diff --git a/examples/graphiql-webpack/package.json b/examples/graphiql-webpack/package.json index 4cd69195ba..d294ce9cb1 100644 --- a/examples/graphiql-webpack/package.json +++ b/examples/graphiql-webpack/package.json @@ -10,10 +10,10 @@ }, "dependencies": { "@graphiql/plugin-code-exporter": "^5.0.0-rc.1", - "@graphiql/plugin-explorer": "^5.0.0-rc.2", - "@graphiql/react": "^0.35.0-rc.2", + "@graphiql/plugin-explorer": "^5.0.0-rc.3", + "@graphiql/react": "^0.35.0-rc.3", "@graphiql/toolkit": "^0.11.3", - "graphiql": "^5.0.0-rc.2", + "graphiql": "^5.0.0-rc.3", "graphql": "^16.9.0", "graphql-ws": "^5.5.5", "react": "^19.1.0", diff --git a/packages/graphiql-plugin-doc-explorer/CHANGELOG.md b/packages/graphiql-plugin-doc-explorer/CHANGELOG.md index 46afcba2d8..c1943d9f99 100644 --- a/packages/graphiql-plugin-doc-explorer/CHANGELOG.md +++ b/packages/graphiql-plugin-doc-explorer/CHANGELOG.md @@ -1,5 +1,16 @@ # @graphiql/plugin-doc-explorer +## 0.3.0-rc.3 + +### Minor Changes + +- [#4009](https://github.com/graphql/graphiql/pull/4009) [`4936492`](https://github.com/graphql/graphiql/commit/49364924d0da05a86f7c6c3139d44aed0e474531) Thanks [@dimaMachina](https://github.com/dimaMachina)! - separate store actions from state, add `useGraphiQLActions` state + +### Patch Changes + +- Updated dependencies [[`4936492`](https://github.com/graphql/graphiql/commit/49364924d0da05a86f7c6c3139d44aed0e474531)]: + - @graphiql/react@0.35.0-rc.3 + ## 0.3.0-rc.2 ### Patch Changes diff --git a/packages/graphiql-plugin-doc-explorer/package.json b/packages/graphiql-plugin-doc-explorer/package.json index 15295734d8..9235da93b7 100644 --- a/packages/graphiql-plugin-doc-explorer/package.json +++ b/packages/graphiql-plugin-doc-explorer/package.json @@ -1,6 +1,6 @@ { "name": "@graphiql/plugin-doc-explorer", - "version": "0.3.0-rc.2", + "version": "0.3.0-rc.3", "sideEffects": false, "repository": { "type": "git", @@ -41,7 +41,7 @@ "react-dom": "^18 || ^19" }, "dependencies": { - "@graphiql/react": "^0.35.0-rc.2", + "@graphiql/react": "^0.35.0-rc.3", "@headlessui/react": "^2.2", "react-compiler-runtime": "19.1.0-rc.1", "zustand": "^5" diff --git a/packages/graphiql-plugin-explorer/CHANGELOG.md b/packages/graphiql-plugin-explorer/CHANGELOG.md index ef6fc9b3fd..2df3c2caac 100644 --- a/packages/graphiql-plugin-explorer/CHANGELOG.md +++ b/packages/graphiql-plugin-explorer/CHANGELOG.md @@ -1,5 +1,11 @@ # @graphiql/plugin-explorer +## 5.0.0-rc.3 + +### Major Changes + +- [#4009](https://github.com/graphql/graphiql/pull/4009) [`4936492`](https://github.com/graphql/graphiql/commit/49364924d0da05a86f7c6c3139d44aed0e474531) Thanks [@dimaMachina](https://github.com/dimaMachina)! - separate store actions from state, add `useGraphiQLActions` state + ## 5.0.0-rc.2 ### Major Changes diff --git a/packages/graphiql-plugin-explorer/package.json b/packages/graphiql-plugin-explorer/package.json index f2154660fd..7a746dcaa1 100644 --- a/packages/graphiql-plugin-explorer/package.json +++ b/packages/graphiql-plugin-explorer/package.json @@ -1,6 +1,6 @@ { "name": "@graphiql/plugin-explorer", - "version": "5.0.0-rc.2", + "version": "5.0.0-rc.3", "sideEffects": false, "repository": { "type": "git", @@ -41,7 +41,7 @@ "react-dom": "^18 || ^19" }, "devDependencies": { - "@graphiql/react": "^0.35.0-rc.2", + "@graphiql/react": "^0.35.0-rc.3", "@vitejs/plugin-react": "^4.4.1", "graphql": "^16.9.0", "react": "^19.1.0", diff --git a/packages/graphiql-react/CHANGELOG.md b/packages/graphiql-react/CHANGELOG.md index 941bb33a4a..654b80ca19 100644 --- a/packages/graphiql-react/CHANGELOG.md +++ b/packages/graphiql-react/CHANGELOG.md @@ -1,5 +1,11 @@ # @graphiql/react +## 0.35.0-rc.3 + +### Minor Changes + +- [#4009](https://github.com/graphql/graphiql/pull/4009) [`4936492`](https://github.com/graphql/graphiql/commit/49364924d0da05a86f7c6c3139d44aed0e474531) Thanks [@dimaMachina](https://github.com/dimaMachina)! - separate store actions from state, add `useGraphiQLActions` state + ## 0.35.0-rc.2 ### Minor Changes diff --git a/packages/graphiql-react/package.json b/packages/graphiql-react/package.json index a56b087dd7..2f07cef968 100644 --- a/packages/graphiql-react/package.json +++ b/packages/graphiql-react/package.json @@ -1,6 +1,6 @@ { "name": "@graphiql/react", - "version": "0.35.0-rc.2", + "version": "0.35.0-rc.3", "sideEffects": [ "dist/setup-workers/webpack.js", "dist/setup-workers/vite.js" diff --git a/packages/graphiql/CHANGELOG.md b/packages/graphiql/CHANGELOG.md index 7bcaa6f391..891e5a41f0 100644 --- a/packages/graphiql/CHANGELOG.md +++ b/packages/graphiql/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 5.0.0-rc.3 + +### Major Changes + +- [#4009](https://github.com/graphql/graphiql/pull/4009) [`4936492`](https://github.com/graphql/graphiql/commit/49364924d0da05a86f7c6c3139d44aed0e474531) Thanks [@dimaMachina](https://github.com/dimaMachina)! - separate store actions from state, add `useGraphiQLActions` state + +### Patch Changes + +- Updated dependencies [[`4936492`](https://github.com/graphql/graphiql/commit/49364924d0da05a86f7c6c3139d44aed0e474531)]: + - @graphiql/plugin-doc-explorer@0.3.0-rc.3 + - @graphiql/react@0.35.0-rc.3 + ## 5.0.0-rc.2 ### Major Changes diff --git a/packages/graphiql/package.json b/packages/graphiql/package.json index deb8b857c9..9ca6bea979 100644 --- a/packages/graphiql/package.json +++ b/packages/graphiql/package.json @@ -1,6 +1,6 @@ { "name": "graphiql", - "version": "5.0.0-rc.2", + "version": "5.0.0-rc.3", "sideEffects": [ "dist/setup-workers/webpack.js", "dist/setup-workers/vite.js" @@ -47,9 +47,9 @@ "test": "vitest" }, "dependencies": { - "@graphiql/plugin-doc-explorer": "^0.3.0-rc.2", + "@graphiql/plugin-doc-explorer": "^0.3.0-rc.3", "@graphiql/plugin-history": "^0.3.0-rc.1", - "@graphiql/react": "^0.35.0-rc.2", + "@graphiql/react": "^0.35.0-rc.3", "react-compiler-runtime": "19.1.0-rc.1" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index cab688b464..7d6a800238 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3231,11 +3231,11 @@ __metadata: languageName: unknown linkType: soft -"@graphiql/plugin-doc-explorer@npm:^0.3.0-rc.2, @graphiql/plugin-doc-explorer@workspace:packages/graphiql-plugin-doc-explorer": +"@graphiql/plugin-doc-explorer@npm:^0.3.0-rc.3, @graphiql/plugin-doc-explorer@workspace:packages/graphiql-plugin-doc-explorer": version: 0.0.0-use.local resolution: "@graphiql/plugin-doc-explorer@workspace:packages/graphiql-plugin-doc-explorer" dependencies: - "@graphiql/react": "npm:^0.35.0-rc.2" + "@graphiql/react": "npm:^0.35.0-rc.3" "@headlessui/react": "npm:^2.2" "@testing-library/dom": "npm:^10.4.0" "@testing-library/jest-dom": "npm:^6.6.3" @@ -3256,11 +3256,11 @@ __metadata: languageName: unknown linkType: soft -"@graphiql/plugin-explorer@npm:^5.0.0-rc.2, @graphiql/plugin-explorer@workspace:packages/graphiql-plugin-explorer": +"@graphiql/plugin-explorer@npm:^5.0.0-rc.3, @graphiql/plugin-explorer@workspace:packages/graphiql-plugin-explorer": version: 0.0.0-use.local resolution: "@graphiql/plugin-explorer@workspace:packages/graphiql-plugin-explorer" dependencies: - "@graphiql/react": "npm:^0.35.0-rc.2" + "@graphiql/react": "npm:^0.35.0-rc.3" "@vitejs/plugin-react": "npm:^4.4.1" graphiql-explorer: "npm:^0.9.0" graphql: "npm:^16.9.0" @@ -3299,7 +3299,7 @@ __metadata: languageName: unknown linkType: soft -"@graphiql/react@npm:^0.35.0-rc.1, @graphiql/react@npm:^0.35.0-rc.2, @graphiql/react@workspace:packages/graphiql-react": +"@graphiql/react@npm:^0.35.0-rc.1, @graphiql/react@npm:^0.35.0-rc.2, @graphiql/react@npm:^0.35.0-rc.3, @graphiql/react@workspace:packages/graphiql-react": version: 0.0.0-use.local resolution: "@graphiql/react@workspace:packages/graphiql-react" dependencies: @@ -12606,7 +12606,7 @@ __metadata: resolution: "example-graphiql-vite@workspace:examples/graphiql-vite" dependencies: "@vitejs/plugin-react": "npm:^4.4.1" - graphiql: "npm:^5.0.0-rc.2" + graphiql: "npm:^5.0.0-rc.3" graphql: "npm:^16.11.0" react: "npm:^19.1.0" react-dom: "npm:^19.1.0" @@ -12623,8 +12623,8 @@ __metadata: "@babel/preset-env": "npm:^7.20.2" "@babel/preset-react": "npm:^7.18.6" "@graphiql/plugin-code-exporter": "npm:^5.0.0-rc.1" - "@graphiql/plugin-explorer": "npm:^5.0.0-rc.2" - "@graphiql/react": "npm:^0.35.0-rc.2" + "@graphiql/plugin-explorer": "npm:^5.0.0-rc.3" + "@graphiql/react": "npm:^0.35.0-rc.3" "@graphiql/toolkit": "npm:^0.11.3" ajv-formats: "npm:^3.0.1" babel-loader: "npm:^9.1.2" @@ -12632,7 +12632,7 @@ __metadata: cross-env: "npm:^7.0.2" css-loader: "npm:^6.7.3" file-loader: "npm:^6.2.0" - graphiql: "npm:^5.0.0-rc.2" + graphiql: "npm:^5.0.0-rc.3" graphql: "npm:^16.9.0" graphql-ws: "npm:^5.5.5" html-webpack-plugin: "npm:^5.5.0" @@ -14349,13 +14349,13 @@ __metadata: languageName: unknown linkType: soft -"graphiql@npm:^5.0.0-rc.2, graphiql@workspace:packages/graphiql": +"graphiql@npm:^5.0.0-rc.3, graphiql@workspace:packages/graphiql": version: 0.0.0-use.local resolution: "graphiql@workspace:packages/graphiql" dependencies: - "@graphiql/plugin-doc-explorer": "npm:^0.3.0-rc.2" + "@graphiql/plugin-doc-explorer": "npm:^0.3.0-rc.3" "@graphiql/plugin-history": "npm:^0.3.0-rc.1" - "@graphiql/react": "npm:^0.35.0-rc.2" + "@graphiql/react": "npm:^0.35.0-rc.3" "@graphiql/toolkit": "npm:^0.11.3" "@testing-library/dom": "npm:^10.4.0" "@testing-library/jest-dom": "npm:^6.6.3"