Skip to content

Commit 9049e79

Browse files
github-actions[bot]acao
authored andcommitted
Version Packages
1 parent 4c93b8f commit 9049e79

File tree

10 files changed

+53
-24
lines changed

10 files changed

+53
-24
lines changed

.changeset/sour-maps-ring.md

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

examples/graphiql-webpack/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"start": "NODE_ENV=development webpack-dev-server"
1010
},
1111
"dependencies": {
12-
"@graphiql/plugin-code-exporter": "^0.3.3",
13-
"@graphiql/plugin-explorer": "^0.3.3",
12+
"@graphiql/plugin-code-exporter": "^0.3.4",
13+
"@graphiql/plugin-explorer": "^0.3.4",
1414
"@graphiql/toolkit": "^0.9.1",
15-
"graphiql": "^3.0.4",
15+
"graphiql": "^3.0.5",
1616
"graphql": "^16.4.0",
1717
"graphql-ws": "^5.5.5",
1818
"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+
## 0.3.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2348641c`](https://github.com/graphql/graphiql/commit/2348641c07748691c478ac5f67032b7e9081f9cb)]:
8+
- @graphiql/react@0.19.3
9+
310
## 0.3.3
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": "0.3.3",
3+
"version": "0.3.4",
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.19.2",
36+
"@graphiql/react": "^0.19.3",
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.19.2",
42+
"@graphiql/react": "^0.19.3",
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+
## 0.3.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2348641c`](https://github.com/graphql/graphiql/commit/2348641c07748691c478ac5f67032b7e9081f9cb)]:
8+
- @graphiql/react@0.19.3
9+
310
## 0.3.3
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": "0.3.3",
3+
"version": "0.3.4",
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.19.2",
35+
"@graphiql/react": "^0.19.3",
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.19.2",
41+
"@graphiql/react": "^0.19.3",
4242
"@vitejs/plugin-react": "^4.0.1",
4343
"graphql": "^16.4.0",
4444
"react": "^18.2.0",

packages/graphiql-react/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @graphiql/react
22

3+
## 0.19.3
4+
5+
### Patch Changes
6+
7+
- [#3371](https://github.com/graphql/graphiql/pull/3371) [`2348641c`](https://github.com/graphql/graphiql/commit/2348641c07748691c478ac5f67032b7e9081f9cb) Thanks [@acao](https://github.com/acao)! - Solves #2825, an old bug where new tabs were created on every refresh
8+
9+
the bug occurred when:
10+
11+
1. `shouldPersistHeaders` is not set to true
12+
2. `headers` or `defaultHeaders` are provided as props
13+
3. the user refreshes the browser
14+
315
## 0.19.2
416

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

packages/graphiql/CHANGELOG.md

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

3+
## 3.0.5
4+
5+
### Patch Changes
6+
7+
- [#3371](https://github.com/graphql/graphiql/pull/3371) [`2348641c`](https://github.com/graphql/graphiql/commit/2348641c07748691c478ac5f67032b7e9081f9cb) Thanks [@acao](https://github.com/acao)! - Solves #2825, an old bug where new tabs were created on every refresh
8+
9+
the bug occurred when:
10+
11+
1. `shouldPersistHeaders` is not set to true
12+
2. `headers` or `defaultHeaders` are provided as props
13+
3. the user refreshes the browser
14+
15+
- Updated dependencies [[`2348641c`](https://github.com/graphql/graphiql/commit/2348641c07748691c478ac5f67032b7e9081f9cb)]:
16+
- @graphiql/react@0.19.3
17+
318
## 3.0.4
419

520
### 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.4",
3+
"version": "3.0.5",
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.19.2",
50+
"@graphiql/react": "^0.19.3",
5151
"@graphiql/toolkit": "^0.9.1",
5252
"graphql-language-service": "^5.1.7",
5353
"markdown-it": "^12.2.0"

0 commit comments

Comments
 (0)