Skip to content

Commit

Permalink
Version Packages (#2012)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 7, 2021
1 parent 38a7bed commit 51c0e23
Show file tree
Hide file tree
Showing 22 changed files with 120 additions and 42 deletions.
5 changes: 0 additions & 5 deletions .changeset/forty-apes-retire.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/great-eyes-try.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": "16.0.0-experimental-stream-defer.5",
"monaco-graphql": "^0.5.1",
"monaco-graphql": "^0.6.0",
"prettier": "^2.0.4"
},
"devDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions packages/codemirror-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 1.1.0

### Minor Changes

- [`716cf786`](https://github.com/graphql/graphiql/commit/716cf786aea6af42ea637ca3c56ae6c6ebc17c7a) [#2010](https://github.com/graphql/graphiql/pull/2010) Thanks [@acao](https://github.com/acao)! - upgrade to `graphql@16.0.0-experimental-stream-defer.5`. thanks @saihaj!

### Patch Changes

- Updated dependencies [[`8869c4b1`](https://github.com/graphql/graphiql/commit/8869c4b18c900b9b35556255587ef5130a96a4d5), [`716cf786`](https://github.com/graphql/graphiql/commit/716cf786aea6af42ea637ca3c56ae6c6ebc17c7a)]:
- graphql-language-service-interface@2.9.0
- graphql-language-service-parser@1.10.0

## 1.0.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/codemirror-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codemirror-graphql",
"version": "1.0.3",
"version": "1.1.0",
"description": "GraphQL mode and helpers for CodeMirror.",
"contributors": [
"Hyohyeon Jeong <asiandrummer@fb.com>",
Expand Down Expand Up @@ -43,8 +43,8 @@
"graphql": ">= 15.5.0 <= 16.0.0-experimental-stream-defer.5"
},
"dependencies": {
"graphql-language-service-interface": "^2.8.2",
"graphql-language-service-parser": "^1.9.3"
"graphql-language-service-interface": "^2.9.0",
"graphql-language-service-parser": "^1.10.0"
},
"devDependencies": {
"codemirror": "^5.58.2",
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.6",
"graphql-language-service": "^3.2.0",
"i18next": "^19.4.4",
"i18next-browser-languagedetector": "^4.1.1",
"markdown-it": "^10.0.0",
"monaco-editor": "^0.27.0",
"monaco-graphql": "^0.5.1",
"monaco-graphql": "^0.6.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.4.0

### Minor Changes

- [`716cf786`](https://github.com/graphql/graphiql/commit/716cf786aea6af42ea637ca3c56ae6c6ebc17c7a) [#2010](https://github.com/graphql/graphiql/pull/2010) Thanks [@acao](https://github.com/acao)! - upgrade to `graphql@16.0.0-experimental-stream-defer.5`. thanks @saihaj!

## 0.3.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.3.2",
"version": "0.4.0",
"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

## 1.5.0

### Minor Changes

- [`716cf786`](https://github.com/graphql/graphiql/commit/716cf786aea6af42ea637ca3c56ae6c6ebc17c7a) [#2010](https://github.com/graphql/graphiql/pull/2010) Thanks [@acao](https://github.com/acao)! - upgrade to `graphql@16.0.0-experimental-stream-defer.5`. thanks @saihaj!

### Patch Changes

- Updated dependencies [[`716cf786`](https://github.com/graphql/graphiql/commit/716cf786aea6af42ea637ca3c56ae6c6ebc17c7a)]:
- codemirror-graphql@1.1.0
- @graphiql/toolkit@0.4.0
- graphql-language-service@3.2.0

## 1.4.8

### Patch 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": "1.4.8",
"version": "1.5.0",
"description": "An graphical interactive in-browser GraphQL IDE.",
"contributors": [
"Hyohyeon Jeong <asiandrummer@fb.com>",
Expand Down Expand Up @@ -43,14 +43,14 @@
"webpack": "webpack --config resources/webpack.config.js"
},
"dependencies": {
"@graphiql/toolkit": "^0.3.2",
"@graphiql/toolkit": "^0.4.0",
"codemirror": "^5.58.2",
"codemirror-graphql": "^1.0.3",
"codemirror-graphql": "^1.1.0",
"copy-to-clipboard": "^3.2.0",
"dset": "^3.1.0",
"entities": "^2.0.0",
"escape-html": "^1.0.3",
"graphql-language-service": "^3.1.6",
"graphql-language-service": "^3.2.0",
"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.2.0

### Minor Changes

- [`716cf786`](https://github.com/graphql/graphiql/commit/716cf786aea6af42ea637ca3c56ae6c6ebc17c7a) [#2010](https://github.com/graphql/graphiql/pull/2010) Thanks [@acao](https://github.com/acao)! - upgrade to `graphql@16.0.0-experimental-stream-defer.5`. thanks @saihaj!

### Patch Changes

- Updated dependencies [[`716cf786`](https://github.com/graphql/graphiql/commit/716cf786aea6af42ea637ca3c56ae6c6ebc17c7a)]:
- graphql-language-service-server@2.7.0
- graphql-language-service@3.2.0

## 3.1.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.1.14",
"version": "3.2.0",
"description": "An interface for building GraphQL language services for IDEs",
"contributors": [
"Hyohyeon Jeong <asiandrummer@fb.com>",
Expand Down Expand Up @@ -31,8 +31,8 @@
},
"dependencies": {
"@babel/polyfill": "^7.8.7",
"graphql-language-service": "^3.1.6",
"graphql-language-service-server": "^2.6.5",
"graphql-language-service": "^3.2.0",
"graphql-language-service-server": "^2.7.0",
"graphql-language-service-utils": "^2.5.1",
"yargs": "^16.2.0"
},
Expand Down
13 changes: 13 additions & 0 deletions packages/graphql-language-service-interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# graphql-language-service-interface

## 2.9.0

### Minor Changes

- [`716cf786`](https://github.com/graphql/graphiql/commit/716cf786aea6af42ea637ca3c56ae6c6ebc17c7a) [#2010](https://github.com/graphql/graphiql/pull/2010) Thanks [@acao](https://github.com/acao)! - upgrade to `graphql@16.0.0-experimental-stream-defer.5`. thanks @saihaj!

### Patch Changes

- [`8869c4b1`](https://github.com/graphql/graphiql/commit/8869c4b18c900b9b35556255587ef5130a96a4d5) [#1998](https://github.com/graphql/graphiql/pull/1998) Thanks [@ferm10n](https://github.com/ferm10n)! - remove implicit codemirror dependency

- Updated dependencies [[`716cf786`](https://github.com/graphql/graphiql/commit/716cf786aea6af42ea637ca3c56ae6c6ebc17c7a)]:
- graphql-language-service-parser@1.10.0

## 2.8.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-language-service-interface/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-language-service-interface",
"version": "2.8.4",
"version": "2.9.0",
"description": "Interface to the GraphQL Language Service",
"contributors": [
"Greg Hurrell <greg@hurrell.net> (https://greg.hurrell.net/)",
Expand All @@ -27,7 +27,7 @@
"graphql": ">= 15.5.0 <= 16.0.0-experimental-stream-defer.5"
},
"dependencies": {
"graphql-language-service-parser": "^1.9.0",
"graphql-language-service-parser": "^1.10.0",
"graphql-language-service-types": "^1.8.0",
"graphql-language-service-utils": "^2.5.1",
"vscode-languageserver-types": "^3.15.1"
Expand Down
6 changes: 6 additions & 0 deletions packages/graphql-language-service-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# graphql-language-service-parser

## 1.10.0

### Minor Changes

- [`716cf786`](https://github.com/graphql/graphiql/commit/716cf786aea6af42ea637ca3c56ae6c6ebc17c7a) [#2010](https://github.com/graphql/graphiql/pull/2010) Thanks [@acao](https://github.com/acao)! - upgrade to `graphql@16.0.0-experimental-stream-defer.5`. thanks @saihaj!

## 1.9.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-language-service-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-language-service-parser",
"version": "1.9.3",
"version": "1.10.0",
"description": "An online parser for GraphQL for use in syntax-highlighters and code intelligence tools",
"contributors": [
"Greg Hurrell <greg@hurrell.net> (https://greg.hurrell.net/)",
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.7.0

### Minor Changes

- [`716cf786`](https://github.com/graphql/graphiql/commit/716cf786aea6af42ea637ca3c56ae6c6ebc17c7a) [#2010](https://github.com/graphql/graphiql/pull/2010) Thanks [@acao](https://github.com/acao)! - upgrade to `graphql@16.0.0-experimental-stream-defer.5`. thanks @saihaj!

### Patch Changes

- Updated dependencies [[`716cf786`](https://github.com/graphql/graphiql/commit/716cf786aea6af42ea637ca3c56ae6c6ebc17c7a)]:
- graphql-language-service@3.2.0

## 2.6.5

### 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.5",
"version": "2.7.0",
"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.6",
"graphql-language-service": "^3.2.0",
"graphql-language-service-utils": "^2.5.1",
"mkdirp": "^1.0.4",
"node-fetch": "^2.6.1",
Expand Down
12 changes: 12 additions & 0 deletions packages/graphql-language-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# graphql-language-service

## 3.2.0

### Minor Changes

- [`716cf786`](https://github.com/graphql/graphiql/commit/716cf786aea6af42ea637ca3c56ae6c6ebc17c7a) [#2010](https://github.com/graphql/graphiql/pull/2010) Thanks [@acao](https://github.com/acao)! - upgrade to `graphql@16.0.0-experimental-stream-defer.5`. thanks @saihaj!

### Patch Changes

- Updated dependencies [[`8869c4b1`](https://github.com/graphql/graphiql/commit/8869c4b18c900b9b35556255587ef5130a96a4d5), [`716cf786`](https://github.com/graphql/graphiql/commit/716cf786aea6af42ea637ca3c56ae6c6ebc17c7a)]:
- graphql-language-service-interface@2.9.0
- graphql-language-service-parser@1.10.0

## 3.1.6

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions 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.6",
"version": "3.2.0",
"description": "The official, runtime independent Language Service for GraphQL",
"contributors": [
"GraphQL Contributors"
Expand Down Expand Up @@ -30,8 +30,8 @@
"graphql": ">= 15.5.0 <= 16.0.0-experimental-stream-defer.5"
},
"dependencies": {
"graphql-language-service-interface": "^2.8.2",
"graphql-language-service-parser": "^1.9.3",
"graphql-language-service-interface": "^2.9.0",
"graphql-language-service-parser": "^1.10.0",
"graphql-language-service-types": "^1.8.2",
"graphql-language-service-utils": "^2.5.3"
},
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.6.0

### Minor Changes

- [`716cf786`](https://github.com/graphql/graphiql/commit/716cf786aea6af42ea637ca3c56ae6c6ebc17c7a) [#2010](https://github.com/graphql/graphiql/pull/2010) Thanks [@acao](https://github.com/acao)! - upgrade to `graphql@16.0.0-experimental-stream-defer.5`. thanks @saihaj!

### Patch Changes

- Updated dependencies [[`716cf786`](https://github.com/graphql/graphiql/commit/716cf786aea6af42ea637ca3c56ae6c6ebc17c7a)]:
- graphql-language-service@3.2.0

## 0.5.1

### 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.5.1",
"version": "0.6.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.6",
"graphql-language-service": "^3.2.0",
"graphql-language-service-utils": "^2.5.1"
},
"devDependencies": {
Expand Down

0 comments on commit 51c0e23

Please sign in to comment.