Skip to content

Commit

Permalink
Version Packages (#3844)
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 17, 2024
1 parent 16b5698 commit 614ff8b
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/friendly-apricots-rest.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 @@ -12,8 +12,8 @@
"@graphiql/plugin-code-exporter": "^3.1.4",
"@graphiql/plugin-explorer": "^3.2.5",
"@graphiql/toolkit": "^0.11.1",
"@graphiql/react": "^0.28.1",
"graphiql": "^3.8.2",
"@graphiql/react": "^0.28.2",
"graphiql": "^3.8.3",
"graphql": "^16.9.0",
"graphql-ws": "^5.5.5",
"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.2

### Patch Changes

- [#3843](https://github.com/graphql/graphiql/pull/3843) [`16b5698`](https://github.com/graphql/graphiql/commit/16b56982ce4de62c850380fe25698c3893551c5a) Thanks [@dimaMachina](https://github.com/dimaMachina)! - fix regression in documentation explorer search when clicking on results in dropdown

## 0.28.1

### Patch 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.1",
"version": "0.28.2",
"repository": {
"type": "git",
"url": "https://github.com/graphql/graphiql",
Expand Down
9 changes: 9 additions & 0 deletions packages/graphiql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 3.8.3

### Patch Changes

- [#3843](https://github.com/graphql/graphiql/pull/3843) [`16b5698`](https://github.com/graphql/graphiql/commit/16b56982ce4de62c850380fe25698c3893551c5a) Thanks [@dimaMachina](https://github.com/dimaMachina)! - fix regression in documentation explorer search when clicking on results in dropdown

- Updated dependencies [[`16b5698`](https://github.com/graphql/graphiql/commit/16b56982ce4de62c850380fe25698c3893551c5a)]:
- @graphiql/react@0.28.2

## 3.8.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphiql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphiql",
"version": "3.8.2",
"version": "3.8.3",
"description": "An graphical interactive in-browser GraphQL IDE.",
"contributors": [
"Hyohyeon Jeong <asiandrummer@fb.com>",
Expand Down Expand Up @@ -48,7 +48,7 @@
"test": "vitest"
},
"dependencies": {
"@graphiql/react": "^0.28.1"
"@graphiql/react": "^0.28.2"
},
"peerDependencies": {
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0",
Expand Down

0 comments on commit 614ff8b

Please sign in to comment.