Skip to content

Commit f4bac35

Browse files
Version Packages (#2853)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2086958 commit f4bac35

15 files changed

Lines changed: 46 additions & 22 deletions

File tree

.changeset/calm-poets-invite.md

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

.changeset/curly-guests-heal.md

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

examples/cm6-graphql-parcel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@codemirror/state": "6.1.0",
2929
"@codemirror/theme-one-dark": "6.0.0",
3030
"@codemirror/view": "6.1.2",
31-
"cm6-graphql": "0.0.0-alpha.0",
31+
"cm6-graphql": "0.0.0",
3232
"graphql": "^16.4.0",
3333
"typescript": "^4.6.3"
3434
},

examples/graphiql-webpack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
},
1111
"dependencies": {
1212
"@graphiql/plugin-code-exporter": "^0.1.0",
13-
"@graphiql/plugin-explorer": "^0.1.9",
13+
"@graphiql/plugin-explorer": "^0.1.10",
1414
"@graphiql/toolkit": "^0.8.0",
15-
"graphiql": "^2.0.12",
15+
"graphiql": "^2.0.13",
1616
"graphql": "^16.4.0",
1717
"graphql-ws": "^5.5.5",
1818
"react": "^17.0.2",

packages/cm6-graphql/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# cm6-graphql
2+
3+
## 0.0.0
4+
5+
### Patch Changes
6+
7+
- [#2852](https://github.com/graphql/graphiql/pull/2852) [`20869583`](https://github.com/graphql/graphiql/commit/20869583eff563f5d6494e93302a835f0e034f4b) Thanks [@acao](https://github.com/acao)! - First release of a modern codemirror 6 mode for graphql by @imolorhe!

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.0-alpha.0",
3+
"version": "0.0.0",
44
"description": "GraphQL language support for CodeMirror",
55
"scripts": {
66
"prepare": "cm-buildhelper src/index.ts"

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.2
4+
5+
### Patch Changes
6+
7+
- [#2852](https://github.com/graphql/graphiql/pull/2852) [`20869583`](https://github.com/graphql/graphiql/commit/20869583eff563f5d6494e93302a835f0e034f4b) Thanks [@acao](https://github.com/acao)! - increment @codemirror/language peer dependency to 6.0.0
8+
39
## 2.0.1
410

511
### Patch 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.1",
3+
"version": "2.0.2",
44
"description": "GraphQL mode and helpers for CodeMirror.",
55
"contributors": [
66
"Hyohyeon Jeong <asiandrummer@fb.com>",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
3838
},
3939
"devDependencies": {
40-
"@graphiql/react": "^0.13.6",
40+
"@graphiql/react": "^0.13.7",
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.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @graphiql/react@0.13.7
9+
310
## 0.1.9
411

512
### Patch Changes

0 commit comments

Comments
 (0)