Skip to content

Commit cd5f723

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

File tree

10 files changed

+40
-18
lines changed

10 files changed

+40
-18
lines changed

.changeset/four-dogs-swim.md

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

examples/graphiql-webpack/package.json

Lines changed: 4 additions & 4 deletions
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": "^3.1.2",
13-
"@graphiql/plugin-explorer": "^3.2.2",
12+
"@graphiql/plugin-code-exporter": "^3.1.3",
13+
"@graphiql/plugin-explorer": "^3.2.3",
1414
"@graphiql/toolkit": "^0.11.0",
15-
"@graphiql/react": "^0.26.2",
16-
"graphiql": "^3.7.1",
15+
"@graphiql/react": "^0.27.0",
16+
"graphiql": "^3.7.2",
1717
"graphql": "^16.9.0",
1818
"graphql-ws": "^5.5.5",
1919
"react": "^18.2.0",

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @graphiql/plugin-code-exporter
22

3+
## 3.1.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f86e2bc`](https://github.com/graphql/graphiql/commit/f86e2bce40826b3d07755f91b37a72051de00f9c)]:
8+
- @graphiql/react@0.27.0
9+
310
## 3.1.2
411

512
### Patch Changes

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphiql/plugin-code-exporter",
3-
"version": "3.1.2",
3+
"version": "3.1.3",
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.26.0",
36+
"@graphiql/react": "^0.27.0",
3737
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0",
3838
"react": "^16.8.0 || ^17 || ^18",
3939
"react-dom": "^16.8.0 || ^17 || ^18"
4040
},
4141
"devDependencies": {
42-
"@graphiql/react": "^0.26.0",
42+
"@graphiql/react": "^0.27.0",
4343
"@vitejs/plugin-react": "^4.3.1",
4444
"graphql": "^16.9.0",
4545
"postcss-nesting": "^10.1.7",

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+
## 3.2.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f86e2bc`](https://github.com/graphql/graphiql/commit/f86e2bce40826b3d07755f91b37a72051de00f9c)]:
8+
- @graphiql/react@0.27.0
9+
310
## 3.2.2
411

512
### Patch Changes

packages/graphiql-plugin-explorer/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphiql/plugin-explorer",
3-
"version": "3.2.2",
3+
"version": "3.2.3",
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.26.0",
35+
"@graphiql/react": "^0.27.0",
3636
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0",
3737
"react": "^16.8.0 || ^17 || ^18",
3838
"react-dom": "^16.8.0 || ^17 || ^18"
3939
},
4040
"devDependencies": {
41-
"@graphiql/react": "^0.26.0",
41+
"@graphiql/react": "^0.27.0",
4242
"@vitejs/plugin-react": "^4.3.1",
4343
"graphql": "^16.9.0",
4444
"react": "^18.2.0",

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.27.0
4+
5+
### Minor Changes
6+
7+
- [#3806](https://github.com/graphql/graphiql/pull/3806) [`f86e2bc`](https://github.com/graphql/graphiql/commit/f86e2bce40826b3d07755f91b37a72051de00f9c) Thanks [@simmerer](https://github.com/simmerer)! - Fix: removed deprecated usage of Fn.prototype.caller
8+
39
## 0.26.2
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.26.2",
3+
"version": "0.27.0",
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+
## 3.7.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f86e2bc`](https://github.com/graphql/graphiql/commit/f86e2bce40826b3d07755f91b37a72051de00f9c)]:
8+
- @graphiql/react@0.27.0
9+
310
## 3.7.1
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": "3.7.1",
3+
"version": "3.7.2",
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.2"
50+
"@graphiql/react": "^0.27.0"
5151
},
5252
"peerDependencies": {
5353
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0",

0 commit comments

Comments
 (0)