Skip to content

Commit 4d6addb

Browse files
Version Packages (#3351)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 119775e commit 4d6addb

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

.changeset/pink-mails-occur.md

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

packages/graphiql-plugin-code-exporter/CHANGELOG.md

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

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- [#3350](https://github.com/graphql/graphiql/pull/3350) [`119775ed`](https://github.com/graphql/graphiql/commit/119775ed191ce075532a6e85cbfeac2364c0ba40) Thanks [@acao](https://github.com/acao)! - handle null editor in explorer plugin [(PR)](https://github.com/graphql/graphiql/pull/3340)
8+
39
## 0.3.0
410

511
### Minor Changes

packages/graphiql-plugin-code-exporter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphiql/plugin-code-exporter",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/graphql/graphiql",

packages/graphiql-plugin-explorer/CHANGELOG.md

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

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- [#3350](https://github.com/graphql/graphiql/pull/3350) [`119775ed`](https://github.com/graphql/graphiql/commit/119775ed191ce075532a6e85cbfeac2364c0ba40) Thanks [@acao](https://github.com/acao)! - handle null editor in explorer plugin [(PR)](https://github.com/graphql/graphiql/pull/3340)
8+
39
## 0.3.0
410

511
### Minor Changes

packages/graphiql-plugin-explorer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphiql/plugin-explorer",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/graphql/graphiql",

0 commit comments

Comments
 (0)