Skip to content

Commit 119775e

Browse files
authored
fix: revert bad release (#3350)
1 parent 1dd51f1 commit 119775e

File tree

5 files changed

+8
-18
lines changed

5 files changed

+8
-18
lines changed

.changeset/pink-mails-occur.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@graphiql/plugin-explorer': patch
3+
'@graphiql/plugin-code-exporter': patch
4+
---
5+
6+
handle null editor in explorer plugin [(PR)](https://github.com/graphql/graphiql/pull/3340)

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

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

3-
## 1.0.0
4-
5-
### Patch Changes
6-
7-
- Updated dependencies [[`9a38de29`](https://github.com/graphql/graphiql/commit/9a38de29fddf174ba9e793ac5852407537244f87)]:
8-
- @graphiql/react@0.19.0
9-
103
## 0.3.0
114

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

packages/graphiql-plugin-explorer/CHANGELOG.md

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

3-
## 1.0.0
4-
5-
### Patch Changes
6-
7-
- [#3340](https://github.com/graphql/graphiql/pull/3340) [`59a898c0`](https://github.com/graphql/graphiql/commit/59a898c0ac5c7c78a4b81bb5d520bf18e10c880a) Thanks [@acao](https://github.com/acao)! - handle null editor in explorer plugin
8-
9-
- Updated dependencies [[`9a38de29`](https://github.com/graphql/graphiql/commit/9a38de29fddf174ba9e793ac5852407537244f87)]:
10-
- @graphiql/react@0.19.0
11-
123
## 0.3.0
134

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

0 commit comments

Comments
 (0)