Skip to content

Commit

Permalink
Version Packages (#2764)
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 Sep 23, 2022
1 parent 2c95970 commit d483502
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .changeset/friendly-flies-battle.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/graphiql-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@graphiql/toolkit": "^0.8.0",
"graphiql": "^2.0.7",
"graphiql": "^2.0.8",
"graphql": "^16.4.0",
"graphql-ws": "^5.5.5",
"react": "^17.0.2"
Expand Down
7 changes: 7 additions & 0 deletions packages/graphiql-plugin-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphiql/plugin-explorer

## 0.1.5

### Patch Changes

- Updated dependencies [[`39b4668d`](https://github.com/graphql/graphiql/commit/39b4668d43176526d37ecf07d8c86901d53e0d80)]:
- @graphiql/react@0.13.2

## 0.1.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": "0.1.4",
"version": "0.1.5",
"repository": {
"type": "git",
"url": "https://github.com/graphql/graphiql",
Expand Down Expand Up @@ -28,7 +28,7 @@
"preview": "vite preview"
},
"dependencies": {
"@graphiql/react": "^0.13.1",
"@graphiql/react": "^0.13.2",
"graphiql-explorer": "^0.9.0"
},
"peerDependencies": {
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.13.2

### Patch Changes

- [#2653](https://github.com/graphql/graphiql/pull/2653) [`39b4668d`](https://github.com/graphql/graphiql/commit/39b4668d43176526d37ecf07d8c86901d53e0d80) Thanks [@dylanowen](https://github.com/dylanowen)! - Fix `fetchError` not being cleared when a new `fetcher` is used

## 0.13.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.13.1",
"version": "0.13.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

## 2.0.8

### Patch Changes

- [#2653](https://github.com/graphql/graphiql/pull/2653) [`39b4668d`](https://github.com/graphql/graphiql/commit/39b4668d43176526d37ecf07d8c86901d53e0d80) Thanks [@dylanowen](https://github.com/dylanowen)! - Fix `fetchError` not being cleared when a new `fetcher` is used

- Updated dependencies [[`39b4668d`](https://github.com/graphql/graphiql/commit/39b4668d43176526d37ecf07d8c86901d53e0d80)]:
- @graphiql/react@0.13.2

## 2.0.7

### 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": "2.0.7",
"version": "2.0.8",
"description": "An graphical interactive in-browser GraphQL IDE.",
"contributors": [
"Hyohyeon Jeong <[email protected]>",
Expand Down Expand Up @@ -50,7 +50,7 @@
"webpack": "webpack --config resources/webpack.config.js"
},
"dependencies": {
"@graphiql/react": "^0.13.1",
"@graphiql/react": "^0.13.2",
"@graphiql/toolkit": "^0.8.0",
"entities": "^2.0.0",
"graphql-language-service": "^5.1.0",
Expand Down

0 comments on commit d483502

Please sign in to comment.