Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 16, 2023
1 parent eee11cc commit 5a1253d
Show file tree
Hide file tree
Showing 16 changed files with 63 additions and 36 deletions.
6 changes: 0 additions & 6 deletions .changeset/fifty-numbers-draw.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-glasses-cross.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/six-bears-smile.md

This file was deleted.

8 changes: 4 additions & 4 deletions examples/graphiql-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"start": "NODE_ENV=development webpack-dev-server"
},
"dependencies": {
"@graphiql/plugin-code-exporter": "^1.0.0",
"@graphiql/plugin-explorer": "^1.0.0",
"@graphiql/toolkit": "^0.8.4",
"graphiql": "^3.0.1",
"@graphiql/plugin-code-exporter": "^0.3.2",
"@graphiql/plugin-explorer": "^0.3.2",
"@graphiql/toolkit": "^0.9.0",
"graphiql": "^3.0.2",
"graphql": "^16.4.0",
"graphql-ws": "^5.5.5",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/monaco-graphql-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"prettier": "3.0.0-alpha.12",
"@graphiql/toolkit": "^0.8.4",
"@graphiql/toolkit": "^0.9.0",
"graphql": "^16.6.0",
"graphql-ws": "^5.5.5",
"jsonc-parser": "^3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/monaco-graphql-react-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.0.0",
"dependencies": {
"prettier": "3.0.0-alpha.12",
"@graphiql/toolkit": "^0.8.4",
"@graphiql/toolkit": "^0.9.0",
"graphql-language-service": "^5.1.7",
"monaco-graphql": "^1.3.0",
"react": "^18.2.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/graphiql-plugin-code-exporter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphiql/plugin-code-exporter

## 0.3.2

### Patch Changes

- [#3341](https://github.com/graphql/graphiql/pull/3341) [`e4a36207`](https://github.com/graphql/graphiql/commit/e4a362071edf1db53f87f271c523ab2f3a5c4717) Thanks [@acao](https://github.com/acao)! - Fix code exporter plugin on early init, add hooks

- Updated dependencies [[`17069e7a`](https://github.com/graphql/graphiql/commit/17069e7a0224dbce3f5523630a898e093f5c47c9), [`e4a36207`](https://github.com/graphql/graphiql/commit/e4a362071edf1db53f87f271c523ab2f3a5c4717)]:
- @graphiql/react@0.19.1

## 0.3.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/graphiql-plugin-code-exporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphiql/plugin-code-exporter",
"version": "0.3.1",
"version": "0.3.2",
"repository": {
"type": "git",
"url": "https://github.com/graphql/graphiql",
Expand Down Expand Up @@ -36,10 +36,10 @@
"graphql": "^15.5.0 || ^16.0.0",
"react": "^16.8.0 || ^17 || ^18",
"react-dom": "^16.8.0 || ^17 || ^18",
"@graphiql/react": "^0.19.0"
"@graphiql/react": "^0.19.1"
},
"devDependencies": {
"@graphiql/react": "^0.19.0",
"@graphiql/react": "^0.19.1",
"@vitejs/plugin-react": "^4.0.1",
"postcss-nesting": "^10.1.7",
"typescript": "^4.6.3",
Expand Down
9 changes: 9 additions & 0 deletions packages/graphiql-plugin-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphiql/plugin-explorer

## 0.3.2

### Patch Changes

- [#3341](https://github.com/graphql/graphiql/pull/3341) [`e4a36207`](https://github.com/graphql/graphiql/commit/e4a362071edf1db53f87f271c523ab2f3a5c4717) Thanks [@acao](https://github.com/acao)! - Fix code exporter plugin on early init, add hooks

- Updated dependencies [[`17069e7a`](https://github.com/graphql/graphiql/commit/17069e7a0224dbce3f5523630a898e093f5c47c9), [`e4a36207`](https://github.com/graphql/graphiql/commit/e4a362071edf1db53f87f271c523ab2f3a5c4717)]:
- @graphiql/react@0.19.1

## 0.3.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.3.1",
"version": "0.3.2",
"repository": {
"type": "git",
"url": "https://github.com/graphql/graphiql",
Expand Down Expand Up @@ -35,10 +35,10 @@
"graphql": "^15.5.0 || ^16.0.0",
"react": "^16.8.0 || ^17 || ^18",
"react-dom": "^16.8.0 || ^17 || ^18",
"@graphiql/react": "^0.19.0"
"@graphiql/react": "^0.19.1"
},
"devDependencies": {
"@graphiql/react": "^0.19.0",
"@graphiql/react": "^0.19.1",
"@vitejs/plugin-react": "^4.0.1",
"typescript": "^4.6.3",
"vite": "^4.3.9"
Expand Down
11 changes: 11 additions & 0 deletions packages/graphiql-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @graphiql/react

## 0.19.1

### Patch Changes

- [#3349](https://github.com/graphql/graphiql/pull/3349) [`17069e7a`](https://github.com/graphql/graphiql/commit/17069e7a0224dbce3f5523630a898e093f5c47c9) Thanks [@acao](https://github.com/acao)! - fix display of deprecation reason on field type docs

- [#3341](https://github.com/graphql/graphiql/pull/3341) [`e4a36207`](https://github.com/graphql/graphiql/commit/e4a362071edf1db53f87f271c523ab2f3a5c4717) Thanks [@acao](https://github.com/acao)! - Fix code exporter plugin on early init, add hooks

- Updated dependencies [[`ffb6486d`](https://github.com/graphql/graphiql/commit/ffb6486d1eab0be2bc8fdec366b5671a5d6504d1)]:
- @graphiql/toolkit@0.9.0

## 0.19.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphiql-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphiql/react",
"version": "0.19.0",
"version": "0.19.1",
"repository": {
"type": "git",
"url": "https://github.com/graphql/graphiql",
Expand Down Expand Up @@ -54,7 +54,7 @@
"@radix-ui/react-visually-hidden": "^1.0.3",
"@radix-ui/react-tooltip": "^1.0.6",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@graphiql/toolkit": "^0.8.4",
"@graphiql/toolkit": "^0.9.0",
"clsx": "^1.2.1",
"codemirror": "^5.65.3",
"codemirror-graphql": "^2.0.9",
Expand Down
6 changes: 6 additions & 0 deletions packages/graphiql-toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphiql/toolkit

## 0.9.0

### Minor Changes

- [#3022](https://github.com/graphql/graphiql/pull/3022) [`ffb6486d`](https://github.com/graphql/graphiql/commit/ffb6486d1eab0be2bc8fdec366b5671a5d6504d1) Thanks [@heyacherry](https://github.com/heyacherry)! - Add a new utility function `createLocalStorage` that creates a local storage with support for custom namespaces

## 0.8.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphiql-toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphiql/toolkit",
"version": "0.8.4",
"version": "0.9.0",
"description": "Utility to build a fetcher for GraphiQL",
"contributors": [
"Rikki Schulte <[email protected]> (https://rikki.dev)"
Expand Down
10 changes: 10 additions & 0 deletions packages/graphiql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 3.0.2

### Patch Changes

- [#3349](https://github.com/graphql/graphiql/pull/3349) [`17069e7a`](https://github.com/graphql/graphiql/commit/17069e7a0224dbce3f5523630a898e093f5c47c9) Thanks [@acao](https://github.com/acao)! - fix display of deprecation reason on field type docs

- Updated dependencies [[`17069e7a`](https://github.com/graphql/graphiql/commit/17069e7a0224dbce3f5523630a898e093f5c47c9), [`ffb6486d`](https://github.com/graphql/graphiql/commit/ffb6486d1eab0be2bc8fdec366b5671a5d6504d1), [`e4a36207`](https://github.com/graphql/graphiql/commit/e4a362071edf1db53f87f271c523ab2f3a5c4717)]:
- @graphiql/react@0.19.1
- @graphiql/toolkit@0.9.0

## 3.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/graphiql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphiql",
"version": "3.0.1",
"version": "3.0.2",
"description": "An graphical interactive in-browser GraphQL IDE.",
"contributors": [
"Hyohyeon Jeong <[email protected]>",
Expand Down Expand Up @@ -47,8 +47,8 @@
"webpack": "webpack-cli --config resources/webpack.config.js"
},
"dependencies": {
"@graphiql/react": "^0.19.0",
"@graphiql/toolkit": "^0.8.4",
"@graphiql/react": "^0.19.1",
"@graphiql/toolkit": "^0.9.0",
"graphql-language-service": "^5.1.7",
"markdown-it": "^12.2.0"
},
Expand Down

0 comments on commit 5a1253d

Please sign in to comment.