Skip to content

Commit a929862

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

File tree

10 files changed

+46
-18
lines changed

10 files changed

+46
-18
lines changed

.changeset/lemon-mirrors-accept.md

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

examples/graphiql-webpack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"@graphiql/plugin-code-exporter": "^3.1.2",
1313
"@graphiql/plugin-explorer": "^3.2.2",
1414
"@graphiql/toolkit": "^0.11.0",
15-
"@graphiql/react": "^0.26.1",
16-
"graphiql": "^3.7.0",
15+
"@graphiql/react": "^0.26.2",
16+
"graphiql": "^3.7.1",
1717
"graphql": "^16.8.1",
1818
"graphql-ws": "^5.5.5",
1919
"react": "^18.2.0",

packages/cm6-graphql/CHANGELOG.md

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

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- [#3751](https://github.com/graphql/graphiql/pull/3751) [`b8538d8`](https://github.com/graphql/graphiql/commit/b8538d87421edb086b32d4eb2e30a3f7d9d9e893) Thanks [@dimaMachina](https://github.com/dimaMachina)! - replace deprecated `navigator.platform` with `navigator.userAgent`
8+
9+
fix placeholder `⌘ K` in doc explorer search input for non mac devices, replace by `Ctrl K`
10+
311
## 0.1.0
412

513
### Minor 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.1.0",
3+
"version": "0.1.1",
44
"description": "GraphQL language support for CodeMirror 6",
55
"scripts": {
66
"build": "cm-buildhelper src/index.ts",

packages/codemirror-graphql/CHANGELOG.md

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

3+
## 2.1.1
4+
5+
### Patch Changes
6+
7+
- [#3751](https://github.com/graphql/graphiql/pull/3751) [`b8538d8`](https://github.com/graphql/graphiql/commit/b8538d87421edb086b32d4eb2e30a3f7d9d9e893) Thanks [@dimaMachina](https://github.com/dimaMachina)! - replace deprecated `navigator.platform` with `navigator.userAgent`
8+
9+
fix placeholder `⌘ K` in doc explorer search input for non mac devices, replace by `Ctrl K`
10+
311
## 2.1.0
412

513
### Minor 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.1.0",
3+
"version": "2.1.1",
44
"description": "GraphQL mode and helpers for CodeMirror.",
55
"contributors": [
66
"Hyohyeon Jeong <[email protected]>",

packages/graphiql-react/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @graphiql/react
22

3+
## 0.26.2
4+
5+
### Patch Changes
6+
7+
- [#3751](https://github.com/graphql/graphiql/pull/3751) [`b8538d8`](https://github.com/graphql/graphiql/commit/b8538d87421edb086b32d4eb2e30a3f7d9d9e893) Thanks [@dimaMachina](https://github.com/dimaMachina)! - replace deprecated `navigator.platform` with `navigator.userAgent`
8+
9+
fix placeholder `⌘ K` in doc explorer search input for non mac devices, replace by `Ctrl K`
10+
11+
- Updated dependencies [[`b8538d8`](https://github.com/graphql/graphiql/commit/b8538d87421edb086b32d4eb2e30a3f7d9d9e893)]:
12+
13+
314
## 0.26.1
415

516
### Patch Changes

packages/graphiql-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphiql/react",
3-
"version": "0.26.1",
3+
"version": "0.26.2",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/graphql/graphiql",
@@ -57,7 +57,7 @@
5757
"@types/codemirror": "^5.60.8",
5858
"clsx": "^1.2.1",
5959
"codemirror": "^5.65.3",
60-
"codemirror-graphql": "^2.1.0",
60+
"codemirror-graphql": "^2.1.1",
6161
"copy-to-clipboard": "^3.2.0",
6262
"framer-motion": "^6.5.1",
6363
"get-value": "^3.0.1",

packages/graphiql/CHANGELOG.md

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

3+
## 3.7.1
4+
5+
### Patch Changes
6+
7+
- [#3751](https://github.com/graphql/graphiql/pull/3751) [`b8538d8`](https://github.com/graphql/graphiql/commit/b8538d87421edb086b32d4eb2e30a3f7d9d9e893) Thanks [@dimaMachina](https://github.com/dimaMachina)! - replace deprecated `navigator.platform` with `navigator.userAgent`
8+
9+
fix placeholder `⌘ K` in doc explorer search input for non mac devices, replace by `Ctrl K`
10+
11+
- Updated dependencies [[`b8538d8`](https://github.com/graphql/graphiql/commit/b8538d87421edb086b32d4eb2e30a3f7d9d9e893)]:
12+
- @graphiql/react@0.26.2
13+
314
## 3.7.0
415

516
### Minor Changes

packages/graphiql/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphiql",
3-
"version": "3.7.0",
3+
"version": "3.7.1",
44
"description": "An graphical interactive in-browser GraphQL IDE.",
55
"contributors": [
66
"Hyohyeon Jeong <[email protected]>",
@@ -47,7 +47,7 @@
4747
"webpack": "webpack-cli --config resources/webpack.config.js"
4848
},
4949
"dependencies": {
50-
"@graphiql/react": "^0.26.1"
50+
"@graphiql/react": "^0.26.2"
5151
},
5252
"peerDependencies": {
5353
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0-alpha.2",

0 commit comments

Comments
 (0)