Skip to content

Commit 8584726

Browse files
github-actions[bot]acao
authored andcommittedApr 2, 2024·
Version Packages
1 parent fc7de5a commit 8584726

File tree

12 files changed

+49
-20
lines changed

12 files changed

+49
-20
lines changed
 

‎.changeset/sharp-rules-hide.md

-5
This file was deleted.

‎examples/graphiql-webpack/package.json

+4-4
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.4",
13-
"@graphiql/plugin-explorer": "^1.0.3",
12+
"@graphiql/plugin-code-exporter": "^1.0.5",
13+
"@graphiql/plugin-explorer": "^1.0.4",
1414
"@graphiql/toolkit": "^0.9.1",
15-
"@graphiql/react": "^0.20.3",
16-
"graphiql": "^3.1.1",
15+
"@graphiql/react": "^0.20.4",
16+
"graphiql": "^3.1.2",
1717
"graphql": "^16.8.1",
1818
"graphql-ws": "^5.5.5",
1919
"react": "^18.2.0",

‎packages/codemirror-graphql/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 2.0.11
4+
5+
### Patch Changes
6+
7+
- [#3567](https://github.com/graphql/graphiql/pull/3567) [`fc7de5a7`](https://github.com/graphql/graphiql/commit/fc7de5a75f4b23dd62dd630b705895b5fa5d0a03) Thanks [@retrodaredevil](https://github.com/retrodaredevil)! - tooltip a tag's click listener calls event.preventDefault() to stop navigating away from page
8+
39
## 2.0.10
410

511
### Patch Changes

‎packages/codemirror-graphql/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codemirror-graphql",
3-
"version": "2.0.10",
3+
"version": "2.0.11",
44
"description": "GraphQL mode and helpers for CodeMirror.",
55
"contributors": [
66
"Hyohyeon Jeong <asiandrummer@fb.com>",

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

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @graphiql/plugin-code-exporter
22

3+
## 1.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @graphiql/react@0.20.4
9+
310
## 1.0.4
411

512
### Patch Changes

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphiql/plugin-code-exporter",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/graphql/graphiql",
@@ -33,13 +33,13 @@
3333
"graphiql-code-exporter": "^3.0.3"
3434
},
3535
"peerDependencies": {
36-
"@graphiql/react": "^0.20.3",
36+
"@graphiql/react": "^0.20.4",
3737
"graphql": "^15.5.0 || ^16.0.0",
3838
"react": "^16.8.0 || ^17 || ^18",
3939
"react-dom": "^16.8.0 || ^17 || ^18"
4040
},
4141
"devDependencies": {
42-
"@graphiql/react": "^0.20.3",
42+
"@graphiql/react": "^0.20.4",
4343
"@vitejs/plugin-react": "^4.0.1",
4444
"graphql": "^16.8.1",
4545
"postcss-nesting": "^10.1.7",

‎packages/graphiql-plugin-explorer/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @graphiql/plugin-explorer
22

3+
## 1.0.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @graphiql/react@0.20.4
9+
310
## 1.0.3
411

512
### Patch Changes

‎packages/graphiql-plugin-explorer/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphiql/plugin-explorer",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/graphql/graphiql",
@@ -32,13 +32,13 @@
3232
"graphiql-explorer": "^0.9.0"
3333
},
3434
"peerDependencies": {
35-
"@graphiql/react": "^0.20.3",
35+
"@graphiql/react": "^0.20.4",
3636
"graphql": "^15.5.0 || ^16.0.0",
3737
"react": "^16.8.0 || ^17 || ^18",
3838
"react-dom": "^16.8.0 || ^17 || ^18"
3939
},
4040
"devDependencies": {
41-
"@graphiql/react": "^0.20.3",
41+
"@graphiql/react": "^0.20.4",
4242
"@vitejs/plugin-react": "^4.0.1",
4343
"graphql": "^16.8.1",
4444
"react": "^18.2.0",

‎packages/graphiql-react/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @graphiql/react
22

3+
## 0.20.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`fc7de5a7`](https://github.com/graphql/graphiql/commit/fc7de5a75f4b23dd62dd630b705895b5fa5d0a03)]:
8+
- codemirror-graphql@2.0.11
9+
310
## 0.20.3
411

512
### Patch Changes

‎packages/graphiql-react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphiql/react",
3-
"version": "0.20.3",
3+
"version": "0.20.4",
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.0.10",
60+
"codemirror-graphql": "^2.0.11",
6161
"copy-to-clipboard": "^3.2.0",
6262
"framer-motion": "^6.5.1",
6363
"graphql-language-service": "^5.2.0",

‎packages/graphiql/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 3.1.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @graphiql/react@0.20.4
9+
310
## 3.1.1
411

512
### Patch Changes

‎packages/graphiql/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphiql",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"description": "An graphical interactive in-browser GraphQL IDE.",
55
"contributors": [
66
"Hyohyeon Jeong <asiandrummer@fb.com>",
@@ -47,7 +47,7 @@
4747
"webpack": "webpack-cli --config resources/webpack.config.js"
4848
},
4949
"dependencies": {
50-
"@graphiql/react": "^0.20.3",
50+
"@graphiql/react": "^0.20.4",
5151
"@graphiql/toolkit": "^0.9.1",
5252
"graphql-language-service": "^5.2.0",
5353
"markdown-it": "^12.2.0"

0 commit comments

Comments
 (0)
Please sign in to comment.