Skip to content

Commit 6674b7b

Browse files
Version Packages (#3465)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f423c1c commit 6674b7b

File tree

9 files changed

+23
-16
lines changed

9 files changed

+23
-16
lines changed

.changeset/afraid-eagles-destroy.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/two-doors-shave.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/graphiql-webpack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"start": "NODE_ENV=development webpack-cli serve"
1010
},
1111
"dependencies": {
12-
"@graphiql/plugin-code-exporter": "^1.0.2",
12+
"@graphiql/plugin-code-exporter": "^1.0.3",
1313
"@graphiql/plugin-explorer": "^1.0.2",
1414
"@graphiql/toolkit": "^0.9.1",
1515
"@graphiql/react": "^0.20.2",
16-
"graphiql": "^3.0.9",
16+
"graphiql": "^3.0.10",
1717
"graphql": "^16.4.0",
1818
"graphql-ws": "^5.5.5",
1919
"react": "^18.2.0",

packages/cm6-graphql/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# cm6-graphql
22

3+
## 0.0.12
4+
5+
### Patch Changes
6+
7+
- [#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
8+
39
## 0.0.11
410

511
### Patch Changes

packages/cm6-graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cm6-graphql",
3-
"version": "0.0.11",
3+
"version": "0.0.12",
44
"description": "GraphQL language support for CodeMirror 6",
55
"scripts": {
66
"build": "cm-buildhelper src/index.ts",

packages/graphiql-plugin-code-exporter/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @graphiql/plugin-code-exporter
22

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- [#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
8+
39
## 1.0.2
410

511
### Patch Changes

packages/graphiql-plugin-code-exporter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphiql/plugin-code-exporter",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/graphql/graphiql",

packages/graphiql/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 3.0.10
4+
5+
### Patch Changes
6+
7+
- [#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
8+
39
## 3.0.9
410

511
### Patch Changes

packages/graphiql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphiql",
3-
"version": "3.0.9",
3+
"version": "3.0.10",
44
"description": "An graphical interactive in-browser GraphQL IDE.",
55
"contributors": [
66
"Hyohyeon Jeong <[email protected]>",

0 commit comments

Comments
 (0)