Skip to content

Commit 8769e95

Browse files
Version Packages (#3934)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 69ad489 commit 8769e95

File tree

21 files changed

+87
-56
lines changed

21 files changed

+87
-56
lines changed

.changeset/cyan-moles-retire.md

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

.changeset/early-camels-protect.md

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

.changeset/empty-dingos-suffer.md

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

.changeset/five-wasps-rule.md

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

.changeset/flat-beers-help.md

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

.changeset/fuzzy-wolves-compete.md

Lines changed: 0 additions & 6 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": "^4.0.2",
13-
"@graphiql/plugin-explorer": "^4.0.2",
12+
"@graphiql/plugin-code-exporter": "^4.0.3",
13+
"@graphiql/plugin-explorer": "^4.0.3",
1414
"@graphiql/toolkit": "^0.11.2",
15-
"@graphiql/react": "^0.32.1",
16-
"graphiql": "^4.0.2",
15+
"@graphiql/react": "^0.32.2",
16+
"graphiql": "^4.0.3",
1717
"graphql": "^16.9.0",
1818
"graphql-ws": "^5.5.5",
1919
"react": "^19.1.0",

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

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

3+
## 4.0.3
4+
5+
### Patch Changes
6+
7+
- [#3939](https://github.com/graphql/graphiql/pull/3939) [`69ad489`](https://github.com/graphql/graphiql/commit/69ad489678d0096432d5c4b1749d87343f4ed1f7) Thanks [@dimaMachina](https://github.com/dimaMachina)! - prefer `React.FC` type when declaring React components
8+
39
## 4.0.2
410

511
### Patch Changes

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphiql/plugin-code-exporter",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"sideEffects": false,
55
"repository": {
66
"type": "git",
@@ -43,7 +43,7 @@
4343
"react-dom": "^18 || ^19"
4444
},
4545
"devDependencies": {
46-
"@graphiql/react": "^0.32.0",
46+
"@graphiql/react": "^0.32.2",
4747
"@vitejs/plugin-react": "^4.4.1",
4848
"graphql": "^16.9.0",
4949
"react": "^19.1.0",

packages/graphiql-plugin-doc-explorer/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @graphiql/plugin-doc-explorer
22

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- [#3939](https://github.com/graphql/graphiql/pull/3939) [`69ad489`](https://github.com/graphql/graphiql/commit/69ad489678d0096432d5c4b1749d87343f4ed1f7) Thanks [@dimaMachina](https://github.com/dimaMachina)! - prefer `React.FC` type when declaring React components
8+
9+
- Updated dependencies [[`2bfbb06`](https://github.com/graphql/graphiql/commit/2bfbb06e416cabc46951a137b61a12a571f0c937), [`69ad489`](https://github.com/graphql/graphiql/commit/69ad489678d0096432d5c4b1749d87343f4ed1f7), [`2500288`](https://github.com/graphql/graphiql/commit/250028863f6eefe4167ff9f9c23168ccf0a85b7b)]:
10+
- @graphiql/react@0.32.2
11+
312
## 0.0.1
413

514
### Patch Changes

0 commit comments

Comments
 (0)