Skip to content

Commit

Permalink
Version Packages (#2092)
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] authored Dec 6, 2021
1 parent ff9cebe commit 1737436
Show file tree
Hide file tree
Showing 23 changed files with 122 additions and 43 deletions.
10 changes: 0 additions & 10 deletions .changeset/small-bats-fix.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,9 +10,9 @@
},
"dependencies": {
"graphql": "16.0.0-experimental-stream-defer.5",
"monaco-graphql": "^1.0.1",
"monaco-graphql": "^1.0.2",
"prettier": "^2.0.4",
"graphql-language-service": "^4.1.0",
"graphql-language-service": "^4.1.1",
"json-schema": "^0.3.0",
"jsonc-parser": "3.0.0",
"monaco-editor": "^0.29.1"
Expand Down
9 changes: 9 additions & 0 deletions packages/codemirror-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 1.2.8

### Patch Changes

- [#2091](https://github.com/graphql/graphiql/pull/2091) [`ff9cebe5`](https://github.com/graphql/graphiql/commit/ff9cebe515a3539f85b9479954ae644dfeb68b63) Thanks [@acao](https://github.com/acao)! - Fix graphql 15 related issues. Should now build & test interchangeably.

- Updated dependencies []:
- [email protected]

## 1.2.7

### 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": "1.2.7",
"version": "1.2.8",
"description": "GraphQL mode and helpers for CodeMirror.",
"contributors": [
"Hyohyeon Jeong <[email protected]>",
Expand Down Expand Up @@ -46,7 +46,7 @@
},
"dependencies": {
"@codemirror/stream-parser": "^0.19.2",
"graphql-language-service": "^4.1.0"
"graphql-language-service": "^4.1.1"
},
"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 @@ -48,12 +48,12 @@
"@theme-ui/core": "^0.4.0-alpha.1",
"copy-to-clipboard": "^3.2.0",
"entities": "^2.0.0",
"graphql-language-service": "^4.1.0",
"graphql-language-service": "^4.1.1",
"i18next": "^19.4.4",
"i18next-browser-languagedetector": "^4.1.1",
"markdown-it": "^10.0.0",
"monaco-editor": "^0.27.0",
"monaco-graphql": "^1.0.1",
"monaco-graphql": "^1.0.2",
"react-i18next": "^11.4.0",
"theme-ui": "^0.3.1"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/graphiql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 1.5.12

### Patch Changes

- [#2091](https://github.com/graphql/graphiql/pull/2091) [`ff9cebe5`](https://github.com/graphql/graphiql/commit/ff9cebe515a3539f85b9479954ae644dfeb68b63) Thanks [@acao](https://github.com/acao)! - Fix graphql 15 related issues. Should now build & test interchangeably.

- Updated dependencies [[`ff9cebe5`](https://github.com/graphql/graphiql/commit/ff9cebe515a3539f85b9479954ae644dfeb68b63)]:
- [email protected]
- [email protected]

## 1.5.11

### 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.5.11",
"version": "1.5.12",
"description": "An graphical interactive in-browser GraphQL IDE.",
"contributors": [
"Hyohyeon Jeong <[email protected]>",
Expand Down Expand Up @@ -48,12 +48,12 @@
"dependencies": {
"@graphiql/toolkit": "^0.4.2",
"codemirror": "^5.58.2",
"codemirror-graphql": "^1.2.7",
"codemirror-graphql": "^1.2.8",
"copy-to-clipboard": "^3.2.0",
"dset": "^3.1.0",
"entities": "^2.0.0",
"escape-html": "^1.0.3",
"graphql-language-service": "^4.1.0",
"graphql-language-service": "^4.1.1",
"markdown-it": "^12.2.0"
},
"peerDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/graphql-language-service-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# graphql-language-service-cli

## 3.2.10

### Patch Changes

- Updated dependencies [[`ff9cebe5`](https://github.com/graphql/graphiql/commit/ff9cebe515a3539f85b9479954ae644dfeb68b63)]:
- [email protected]
- [email protected]
- [email protected]

## 3.2.9

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.2.9",
"version": "3.2.10",
"description": "An interface for building GraphQL language services for IDEs",
"contributors": [
"Hyohyeon Jeong <[email protected]>",
Expand Down Expand Up @@ -32,9 +32,9 @@
},
"dependencies": {
"@babel/polyfill": "^7.8.7",
"graphql-language-service": "^4.1.0",
"graphql-language-service-server": "^2.7.9",
"graphql-language-service-utils": "^2.7.0",
"graphql-language-service": "^4.1.1",
"graphql-language-service-server": "^2.7.10",
"graphql-language-service-utils": "^2.7.1",
"yargs": "^16.2.0"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/graphql-language-service-interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# graphql-language-service-interface

## 2.10.1

### Patch Changes

- [#2091](https://github.com/graphql/graphiql/pull/2091) [`ff9cebe5`](https://github.com/graphql/graphiql/commit/ff9cebe515a3539f85b9479954ae644dfeb68b63) Thanks [@acao](https://github.com/acao)! - Fix graphql 15 related issues. Should now build & test interchangeably.

- Updated dependencies [[`ff9cebe5`](https://github.com/graphql/graphiql/commit/ff9cebe515a3539f85b9479954ae644dfeb68b63)]:
- [email protected]
- [email protected]
- [email protected]

## 2.10.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 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.10.0",
"version": "2.10.1",
"description": "Interface to the GraphQL Language Service",
"contributors": [
"Greg Hurrell <[email protected]> (https://greg.hurrell.net/)",
Expand Down Expand Up @@ -29,9 +29,9 @@
},
"dependencies": {
"graphql-config": "^4.1.0",
"graphql-language-service-parser": "^1.10.3",
"graphql-language-service-types": "^1.8.6",
"graphql-language-service-utils": "^2.7.0",
"graphql-language-service-parser": "^1.10.4",
"graphql-language-service-types": "^1.8.7",
"graphql-language-service-utils": "^2.7.1",
"vscode-languageserver-types": "^3.15.1"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/graphql-language-service-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# graphql-language-service-parser

## 1.10.4

### Patch Changes

- Updated dependencies [[`ff9cebe5`](https://github.com/graphql/graphiql/commit/ff9cebe515a3539f85b9479954ae644dfeb68b63)]:
- [email protected]

## 1.10.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.10.3",
"version": "1.10.4",
"description": "An online parser for GraphQL for use in syntax-highlighters and code intelligence tools",
"contributors": [
"Greg Hurrell <[email protected]> (https://greg.hurrell.net/)",
Expand Down Expand Up @@ -38,7 +38,7 @@
"vscode-languageserver-types": "^3.15.1"
},
"dependencies": {
"graphql-language-service-types": "^1.8.6"
"graphql-language-service-types": "^1.8.7"
},
"scripts": {
"benchmark": "ts-node benchmark/index.ts"
Expand Down
10 changes: 10 additions & 0 deletions packages/graphql-language-service-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# graphql-language-service-server

## 2.7.10

### Patch Changes

- [#2091](https://github.com/graphql/graphiql/pull/2091) [`ff9cebe5`](https://github.com/graphql/graphiql/commit/ff9cebe515a3539f85b9479954ae644dfeb68b63) Thanks [@acao](https://github.com/acao)! - Fix graphql 15 related issues. Should now build & test interchangeably.

- Updated dependencies [[`ff9cebe5`](https://github.com/graphql/graphiql/commit/ff9cebe515a3539f85b9479954ae644dfeb68b63)]:
- [email protected]
- [email protected]

## 2.7.9

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.7.9",
"version": "2.7.10",
"description": "Server process backing the GraphQL Language Service",
"contributors": [
"Greg Hurrell <[email protected]> (https://greg.hurrell.net/)",
Expand Down Expand Up @@ -33,8 +33,8 @@
"@babel/parser": "^7.13.13",
"dotenv": "8.2.0",
"graphql-config": "^4.1.0",
"graphql-language-service": "^4.1.0",
"graphql-language-service-utils": "^2.7.0",
"graphql-language-service": "^4.1.1",
"graphql-language-service-utils": "^2.7.1",
"mkdirp": "^1.0.4",
"node-fetch": "^2.6.1",
"nullthrows": "^1.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/graphql-language-service-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# graphql-language-service-types

## 1.8.7

### Patch Changes

- [#2091](https://github.com/graphql/graphiql/pull/2091) [`ff9cebe5`](https://github.com/graphql/graphiql/commit/ff9cebe515a3539f85b9479954ae644dfeb68b63) Thanks [@acao](https://github.com/acao)! - Fix graphql 15 related issues. Should now build & test interchangeably.

## 1.8.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-language-service-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-language-service-types",
"version": "1.8.6",
"version": "1.8.7",
"description": "Types for building GraphQL language services for IDEs",
"contributors": [
"Greg Hurrell <[email protected]> (https://greg.hurrell.net/)",
Expand Down
9 changes: 9 additions & 0 deletions packages/graphql-language-service-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# graphql-language-service-utils

## 2.7.1

### Patch Changes

- [#2091](https://github.com/graphql/graphiql/pull/2091) [`ff9cebe5`](https://github.com/graphql/graphiql/commit/ff9cebe515a3539f85b9479954ae644dfeb68b63) Thanks [@acao](https://github.com/acao)! - Fix graphql 15 related issues. Should now build & test interchangeably.

- Updated dependencies [[`ff9cebe5`](https://github.com/graphql/graphiql/commit/ff9cebe515a3539f85b9479954ae644dfeb68b63)]:
- [email protected]

## 2.7.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-language-service-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-language-service-utils",
"version": "2.7.0",
"version": "2.7.1",
"description": "Utilities to support the GraphQL Language Service",
"contributors": [
"Greg Hurrell <[email protected]> (https://greg.hurrell.net/)",
Expand Down Expand Up @@ -28,7 +28,7 @@
"graphql": "^15.5.0 || ^16.0.0"
},
"dependencies": {
"graphql-language-service-types": "^1.8.6",
"graphql-language-service-types": "^1.8.7",
"nullthrows": "^1.0.0",
"@types/json-schema": "7.0.9"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/graphql-language-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# graphql-language-service

## 4.1.1

### Patch Changes

- Updated dependencies [[`ff9cebe5`](https://github.com/graphql/graphiql/commit/ff9cebe515a3539f85b9479954ae644dfeb68b63)]:
- [email protected]
- [email protected]
- [email protected]
- [email protected]

## 4.1.0

### Minor Changes
Expand Down
10 changes: 5 additions & 5 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": "4.1.0",
"version": "4.1.1",
"description": "The official, runtime independent Language Service for GraphQL",
"contributors": [
"GraphQL Contributors"
Expand Down Expand Up @@ -31,10 +31,10 @@
"graphql": "^15.5.0 || ^16.0.0"
},
"dependencies": {
"graphql-language-service-interface": "^2.10.0",
"graphql-language-service-parser": "^1.10.3",
"graphql-language-service-types": "^1.8.6",
"graphql-language-service-utils": "^2.7.0",
"graphql-language-service-interface": "^2.10.1",
"graphql-language-service-parser": "^1.10.4",
"graphql-language-service-types": "^1.8.7",
"graphql-language-service-utils": "^2.7.1",
"picomatch": "^2.3.0"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/monaco-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 1.0.2

### Patch Changes

- Updated dependencies [[`ff9cebe5`](https://github.com/graphql/graphiql/commit/ff9cebe515a3539f85b9479954ae644dfeb68b63)]:
- [email protected]
- [email protected]

## 1.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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": "1.0.1",
"version": "1.0.2",
"license": "MIT",
"main": "dist/monaco.contribution.js",
"module": "esm/monaco.contribution.js",
Expand All @@ -26,8 +26,8 @@
"src"
],
"dependencies": {
"graphql-language-service": "^4.1.0",
"graphql-language-service-utils": "^2.7.0"
"graphql-language-service": "^4.1.1",
"graphql-language-service-utils": "^2.7.1"
},
"devDependencies": {
"graphql": "16.0.0-experimental-stream-defer.5",
Expand Down

2 comments on commit 1737436

@github-actions
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.