Skip to content

Commit 8411e6c

Browse files
Version Packages (#3674)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6a0a5e5 commit 8411e6c

File tree

8 files changed

+22
-20
lines changed

8 files changed

+22
-20
lines changed

.changeset/loud-cherries-crash.md

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

.changeset/silly-hornets-kiss.md

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

.changeset/six-students-grow.md

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

examples/graphiql-webpack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"@graphiql/plugin-code-exporter": "^3.0.5",
1313
"@graphiql/plugin-explorer": "^3.1.1",
1414
"@graphiql/toolkit": "^0.9.2",
15-
"@graphiql/react": "^0.23.0",
16-
"graphiql": "^3.4.0",
15+
"@graphiql/react": "^0.23.1",
16+
"graphiql": "^3.4.1",
1717
"graphql": "^16.8.1",
1818
"graphql-ws": "^5.5.5",
1919
"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.23.1
4+
5+
### Patch Changes
6+
7+
- [#3552](https://github.com/graphql/graphiql/pull/3552) [`6a0a5e5`](https://github.com/graphql/graphiql/commit/6a0a5e590b7b526af8a66c59a27ec3d0144af572) Thanks [@klippx](https://github.com/klippx)! - do not clear `defaultHeaders` when switching between tabs upon reload
8+
39
## 0.23.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.23.0",
3+
"version": "0.23.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/graphql/graphiql",

packages/graphiql/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## 3.4.1
4+
5+
### Patch Changes
6+
7+
- [#3675](https://github.com/graphql/graphiql/pull/3675) [`676f910`](https://github.com/graphql/graphiql/commit/676f910638eed5177146045d028a74e623884b45) Thanks [@dimaMachina](https://github.com/dimaMachina)! - move `@graphiql/toolkit` to `devDependecies` because umd build is bundled with all dependencies in one file
8+
9+
- [#3655](https://github.com/graphql/graphiql/pull/3655) [`5450e6b`](https://github.com/graphql/graphiql/commit/5450e6b547add41a9dd89145934e79576b5544e6) Thanks [@dimaMachina](https://github.com/dimaMachina)! - remove unused dependencies `graphql-language-service` and `markdown-it`
10+
11+
- Updated dependencies [[`6a0a5e5`](https://github.com/graphql/graphiql/commit/6a0a5e590b7b526af8a66c59a27ec3d0144af572)]:
12+
- @graphiql/react@0.23.1
13+
314
## 3.4.0
415

516
### Minor 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.4.0",
3+
"version": "3.4.1",
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.23.0"
50+
"@graphiql/react": "^0.23.1"
5151
},
5252
"peerDependencies": {
5353
"graphql": "^15.5.0 || ^16.0.0",

0 commit comments

Comments
 (0)