Skip to content

Commit aaa43e4

Browse files
Version Packages (#2840)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4e2f7ff commit aaa43e4

8 files changed

Lines changed: 26 additions & 11 deletions

File tree

.changeset/wicked-jars-push.md

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

examples/graphiql-webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@graphiql/toolkit": "^0.8.0",
13-
"graphiql": "^2.0.9",
13+
"graphiql": "^2.0.10",
1414
"graphql": "^16.4.0",
1515
"graphql-ws": "^5.5.5",
1616
"react": "^17.0.2"

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.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4e2f7ff9`](https://github.com/graphql/graphiql/commit/4e2f7ff99c578ceae54a1ae17c02088bd91b89c3)]:
8+
- @graphiql/react@0.13.4
9+
310
## 0.1.6
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.6",
3+
"version": "0.1.7",
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.3",
31+
"@graphiql/react": "^0.13.4",
3232
"graphiql-explorer": "^0.9.0"
3333
},
3434
"peerDependencies": {

packages/graphiql-react/CHANGELOG.md

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

3+
## 0.13.4
4+
5+
### Patch Changes
6+
7+
- [#2824](https://github.com/graphql/graphiql/pull/2824) [`4e2f7ff9`](https://github.com/graphql/graphiql/commit/4e2f7ff99c578ceae54a1ae17c02088bd91b89c3) Thanks [@TheMightyPenguin](https://github.com/TheMightyPenguin)! - fix: prevent key down events when pressing escape to close autocomplete dialogs
8+
39
## 0.13.3
410

511
### Patch Changes

packages/graphiql-react/package.json

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

packages/graphiql/CHANGELOG.md

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

3+
## 2.0.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4e2f7ff9`](https://github.com/graphql/graphiql/commit/4e2f7ff99c578ceae54a1ae17c02088bd91b89c3)]:
8+
- @graphiql/react@0.13.4
9+
310
## 2.0.9
411

512
### Patch 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": "2.0.9",
3+
"version": "2.0.10",
44
"description": "An graphical interactive in-browser GraphQL IDE.",
55
"contributors": [
66
"Hyohyeon Jeong <asiandrummer@fb.com>",
@@ -50,7 +50,7 @@
5050
"webpack": "webpack --config resources/webpack.config.js"
5151
},
5252
"dependencies": {
53-
"@graphiql/react": "^0.13.3",
53+
"@graphiql/react": "^0.13.4",
5454
"@graphiql/toolkit": "^0.8.0",
5555
"entities": "^2.0.0",
5656
"graphql-language-service": "^5.1.0",

0 commit comments

Comments
 (0)