diff --git a/.changeset/afraid-eagles-destroy.md b/.changeset/afraid-eagles-destroy.md deleted file mode 100644 index e680c78131b..00000000000 --- a/.changeset/afraid-eagles-destroy.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@graphiql/plugin-code-exporter": patch -"graphiql": patch ---- - -FIX: Unexpected duplicate CSS "display" property diff --git a/.changeset/two-doors-shave.md b/.changeset/two-doors-shave.md deleted file mode 100644 index e4b8a6f315b..00000000000 --- a/.changeset/two-doors-shave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"cm6-graphql": patch ---- - -Create a lint diagnostic from invalid schema diff --git a/examples/graphiql-webpack/package.json b/examples/graphiql-webpack/package.json index f9da8451701..47a7ad5b1f2 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": "^1.0.2", + "@graphiql/plugin-code-exporter": "^1.0.3", "@graphiql/plugin-explorer": "^1.0.2", "@graphiql/toolkit": "^0.9.1", "@graphiql/react": "^0.20.2", - "graphiql": "^3.0.9", + "graphiql": "^3.0.10", "graphql": "^16.4.0", "graphql-ws": "^5.5.5", "react": "^18.2.0", diff --git a/packages/cm6-graphql/CHANGELOG.md b/packages/cm6-graphql/CHANGELOG.md index 2e68b6b4b22..b6d04b8955b 100644 --- a/packages/cm6-graphql/CHANGELOG.md +++ b/packages/cm6-graphql/CHANGELOG.md @@ -1,5 +1,11 @@ # cm6-graphql +## 0.0.12 + +### Patch Changes + +- [#3463](https://github.com/graphql/graphiql/pull/3463) [`e45ba17c`](https://github.com/graphql/graphiql/commit/e45ba17cb2f13e5a79d3e87b0f30ef92ec55d861) Thanks [@imolorhe](https://github.com/imolorhe)! - Create a lint diagnostic from invalid schema + ## 0.0.11 ### Patch Changes diff --git a/packages/cm6-graphql/package.json b/packages/cm6-graphql/package.json index 45376423d54..25e3fa412d2 100644 --- a/packages/cm6-graphql/package.json +++ b/packages/cm6-graphql/package.json @@ -1,6 +1,6 @@ { "name": "cm6-graphql", - "version": "0.0.11", + "version": "0.0.12", "description": "GraphQL language support for CodeMirror 6", "scripts": { "build": "cm-buildhelper src/index.ts", diff --git a/packages/graphiql-plugin-code-exporter/CHANGELOG.md b/packages/graphiql-plugin-code-exporter/CHANGELOG.md index 145aeb1b665..fdc37bbc59e 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 +## 1.0.3 + +### Patch Changes + +- [#3439](https://github.com/graphql/graphiql/pull/3439) [`d07d5fc0`](https://github.com/graphql/graphiql/commit/d07d5fc0cf764518bc1184ef168361cedf61540b) Thanks [@xonx4l](https://github.com/xonx4l)! - FIX: Unexpected duplicate CSS "display" property + ## 1.0.2 ### Patch Changes diff --git a/packages/graphiql-plugin-code-exporter/package.json b/packages/graphiql-plugin-code-exporter/package.json index 4e0a3a71a30..29cf79fa17c 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": "1.0.2", + "version": "1.0.3", "repository": { "type": "git", "url": "https://github.com/graphql/graphiql", diff --git a/packages/graphiql/CHANGELOG.md b/packages/graphiql/CHANGELOG.md index ab25a038251..e7138d50a0b 100644 --- a/packages/graphiql/CHANGELOG.md +++ b/packages/graphiql/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 3.0.10 + +### Patch Changes + +- [#3439](https://github.com/graphql/graphiql/pull/3439) [`d07d5fc0`](https://github.com/graphql/graphiql/commit/d07d5fc0cf764518bc1184ef168361cedf61540b) Thanks [@xonx4l](https://github.com/xonx4l)! - FIX: Unexpected duplicate CSS "display" property + ## 3.0.9 ### Patch Changes diff --git a/packages/graphiql/package.json b/packages/graphiql/package.json index aded065a68c..9b00c39c428 100644 --- a/packages/graphiql/package.json +++ b/packages/graphiql/package.json @@ -1,6 +1,6 @@ { "name": "graphiql", - "version": "3.0.9", + "version": "3.0.10", "description": "An graphical interactive in-browser GraphQL IDE.", "contributors": [ "Hyohyeon Jeong ",