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 Dec 6, 2022
1 parent bca318c commit 70ff4e0
Show file tree
Hide file tree
Showing 37 changed files with 220 additions and 77 deletions.
12 changes: 0 additions & 12 deletions .changeset/chilled-mayflies-heal.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-cups-scream.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/heavy-dancers-deliver.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-windows-scream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-candles-shave.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/yellow-kiwis-listen.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/cm6-graphql-parcel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@codemirror/state": "6.1.0",
"@codemirror/theme-one-dark": "6.0.0",
"@codemirror/view": "6.1.2",
"cm6-graphql": "0.0.1",
"cm6-graphql": "0.0.2",
"graphql": "^16.4.0",
"typescript": "^4.6.3"
},
Expand Down
6 changes: 3 additions & 3 deletions examples/graphiql-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"dependencies": {
"@graphiql/plugin-code-exporter": "^0.1.1",
"@graphiql/plugin-explorer": "^0.1.12",
"@graphiql/toolkit": "^0.8.0",
"graphiql": "^2.2.0",
"@graphiql/plugin-explorer": "^0.1.13",
"@graphiql/toolkit": "^0.8.1",
"graphiql": "^2.2.1",
"graphql": "^16.4.0",
"graphql-ws": "^5.5.5",
"react": "^17.0.2",
Expand Down
6 changes: 3 additions & 3 deletions examples/monaco-graphql-react-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"private": true,
"version": "0.0.0",
"dependencies": {
"@graphiql/toolkit": "^0.8.0",
"graphql-language-service": "^5.1.0",
"monaco-graphql": "^1.1.6",
"@graphiql/toolkit": "^0.8.1",
"graphql-language-service": "^5.1.1",
"monaco-graphql": "^1.1.7",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"graphql": "^16.1.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/monaco-graphql-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
},
"dependencies": {
"graphql": "^16.4.0",
"graphql-language-service": "^5.1.0",
"graphql-language-service": "^5.1.1",
"json-schema": "^0.3.0",
"jsonc-parser": "3.0.0",
"monaco-editor": "^0.31.0",
"monaco-graphql": "^1.1.6",
"monaco-graphql": "^1.1.7",
"prettier": "^2.7.1"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/cm6-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# cm6-graphql

## 0.0.2

### Patch Changes

- [#2931](https://github.com/graphql/graphiql/pull/2931)
[`f7addb20`](https://github.com/graphql/graphiql/commit/f7addb20c4a558fbfb4112c8ff095bbc8f9d9147)
Thanks [@B2o5T](https://github.com/B2o5T)! - enable `no-negated-condition` and
`no-else-return` rules

## 0.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cm6-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cm6-graphql",
"version": "0.0.1",
"version": "0.0.2",
"description": "GraphQL language support for CodeMirror",
"scripts": {
"prepare": "cm-buildhelper src/index.ts"
Expand All @@ -26,7 +26,7 @@
"@lezer/lr": "^1.1.0",
"esbuild": "0.15.1",
"graphql": "^16.5.0",
"graphql-language-service": "5.0.6",
"graphql-language-service": "5.1.1",
"rollup": "^2.60.2",
"rollup-plugin-dts": "^4.0.1",
"rollup-plugin-esbuild": "^4.9.1",
Expand Down
14 changes: 14 additions & 0 deletions packages/codemirror-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## 2.0.3

### Patch Changes

- [#2931](https://github.com/graphql/graphiql/pull/2931)
[`f7addb20`](https://github.com/graphql/graphiql/commit/f7addb20c4a558fbfb4112c8ff095bbc8f9d9147)
Thanks [@B2o5T](https://github.com/B2o5T)! - enable `no-negated-condition` and
`no-else-return` rules

- Updated dependencies
[[`f7addb20`](https://github.com/graphql/graphiql/commit/f7addb20c4a558fbfb4112c8ff095bbc8f9d9147),
[`c44ea4f1`](https://github.com/graphql/graphiql/commit/c44ea4f1917b97daac815c08299b934c8ca57ed9)]:
- graphql-language-service@5.1.1

## 2.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.2",
"version": "2.0.3",
"description": "GraphQL mode and helpers for CodeMirror.",
"contributors": [
"Hyohyeon Jeong <asiandrummer@fb.com>",
Expand Down Expand Up @@ -51,7 +51,7 @@
},
"// TEMPORARILY PINNED until we fix graphql 15 support": "",
"dependencies": {
"graphql-language-service": "5.0.6"
"graphql-language-service": "5.1.1"
},
"devDependencies": {
"@codemirror/language": "6.0.0",
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.15.0",
"@graphiql/react": "^0.15.1",
"@vitejs/plugin-react": "^1.3.0",
"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.1.13

### Patch Changes

- Updated dependencies
[[`f7addb20`](https://github.com/graphql/graphiql/commit/f7addb20c4a558fbfb4112c8ff095bbc8f9d9147),
[`4ff2794c`](https://github.com/graphql/graphiql/commit/4ff2794c8b6032168e27252096cb276ce712878e)]:
- @graphiql/react@0.15.1

## 0.1.12

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

## 0.15.1

### Patch Changes

- [#2931](https://github.com/graphql/graphiql/pull/2931)
[`f7addb20`](https://github.com/graphql/graphiql/commit/f7addb20c4a558fbfb4112c8ff095bbc8f9d9147)
Thanks [@B2o5T](https://github.com/B2o5T)! - enable `no-negated-condition` and
`no-else-return` rules

- [#2942](https://github.com/graphql/graphiql/pull/2942)
[`4ff2794c`](https://github.com/graphql/graphiql/commit/4ff2794c8b6032168e27252096cb276ce712878e)
Thanks [@B2o5T](https://github.com/B2o5T)! - enable
`sonarjs/no-redundant-jump` rule

- Updated dependencies
[[`f7addb20`](https://github.com/graphql/graphiql/commit/f7addb20c4a558fbfb4112c8ff095bbc8f9d9147),
[`695100bd`](https://github.com/graphql/graphiql/commit/695100bd317940ff3ffd8f56b54248c1dba1ac04),
[`c44ea4f1`](https://github.com/graphql/graphiql/commit/c44ea4f1917b97daac815c08299b934c8ca57ed9)]:
- codemirror-graphql@2.0.3
- @graphiql/toolkit@0.8.1
- graphql-language-service@5.1.1

## 0.15.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 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.15.0",
"version": "0.15.1",
"repository": {
"type": "git",
"url": "https://github.com/graphql/graphiql",
Expand Down Expand Up @@ -36,17 +36,17 @@
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"@graphiql/toolkit": "^0.8.0",
"@graphiql/toolkit": "^0.8.1",
"@reach/combobox": "^0.17.0",
"@reach/dialog": "^0.17.0",
"@reach/listbox": "^0.17.0",
"@reach/menu-button": "^0.17.0",
"@reach/tooltip": "^0.17.0",
"@reach/visually-hidden": "^0.17.0",
"codemirror": "^5.65.3",
"codemirror-graphql": "^2.0.2",
"codemirror-graphql": "^2.0.3",
"copy-to-clipboard": "^3.2.0",
"graphql-language-service": "^5.1.0",
"graphql-language-service": "^5.1.1",
"markdown-it": "^12.2.0",
"set-value": "^4.1.0"
},
Expand Down
14 changes: 14 additions & 0 deletions packages/graphiql-toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @graphiql/toolkit

## 0.8.1

### Patch Changes

- [#2931](https://github.com/graphql/graphiql/pull/2931)
[`f7addb20`](https://github.com/graphql/graphiql/commit/f7addb20c4a558fbfb4112c8ff095bbc8f9d9147)
Thanks [@B2o5T](https://github.com/B2o5T)! - enable `no-negated-condition` and
`no-else-return` rules

- [#2923](https://github.com/graphql/graphiql/pull/2923)
[`695100bd`](https://github.com/graphql/graphiql/commit/695100bd317940ff3ffd8f56b54248c1dba1ac04)
Thanks [@TheMightyPenguin](https://github.com/TheMightyPenguin)! - Remove
side-effect in StorageAPI that overrides localStorage.clear

## 0.8.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.8.0",
"version": "0.8.1",
"description": "Utility to build a fetcher for GraphiQL",
"contributors": [
"Rikki Schulte <rikki.schulte@gmail.com> (https://rikki.dev)"
Expand Down
18 changes: 18 additions & 0 deletions packages/graphiql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Change Log

## 2.2.1

### Patch Changes

- [#2939](https://github.com/graphql/graphiql/pull/2939)
[`bca318ce`](https://github.com/graphql/graphiql/commit/bca318ceb7821f0c4b3973c5b05131c9a23bf2cf)
Thanks [@jonathanawesome](https://github.com/jonathanawesome)! - removes
regenerator-runtime from cdn.ts, resolves #2868

- Updated dependencies
[[`f7addb20`](https://github.com/graphql/graphiql/commit/f7addb20c4a558fbfb4112c8ff095bbc8f9d9147),
[`695100bd`](https://github.com/graphql/graphiql/commit/695100bd317940ff3ffd8f56b54248c1dba1ac04),
[`c44ea4f1`](https://github.com/graphql/graphiql/commit/c44ea4f1917b97daac815c08299b934c8ca57ed9),
[`4ff2794c`](https://github.com/graphql/graphiql/commit/4ff2794c8b6032168e27252096cb276ce712878e)]:
- @graphiql/react@0.15.1
- @graphiql/toolkit@0.8.1
- graphql-language-service@5.1.1

## 2.2.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/graphiql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphiql",
"version": "2.2.0",
"version": "2.2.1",
"description": "An graphical interactive in-browser GraphQL IDE.",
"contributors": [
"Hyohyeon Jeong <asiandrummer@fb.com>",
Expand Down Expand Up @@ -50,10 +50,10 @@
"webpack": "webpack --config resources/webpack.config.js"
},
"dependencies": {
"@graphiql/react": "^0.15.0",
"@graphiql/toolkit": "^0.8.0",
"@graphiql/react": "^0.15.1",
"@graphiql/toolkit": "^0.8.1",
"entities": "^2.0.0",
"graphql-language-service": "^5.1.0",
"graphql-language-service": "^5.1.1",
"markdown-it": "^12.2.0"
},
"peerDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions packages/graphql-language-service-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# graphql-language-service-cli

## 3.3.15

### Patch Changes

- Updated dependencies
[[`f7addb20`](https://github.com/graphql/graphiql/commit/f7addb20c4a558fbfb4112c8ff095bbc8f9d9147),
[`10e97bbe`](https://github.com/graphql/graphiql/commit/10e97bbe6c9ff81bae73b11ba81ac2b69eca2772),
[`c44ea4f1`](https://github.com/graphql/graphiql/commit/c44ea4f1917b97daac815c08299b934c8ca57ed9),
[`4ff2794c`](https://github.com/graphql/graphiql/commit/4ff2794c8b6032168e27252096cb276ce712878e)]:
- graphql-language-service@5.1.1
- graphql-language-service-server@2.9.5

## 3.3.14

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/graphql-language-service-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-language-service-cli",
"version": "3.3.14",
"version": "3.3.15",
"description": "An interface for building GraphQL language services for IDEs",
"contributors": [
"Hyohyeon Jeong <asiandrummer@fb.com>",
Expand Down Expand Up @@ -36,8 +36,8 @@
},
"dependencies": {
"@babel/polyfill": "^7.8.7",
"graphql-language-service": "^5.1.0",
"graphql-language-service-server": "^2.9.4",
"graphql-language-service": "^5.1.1",
"graphql-language-service-server": "^2.9.5",
"yargs": "^16.2.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 70ff4e0

Please sign in to comment.