Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - example-graphiql-create-react-app@0.1.10
 - graphiql-parcel-example@1.1.9
 - example-graphiql-webpack@1.1.0
 - example-monaco-graphql-webpack@1.1.0
 - codemirror-graphql@0.12.1
 - graphiql@2.0.0-alpha.1
 - graphql-language-service-cli@3.0.1
 - graphql-language-service-interface@2.4.1
 - graphql-language-service-parser@1.6.1
 - graphql-language-service-server@2.4.1
 - graphql-language-service-types@1.6.1
 - graphql-language-service-utils@2.4.1
 - graphql-language-service@3.0.1
 - monaco-graphql@0.3.0
  • Loading branch information
acao committed Aug 6, 2020
1 parent 78af25b commit 0fc7c7c
Show file tree
Hide file tree
Showing 28 changed files with 103 additions and 36 deletions.
4 changes: 4 additions & 0 deletions examples/graphiql-create-react-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.10](https://github.com/graphql/graphiql/compare/example-graphiql-create-react-app@0.1.6...example-graphiql-create-react-app@0.1.10) (2020-08-06)

**Note:** Version bump only for package example-graphiql-create-react-app

## [0.1.6](https://github.com/graphql/graphiql/compare/example-graphiql-create-react-app@0.1.5...example-graphiql-create-react-app@0.1.6) (2020-06-11)

**Note:** Version bump only for package example-graphiql-create-react-app
Expand Down
2 changes: 1 addition & 1 deletion examples/graphiql-create-react-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-graphiql-create-react-app",
"version": "0.1.9",
"version": "0.1.10",
"private": true,
"dependencies": {
"@types/react": "^16.9.34",
Expand Down
4 changes: 4 additions & 0 deletions examples/graphiql-parcel/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.9](https://github.com/graphql/graphiql/compare/graphiql-parcel-example@1.1.5...graphiql-parcel-example@1.1.9) (2020-08-06)

**Note:** Version bump only for package graphiql-parcel-example

## [1.1.5](https://github.com/graphql/graphiql/compare/graphiql-parcel-example@1.1.4...graphiql-parcel-example@1.1.5) (2020-06-11)

**Note:** Version bump only for package graphiql-parcel-example
Expand Down
2 changes: 1 addition & 1 deletion examples/graphiql-parcel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphiql-parcel-example",
"version": "1.1.8",
"version": "1.1.9",
"license": "MIT",
"description": "GraphiQL Parcel Example",
"main": "index.js",
Expand Down
6 changes: 6 additions & 0 deletions examples/graphiql-webpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0](https://github.com/graphql/graphiql/compare/example-graphiql-webpack@1.0.0...example-graphiql-webpack@1.1.0) (2020-08-06)

### Features

- [RFC] GraphiQL rewrite for monaco editor, react context and redesign, i18n ([#1523](https://github.com/graphql/graphiql/issues/1523)) ([ad730cd](https://github.com/graphql/graphiql/commit/ad730cdc2e3cb7216d821a01725c60475989ee20))

# [1.0.0](https://github.com/graphql/graphiql/compare/example-graphiql-webpack@1.0.0-alpha.13...example-graphiql-webpack@1.0.0) (2020-06-11)

**Note:** Version bump only for package example-graphiql-webpack
Expand Down
2 changes: 1 addition & 1 deletion examples/graphiql-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-graphiql-webpack",
"version": "1.0.3",
"version": "1.1.0",
"private": true,
"license": "MIT",
"description": "A GraphiQL example with webpack and typescript",
Expand Down
6 changes: 6 additions & 0 deletions examples/monaco-graphql-webpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0](https://github.com/graphql/graphiql/compare/example-monaco-graphql-webpack@1.0.0...example-monaco-graphql-webpack@1.1.0) (2020-08-06)

### Features

- [RFC] GraphiQL rewrite for monaco editor, react context and redesign, i18n ([#1523](https://github.com/graphql/graphiql/issues/1523)) ([ad730cd](https://github.com/graphql/graphiql/commit/ad730cdc2e3cb7216d821a01725c60475989ee20))

# [1.0.0](https://github.com/graphql/graphiql/compare/example-monaco-graphql-webpack@1.0.0-alpha.8...example-monaco-graphql-webpack@1.0.0) (2020-06-11)

### Features
Expand Down
6 changes: 3 additions & 3 deletions examples/monaco-graphql-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-monaco-graphql-webpack",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"license": "MIT",
"description": "A simple monaco example with webpack and typescript",
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"graphql": "14.6.0",
"monaco-graphql": "^0.2.0",
"monaco-graphql": "^0.3.0",
"prettier": "^2.0.2"
},
"devDependencies": {
Expand All @@ -28,9 +28,9 @@
"monaco-editor-webpack-plugin": "^1.9.0",
"react-dom": "^16.12.0",
"style-loader": "^1.1.3",
"webpack": "4.42.1",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3",
"webpack": "4.42.1",
"worker-loader": "^2.0.0"
}
}
4 changes: 4 additions & 0 deletions packages/codemirror-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.12.1](https://github.com/graphql/graphiql/compare/codemirror-graphql@0.12.0...codemirror-graphql@0.12.1) (2020-08-06)

**Note:** Version bump only for package codemirror-graphql

# [0.12.0](https://github.com/graphql/graphiql/compare/codemirror-graphql@0.12.0-alpha.11...codemirror-graphql@0.12.0) (2020-06-11)

### Bug Fixes
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": "0.12.0",
"version": "0.12.1",
"description": "GraphQL mode and helpers for CodeMirror.",
"contributors": [
"Hyohyeon Jeong <asiandrummer@fb.com>",
Expand Down Expand Up @@ -50,8 +50,8 @@
"graphql": "^14.0.0 || ^15.0.0"
},
"dependencies": {
"graphql-language-service-interface": "^2.4.0",
"graphql-language-service-parser": "^1.6.0"
"graphql-language-service-interface": "^2.4.1",
"graphql-language-service-parser": "^1.6.1"
},
"devDependencies": {
"chai": "4.2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/graphiql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-alpha.1](https://github.com/graphql/graphiql/compare/graphiql@1.0.0...graphiql@2.0.0-alpha.1) (2020-08-06)

### Features

- **merge:** make fragment merging type-aware ([#1542](https://github.com/graphql/graphiql/issues/1542)) ([a62a4ec](https://github.com/graphql/graphiql/commit/a62a4ecb56fd1eccfa43b3a7f88aaabe46d043fb))
- [RFC] GraphiQL rewrite for monaco editor, react context and redesign, i18n ([#1523](https://github.com/graphql/graphiql/issues/1523)) ([ad730cd](https://github.com/graphql/graphiql/commit/ad730cdc2e3cb7216d821a01725c60475989ee20))

# [1.0.0](https://github.com/graphql/graphiql/compare/graphiql@1.0.0-alpha.13...graphiql@1.0.0) (2020-06-11)

### Bug Fixes
Expand Down
10 changes: 5 additions & 5 deletions packages/graphiql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphiql",
"version": "2.0.0-alpha.0",
"version": "2.0.0-alpha.1",
"description": "An graphical interactive in-browser GraphQL IDE.",
"private": true,
"contributors": [
Expand Down Expand Up @@ -44,18 +44,18 @@
"dependencies": {
"@emotion/core": "^10.0.28",
"@mdx-js/react": "^1.5.2",
"@theme-ui/core": "^0.4.0-alpha.1",
"codemirror": "^5.52.2",
"copy-to-clipboard": "^3.2.0",
"entities": "^2.0.0",
"markdown-it": "^10.0.0",
"monaco-graphql": "^0.2.0",
"graphql-language-service": "^2.4.0-alpha.7",
"i18next": "^19.4.4",
"i18next-browser-languagedetector": "^4.1.1",
"markdown-it": "^10.0.0",
"monaco-editor": "^0.20.0",
"monaco-graphql": "^0.3.0",
"react-i18next": "^11.4.0",
"theme-ui": "^0.3.1",
"@theme-ui/core": "^0.4.0-alpha.1"
"theme-ui": "^0.3.1"
},
"peerDependencies": {
"graphql": "^14.0.0 || ^15.0.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/graphql-language-service-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.1](https://github.com/graphql/graphiql/compare/graphql-language-service-cli@3.0.0...graphql-language-service-cli@3.0.1) (2020-08-06)

**Note:** Version bump only for package graphql-language-service-cli

# [3.0.0](https://github.com/graphql/graphiql/compare/graphql-language-service-cli@3.0.0-alpha.5...graphql-language-service-cli@3.0.0) (2020-06-11)

**Note:** Version bump only for package graphql-language-service-cli
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.0.0",
"version": "3.0.1",
"description": "An interface for building GraphQL language services for IDEs",
"contributors": [
"Hyohyeon Jeong <asiandrummer@fb.com>",
Expand Down Expand Up @@ -31,9 +31,9 @@
},
"dependencies": {
"@babel/polyfill": "7.8.7",
"graphql-language-service": "^3.0.0",
"graphql-language-service-server": "^2.4.0",
"graphql-language-service-utils": "^2.4.0",
"graphql-language-service": "^3.0.1",
"graphql-language-service-server": "^2.4.1",
"graphql-language-service-utils": "^2.4.1",
"yargs": "^15.3.1"
}
}
6 changes: 6 additions & 0 deletions packages/graphql-language-service-interface/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.4.1](https://github.com/graphql/graphiql/compare/graphql-language-service-interface@2.4.0...graphql-language-service-interface@2.4.1) (2020-08-06)

### Bug Fixes

- regression for variable def completion [#1622](https://github.com/graphql/graphiql/issues/1622) ([#1624](https://github.com/graphql/graphiql/issues/1624)) ([4f62a8f](https://github.com/graphql/graphiql/commit/4f62a8fd50d5a0357490c4e6a6a3016ef8972455))

# [2.4.0](https://github.com/graphql/graphiql/compare/graphql-language-service-interface@2.4.0-alpha.11...graphql-language-service-interface@2.4.0) (2020-06-11)

### Bug Fixes
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.4.0",
"version": "2.4.1",
"description": "Interface to the GraphQL Language Service",
"contributors": [
"Greg Hurrell <greg@hurrell.net> (https://greg.hurrell.net/)",
Expand All @@ -27,9 +27,9 @@
"graphql": "^14.0.0 || ^15.0.0"
},
"dependencies": {
"graphql-language-service-parser": "^1.6.0",
"graphql-language-service-types": "^1.6.0",
"graphql-language-service-utils": "^2.4.0",
"graphql-language-service-parser": "^1.6.1",
"graphql-language-service-types": "^1.6.1",
"graphql-language-service-utils": "^2.4.1",
"vscode-languageserver-types": "^3.15.1"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/graphql-language-service-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.6.1](https://github.com/graphql/graphiql/compare/graphql-language-service-parser@1.6.0...graphql-language-service-parser@1.6.1) (2020-08-06)

**Note:** Version bump only for package graphql-language-service-parser

# [1.6.0](https://github.com/graphql/graphiql/compare/graphql-language-service-parser@1.6.0-alpha.6...graphql-language-service-parser@1.6.0) (2020-06-11)

**Note:** Version bump only for package graphql-language-service-parser
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.6.0",
"version": "1.6.1",
"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 All @@ -27,7 +27,7 @@
"graphql": "^14.0.0 || ^15.0.0"
},
"devDependencies": {
"graphql-language-service-types": "^1.6.0",
"graphql-language-service-types": "^1.6.1",
"vscode-languageserver-types": "3.15.1"
}
}
4 changes: 4 additions & 0 deletions packages/graphql-language-service-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.4.1](https://github.com/graphql/graphiql/compare/graphql-language-service-server@2.4.0...graphql-language-service-server@2.4.1) (2020-08-06)

**Note:** Version bump only for package graphql-language-service-server

# [2.4.0](https://github.com/graphql/graphiql/compare/graphql-language-service-server@2.4.0-alpha.12...graphql-language-service-server@2.4.0) (2020-06-11)

**Note:** Version bump only for package graphql-language-service-server
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.4.0",
"version": "2.4.1",
"description": "Server process backing the GraphQL Language Service",
"contributors": [
"Greg Hurrell <greg@hurrell.net> (https://greg.hurrell.net/)",
Expand Down Expand Up @@ -32,8 +32,8 @@
"@babel/parser": "^7.9.0",
"glob": "^7.1.2",
"graphql-config": "^3.0.2",
"graphql-language-service": "^3.0.0",
"graphql-language-service-utils": "^2.4.0",
"graphql-language-service": "^3.0.1",
"graphql-language-service-utils": "^2.4.1",
"nullthrows": "^1.0.0",
"vscode-jsonrpc": "^5.0.1",
"vscode-languageserver": "^6.1.1"
Expand Down
4 changes: 4 additions & 0 deletions packages/graphql-language-service-types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.6.1](https://github.com/graphql/graphiql/compare/graphql-language-service-types@1.6.0...graphql-language-service-types@1.6.1) (2020-08-06)

**Note:** Version bump only for package graphql-language-service-types

# [1.6.0](https://github.com/graphql/graphiql/compare/graphql-language-service-types@1.6.0-alpha.8...graphql-language-service-types@1.6.0) (2020-06-11)

**Note:** Version bump only for package graphql-language-service-types
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.6.0",
"version": "1.6.1",
"description": "Types for building GraphQL language services for IDEs",
"contributors": [
"Greg Hurrell <greg@hurrell.net> (https://greg.hurrell.net/)",
Expand Down
4 changes: 4 additions & 0 deletions packages/graphql-language-service-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.4.1](https://github.com/graphql/graphiql/compare/graphql-language-service-utils@2.4.0...graphql-language-service-utils@2.4.1) (2020-08-06)

**Note:** Version bump only for package graphql-language-service-utils

# [2.4.0](https://github.com/graphql/graphiql/compare/graphql-language-service-utils@2.4.0-alpha.9...graphql-language-service-utils@2.4.0) (2020-06-11)

**Note:** Version bump only for package graphql-language-service-utils
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.4.0",
"version": "2.4.1",
"description": "Utilities to support the GraphQL Language Service",
"contributors": [
"Greg Hurrell <greg@hurrell.net> (https://greg.hurrell.net/)",
Expand All @@ -27,7 +27,7 @@
"graphql": "^14.0.0 || ^15.0.0"
},
"dependencies": {
"graphql-language-service-types": "^1.6.0"
"graphql-language-service-types": "^1.6.1"
},
"devDependencies": {
"@types/jest": "^25.2.1"
Expand Down
4 changes: 4 additions & 0 deletions packages/graphql-language-service/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.1](https://github.com/graphql/graphiql/compare/graphql-language-service@3.0.0...graphql-language-service@3.0.1) (2020-08-06)

**Note:** Version bump only for package graphql-language-service

# [3.0.0](https://github.com/graphql/graphiql/compare/graphql-language-service@3.0.0-alpha.4...graphql-language-service@3.0.0) (2020-06-11)

### Features
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.0.0",
"version": "3.0.1",
"description": "The official, runtime independent Language Service for GraphQL",
"contributors": [
"GraphQL Contributors"
Expand Down Expand Up @@ -33,7 +33,7 @@
"graphql-language-service-types": "^1.6.0-alpha.5"
},
"dependencies": {
"graphql-language-service-interface": "^2.4.0",
"graphql-language-service-types": "^1.6.0"
"graphql-language-service-interface": "^2.4.1",
"graphql-language-service-types": "^1.6.1"
}
}
6 changes: 6 additions & 0 deletions packages/monaco-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.3.0](https://github.com/graphql/graphiql/compare/monaco-graphql@0.2.0...monaco-graphql@0.3.0) (2020-08-06)

### Features

- [RFC] GraphiQL rewrite for monaco editor, react context and redesign, i18n ([#1523](https://github.com/graphql/graphiql/issues/1523)) ([ad730cd](https://github.com/graphql/graphiql/commit/ad730cdc2e3cb7216d821a01725c60475989ee20))

# [0.2.0](https://github.com/graphql/graphiql/compare/monaco-graphql@0.1.4...monaco-graphql@0.2.0) (2020-06-11)

### Features
Expand Down
Loading

0 comments on commit 0fc7c7c

Please sign in to comment.