diff --git a/.changeset/pre.json b/.changeset/pre.json index 350985d8c6..4220dda8dc 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -32,6 +32,7 @@ "healthy-onions-bake", "hungry-spiders-cheat", "metal-glasses-bow", + "nine-meals-happen", "old-zebras-knock", "olive-mice-hide", "orange-rivers-draw", diff --git a/examples/graphiql-webpack/package.json b/examples/graphiql-webpack/package.json index 249615b221..67fa410c47 100644 --- a/examples/graphiql-webpack/package.json +++ b/examples/graphiql-webpack/package.json @@ -9,8 +9,8 @@ "start": "NODE_ENV=development webpack-cli serve" }, "dependencies": { - "@graphiql/plugin-code-exporter": "^4.0.0-alpha.0", - "@graphiql/plugin-explorer": "^4.0.0-alpha.1", + "@graphiql/plugin-code-exporter": "^4.0.0-alpha.1", + "@graphiql/plugin-explorer": "^4.0.0-alpha.2", "@graphiql/toolkit": "^0.10.0", "@graphiql/react": "^1.0.0-alpha.4", "graphiql": "^4.0.0-alpha.5", diff --git a/packages/graphiql-plugin-code-exporter/CHANGELOG.md b/packages/graphiql-plugin-code-exporter/CHANGELOG.md index a5eaf6b2f1..b4fb31d1d9 100644 --- a/packages/graphiql-plugin-code-exporter/CHANGELOG.md +++ b/packages/graphiql-plugin-code-exporter/CHANGELOG.md @@ -1,5 +1,11 @@ # @graphiql/plugin-code-exporter +## 4.0.0-alpha.1 + +### Patch Changes + +- [#3740](https://github.com/graphql/graphiql/pull/3740) [`3c12ce0`](https://github.com/graphql/graphiql/commit/3c12ce01eb3b2ec9a317a2fea2bb92602b748a8b) Thanks [@dimaMachina](https://github.com/dimaMachina)! - fix types incorrect types entry + ## 4.0.0-alpha.0 ### Major Changes diff --git a/packages/graphiql-plugin-code-exporter/package.json b/packages/graphiql-plugin-code-exporter/package.json index 6766d5fd59..3e055b0386 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": "4.0.0-alpha.0", + "version": "4.0.0-alpha.1", "repository": { "type": "git", "url": "https://github.com/graphql/graphiql", diff --git a/packages/graphiql-plugin-explorer/CHANGELOG.md b/packages/graphiql-plugin-explorer/CHANGELOG.md index 3d1eb6c2a1..df9962da8f 100644 --- a/packages/graphiql-plugin-explorer/CHANGELOG.md +++ b/packages/graphiql-plugin-explorer/CHANGELOG.md @@ -1,5 +1,11 @@ # @graphiql/plugin-explorer +## 4.0.0-alpha.2 + +### Patch Changes + +- [#3740](https://github.com/graphql/graphiql/pull/3740) [`3c12ce0`](https://github.com/graphql/graphiql/commit/3c12ce01eb3b2ec9a317a2fea2bb92602b748a8b) Thanks [@dimaMachina](https://github.com/dimaMachina)! - fix types incorrect types entry + ## 4.0.0-alpha.1 ### Patch Changes diff --git a/packages/graphiql-plugin-explorer/package.json b/packages/graphiql-plugin-explorer/package.json index ec88413e4f..c0b88ec2ba 100644 --- a/packages/graphiql-plugin-explorer/package.json +++ b/packages/graphiql-plugin-explorer/package.json @@ -1,6 +1,6 @@ { "name": "@graphiql/plugin-explorer", - "version": "4.0.0-alpha.1", + "version": "4.0.0-alpha.2", "repository": { "type": "git", "url": "https://github.com/graphql/graphiql",