Skip to content

Commit f302c85

Browse files
Version Packages (#2756)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 674bf3f commit f302c85

14 files changed

Lines changed: 54 additions & 36 deletions

File tree

.changeset/fair-gifts-smell.md

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

.changeset/sweet-terms-fold.md

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

.changeset/twenty-walls-drive.md

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

.changeset/violet-mangos-explain.md

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

examples/graphiql-webpack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"start": "cross-env NODE_ENV=development webpack-dev-server"
1010
},
1111
"dependencies": {
12-
"@graphiql/toolkit": "^0.7.2",
13-
"graphiql": "^2.0.5",
12+
"@graphiql/toolkit": "^0.7.3",
13+
"graphiql": "^2.0.6",
1414
"graphql": "^16.4.0",
1515
"graphql-ws": "^5.5.5",
1616
"react": "^17.0.2"

examples/monaco-graphql-react-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"version": "0.0.0",
55
"dependencies": {
6-
"@graphiql/toolkit": "^0.7.2",
6+
"@graphiql/toolkit": "^0.7.3",
77
"graphql-language-service": "^5.1.0",
88
"monaco-graphql": "^1.1.3",
99
"react": "^17.0.2",

packages/graphiql-plugin-explorer/CHANGELOG.md

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

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- [#2735](https://github.com/graphql/graphiql/pull/2735) [`ca067d88`](https://github.com/graphql/graphiql/commit/ca067d88148c5d221d196790a997ad599038fad1) Thanks [@thomasheyenbrock](https://github.com/thomasheyenbrock)! - Use the new CSS variables for color alpha values defined in `@graphiql/react` in style definitions
8+
9+
* [#2757](https://github.com/graphql/graphiql/pull/2757) [`32a70065`](https://github.com/graphql/graphiql/commit/32a70065434eaa7733e28cda0ea0e7d51952e62a) Thanks [@thomasheyenbrock](https://github.com/thomasheyenbrock)! - Use different colors for field names and argument names
10+
11+
* Updated dependencies [[`ca067d88`](https://github.com/graphql/graphiql/commit/ca067d88148c5d221d196790a997ad599038fad1), [`32a70065`](https://github.com/graphql/graphiql/commit/32a70065434eaa7733e28cda0ea0e7d51952e62a)]:
12+
- @graphiql/react@0.13.0
13+
314
## 0.1.2
415

516
### Patch Changes

packages/graphiql-plugin-explorer/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-explorer",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/graphql/graphiql",
@@ -28,7 +28,7 @@
2828
"preview": "vite preview"
2929
},
3030
"dependencies": {
31-
"@graphiql/react": "^0.12.1",
31+
"@graphiql/react": "^0.13.0",
3232
"graphiql-explorer": "^0.9.0"
3333
},
3434
"peerDependencies": {

packages/graphiql-react/CHANGELOG.md

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

3+
## 0.13.0
4+
5+
### Minor Changes
6+
7+
- [#2735](https://github.com/graphql/graphiql/pull/2735) [`ca067d88`](https://github.com/graphql/graphiql/commit/ca067d88148c5d221d196790a997ad599038fad1) Thanks [@thomasheyenbrock](https://github.com/thomasheyenbrock)! - Add CSS variables for color alpha values:
8+
- `--alpha-secondary`: A color for supplementary text that should be read but not be the main focus
9+
- `--alpha-tertiary`: A color for supplementary text which is optional to read, i.e. the UI would function without the user reading this text
10+
- `--alpha-background-light`, `--alpha-background-medium` and `--alpha-background-heavy`: Three alpha values used for backgrounds and borders that have different intensity
11+
12+
### Patch Changes
13+
14+
- [#2757](https://github.com/graphql/graphiql/pull/2757) [`32a70065`](https://github.com/graphql/graphiql/commit/32a70065434eaa7733e28cda0ea0e7d51952e62a) Thanks [@thomasheyenbrock](https://github.com/thomasheyenbrock)! - Use different colors for field names and argument names
15+
16+
- Updated dependencies [[`674bf3f8`](https://github.com/graphql/graphiql/commit/674bf3f8ff321dfb8471b0f6e5419bb77ddc94af)]:
17+
- @graphiql/toolkit@0.7.3
18+
319
## 0.12.1
420

521
### Patch Changes

packages/graphiql-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphiql/react",
3-
"version": "0.12.1",
3+
"version": "0.13.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/graphql/graphiql",
@@ -36,7 +36,7 @@
3636
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
3737
},
3838
"dependencies": {
39-
"@graphiql/toolkit": "^0.7.2",
39+
"@graphiql/toolkit": "^0.7.3",
4040
"@reach/combobox": "^0.17.0",
4141
"@reach/dialog": "^0.17.0",
4242
"@reach/listbox": "^0.17.0",

0 commit comments

Comments
 (0)