Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and acao committed Jul 24, 2023
1 parent d67c13f commit 7856b25
Show file tree
Hide file tree
Showing 15 changed files with 57 additions and 29 deletions.
5 changes: 0 additions & 5 deletions .changeset/cyan-roses-leave.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/lemon-snakes-exist.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": "^0.3.2",
"@graphiql/plugin-explorer": "^0.3.2",
"@graphiql/toolkit": "^0.9.0",
"graphiql": "^3.0.3",
"@graphiql/plugin-code-exporter": "^0.3.3",
"@graphiql/plugin-explorer": "^0.3.3",
"@graphiql/toolkit": "^0.9.1",
"graphiql": "^3.0.4",
"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.9.0",
"@graphiql/toolkit": "^0.9.1",
"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.9.0",
"@graphiql/toolkit": "^0.9.1",
"graphql-language-service": "^5.1.7",
"monaco-graphql": "^1.3.0",
"react": "^18.2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/graphiql-plugin-code-exporter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphiql/plugin-code-exporter

## 0.3.3

### Patch Changes

- Updated dependencies [[`d67c13f6`](https://github.com/graphql/graphiql/commit/d67c13f6e1f478b171801afd0767b98312db04c9)]:
- @graphiql/react@0.19.2

## 0.3.2

### 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.2",
"version": "0.3.3",
"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.1"
"@graphiql/react": "^0.19.2"
},
"devDependencies": {
"@graphiql/react": "^0.19.1",
"@graphiql/react": "^0.19.2",
"@vitejs/plugin-react": "^4.0.1",
"postcss-nesting": "^10.1.7",
"typescript": "^4.6.3",
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.3.3

### Patch Changes

- Updated dependencies [[`d67c13f6`](https://github.com/graphql/graphiql/commit/d67c13f6e1f478b171801afd0767b98312db04c9)]:
- @graphiql/react@0.19.2

## 0.3.2

### 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.2",
"version": "0.3.3",
"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.1"
"@graphiql/react": "^0.19.2"
},
"devDependencies": {
"@graphiql/react": "^0.19.1",
"@graphiql/react": "^0.19.2",
"@vitejs/plugin-react": "^4.0.1",
"typescript": "^4.6.3",
"vite": "^4.3.9"
Expand Down
9 changes: 9 additions & 0 deletions packages/graphiql-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphiql/react

## 0.19.2

### Patch Changes

- [#3364](https://github.com/graphql/graphiql/pull/3364) [`d67c13f6`](https://github.com/graphql/graphiql/commit/d67c13f6e1f478b171801afd0767b98312db04c9) Thanks [@acao](https://github.com/acao)! - Fix search result bug on select, #33307

- Updated dependencies [[`4cbdf183`](https://github.com/graphql/graphiql/commit/4cbdf18385d34ef9bc095c376936f92a62eb9e9b)]:
- @graphiql/toolkit@0.9.1

## 0.19.1

### Patch 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.1",
"version": "0.19.2",
"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.9.0",
"@graphiql/toolkit": "^0.9.1",
"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.1

### Patch Changes

- [#3298](https://github.com/graphql/graphiql/pull/3298) [`4cbdf183`](https://github.com/graphql/graphiql/commit/4cbdf18385d34ef9bc095c376936f92a62eb9e9b) Thanks [@esquevin](https://github.com/esquevin)! - Prevent OOM on merging complex queries

## 0.9.0

### Minor 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.9.0",
"version": "0.9.1",
"description": "Utility to build a fetcher for GraphiQL",
"contributors": [
"Rikki Schulte <rikki.schulte@gmail.com> (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.4

### Patch Changes

- [#3364](https://github.com/graphql/graphiql/pull/3364) [`d67c13f6`](https://github.com/graphql/graphiql/commit/d67c13f6e1f478b171801afd0767b98312db04c9) Thanks [@acao](https://github.com/acao)! - Fix search result bug on select, #33307

- Updated dependencies [[`4cbdf183`](https://github.com/graphql/graphiql/commit/4cbdf18385d34ef9bc095c376936f92a62eb9e9b), [`d67c13f6`](https://github.com/graphql/graphiql/commit/d67c13f6e1f478b171801afd0767b98312db04c9)]:
- @graphiql/toolkit@0.9.1
- @graphiql/react@0.19.2

## 3.0.3

### 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.3",
"version": "3.0.4",
"description": "An graphical interactive in-browser GraphQL IDE.",
"contributors": [
"Hyohyeon Jeong <asiandrummer@fb.com>",
Expand Down Expand Up @@ -47,8 +47,8 @@
"webpack": "webpack-cli --config resources/webpack.config.js"
},
"dependencies": {
"@graphiql/react": "^0.19.1",
"@graphiql/toolkit": "^0.9.0",
"@graphiql/react": "^0.19.2",
"@graphiql/toolkit": "^0.9.1",
"graphql-language-service": "^5.1.7",
"markdown-it": "^12.2.0"
},
Expand Down

0 comments on commit 7856b25

Please sign in to comment.