Skip to content

Commit e3ca774

Browse files
Version Packages (#3598)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 224b43f commit e3ca774

File tree

10 files changed

+40
-18
lines changed

10 files changed

+40
-18
lines changed

.changeset/twenty-chicken-shout.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.0.0",
13-
"@graphiql/plugin-explorer": "^3.0.0",
12+
"@graphiql/plugin-code-exporter": "^3.0.1",
13+
"@graphiql/plugin-explorer": "^3.0.1",
1414
"@graphiql/toolkit": "^0.9.1",
15-
"@graphiql/react": "^0.22.0",
16-
"graphiql": "^3.2.1",
15+
"@graphiql/react": "^0.22.1",
16+
"graphiql": "^3.2.2",
1717
"graphql": "^16.8.1",
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.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`224b43f5`](https://github.com/graphql/graphiql/commit/224b43f5473456f264a82998d48a34a441537f54)]:
8+
- @graphiql/react@0.22.1
9+
310
## 3.0.0
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.0.0",
3+
"version": "3.0.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.22.0",
36+
"@graphiql/react": "^0.22.1",
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.22.0",
42+
"@graphiql/react": "^0.22.1",
4343
"@vitejs/plugin-react": "^4.0.1",
4444
"graphql": "^16.8.1",
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.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`224b43f5`](https://github.com/graphql/graphiql/commit/224b43f5473456f264a82998d48a34a441537f54)]:
8+
- @graphiql/react@0.22.1
9+
310
## 3.0.0
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.0.0",
3+
"version": "3.0.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.22.0",
35+
"@graphiql/react": "^0.22.1",
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.22.0",
41+
"@graphiql/react": "^0.22.1",
4242
"@vitejs/plugin-react": "^4.0.1",
4343
"graphql": "^16.8.1",
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.22.1
4+
5+
### Patch Changes
6+
7+
- [#3597](https://github.com/graphql/graphiql/pull/3597) [`224b43f5`](https://github.com/graphql/graphiql/commit/224b43f5473456f264a82998d48a34a441537f54) Thanks [@thomasheyenbrock](https://github.com/thomasheyenbrock)! - Fix TypeScript type of the `label` prop of the `Tooltip` component
8+
39
## 0.22.0
410

511
### Minor 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.22.0",
3+
"version": "0.22.1",
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.2.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`224b43f5`](https://github.com/graphql/graphiql/commit/224b43f5473456f264a82998d48a34a441537f54)]:
8+
- @graphiql/react@0.22.1
9+
310
## 3.2.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.2.1",
3+
"version": "3.2.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.22.0",
50+
"@graphiql/react": "^0.22.1",
5151
"@graphiql/toolkit": "^0.9.1",
5252
"graphql-language-service": "^5.2.0",
5353
"markdown-it": "^14.1.0"

0 commit comments

Comments
 (0)