Skip to content

Commit c5e9883

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

File tree

9 files changed

+22
-15
lines changed

9 files changed

+22
-15
lines changed

.changeset/curvy-balloons-allow.md

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

.changeset/smooth-clocks-try.md

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

examples/graphiql-webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@graphiql/plugin-explorer": "^1.0.2",
1414
"@graphiql/toolkit": "^0.9.1",
1515
"@graphiql/react": "^0.20.2",
16-
"graphiql": "^3.0.10",
16+
"graphiql": "^3.1.0",
1717
"graphql": "^16.4.0",
1818
"graphql-ws": "^5.5.5",
1919
"react": "^18.2.0",

packages/graphiql/CHANGELOG.md

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

3+
## 3.1.0
4+
5+
### Minor Changes
6+
7+
- [#3408](https://github.com/graphql/graphiql/pull/3408) [`a8080197`](https://github.com/graphql/graphiql/commit/a80801970e095e493eb0fda7687766f103bf701e) Thanks [@TuvalSimha](https://github.com/TuvalSimha)! - Allow disabling tabs and added new prop `disableTabs`
8+
39
## 3.0.10
410

511
### Patch Changes

packages/graphiql/package.json

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

packages/vscode-graphql-execution/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# vscode-graphql-execution
22

3+
## 0.2.5
4+
5+
### Patch Changes
6+
7+
- [#3480](https://github.com/graphql/graphiql/pull/3480) [`a1fced10`](https://github.com/graphql/graphiql/commit/a1fced10bf37a339709243a9576b3fdcae832fb8) Thanks [@craig-riecke](https://github.com/craig-riecke)! - Fix execution extension esbuild bundling
8+
39
## 0.2.4
410

511
### Patch Changes

packages/vscode-graphql-execution/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vscode-graphql-execution",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"displayName": "GraphQL: Inline Operation Execution",
55
"description": "Execute graphql operations from your code (revived!)",
66
"publisher": "GraphQL",

packages/vscode-graphql/CHANGELOG.md

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

3+
## 0.8.21
4+
5+
### Patch Changes
6+
7+
- [#3480](https://github.com/graphql/graphiql/pull/3480) [`a1fced10`](https://github.com/graphql/graphiql/commit/a1fced10bf37a339709243a9576b3fdcae832fb8) Thanks [@craig-riecke](https://github.com/craig-riecke)! - Fix execution extension esbuild bundling
8+
39
## 0.8.20
410

511
### Patch Changes

packages/vscode-graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vscode-graphql",
3-
"version": "0.8.20",
3+
"version": "0.8.21",
44
"private": true,
55
"license": "MIT",
66
"displayName": "GraphQL: Language Feature Support",

0 commit comments

Comments
 (0)