Skip to content

Commit 082da7d

Browse files
Version Packages (#2785)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 644ac1f commit 082da7d

15 files changed

Lines changed: 47 additions & 30 deletions

File tree

.changeset/dull-knives-wonder.md

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

.changeset/selfish-terms-sing.md

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

.changeset/sour-kangaroos-sing.md

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

.changeset/tricky-glasses-try.md

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

examples/graphiql-webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@graphiql/toolkit": "^0.8.0",
13-
"graphiql": "^2.0.8",
13+
"graphiql": "^2.0.9",
1414
"graphql": "^16.4.0",
1515
"graphql-ws": "^5.5.5",
1616
"react": "^17.0.2"

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.1.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`42700076`](https://github.com/graphql/graphiql/commit/4270007671ce52f6c2250739916083611748b657), [`36839800`](https://github.com/graphql/graphiql/commit/36839800de128b05d11c262036c8240390c72a14), [`905f2e5e`](https://github.com/graphql/graphiql/commit/905f2e5ea3f0b304d27ea583e250ed4baff5016e)]:
8+
- @graphiql/react@0.13.3
9+
310
## 0.1.5
411

512
### 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.5",
3+
"version": "0.1.6",
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.13.2",
31+
"@graphiql/react": "^0.13.3",
3232
"graphiql-explorer": "^0.9.0"
3333
},
3434
"peerDependencies": {

packages/graphiql-react/CHANGELOG.md

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

3+
## 0.13.3
4+
5+
### Patch Changes
6+
7+
- [#2791](https://github.com/graphql/graphiql/pull/2791) [`42700076`](https://github.com/graphql/graphiql/commit/4270007671ce52f6c2250739916083611748b657) Thanks [@thomasheyenbrock](https://github.com/thomasheyenbrock)! - Make sure that the info overlay in editors is shown above the vertical scrollbar
8+
9+
* [#2792](https://github.com/graphql/graphiql/pull/2792) [`36839800`](https://github.com/graphql/graphiql/commit/36839800de128b05d11c262036c8240390c72a14) Thanks [@thomasheyenbrock](https://github.com/thomasheyenbrock)! - Avoid resetting visible plugin state when explorer or history context changes
10+
11+
- [#2778](https://github.com/graphql/graphiql/pull/2778) [`905f2e5e`](https://github.com/graphql/graphiql/commit/905f2e5ea3f0b304d27ea583e250ed4baff5016e) Thanks [@jonathanawesome](https://github.com/jonathanawesome)! - Adds a box-model reset for all children of the `.graphiql-container` class. This change facilitated another change to the `--sidebar-width` variable.
12+
313
## 0.13.2
414

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

packages/graphiql/CHANGELOG.md

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

3+
## 2.0.9
4+
5+
### Patch Changes
6+
7+
- [#2778](https://github.com/graphql/graphiql/pull/2778) [`905f2e5e`](https://github.com/graphql/graphiql/commit/905f2e5ea3f0b304d27ea583e250ed4baff5016e) Thanks [@jonathanawesome](https://github.com/jonathanawesome)! - Adds a box-model reset for all children of the `.graphiql-container` class. This change facilitated another change to the `--sidebar-width` variable.
8+
9+
- Updated dependencies [[`42700076`](https://github.com/graphql/graphiql/commit/4270007671ce52f6c2250739916083611748b657), [`36839800`](https://github.com/graphql/graphiql/commit/36839800de128b05d11c262036c8240390c72a14), [`905f2e5e`](https://github.com/graphql/graphiql/commit/905f2e5ea3f0b304d27ea583e250ed4baff5016e)]:
10+
- @graphiql/react@0.13.3
11+
312
## 2.0.8
413

514
### Patch Changes

0 commit comments

Comments
 (0)