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 Jun 1, 2023
1 parent 6198646 commit 7da8832
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/sour-monkeys-film.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/codemirror-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.0.9

### Patch Changes

- [#3203](https://github.com/graphql/graphiql/pull/3203) [`61986469`](https://github.com/graphql/graphiql/commit/619864691941c46cc0b0848e8713028e20212c36) Thanks [@lesleydreyer](https://github.com/lesleydreyer)! - fix info tooltips to work when Graphiql is not used as full page

## 2.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/codemirror-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codemirror-graphql",
"version": "2.0.8",
"version": "2.0.9",
"description": "GraphQL mode and helpers for CodeMirror.",
"contributors": [
"Hyohyeon Jeong <asiandrummer@fb.com>",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphiql-plugin-code-exporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@graphiql/react": "^0.17.6",
"@graphiql/react": "^0.17.7",
"@vitejs/plugin-react": "^1.3.0",
"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.1.21

### Patch Changes

- Updated dependencies []:
- @graphiql/react@0.17.7

## 0.1.20

### 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.20",
"version": "0.1.21",
"repository": {
"type": "git",
"url": "https://github.com/graphql/graphiql",
Expand Down Expand Up @@ -28,7 +28,7 @@
"preview": "vite preview"
},
"dependencies": {
"@graphiql/react": "^0.17.6",
"@graphiql/react": "^0.17.7",
"graphiql-explorer": "^0.9.0"
},
"peerDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/graphiql-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphiql/react

## 0.17.7

### Patch Changes

- Updated dependencies [[`61986469`](https://github.com/graphql/graphiql/commit/619864691941c46cc0b0848e8713028e20212c36)]:
- codemirror-graphql@2.0.9

## 0.17.6

### 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.17.6",
"version": "0.17.7",
"repository": {
"type": "git",
"url": "https://github.com/graphql/graphiql",
Expand Down Expand Up @@ -45,7 +45,7 @@
"@reach/visually-hidden": "^0.17.0",
"clsx": "^1.2.1",
"codemirror": "^5.65.3",
"codemirror-graphql": "^2.0.8",
"codemirror-graphql": "^2.0.9",
"copy-to-clipboard": "^3.2.0",
"graphql-language-service": "^5.1.6",
"markdown-it": "^12.2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/graphiql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 2.4.8

### Patch Changes

- Updated dependencies []:
- @graphiql/react@0.17.7

## 2.4.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.4.7",
"version": "2.4.8",
"description": "An graphical interactive in-browser GraphQL IDE.",
"contributors": [
"Hyohyeon Jeong <asiandrummer@fb.com>",
Expand Down Expand Up @@ -50,7 +50,7 @@
"webpack": "webpack-cli --config resources/webpack.config.js"
},
"dependencies": {
"@graphiql/react": "^0.17.6",
"@graphiql/react": "^0.17.7",
"@graphiql/toolkit": "^0.8.4",
"graphql-language-service": "^5.1.6",
"markdown-it": "^12.2.0"
Expand Down

0 comments on commit 7da8832

Please sign in to comment.