Skip to content

Commit ea47b5b

Browse files
Version Packages
1 parent c02caf2 commit ea47b5b

File tree

5 files changed

+10
-12
lines changed

5 files changed

+10
-12
lines changed

.changeset/loud-cherries-crash.md

-5
This file was deleted.

.changeset/six-students-grow.md

-5
This file was deleted.

examples/graphiql-webpack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@graphiql/plugin-explorer": "^3.1.1",
1414
"@graphiql/toolkit": "^0.9.2",
1515
"@graphiql/react": "^0.23.0",
16-
"graphiql": "^3.4.0",
16+
"graphiql": "^3.4.1",
1717
"graphql": "^16.8.1",
1818
"graphql-ws": "^5.5.5",
1919
"react": "^18.2.0",

packages/graphiql/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 3.4.1
4+
5+
### Patch Changes
6+
7+
- [#3675](https://github.com/graphql/graphiql/pull/3675) [`676f910`](https://github.com/graphql/graphiql/commit/676f910638eed5177146045d028a74e623884b45) Thanks [@dimaMachina](https://github.com/dimaMachina)! - move `@graphiql/toolkit` to `devDependecies` because umd build is bundled with all dependencies in one file
8+
9+
- [#3655](https://github.com/graphql/graphiql/pull/3655) [`5450e6b`](https://github.com/graphql/graphiql/commit/5450e6b547add41a9dd89145934e79576b5544e6) Thanks [@dimaMachina](https://github.com/dimaMachina)! - remove unused dependencies `graphql-language-service` and `markdown-it`
10+
311
## 3.4.0
412

513
### Minor Changes

packages/graphiql/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphiql",
3-
"version": "3.4.0",
3+
"version": "3.4.1",
44
"description": "An graphical interactive in-browser GraphQL IDE.",
55
"contributors": [
66
"Hyohyeon Jeong <[email protected]>",

0 commit comments

Comments
 (0)