Skip to content

Commit 614ff8b

Browse files
Version Packages (#3844)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 16b5698 commit 614ff8b

File tree

6 files changed

+20
-11
lines changed

6 files changed

+20
-11
lines changed

.changeset/friendly-apricots-rest.md

-6
This file was deleted.

examples/graphiql-webpack/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"@graphiql/plugin-code-exporter": "^3.1.4",
1313
"@graphiql/plugin-explorer": "^3.2.5",
1414
"@graphiql/toolkit": "^0.11.1",
15-
"@graphiql/react": "^0.28.1",
16-
"graphiql": "^3.8.2",
15+
"@graphiql/react": "^0.28.2",
16+
"graphiql": "^3.8.3",
1717
"graphql": "^16.9.0",
1818
"graphql-ws": "^5.5.5",
1919
"react": "^18.2.0",

packages/graphiql-react/CHANGELOG.md

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

3+
## 0.28.2
4+
5+
### Patch Changes
6+
7+
- [#3843](https://github.com/graphql/graphiql/pull/3843) [`16b5698`](https://github.com/graphql/graphiql/commit/16b56982ce4de62c850380fe25698c3893551c5a) Thanks [@dimaMachina](https://github.com/dimaMachina)! - fix regression in documentation explorer search when clicking on results in dropdown
8+
39
## 0.28.1
410

511
### Patch Changes

packages/graphiql-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphiql/react",
3-
"version": "0.28.1",
3+
"version": "0.28.2",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/graphql/graphiql",

packages/graphiql/CHANGELOG.md

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

3+
## 3.8.3
4+
5+
### Patch Changes
6+
7+
- [#3843](https://github.com/graphql/graphiql/pull/3843) [`16b5698`](https://github.com/graphql/graphiql/commit/16b56982ce4de62c850380fe25698c3893551c5a) Thanks [@dimaMachina](https://github.com/dimaMachina)! - fix regression in documentation explorer search when clicking on results in dropdown
8+
9+
- Updated dependencies [[`16b5698`](https://github.com/graphql/graphiql/commit/16b56982ce4de62c850380fe25698c3893551c5a)]:
10+
- @graphiql/react@0.28.2
11+
312
## 3.8.2
413

514
### 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.8.2",
3+
"version": "3.8.3",
44
"description": "An graphical interactive in-browser GraphQL IDE.",
55
"contributors": [
66
"Hyohyeon Jeong <[email protected]>",
@@ -48,7 +48,7 @@
4848
"test": "vitest"
4949
},
5050
"dependencies": {
51-
"@graphiql/react": "^0.28.1"
51+
"@graphiql/react": "^0.28.2"
5252
},
5353
"peerDependencies": {
5454
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0",

0 commit comments

Comments
 (0)