Skip to content

Commit be8282e

Browse files
Version Packages (#2846)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 353f434 commit be8282e

File tree

14 files changed

+47
-27
lines changed

14 files changed

+47
-27
lines changed

.changeset/dirty-melons-burn.md

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

.changeset/real-boxes-sleep.md

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

.changeset/tiny-mirrors-drive.md

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

examples/graphiql-webpack/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"start": "cross-env NODE_ENV=development webpack-dev-server"
1010
},
1111
"dependencies": {
12-
"@graphiql/plugin-code-exporter": "^0.0.1",
13-
"@graphiql/plugin-explorer": "^0.1.3",
12+
"@graphiql/plugin-code-exporter": "^0.1.0",
13+
"@graphiql/plugin-explorer": "^0.1.9",
1414
"@graphiql/toolkit": "^0.8.0",
15-
"graphiql": "^2.0.11",
15+
"graphiql": "^2.0.12",
1616
"graphql": "^16.4.0",
1717
"graphql-ws": "^5.5.5",
1818
"react": "^17.0.2",

packages/codemirror-graphql/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+
## 2.0.1
4+
5+
### Patch Changes
6+
7+
- [#2847](https://github.com/graphql/graphiql/pull/2847) [`353f434e`](https://github.com/graphql/graphiql/commit/353f434e5f6bfd1bf6f8ee97d4ae8ce4f897085f) Thanks [@thomasheyenbrock](https://github.com/thomasheyenbrock)! - Don't show error in variable editor linting for missing input objects that have a default value
8+
39
## 2.0.0
410

511
### Major Changes

packages/codemirror-graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codemirror-graphql",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "GraphQL mode and helpers for CodeMirror.",
55
"contributors": [
66
"Hyohyeon Jeong <asiandrummer@fb.com>",
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
11
# @graphiql/plugin-code-exporter
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [#2758](https://github.com/graphql/graphiql/pull/2758) [`d63801fa`](https://github.com/graphql/graphiql/commit/d63801fad08e840eff7ff26f55694c6d18769466) Thanks [@LekoArts](https://github.com/LekoArts)! - Add code exported plugin

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphiql/plugin-code-exporter",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/graphql/graphiql",
@@ -37,7 +37,7 @@
3737
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
3838
},
3939
"devDependencies": {
40-
"@graphiql/react": "^0.13.0",
40+
"@graphiql/react": "^0.13.6",
4141
"@vitejs/plugin-react": "^1.3.0",
4242
"postcss-nesting": "^10.1.7",
4343
"typescript": "^4.6.3",

packages/graphiql-plugin-explorer/CHANGELOG.md

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

3+
## 0.1.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @graphiql/react@0.13.6
9+
310
## 0.1.8
411

512
### Patch Changes

packages/graphiql-plugin-explorer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphiql/plugin-explorer",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/graphql/graphiql",
@@ -28,7 +28,7 @@
2828
"preview": "vite preview"
2929
},
3030
"dependencies": {
31-
"@graphiql/react": "^0.13.5",
31+
"@graphiql/react": "^0.13.6",
3232
"graphiql-explorer": "^0.9.0"
3333
},
3434
"peerDependencies": {

0 commit comments

Comments
 (0)