Skip to content

Commit e1ee54e

Browse files
github-actions[bot]acao
authored andcommitted
Version Packages
1 parent 8468a3b commit e1ee54e

File tree

10 files changed

+40
-18
lines changed

10 files changed

+40
-18
lines changed

.changeset/stale-gifts-promise.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": "^1.0.1",
13-
"@graphiql/plugin-explorer": "^1.0.1",
12+
"@graphiql/plugin-code-exporter": "^1.0.2",
13+
"@graphiql/plugin-explorer": "^1.0.2",
1414
"@graphiql/toolkit": "^0.9.1",
15-
"@graphiql/react": "^0.20.1",
16-
"graphiql": "^3.0.8",
15+
"@graphiql/react": "^0.20.2",
16+
"graphiql": "^3.0.9",
1717
"graphql": "^16.4.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+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e89c432d`](https://github.com/graphql/graphiql/commit/e89c432d8d2b91f087b683360f23e0686462bc02)]:
8+
- @graphiql/react@0.20.2
9+
310
## 1.0.1
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": "1.0.1",
3+
"version": "1.0.2",
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.20.1",
36+
"@graphiql/react": "^0.20.2",
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.20.1",
42+
"@graphiql/react": "^0.20.2",
4343
"@vitejs/plugin-react": "^4.0.1",
4444
"graphql": "^16.4.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+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e89c432d`](https://github.com/graphql/graphiql/commit/e89c432d8d2b91f087b683360f23e0686462bc02)]:
8+
- @graphiql/react@0.20.2
9+
310
## 1.0.1
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": "1.0.1",
3+
"version": "1.0.2",
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.20.1",
35+
"@graphiql/react": "^0.20.2",
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.20.1",
41+
"@graphiql/react": "^0.20.2",
4242
"@vitejs/plugin-react": "^4.0.1",
4343
"graphql": "^16.4.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.20.2
4+
5+
### Patch Changes
6+
7+
- [#3447](https://github.com/graphql/graphiql/pull/3447) [`e89c432d`](https://github.com/graphql/graphiql/commit/e89c432d8d2b91f087b683360f23e0686462bc02) Thanks [@acao](https://github.com/acao)! - Remove initialState for new hooks, add `additionalComponent` to toolbar to allow buttons to use context
8+
39
## 0.20.1
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.20.1",
3+
"version": "0.20.2",
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.0.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e89c432d`](https://github.com/graphql/graphiql/commit/e89c432d8d2b91f087b683360f23e0686462bc02)]:
8+
- @graphiql/react@0.20.2
9+
310
## 3.0.8
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.0.8",
3+
"version": "3.0.9",
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.20.1",
50+
"@graphiql/react": "^0.20.2",
5151
"@graphiql/toolkit": "^0.9.1",
5252
"graphql-language-service": "^5.2.0",
5353
"markdown-it": "^12.2.0"

0 commit comments

Comments
 (0)