Skip to content

Commit 26cd829

Browse files
Version Packages (#3731)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 640b44f commit 26cd829

File tree

11 files changed

+68
-35
lines changed

11 files changed

+68
-35
lines changed

.changeset/brown-tigers-nail.md

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

.changeset/orange-cars-glow.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": "^3.1.1",
13-
"@graphiql/plugin-explorer": "^3.2.1",
12+
"@graphiql/plugin-code-exporter": "^3.1.2",
13+
"@graphiql/plugin-explorer": "^3.2.2",
1414
"@graphiql/toolkit": "^0.10.0",
15-
"@graphiql/react": "^0.25.0",
16-
"graphiql": "^3.6.0",
15+
"@graphiql/react": "^0.26.0",
16+
"graphiql": "^3.7.0",
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.1.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`959ed21`](https://github.com/graphql/graphiql/commit/959ed21815682fc439f64d78e23e603a8f313a6f), [`9aef83a`](https://github.com/graphql/graphiql/commit/9aef83a32aeb5f193a3ff0f191c95d09eb0d70b6)]:
8+
- @graphiql/react@0.26.0
9+
310
## 3.1.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": "3.1.1",
3+
"version": "3.1.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.25.0",
36+
"@graphiql/react": "^0.26.0",
3737
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0-alpha.2",
3838
"react": "^16.8.0 || ^17 || ^18",
3939
"react-dom": "^16.8.0 || ^17 || ^18"
4040
},
4141
"devDependencies": {
42-
"@graphiql/react": "^0.25.0",
42+
"@graphiql/react": "^0.26.0",
4343
"@vitejs/plugin-react": "^4.3.1",
4444
"graphql": "^17.0.0-alpha.7",
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.2.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`959ed21`](https://github.com/graphql/graphiql/commit/959ed21815682fc439f64d78e23e603a8f313a6f), [`9aef83a`](https://github.com/graphql/graphiql/commit/9aef83a32aeb5f193a3ff0f191c95d09eb0d70b6)]:
8+
- @graphiql/react@0.26.0
9+
310
## 3.2.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": "3.2.1",
3+
"version": "3.2.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.25.0",
35+
"@graphiql/react": "^0.26.0",
3636
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0-alpha.2",
3737
"react": "^16.8.0 || ^17 || ^18",
3838
"react-dom": "^16.8.0 || ^17 || ^18"
3939
},
4040
"devDependencies": {
41-
"@graphiql/react": "^0.25.0",
41+
"@graphiql/react": "^0.26.0",
4242
"@vitejs/plugin-react": "^4.3.1",
4343
"graphql": "^17.0.0-alpha.7",
4444
"react": "^18.2.0",

packages/graphiql-react/CHANGELOG.md

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

3+
## 0.26.0
4+
5+
### Minor Changes
6+
7+
- [#3619](https://github.com/graphql/graphiql/pull/3619) [`9aef83a`](https://github.com/graphql/graphiql/commit/9aef83a32aeb5f193a3ff0f191c95d09eb0d70b6) Thanks [@Yahkob](https://github.com/Yahkob)! - add new prop `defaultTheme` to set the default color preference theme
8+
9+
### Patch Changes
10+
11+
- [#3441](https://github.com/graphql/graphiql/pull/3441) [`959ed21`](https://github.com/graphql/graphiql/commit/959ed21815682fc439f64d78e23e603a8f313a6f) Thanks [@cimdalli](https://github.com/cimdalli)! - fix: set query editor to `defaultQuery` while adding a new tab or GraphiQL's default query
12+
13+
```graphql
14+
# Welcome to GraphiQL
15+
#
16+
# GraphiQL is an in-browser tool for writing, validating, and
17+
# testing GraphQL queries.
18+
19+
...
20+
```
21+
322
## 0.25.0
423

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

packages/graphiql/CHANGELOG.md

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

3+
## 3.7.0
4+
5+
### Minor Changes
6+
7+
- [#3619](https://github.com/graphql/graphiql/pull/3619) [`9aef83a`](https://github.com/graphql/graphiql/commit/9aef83a32aeb5f193a3ff0f191c95d09eb0d70b6) Thanks [@Yahkob](https://github.com/Yahkob)! - add new prop `defaultTheme` to set the default color preference theme
8+
9+
### Patch Changes
10+
11+
- [#3441](https://github.com/graphql/graphiql/pull/3441) [`959ed21`](https://github.com/graphql/graphiql/commit/959ed21815682fc439f64d78e23e603a8f313a6f) Thanks [@cimdalli](https://github.com/cimdalli)! - fix: set query editor to `defaultQuery` while adding a new tab or GraphiQL's default query
12+
13+
```graphql
14+
# Welcome to GraphiQL
15+
#
16+
# GraphiQL is an in-browser tool for writing, validating, and
17+
# testing GraphQL queries.
18+
19+
...
20+
```
21+
22+
- Updated dependencies [[`959ed21`](https://github.com/graphql/graphiql/commit/959ed21815682fc439f64d78e23e603a8f313a6f), [`9aef83a`](https://github.com/graphql/graphiql/commit/9aef83a32aeb5f193a3ff0f191c95d09eb0d70b6)]:
23+
- @graphiql/react@0.26.0
24+
325
## 3.6.0
426

527
### Minor Changes

0 commit comments

Comments
 (0)