-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5067429
commit c95e89e
Showing
34 changed files
with
220 additions
and
82 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)]: | ||
- [email protected] | ||
|
||
## 0.0.3 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)]: | ||
- [email protected] | ||
|
||
## 2.0.4 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]>", | ||
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)]: | ||
- [email protected] | ||
- @graphiql/toolkit@0.8.3 | ||
- [email protected] | ||
|
||
## 0.17.0 | ||
|
||
### Minor Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]> (https://rikki.dev)" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
- [email protected] | ||
|
||
## 2.4.0 | ||
|
||
### Minor Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]>", | ||
|
@@ -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": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)]: | ||
- [email protected] | ||
- [email protected] | ||
|
||
## 3.3.16 | ||
|
||
### Patch Changes | ||
|
Oops, something went wrong.