Skip to content

Commit

Permalink
Version Packages (#1893)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Oct 28, 2021
1 parent f90d098 commit 8ad2c0c
Show file tree
Hide file tree
Showing 19 changed files with 63 additions and 50 deletions.
5 changes: 0 additions & 5 deletions .changeset/flat-flies-agree.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-peaches-return.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nine-days-pretend.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/short-mirrors-occur.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/slow-books-repeat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-pugs-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-ligers-tie.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/monaco-graphql-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"graphql": "experimental-stream-defer",
"monaco-graphql": "^0.4.3",
"monaco-graphql": "^0.5.0",
"prettier": "^2.0.4"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/graphiql-2-rfc-context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@
"@theme-ui/core": "^0.4.0-alpha.1",
"copy-to-clipboard": "^3.2.0",
"entities": "^2.0.0",
"graphql-language-service": "^3.1.2",
"graphql-language-service": "^3.1.5",
"i18next": "^19.4.4",
"i18next-browser-languagedetector": "^4.1.1",
"markdown-it": "^10.0.0",
"monaco-editor": "^0.27.0",
"monaco-graphql": "^0.4.2",
"monaco-graphql": "^0.5.0",
"react-i18next": "^11.4.0",
"theme-ui": "^0.3.1"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/graphiql-toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphiql/toolkit

## 0.3.0

### Minor Changes

- [`6a459f4c`](https://github.com/graphql/graphiql/commit/6a459f4c235bb0d70725ae6ad7fc1cfa34f49dca) [#1968](https://github.com/graphql/graphiql/pull/1968) Thanks [@acao](https://github.com/acao)! - Remove `optionalDependencies` entirely, remove `subscriptions-transport-ws` which introduces vulnerabilities, upgrade `@n1ru4l/push-pull-async-iterable-iterator` to 3.0.0, upgrade `graphql-ws` several minor versions - the `graphql-ws@5.x` upgrade will come in a later minor release.

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

## 1.4.3

### Patch Changes

- [`6a459f4c`](https://github.com/graphql/graphiql/commit/6a459f4c235bb0d70725ae6ad7fc1cfa34f49dca) [#1968](https://github.com/graphql/graphiql/pull/1968) Thanks [@acao](https://github.com/acao)! - Remove `optionalDependencies` entirely, remove `subscriptions-transport-ws` which introduces vulnerabilities, upgrade `@n1ru4l/push-pull-async-iterable-iterator` to 3.0.0, upgrade `graphql-ws` several minor versions - the `graphql-ws@5.x` upgrade will come in a later minor release.

* [`eb2d91fa`](https://github.com/graphql/graphiql/commit/eb2d91fa8e4a03cb5663f27f724db2c95989a40f) [#1914](https://github.com/graphql/graphiql/pull/1914) Thanks [@harshithpabbati](https://github.com/harshithpabbati)! - fix: history can now be saved even when query history panel is not opened
feat: create a new maxHistoryLength prop to allow more than 20 queries in history panel

- [`04fad79c`](https://github.com/graphql/graphiql/commit/04fad79c094318d4b4c9e0250c5cff55d9fc5116) [#1889](https://github.com/graphql/graphiql/pull/1889) Thanks [@henryqdineen](https://github.com/henryqdineen)! - feat: export ToolbarSelectOption and ToolbarMenuItem

* [`cd685435`](https://github.com/graphql/graphiql/commit/cd6854352ac6beff57af76db7de38e8157ff13aa) [#1923](https://github.com/graphql/graphiql/pull/1923) Thanks [@cgarnier](https://github.com/cgarnier)! - Fix result window theme

* Updated dependencies [[`6a459f4c`](https://github.com/graphql/graphiql/commit/6a459f4c235bb0d70725ae6ad7fc1cfa34f49dca), [`2fd5bf72`](https://github.com/graphql/graphiql/commit/2fd5bf7239edb78339e5ac7211f09c245e47c3bb)]:
- @graphiql/toolkit@0.3.0
- graphql-language-service@3.1.5

## 1.4.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/graphiql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphiql",
"version": "1.4.2",
"version": "1.4.3",
"description": "An graphical interactive in-browser GraphQL IDE.",
"contributors": [
"Hyohyeon Jeong <asiandrummer@fb.com>",
Expand Down Expand Up @@ -43,13 +43,13 @@
"webpack": "webpack --config resources/webpack.config.js"
},
"dependencies": {
"@graphiql/toolkit": "^0.2.0",
"@graphiql/toolkit": "^0.3.0",
"codemirror": "^5.58.2",
"codemirror-graphql": "^1.0.0",
"copy-to-clipboard": "^3.2.0",
"dset": "^3.1.0",
"entities": "^2.0.0",
"graphql-language-service": "^3.1.2",
"graphql-language-service": "^3.1.5",
"markdown-it": "^10.0.0"
},
"peerDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/graphql-language-service-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# graphql-language-service-server

## 2.6.4

### Patch Changes

- [`72bff0e7`](https://github.com/graphql/graphiql/commit/72bff0e7db46fb53293efc990dc64d2c06401459) [#1951](https://github.com/graphql/graphiql/pull/1951) Thanks [@GoodForOneFare](https://github.com/GoodForOneFare)! - fix: skip config updates when no custom filename is defined

* [`2fd5bf72`](https://github.com/graphql/graphiql/commit/2fd5bf7239edb78339e5ac7211f09c245e47c3bb) [#1941](https://github.com/graphql/graphiql/pull/1941) Thanks [@arcanis](https://github.com/arcanis)! - Adds support for `#graphql` and `/* GraphQL */` in the language server

* Updated dependencies [[`2fd5bf72`](https://github.com/graphql/graphiql/commit/2fd5bf7239edb78339e5ac7211f09c245e47c3bb)]:
- graphql-language-service@3.1.5

## 2.6.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-language-service-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-language-service-server",
"version": "2.6.3",
"version": "2.6.4",
"description": "Server process backing the GraphQL Language Service",
"contributors": [
"Greg Hurrell <greg@hurrell.net> (https://greg.hurrell.net/)",
Expand Down Expand Up @@ -33,7 +33,7 @@
"dotenv": "8.2.0",
"glob": "^7.1.2",
"graphql-config": "^3.0.2",
"graphql-language-service": "^3.1.2",
"graphql-language-service": "^3.1.5",
"graphql-language-service-utils": "^2.5.1",
"mkdirp": "^1.0.4",
"node-fetch": "^2.6.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/graphql-language-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# graphql-language-service

## 3.1.5

### Patch Changes

- [`2fd5bf72`](https://github.com/graphql/graphiql/commit/2fd5bf7239edb78339e5ac7211f09c245e47c3bb) [#1941](https://github.com/graphql/graphiql/pull/1941) Thanks [@arcanis](https://github.com/arcanis)! - Adds support for `#graphql` and `/* GraphQL */` in the language server

## 3.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-language-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-language-service",
"version": "3.1.4",
"version": "3.1.5",
"description": "The official, runtime independent Language Service for GraphQL",
"contributors": [
"GraphQL Contributors"
Expand Down
11 changes: 11 additions & 0 deletions packages/monaco-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 0.5.0

### Minor Changes

- [`fec37c6b`](https://github.com/graphql/graphiql/commit/fec37c6b2953e177bea99d4cbf993c9b253198ba) [#1952](https://github.com/graphql/graphiql/pull/1952) Thanks [@Nishchit14](https://github.com/Nishchit14)! - devDependancy and peerDependancy of monaco-graphql has been upgraded for monaco-editor. monaco-graphql is now supporting latest version of monaco-editor which is v0.27.0

### Patch Changes

- Updated dependencies [[`2fd5bf72`](https://github.com/graphql/graphiql/commit/2fd5bf7239edb78339e5ac7211f09c245e47c3bb)]:
- graphql-language-service@3.1.5

## 0.4.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/monaco-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "monaco-graphql",
"description": "full service, official monaco mode for GraphQL",
"version": "0.4.4",
"version": "0.5.0",
"license": "MIT",
"main": "dist/monaco.contribution.js",
"module": "esm/monaco.contribution.js",
Expand All @@ -22,7 +22,7 @@
"src"
],
"dependencies": {
"graphql-language-service": "^3.1.2",
"graphql-language-service": "^3.1.5",
"graphql-language-service-utils": "^2.5.1"
},
"devDependencies": {
Expand Down

0 comments on commit 8ad2c0c

Please sign in to comment.