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 Apr 2, 2024
1 parent fc7de5a commit 8584726
Show file tree
Hide file tree
Showing 12 changed files with 49 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/sharp-rules-hide.md

This file was deleted.

8 changes: 4 additions & 4 deletions examples/graphiql-webpack/package.json
Expand Up @@ -9,11 +9,11 @@
"start": "NODE_ENV=development webpack-cli serve"
},
"dependencies": {
"@graphiql/plugin-code-exporter": "^1.0.4",
"@graphiql/plugin-explorer": "^1.0.3",
"@graphiql/plugin-code-exporter": "^1.0.5",
"@graphiql/plugin-explorer": "^1.0.4",
"@graphiql/toolkit": "^0.9.1",
"@graphiql/react": "^0.20.3",
"graphiql": "^3.1.1",
"@graphiql/react": "^0.20.4",
"graphiql": "^3.1.2",
"graphql": "^16.8.1",
"graphql-ws": "^5.5.5",
"react": "^18.2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/codemirror-graphql/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 2.0.11

### Patch Changes

- [#3567](https://github.com/graphql/graphiql/pull/3567) [`fc7de5a7`](https://github.com/graphql/graphiql/commit/fc7de5a75f4b23dd62dd630b705895b5fa5d0a03) Thanks [@retrodaredevil](https://github.com/retrodaredevil)! - tooltip a tag's click listener calls event.preventDefault() to stop navigating away from page

## 2.0.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/codemirror-graphql/package.json
@@ -1,6 +1,6 @@
{
"name": "codemirror-graphql",
"version": "2.0.10",
"version": "2.0.11",
"description": "GraphQL mode and helpers for CodeMirror.",
"contributors": [
"Hyohyeon Jeong <asiandrummer@fb.com>",
Expand Down
7 changes: 7 additions & 0 deletions packages/graphiql-plugin-code-exporter/CHANGELOG.md
@@ -1,5 +1,12 @@
# @graphiql/plugin-code-exporter

## 1.0.5

### Patch Changes

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

## 1.0.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/graphiql-plugin-code-exporter/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphiql/plugin-code-exporter",
"version": "1.0.4",
"version": "1.0.5",
"repository": {
"type": "git",
"url": "https://github.com/graphql/graphiql",
Expand Down Expand Up @@ -33,13 +33,13 @@
"graphiql-code-exporter": "^3.0.3"
},
"peerDependencies": {
"@graphiql/react": "^0.20.3",
"@graphiql/react": "^0.20.4",
"graphql": "^15.5.0 || ^16.0.0",
"react": "^16.8.0 || ^17 || ^18",
"react-dom": "^16.8.0 || ^17 || ^18"
},
"devDependencies": {
"@graphiql/react": "^0.20.3",
"@graphiql/react": "^0.20.4",
"@vitejs/plugin-react": "^4.0.1",
"graphql": "^16.8.1",
"postcss-nesting": "^10.1.7",
Expand Down
7 changes: 7 additions & 0 deletions packages/graphiql-plugin-explorer/CHANGELOG.md
@@ -1,5 +1,12 @@
# @graphiql/plugin-explorer

## 1.0.4

### Patch Changes

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

## 1.0.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/graphiql-plugin-explorer/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphiql/plugin-explorer",
"version": "1.0.3",
"version": "1.0.4",
"repository": {
"type": "git",
"url": "https://github.com/graphql/graphiql",
Expand Down Expand Up @@ -32,13 +32,13 @@
"graphiql-explorer": "^0.9.0"
},
"peerDependencies": {
"@graphiql/react": "^0.20.3",
"@graphiql/react": "^0.20.4",
"graphql": "^15.5.0 || ^16.0.0",
"react": "^16.8.0 || ^17 || ^18",
"react-dom": "^16.8.0 || ^17 || ^18"
},
"devDependencies": {
"@graphiql/react": "^0.20.3",
"@graphiql/react": "^0.20.4",
"@vitejs/plugin-react": "^4.0.1",
"graphql": "^16.8.1",
"react": "^18.2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/graphiql-react/CHANGELOG.md
@@ -1,5 +1,12 @@
# @graphiql/react

## 0.20.4

### Patch Changes

- Updated dependencies [[`fc7de5a7`](https://github.com/graphql/graphiql/commit/fc7de5a75f4b23dd62dd630b705895b5fa5d0a03)]:
- codemirror-graphql@2.0.11

## 0.20.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphiql-react/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphiql/react",
"version": "0.20.3",
"version": "0.20.4",
"repository": {
"type": "git",
"url": "https://github.com/graphql/graphiql",
Expand Down Expand Up @@ -57,7 +57,7 @@
"@types/codemirror": "^5.60.8",
"clsx": "^1.2.1",
"codemirror": "^5.65.3",
"codemirror-graphql": "^2.0.10",
"codemirror-graphql": "^2.0.11",
"copy-to-clipboard": "^3.2.0",
"framer-motion": "^6.5.1",
"graphql-language-service": "^5.2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/graphiql/CHANGELOG.md
@@ -1,5 +1,12 @@
# Change Log

## 3.1.2

### Patch Changes

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

## 3.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphiql/package.json
@@ -1,6 +1,6 @@
{
"name": "graphiql",
"version": "3.1.1",
"version": "3.1.2",
"description": "An graphical interactive in-browser GraphQL IDE.",
"contributors": [
"Hyohyeon Jeong <asiandrummer@fb.com>",
Expand Down Expand Up @@ -47,7 +47,7 @@
"webpack": "webpack-cli --config resources/webpack.config.js"
},
"dependencies": {
"@graphiql/react": "^0.20.3",
"@graphiql/react": "^0.20.4",
"@graphiql/toolkit": "^0.9.1",
"graphql-language-service": "^5.2.0",
"markdown-it": "^12.2.0"
Expand Down

0 comments on commit 8584726

Please sign in to comment.