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 Mar 7, 2023
1 parent 01e6843 commit 6929ff2
Show file tree
Hide file tree
Showing 34 changed files with 220 additions and 82 deletions.
5 changes: 0 additions & 5 deletions .changeset/good-cooks-collect.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/lazy-rabbits-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-zoos-draw.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-teachers-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-crabs-cover.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/two-icons-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-hotels-compare.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/witty-owls-burn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-bags-jump.md

This file was deleted.

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.6.0",
"graphql-language-service": "^5.1.2",
"graphql-language-service": "^5.1.3",
"json-schema": "^0.4.0",
"jsonc-parser": "3.2.0",
"monaco-editor": "^0.36.0",
"monaco-graphql": "^1.1.8",
"monaco-graphql": "^1.2.0",
"prettier": "^2.8.4"
},
"devDependencies": {
Expand Down
25 changes: 25 additions & 0 deletions packages/cm6-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# cm6-graphql

## 0.0.4

### Patch Changes

- [#3075](https://github.com/graphql/graphiql/pull/3075)
[`9c1a02db`](https://github.com/graphql/graphiql/commit/9c1a02dbff4a39fe999873912daec7dcd1d39b5c)
Thanks [@acao](https://github.com/acao)! - another manual release attempt to
trigger versioning

- [#3074](https://github.com/graphql/graphiql/pull/3074)
[`7cb2a2f1`](https://github.com/graphql/graphiql/commit/7cb2a2f156d918fd57b7d3757ee1ecc0f4dab4ce)
Thanks [@acao](https://github.com/acao)! - Fix release bug, trigger changeset
release action

- [#3069](https://github.com/graphql/graphiql/pull/3069)
[`d922e930`](https://github.com/graphql/graphiql/commit/d922e930f77dff879212ad39191ad6a1b8f7dd8a)
Thanks [@sergeichestakov](https://github.com/sergeichestakov)! - Added
graphql-language-service as a direct dep of cm6-graphql and update peer
dependencies

- Updated dependencies
[[`b9c13328`](https://github.com/graphql/graphiql/commit/b9c13328f3d28c0026ee0f0ecc7213065c9b016d),
[`881a2024`](https://github.com/graphql/graphiql/commit/881a202497d5a58eb5260a5aa54c0c88930d69a0)]:
- graphql-language-service@5.1.3

## 0.0.3

### 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.3",
"version": "0.0.4",
"description": "GraphQL language support for CodeMirror 6",
"scripts": {
"build": "cm-buildhelper src/index.ts",
Expand All @@ -15,7 +15,7 @@
"types": "dist/index.d.ts",
"sideEffects": false,
"dependencies": {
"graphql-language-service": "^5.1.2"
"graphql-language-service": "^5.1.3"
},
"devDependencies": {
"@codemirror/autocomplete": "^6.0.0",
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.5

### Patch Changes

- [#3046](https://github.com/graphql/graphiql/pull/3046)
[`b9c13328`](https://github.com/graphql/graphiql/commit/b9c13328f3d28c0026ee0f0ecc7213065c9b016d)
Thanks [@B2o5T](https://github.com/B2o5T)! - Prefer .at() method for index
access

- Updated dependencies
[[`b9c13328`](https://github.com/graphql/graphiql/commit/b9c13328f3d28c0026ee0f0ecc7213065c9b016d),
[`881a2024`](https://github.com/graphql/graphiql/commit/881a202497d5a58eb5260a5aa54c0c88930d69a0)]:
- graphql-language-service@5.1.3

## 2.0.4

### 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.4",
"version": "2.0.5",
"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.1.2"
"graphql-language-service": "5.1.3"
},
"devDependencies": {
"@codemirror/language": "6.0.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/graphiql-plugin-code-exporter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @graphiql/plugin-code-exporter

## 0.1.2

### Patch Changes

- [#3063](https://github.com/graphql/graphiql/pull/3063)
[`5792aaa5`](https://github.com/graphql/graphiql/commit/5792aaa5b26b68dc396f7bfb5dc3defd9331b831)
Thanks [@B2o5T](https://github.com/B2o5T)! - avoid `useMemo` with empty array
`[]` since React can't guarantee stable reference, + lint restrict syntax for
future mistakes

## 0.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.1.1",
"version": "0.1.2",
"repository": {
"type": "git",
"url": "https://github.com/graphql/graphiql",
Expand Down Expand Up @@ -37,7 +37,7 @@
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@graphiql/react": "^0.17.0",
"@graphiql/react": "^0.17.1",
"@vitejs/plugin-react": "^1.3.0",
"postcss-nesting": "^10.1.7",
"typescript": "^4.6.3",
Expand Down
17 changes: 17 additions & 0 deletions packages/graphiql-plugin-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @graphiql/plugin-explorer

## 0.1.15

### Patch Changes

- [#3063](https://github.com/graphql/graphiql/pull/3063)
[`5792aaa5`](https://github.com/graphql/graphiql/commit/5792aaa5b26b68dc396f7bfb5dc3defd9331b831)
Thanks [@B2o5T](https://github.com/B2o5T)! - avoid `useMemo` with empty array
`[]` since React can't guarantee stable reference, + lint restrict syntax for
future mistakes

- Updated dependencies
[[`2d5c60ec`](https://github.com/graphql/graphiql/commit/2d5c60ecf717abafde2bddd32b2772261d3eec8b),
[`b9c13328`](https://github.com/graphql/graphiql/commit/b9c13328f3d28c0026ee0f0ecc7213065c9b016d),
[`881a2024`](https://github.com/graphql/graphiql/commit/881a202497d5a58eb5260a5aa54c0c88930d69a0),
[`7cf4908a`](https://github.com/graphql/graphiql/commit/7cf4908a5d4bd58af315047f4dec5236e8c701fc)]:
- @graphiql/react@0.17.1

## 0.1.14

### 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.14",
"version": "0.1.15",
"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.0",
"@graphiql/react": "^0.17.1",
"graphiql-explorer": "^0.9.0"
},
"peerDependencies": {
Expand Down
31 changes: 31 additions & 0 deletions packages/graphiql-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# @graphiql/react

## 0.17.1

### Patch Changes

- [#3033](https://github.com/graphql/graphiql/pull/3033)
[`2d5c60ec`](https://github.com/graphql/graphiql/commit/2d5c60ecf717abafde2bddd32b2772261d3eec8b)
Thanks [@B2o5T](https://github.com/B2o5T)! - remove redundant `catch`
statement

- [#3046](https://github.com/graphql/graphiql/pull/3046)
[`b9c13328`](https://github.com/graphql/graphiql/commit/b9c13328f3d28c0026ee0f0ecc7213065c9b016d)
Thanks [@B2o5T](https://github.com/B2o5T)! - Prefer .at() method for index
access

- [#3042](https://github.com/graphql/graphiql/pull/3042)
[`881a2024`](https://github.com/graphql/graphiql/commit/881a202497d5a58eb5260a5aa54c0c88930d69a0)
Thanks [@B2o5T](https://github.com/B2o5T)! - Prefer String#slice() over
String#substr() and String#substring()

- [#3061](https://github.com/graphql/graphiql/pull/3061)
[`7cf4908a`](https://github.com/graphql/graphiql/commit/7cf4908a5d4bd58af315047f4dec5236e8c701fc)
Thanks [@B2o5T](https://github.com/B2o5T)! - remove unneeded `reference &&`
assertion, convert to switch

- Updated dependencies
[[`b9c13328`](https://github.com/graphql/graphiql/commit/b9c13328f3d28c0026ee0f0ecc7213065c9b016d),
[`881a2024`](https://github.com/graphql/graphiql/commit/881a202497d5a58eb5260a5aa54c0c88930d69a0)]:
- codemirror-graphql@2.0.5
- @graphiql/toolkit@0.8.3
- graphql-language-service@5.1.3

## 0.17.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.17.0",
"version": "0.17.1",
"repository": {
"type": "git",
"url": "https://github.com/graphql/graphiql",
Expand Down Expand Up @@ -36,7 +36,7 @@
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"@graphiql/toolkit": "^0.8.2",
"@graphiql/toolkit": "^0.8.3",
"@reach/combobox": "^0.17.0",
"@reach/dialog": "^0.17.0",
"@reach/listbox": "^0.17.0",
Expand All @@ -45,9 +45,9 @@
"@reach/visually-hidden": "^0.17.0",
"clsx": "^1.2.1",
"codemirror": "^5.65.3",
"codemirror-graphql": "^2.0.4",
"codemirror-graphql": "^2.0.5",
"copy-to-clipboard": "^3.2.0",
"graphql-language-service": "^5.1.2",
"graphql-language-service": "^5.1.3",
"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.3

### Patch Changes

- [#3046](https://github.com/graphql/graphiql/pull/3046)
[`b9c13328`](https://github.com/graphql/graphiql/commit/b9c13328f3d28c0026ee0f0ecc7213065c9b016d)
Thanks [@B2o5T](https://github.com/B2o5T)! - Prefer .at() method for index
access

- [#3042](https://github.com/graphql/graphiql/pull/3042)
[`881a2024`](https://github.com/graphql/graphiql/commit/881a202497d5a58eb5260a5aa54c0c88930d69a0)
Thanks [@B2o5T](https://github.com/B2o5T)! - Prefer String#slice() over
String#substr() and String#substring()

## 0.8.2

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

## 2.4.1

### Patch Changes

- Updated dependencies
[[`2d5c60ec`](https://github.com/graphql/graphiql/commit/2d5c60ecf717abafde2bddd32b2772261d3eec8b),
[`b9c13328`](https://github.com/graphql/graphiql/commit/b9c13328f3d28c0026ee0f0ecc7213065c9b016d),
[`881a2024`](https://github.com/graphql/graphiql/commit/881a202497d5a58eb5260a5aa54c0c88930d69a0),
[`7cf4908a`](https://github.com/graphql/graphiql/commit/7cf4908a5d4bd58af315047f4dec5236e8c701fc)]:
- @graphiql/react@0.17.1
- @graphiql/toolkit@0.8.3
- graphql-language-service@5.1.3

## 2.4.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.4.0",
"version": "2.4.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-cli --config resources/webpack.config.js"
},
"dependencies": {
"@graphiql/react": "^0.17.0",
"@graphiql/toolkit": "^0.8.2",
"@graphiql/react": "^0.17.1",
"@graphiql/toolkit": "^0.8.3",
"entities": "^2.0.0",
"graphql-language-service": "^5.1.2",
"graphql-language-service": "^5.1.3",
"markdown-it": "^12.2.0"
},
"peerDependencies": {
Expand Down
15 changes: 15 additions & 0 deletions packages/graphql-language-service-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# graphql-language-service-cli

## 3.3.17

### Patch Changes

- [#3046](https://github.com/graphql/graphiql/pull/3046)
[`b9c13328`](https://github.com/graphql/graphiql/commit/b9c13328f3d28c0026ee0f0ecc7213065c9b016d)
Thanks [@B2o5T](https://github.com/B2o5T)! - Prefer .at() method for index
access

- Updated dependencies
[[`b9c13328`](https://github.com/graphql/graphiql/commit/b9c13328f3d28c0026ee0f0ecc7213065c9b016d),
[`881a2024`](https://github.com/graphql/graphiql/commit/881a202497d5a58eb5260a5aa54c0c88930d69a0)]:
- graphql-language-service@5.1.3
- graphql-language-service-server@2.9.7

## 3.3.16

### Patch Changes
Expand Down
Loading

0 comments on commit 6929ff2

Please sign in to comment.