Skip to content

Commit

Permalink
Version Packages (#3674)
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 Aug 8, 2024
1 parent 6a0a5e5 commit 8411e6c
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/loud-cherries-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-hornets-kiss.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-students-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 @@ -12,8 +12,8 @@
"@graphiql/plugin-code-exporter": "^3.0.5",
"@graphiql/plugin-explorer": "^3.1.1",
"@graphiql/toolkit": "^0.9.2",
"@graphiql/react": "^0.23.0",
"graphiql": "^3.4.0",
"@graphiql/react": "^0.23.1",
"graphiql": "^3.4.1",
"graphql": "^16.8.1",
"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.23.1

### Patch Changes

- [#3552](https://github.com/graphql/graphiql/pull/3552) [`6a0a5e5`](https://github.com/graphql/graphiql/commit/6a0a5e590b7b526af8a66c59a27ec3d0144af572) Thanks [@klippx](https://github.com/klippx)! - do not clear `defaultHeaders` when switching between tabs upon reload

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

## 3.4.1

### Patch Changes

- [#3675](https://github.com/graphql/graphiql/pull/3675) [`676f910`](https://github.com/graphql/graphiql/commit/676f910638eed5177146045d028a74e623884b45) Thanks [@dimaMachina](https://github.com/dimaMachina)! - move `@graphiql/toolkit` to `devDependecies` because umd build is bundled with all dependencies in one file

- [#3655](https://github.com/graphql/graphiql/pull/3655) [`5450e6b`](https://github.com/graphql/graphiql/commit/5450e6b547add41a9dd89145934e79576b5544e6) Thanks [@dimaMachina](https://github.com/dimaMachina)! - remove unused dependencies `graphql-language-service` and `markdown-it`

- Updated dependencies [[`6a0a5e5`](https://github.com/graphql/graphiql/commit/6a0a5e590b7b526af8a66c59a27ec3d0144af572)]:
- @graphiql/react@0.23.1

## 3.4.0

### Minor 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.4.0",
"version": "3.4.1",
"description": "An graphical interactive in-browser GraphQL IDE.",
"contributors": [
"Hyohyeon Jeong <[email protected]>",
Expand Down Expand Up @@ -47,7 +47,7 @@
"webpack": "webpack-cli --config resources/webpack.config.js"
},
"dependencies": {
"@graphiql/react": "^0.23.0"
"@graphiql/react": "^0.23.1"
},
"peerDependencies": {
"graphql": "^15.5.0 || ^16.0.0",
Expand Down

0 comments on commit 8411e6c

Please sign in to comment.