Skip to content

Commit f6ba764

Browse files
committed
chore(release): publish
- [email protected] - [email protected]
1 parent cd0061e commit f6ba764

File tree

4 files changed

+17
-7
lines changed

4 files changed

+17
-7
lines changed

packages/graphql-language-service-cli/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.1.0-alpha.1](https://github.com/graphql/graphiql/compare/graphql-language-service-cli@[email protected]) (2020-08-12)
7+
8+
**Note:** Version bump only for package graphql-language-service-cli
9+
610
# [3.1.0-alpha.0](https://github.com/graphql/graphiql/compare/graphql-language-service-cli@[email protected]) (2020-08-10)
711

812
### Bug Fixes

packages/graphql-language-service-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-language-service-cli",
3-
"version": "3.1.0-alpha.0",
3+
"version": "3.1.0-alpha.1",
44
"description": "An interface for building GraphQL language services for IDEs",
55
"contributors": [
66
"Hyohyeon Jeong <[email protected]>",
@@ -32,7 +32,7 @@
3232
"dependencies": {
3333
"@babel/polyfill": "7.8.7",
3434
"graphql-language-service": "^3.0.2-alpha.0",
35-
"graphql-language-service-server": "^2.5.0-alpha.0",
35+
"graphql-language-service-server": "^2.5.0-alpha.1",
3636
"graphql-language-service-utils": "^2.4.1",
3737
"yargs": "^15.3.1"
3838
}

packages/graphql-language-service-server/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.5.0-alpha.1](https://github.com/graphql/graphiql/compare/graphql-language-service-server@[email protected]) (2020-08-12)
7+
8+
### Bug Fixes
9+
10+
- recursively write tmp directories, write schema async ([#1641](https://github.com/graphql/graphiql/issues/1641)) ([cd0061e](https://github.com/graphql/graphiql/commit/cd0061e1abe47f5f4075d52a6c1e4157cbd0a95a))
11+
612
# [2.5.0-alpha.0](https://github.com/graphql/graphiql/compare/graphql-language-service-server@[email protected]) (2020-08-10)
713

814
### Bug Fixes

packages/graphql-language-service-server/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-language-service-server",
3-
"version": "2.5.0-alpha.0",
3+
"version": "2.5.0-alpha.1",
44
"description": "Server process backing the GraphQL Language Service",
55
"contributors": [
66
"Greg Hurrell <[email protected]> (https://greg.hurrell.net/)",
@@ -34,13 +34,13 @@
3434
"graphql-config": "^3.0.3",
3535
"graphql-language-service": "^3.0.2-alpha.0",
3636
"graphql-language-service-utils": "^2.4.1",
37+
"mkdirp": "^1.0.4",
3738
"nullthrows": "^1.0.0",
3839
"vscode-jsonrpc": "^5.0.1",
39-
"vscode-languageserver": "^6.1.1",
40-
"mkdirp": "^1.0.4"
40+
"vscode-languageserver": "^6.1.1"
4141
},
4242
"devDependencies": {
43-
"cross-env": "^7.0.2",
44-
"@types/mkdirp": "^1.0.1"
43+
"@types/mkdirp": "^1.0.1",
44+
"cross-env": "^7.0.2"
4545
}
4646
}

0 commit comments

Comments
 (0)