Skip to content

Commit 7c69c17

Browse files
Version Packages
1 parent 21fbd2d commit 7c69c17

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
lines changed

.changeset/lovely-cycles-call.md

Lines changed: 0 additions & 5 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.4.1
4+
5+
### Patch Changes
6+
7+
- [`dec207e7`](https://github.com/graphql/graphiql/commit/dec207e74f0506db069482cc30f8cd1f045d8107) [#2017](https://github.com/graphql/graphiql/pull/2017) Thanks [@acao](https://github.com/acao)! - graphql-ws is now a peerDependency. It supports ~4.5.0 to the latest graphql-ws@5.5.5 and beyond. we suggest using the latest version!
8+
39
## 0.4.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.4.0",
3+
"version": "0.4.1",
44
"description": "Utility to build a fetcher for GraphiQL",
55
"contributors": [
66
"Rikki Schulte <rikki.schulte@gmail.com> (https://rikki.dev)"

packages/graphiql/CHANGELOG.md

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

3+
## 1.5.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`dec207e7`](https://github.com/graphql/graphiql/commit/dec207e74f0506db069482cc30f8cd1f045d8107)]:
8+
- @graphiql/toolkit@0.4.1
9+
310
## 1.5.1
411

512
### 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.5.1",
3+
"version": "1.5.2",
44
"description": "An graphical interactive in-browser GraphQL IDE.",
55
"contributors": [
66
"Hyohyeon Jeong <asiandrummer@fb.com>",
@@ -43,7 +43,7 @@
4343
"webpack": "webpack --config resources/webpack.config.js"
4444
},
4545
"dependencies": {
46-
"@graphiql/toolkit": "^0.4.0",
46+
"@graphiql/toolkit": "^0.4.1",
4747
"codemirror": "^5.58.2",
4848
"codemirror-graphql": "^1.1.0",
4949
"copy-to-clipboard": "^3.2.0",

0 commit comments

Comments
 (0)