Skip to content

Commit

Permalink
Version Packages (#3472)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
acao and github-actions[bot] committed Jan 6, 2024
1 parent a1fced1 commit c5e9883
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/curvy-balloons-allow.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/smooth-clocks-try.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/graphiql-webpack/package.json
Expand Up @@ -13,7 +13,7 @@
"@graphiql/plugin-explorer": "^1.0.2",
"@graphiql/toolkit": "^0.9.1",
"@graphiql/react": "^0.20.2",
"graphiql": "^3.0.10",
"graphiql": "^3.1.0",
"graphql": "^16.4.0",
"graphql-ws": "^5.5.5",
"react": "^18.2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/graphiql/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 3.1.0

### Minor Changes

- [#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`

## 3.0.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphiql/package.json
@@ -1,6 +1,6 @@
{
"name": "graphiql",
"version": "3.0.10",
"version": "3.1.0",
"description": "An graphical interactive in-browser GraphQL IDE.",
"contributors": [
"Hyohyeon Jeong <asiandrummer@fb.com>",
Expand Down
6 changes: 6 additions & 0 deletions packages/vscode-graphql-execution/CHANGELOG.md
@@ -1,5 +1,11 @@
# vscode-graphql-execution

## 0.2.5

### Patch Changes

- [#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

## 0.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-graphql-execution/package.json
@@ -1,6 +1,6 @@
{
"name": "vscode-graphql-execution",
"version": "0.2.4",
"version": "0.2.5",
"displayName": "GraphQL: Inline Operation Execution",
"description": "Execute graphql operations from your code (revived!)",
"publisher": "GraphQL",
Expand Down
6 changes: 6 additions & 0 deletions packages/vscode-graphql/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 0.8.21

### Patch Changes

- [#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

## 0.8.20

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-graphql/package.json
@@ -1,6 +1,6 @@
{
"name": "vscode-graphql",
"version": "0.8.20",
"version": "0.8.21",
"private": true,
"license": "MIT",
"displayName": "GraphQL: Language Feature Support",
Expand Down

0 comments on commit c5e9883

Please sign in to comment.