Skip to content

Commit 40bbd61

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

File tree

11 files changed

+46
-24
lines changed

11 files changed

+46
-24
lines changed

.changeset/empty-lobsters-breathe.md

-5
This file was deleted.

.changeset/pink-singers-glow.md

-6
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": "^3.1.0",
13-
"@graphiql/plugin-explorer": "^3.2.0",
12+
"@graphiql/plugin-code-exporter": "^3.1.1",
13+
"@graphiql/plugin-explorer": "^3.2.1",
1414
"@graphiql/toolkit": "^0.10.0",
15-
"@graphiql/react": "^0.24.0",
16-
"graphiql": "^3.5.0",
15+
"@graphiql/react": "^0.25.0",
16+
"graphiql": "^3.6.0",
1717
"graphql": "^16.8.1",
1818
"graphql-ws": "^5.5.5",
1919
"react": "^18.2.0",

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+
## 3.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`7404e8e`](https://github.com/graphql/graphiql/commit/7404e8e6c62b06107f452142493297ec70f1649c)]:
8+
- @graphiql/react@0.25.0
9+
310
## 3.1.0
411

512
### Minor 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": "3.1.0",
3+
"version": "3.1.1",
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.24.0",
36+
"@graphiql/react": "^0.25.0",
3737
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0-alpha.2",
3838
"react": "^16.8.0 || ^17 || ^18",
3939
"react-dom": "^16.8.0 || ^17 || ^18"
4040
},
4141
"devDependencies": {
42-
"@graphiql/react": "^0.24.0",
42+
"@graphiql/react": "^0.25.0",
4343
"@vitejs/plugin-react": "^4.3.1",
4444
"graphql": "^17.0.0-alpha.7",
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+
## 3.2.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`7404e8e`](https://github.com/graphql/graphiql/commit/7404e8e6c62b06107f452142493297ec70f1649c)]:
8+
- @graphiql/react@0.25.0
9+
310
## 3.2.0
411

512
### Minor 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": "3.2.0",
3+
"version": "3.2.1",
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.24.0",
35+
"@graphiql/react": "^0.25.0",
3636
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0-alpha.2",
3737
"react": "^16.8.0 || ^17 || ^18",
3838
"react-dom": "^16.8.0 || ^17 || ^18"
3939
},
4040
"devDependencies": {
41-
"@graphiql/react": "^0.24.0",
41+
"@graphiql/react": "^0.25.0",
4242
"@vitejs/plugin-react": "^4.3.1",
4343
"graphql": "^17.0.0-alpha.7",
4444
"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.25.0
4+
5+
### Minor Changes
6+
7+
- [#3532](https://github.com/graphql/graphiql/pull/3532) [`7404e8e`](https://github.com/graphql/graphiql/commit/7404e8e6c62b06107f452142493297ec70f1649c) Thanks [@Cr4xy](https://github.com/Cr4xy)! - Add webp support to graphiql results image-preview
8+
39
## 0.24.0
410

511
### Minor 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.24.0",
3+
"version": "0.25.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/graphql/graphiql",

packages/graphiql/CHANGELOG.md

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

3+
## 3.6.0
4+
5+
### Minor Changes
6+
7+
- [#3563](https://github.com/graphql/graphiql/pull/3563) [`4fb231f`](https://github.com/graphql/graphiql/commit/4fb231fb9619544974d81be9a2e7d92e37ab7426) Thanks [@klippx](https://github.com/klippx)! - Add new prop `confirmCloseTab` to allow control of closing tabs
8+
9+
- [#3532](https://github.com/graphql/graphiql/pull/3532) [`7404e8e`](https://github.com/graphql/graphiql/commit/7404e8e6c62b06107f452142493297ec70f1649c) Thanks [@Cr4xy](https://github.com/Cr4xy)! - Add webp support to graphiql results image-preview
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [[`7404e8e`](https://github.com/graphql/graphiql/commit/7404e8e6c62b06107f452142493297ec70f1649c)]:
14+
- @graphiql/react@0.25.0
15+
316
## 3.5.0
417

518
### Minor 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.5.0",
3+
"version": "3.6.0",
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.24.0"
50+
"@graphiql/react": "^0.25.0"
5151
},
5252
"peerDependencies": {
5353
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0-alpha.2",

0 commit comments

Comments
 (0)