Skip to content

Commit

Permalink
Version Packages (#3838)
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] authored Dec 16, 2024
1 parent 5e76a4f commit 53c4e13
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/long-parents-grow.md

This file was deleted.

4 changes: 2 additions & 2 deletions examples/graphiql-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"dependencies": {
"@graphiql/plugin-code-exporter": "^3.1.4",
"@graphiql/plugin-explorer": "^3.2.4",
"@graphiql/plugin-explorer": "^3.2.5",
"@graphiql/toolkit": "^0.11.1",
"@graphiql/react": "^0.28.0",
"@graphiql/react": "^0.28.1",
"graphiql": "^3.8.1",
"graphql": "^16.9.0",
"graphql-ws": "^5.5.5",
Expand Down
6 changes: 6 additions & 0 deletions packages/graphiql-plugin-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphiql/plugin-explorer

## 3.2.5

### Patch Changes

- [#3837](https://github.com/graphql/graphiql/pull/3837) [`5e76a4f`](https://github.com/graphql/graphiql/commit/5e76a4f3c8b089a1de0c92c9b9c1edc2ae3f49d4) Thanks [@dimaMachina](https://github.com/dimaMachina)! - fix query builder updated only first selected field in query editor due recent enabled react-compiler

## 3.2.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphiql-plugin-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphiql/plugin-explorer",
"version": "3.2.4",
"version": "3.2.5",
"repository": {
"type": "git",
"url": "https://github.com/graphql/graphiql",
Expand Down Expand Up @@ -38,7 +38,7 @@
"react-dom": "^16.8.0 || ^17 || ^18"
},
"devDependencies": {
"@graphiql/react": "^0.28.0",
"@graphiql/react": "^0.28.1",
"@vitejs/plugin-react": "^4.3.1",
"graphql": "^16.9.0",
"react": "^18.2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/graphiql-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphiql/react

## 0.28.1

### Patch Changes

- [#3837](https://github.com/graphql/graphiql/pull/3837) [`5e76a4f`](https://github.com/graphql/graphiql/commit/5e76a4f3c8b089a1de0c92c9b9c1edc2ae3f49d4) Thanks [@dimaMachina](https://github.com/dimaMachina)! - fix query builder updated only first selected field in query editor due recent enabled react-compiler

## 0.28.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphiql-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphiql/react",
"version": "0.28.0",
"version": "0.28.1",
"repository": {
"type": "git",
"url": "https://github.com/graphql/graphiql",
Expand Down

0 comments on commit 53c4e13

Please sign in to comment.