Skip to content

Commit 8577c7e

Browse files
Version Packages (#1991)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 62e786b commit 8577c7e

File tree

5 files changed

+18
-9
lines changed

5 files changed

+18
-9
lines changed

.changeset/blue-eggs-tease.md

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

packages/graphiql-toolkit/CHANGELOG.md

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

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- [`62e786b5`](https://github.com/graphql/graphiql/commit/62e786b57cc5748eccac59814dfc8ecd0104c748) [#1990](https://github.com/graphql/graphiql/pull/1990) Thanks [@acao](https://github.com/acao)! - Remove type definition from `subscriptions-transport-ws`
8+
39
## 0.3.0
410

511
### Minor Changes

packages/graphiql-toolkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphiql/toolkit",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Utility to build a fetcher for GraphiQL",
55
"contributors": [
66
"Rikki Schulte <[email protected]> (https://rikki.dev)"

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+
## 1.4.4
4+
5+
### Patch Changes
6+
7+
- [`62e786b5`](https://github.com/graphql/graphiql/commit/62e786b57cc5748eccac59814dfc8ecd0104c748) [#1990](https://github.com/graphql/graphiql/pull/1990) Thanks [@acao](https://github.com/acao)! - Remove type definition from `subscriptions-transport-ws`
8+
9+
- Updated dependencies [[`62e786b5`](https://github.com/graphql/graphiql/commit/62e786b57cc5748eccac59814dfc8ecd0104c748)]:
10+
- @graphiql/toolkit@0.3.1
11+
312
## 1.4.3
413

514
### Patch Changes

packages/graphiql/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphiql",
3-
"version": "1.4.3",
3+
"version": "1.4.4",
44
"description": "An graphical interactive in-browser GraphQL IDE.",
55
"contributors": [
66
"Hyohyeon Jeong <[email protected]>",
@@ -43,7 +43,7 @@
4343
"webpack": "webpack --config resources/webpack.config.js"
4444
},
4545
"dependencies": {
46-
"@graphiql/toolkit": "^0.3.0",
46+
"@graphiql/toolkit": "^0.3.1",
4747
"codemirror": "^5.58.2",
4848
"codemirror-graphql": "^1.0.0",
4949
"copy-to-clipboard": "^3.2.0",

0 commit comments

Comments
 (0)