Skip to content

Commit efde1a0

Browse files
Version Packages (#3827)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b25d943 commit efde1a0

File tree

9 files changed

+33
-18
lines changed

9 files changed

+33
-18
lines changed

.changeset/silly-nails-double.md

-5
This file was deleted.

.changeset/sour-onions-rhyme.md

-6
This file was deleted.

examples/graphiql-webpack/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"@graphiql/plugin-code-exporter": "^3.1.3",
1313
"@graphiql/plugin-explorer": "^3.2.3",
1414
"@graphiql/toolkit": "^0.11.1",
15-
"@graphiql/react": "^0.27.0",
16-
"graphiql": "^3.7.2",
15+
"@graphiql/react": "^0.27.1",
16+
"graphiql": "^3.8.0",
1717
"graphql": "^16.9.0",
1818
"graphql-ws": "^5.5.5",
1919
"react": "^18.2.0",

packages/codemirror-graphql/CHANGELOG.md

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

3+
## 2.2.0
4+
5+
### Minor Changes
6+
7+
- [#3825](https://github.com/graphql/graphiql/pull/3825) [`7cdcabf`](https://github.com/graphql/graphiql/commit/7cdcabf9d401683e90c995476b187c6f8ea70f63) Thanks [@dimaMachina](https://github.com/dimaMachina)! - migrate `graphiql` from `jest` to `vitest`
8+
39
## 2.1.1
410

511
### Patch Changes

packages/codemirror-graphql/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codemirror-graphql",
3-
"version": "2.1.1",
3+
"version": "2.2.0",
44
"description": "GraphQL mode and helpers for CodeMirror.",
55
"contributors": [
66
"Hyohyeon Jeong <[email protected]>",

packages/graphiql-react/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @graphiql/react
22

3+
## 0.27.1
4+
5+
### Patch Changes
6+
7+
- [#3824](https://github.com/graphql/graphiql/pull/3824) [`72f06bc`](https://github.com/graphql/graphiql/commit/72f06bc52a9bdc0cb146d65861ba7364717bbdf5) Thanks [@dimaMachina](https://github.com/dimaMachina)! - Exclude `codemirror/...` and `codemirror-graphql/...` imports from bundle
8+
9+
- Updated dependencies [[`7cdcabf`](https://github.com/graphql/graphiql/commit/7cdcabf9d401683e90c995476b187c6f8ea70f63)]:
10+
11+
312
## 0.27.0
413

514
### Minor Changes

packages/graphiql-react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphiql/react",
3-
"version": "0.27.0",
3+
"version": "0.27.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/graphql/graphiql",
@@ -57,7 +57,7 @@
5757
"@types/codemirror": "^5.60.8",
5858
"clsx": "^1.2.1",
5959
"codemirror": "^5.65.3",
60-
"codemirror-graphql": "^2.1.1",
60+
"codemirror-graphql": "^2.2.0",
6161
"copy-to-clipboard": "^3.2.0",
6262
"framer-motion": "^6.5.1",
6363
"get-value": "^3.0.1",

packages/graphiql/CHANGELOG.md

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

3+
## 3.8.0
4+
5+
### Minor Changes
6+
7+
- [#3825](https://github.com/graphql/graphiql/pull/3825) [`7cdcabf`](https://github.com/graphql/graphiql/commit/7cdcabf9d401683e90c995476b187c6f8ea70f63) Thanks [@dimaMachina](https://github.com/dimaMachina)! - migrate `graphiql` from `jest` to `vitest`
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`72f06bc`](https://github.com/graphql/graphiql/commit/72f06bc52a9bdc0cb146d65861ba7364717bbdf5)]:
12+
- @graphiql/react@0.27.1
13+
314
## 3.7.2
415

516
### Patch Changes

packages/graphiql/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphiql",
3-
"version": "3.7.2",
3+
"version": "3.8.0",
44
"description": "An graphical interactive in-browser GraphQL IDE.",
55
"contributors": [
66
"Hyohyeon Jeong <[email protected]>",
@@ -48,7 +48,7 @@
4848
"test": "vitest"
4949
},
5050
"dependencies": {
51-
"@graphiql/react": "^0.27.0"
51+
"@graphiql/react": "^0.27.1"
5252
},
5353
"peerDependencies": {
5454
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0",

0 commit comments

Comments
 (0)