From 1a561b35b1a07b3fb7fe8339ddfb6cfa3ccc6a7d Mon Sep 17 00:00:00 2001 From: Rikki Schulte Date: Sat, 24 Aug 2024 00:58:23 +0200 Subject: [PATCH] Version Packages (#3745) Co-authored-by: github-actions[bot] --- .changeset/gold-ears-knock.md | 7 ------- .changeset/pretty-panthers-deliver.md | 5 ----- .changeset/silent-ghosts-fix.md | 5 ----- examples/graphiql-webpack/package.json | 4 ++-- examples/monaco-graphql-nextjs/package.json | 2 +- examples/monaco-graphql-react-vite/package.json | 2 +- packages/graphiql-react/CHANGELOG.md | 9 +++++++++ packages/graphiql-react/package.json | 4 ++-- packages/graphiql-toolkit/CHANGELOG.md | 10 ++++++++++ packages/graphiql-toolkit/package.json | 2 +- packages/graphiql/package.json | 4 ++-- 11 files changed, 28 insertions(+), 26 deletions(-) delete mode 100644 .changeset/gold-ears-knock.md delete mode 100644 .changeset/pretty-panthers-deliver.md delete mode 100644 .changeset/silent-ghosts-fix.md diff --git a/.changeset/gold-ears-knock.md b/.changeset/gold-ears-knock.md deleted file mode 100644 index 7b2fb021fac..00000000000 --- a/.changeset/gold-ears-knock.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@graphiql/toolkit': minor ---- - -do not include `require` statements in ESM build, include `import` in esm and `require` in cjs builds - -make `getWsFetcher`, `createWebsocketsFetcherFromUrl` async diff --git a/.changeset/pretty-panthers-deliver.md b/.changeset/pretty-panthers-deliver.md deleted file mode 100644 index dd470a77b34..00000000000 --- a/.changeset/pretty-panthers-deliver.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphiql/react': patch ---- - -create instance of `new HistoryStore` and `new StorageAPI` only on mount, use function with `useState` diff --git a/.changeset/silent-ghosts-fix.md b/.changeset/silent-ghosts-fix.md deleted file mode 100644 index 422f8e1098e..00000000000 --- a/.changeset/silent-ghosts-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphiql/toolkit': minor ---- - -compile with `tsup` instead of `tsc` diff --git a/examples/graphiql-webpack/package.json b/examples/graphiql-webpack/package.json index 9c2a9717d08..7da913dffbb 100644 --- a/examples/graphiql-webpack/package.json +++ b/examples/graphiql-webpack/package.json @@ -11,8 +11,8 @@ "dependencies": { "@graphiql/plugin-code-exporter": "^3.1.2", "@graphiql/plugin-explorer": "^3.2.2", - "@graphiql/toolkit": "^0.10.0", - "@graphiql/react": "^0.26.0", + "@graphiql/toolkit": "^0.11.0", + "@graphiql/react": "^0.26.1", "graphiql": "^3.7.0", "graphql": "^16.8.1", "graphql-ws": "^5.5.5", diff --git a/examples/monaco-graphql-nextjs/package.json b/examples/monaco-graphql-nextjs/package.json index a35f45473d3..2173f5ffb5a 100644 --- a/examples/monaco-graphql-nextjs/package.json +++ b/examples/monaco-graphql-nextjs/package.json @@ -9,7 +9,7 @@ "start": "next start" }, "dependencies": { - "@graphiql/toolkit": "^0.10.0", + "@graphiql/toolkit": "^0.11.0", "graphql": "^16.8.1", "graphql-ws": "^5.5.5", "jsonc-parser": "^3.2.0", diff --git a/examples/monaco-graphql-react-vite/package.json b/examples/monaco-graphql-react-vite/package.json index f2a553dd124..fafc1a6e21d 100644 --- a/examples/monaco-graphql-react-vite/package.json +++ b/examples/monaco-graphql-react-vite/package.json @@ -3,7 +3,7 @@ "private": true, "version": "0.0.0", "dependencies": { - "@graphiql/toolkit": "^0.10.0", + "@graphiql/toolkit": "^0.11.0", "graphql": "^16.8.1", "graphql-language-service": "^5.3.0", "jsonc-parser": "^3.2.0", diff --git a/packages/graphiql-react/CHANGELOG.md b/packages/graphiql-react/CHANGELOG.md index e3e7478c3d1..cf87aef4c8a 100644 --- a/packages/graphiql-react/CHANGELOG.md +++ b/packages/graphiql-react/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphiql/react +## 0.26.1 + +### Patch Changes + +- [#3743](https://github.com/graphql/graphiql/pull/3743) [`7275c19`](https://github.com/graphql/graphiql/commit/7275c19b174f06bd031f49b33912c1babf29ccb0) Thanks [@dimaMachina](https://github.com/dimaMachina)! - create instance of `new HistoryStore` and `new StorageAPI` only on mount, use function with `useState` + +- Updated dependencies [[`21c4409`](https://github.com/graphql/graphiql/commit/21c44096c0c0b23cea955a574d1110cb19ab6405), [`2ad4e75`](https://github.com/graphql/graphiql/commit/2ad4e7505385fefd252b9aa8ea2233cbaeca7f6a)]: + - @graphiql/toolkit@0.11.0 + ## 0.26.0 ### Minor Changes diff --git a/packages/graphiql-react/package.json b/packages/graphiql-react/package.json index 60a056e3fc8..ed9a8e2e78c 100644 --- a/packages/graphiql-react/package.json +++ b/packages/graphiql-react/package.json @@ -1,6 +1,6 @@ { "name": "@graphiql/react", - "version": "0.26.0", + "version": "0.26.1", "repository": { "type": "git", "url": "https://github.com/graphql/graphiql", @@ -48,7 +48,7 @@ "react-dom": "^16.8.0 || ^17 || ^18" }, "dependencies": { - "@graphiql/toolkit": "^0.10.0", + "@graphiql/toolkit": "^0.11.0", "@headlessui/react": "^1.7.15", "@radix-ui/react-dialog": "^1.0.4", "@radix-ui/react-dropdown-menu": "^2.0.5", diff --git a/packages/graphiql-toolkit/CHANGELOG.md b/packages/graphiql-toolkit/CHANGELOG.md index 778d099fe80..ff19e23262c 100644 --- a/packages/graphiql-toolkit/CHANGELOG.md +++ b/packages/graphiql-toolkit/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphiql/toolkit +## 0.11.0 + +### Minor Changes + +- [#3747](https://github.com/graphql/graphiql/pull/3747) [`21c4409`](https://github.com/graphql/graphiql/commit/21c44096c0c0b23cea955a574d1110cb19ab6405) Thanks [@dimaMachina](https://github.com/dimaMachina)! - do not include `require` statements in ESM build, include `import` in esm and `require` in cjs builds + + make `getWsFetcher`, `createWebsocketsFetcherFromUrl` async + +- [#3746](https://github.com/graphql/graphiql/pull/3746) [`2ad4e75`](https://github.com/graphql/graphiql/commit/2ad4e7505385fefd252b9aa8ea2233cbaeca7f6a) Thanks [@dimaMachina](https://github.com/dimaMachina)! - compile with `tsup` instead of `tsc` + ## 0.10.0 ### Minor Changes diff --git a/packages/graphiql-toolkit/package.json b/packages/graphiql-toolkit/package.json index 77c9f4ced47..8e3c8bcfde2 100644 --- a/packages/graphiql-toolkit/package.json +++ b/packages/graphiql-toolkit/package.json @@ -1,6 +1,6 @@ { "name": "@graphiql/toolkit", - "version": "0.10.0", + "version": "0.11.0", "description": "Utility to build a fetcher for GraphiQL", "contributors": [ "Rikki Schulte (https://rikki.dev)" diff --git a/packages/graphiql/package.json b/packages/graphiql/package.json index c9a1fb4c399..f13e1a00bc6 100644 --- a/packages/graphiql/package.json +++ b/packages/graphiql/package.json @@ -47,7 +47,7 @@ "webpack": "webpack-cli --config resources/webpack.config.js" }, "dependencies": { - "@graphiql/react": "^0.26.0" + "@graphiql/react": "^0.26.1" }, "peerDependencies": { "graphql": "^15.5.0 || ^16.0.0 || ^17.0.0-alpha.2", @@ -55,7 +55,7 @@ "react-dom": "^16.8.0 || ^17 || ^18" }, "devDependencies": { - "@graphiql/toolkit": "^0.10.0", + "@graphiql/toolkit": "^0.11.0", "@testing-library/jest-dom": "5.16.5", "@testing-library/react": "14.0.0", "@types/testing-library__jest-dom": "5.14.5",