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.11-alpha.3
 - graphiql-parcel-example@1.1.10-alpha.3
 - example-graphiql-webpack@1.1.1-alpha.3
 - graphiql@2.0.0-alpha.5
 - graphql-language-service-cli@3.1.0-alpha.4
 - graphql-language-service-server@2.5.0-alpha.4
  • Loading branch information
acao committed Aug 26, 2020
1 parent e8dc958 commit 6114f2a
Show file tree
Hide file tree
Showing 12 changed files with 35 additions and 7 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.11-alpha.3](https://github.com/graphql/graphiql/compare/example-graphiql-create-react-app@0.1.11-alpha.2...example-graphiql-create-react-app@0.1.11-alpha.3) (2020-08-26)

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

## [0.1.11-alpha.2](https://github.com/graphql/graphiql/compare/example-graphiql-create-react-app@0.1.11-alpha.1...example-graphiql-create-react-app@0.1.11-alpha.2) (2020-08-22)

**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.11-alpha.2",
"version": "0.1.11-alpha.3",
"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.10-alpha.3](https://github.com/graphql/graphiql/compare/graphiql-parcel-example@1.1.10-alpha.2...graphiql-parcel-example@1.1.10-alpha.3) (2020-08-26)

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

## [1.1.10-alpha.2](https://github.com/graphql/graphiql/compare/graphiql-parcel-example@1.1.10-alpha.1...graphiql-parcel-example@1.1.10-alpha.2) (2020-08-22)

**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.10-alpha.2",
"version": "1.1.10-alpha.3",
"license": "MIT",
"description": "GraphiQL Parcel Example",
"main": "index.js",
Expand Down
4 changes: 4 additions & 0 deletions examples/graphiql-webpack/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.1-alpha.3](https://github.com/graphql/graphiql/compare/example-graphiql-webpack@1.1.1-alpha.2...example-graphiql-webpack@1.1.1-alpha.3) (2020-08-26)

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

## [1.1.1-alpha.2](https://github.com/graphql/graphiql/compare/example-graphiql-webpack@1.1.1-alpha.1...example-graphiql-webpack@1.1.1-alpha.2) (2020-08-22)

**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.1.1-alpha.2",
"version": "1.1.1-alpha.3",
"private": true,
"license": "MIT",
"description": "A GraphiQL example with webpack and typescript",
Expand Down
6 changes: 6 additions & 0 deletions packages/graphiql/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.0.0-alpha.5](https://github.com/graphql/graphiql/compare/graphiql@2.0.0-alpha.4...graphiql@2.0.0-alpha.5) (2020-08-26)

### Bug Fixes

- **docs:** webpack example links ([#1649](https://github.com/graphql/graphiql/issues/1649)) ([f779aa3](https://github.com/graphql/graphiql/commit/f779aa31794752901547828dad1f8fd572140f00))

# [2.0.0-alpha.4](https://github.com/graphql/graphiql/compare/graphiql@2.0.0-alpha.3...graphiql@2.0.0-alpha.4) (2020-08-22)

**Note:** Version bump only for package graphiql
Expand Down
2 changes: 1 addition & 1 deletion 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.4",
"version": "2.0.0-alpha.5",
"description": "An graphical interactive in-browser GraphQL IDE.",
"private": true,
"contributors": [
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.1.0-alpha.4](https://github.com/graphql/graphiql/compare/graphql-language-service-cli@3.1.0-alpha.3...graphql-language-service-cli@3.1.0-alpha.4) (2020-08-26)

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

# [3.1.0-alpha.3](https://github.com/graphql/graphiql/compare/graphql-language-service-cli@3.1.0-alpha.2...graphql-language-service-cli@3.1.0-alpha.3) (2020-08-22)

**Note:** Version bump only for package graphql-language-service-cli
Expand Down
4 changes: 2 additions & 2 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.0-alpha.3",
"version": "3.1.0-alpha.4",
"description": "An interface for building GraphQL language services for IDEs",
"contributors": [
"Hyohyeon Jeong <asiandrummer@fb.com>",
Expand Down Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@babel/polyfill": "7.8.7",
"graphql-language-service": "^3.0.2-alpha.2",
"graphql-language-service-server": "^2.5.0-alpha.3",
"graphql-language-service-server": "^2.5.0-alpha.4",
"graphql-language-service-utils": "^2.4.1",
"yargs": "^15.3.1"
}
Expand Down
6 changes: 6 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,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.5.0-alpha.4](https://github.com/graphql/graphiql/compare/graphql-language-service-server@2.5.0-alpha.3...graphql-language-service-server@2.5.0-alpha.4) (2020-08-26)

### Features

- custom config baseDir, embedded fragment def offsets ([#1651](https://github.com/graphql/graphiql/issues/1651)) ([e8dc958](https://github.com/graphql/graphiql/commit/e8dc958b46544022fe58b498ca5eef572f54afe0))

# [2.5.0-alpha.3](https://github.com/graphql/graphiql/compare/graphql-language-service-server@2.5.0-alpha.2...graphql-language-service-server@2.5.0-alpha.3) (2020-08-22)

**Note:** Version bump only for package graphql-language-service-server
Expand Down
2 changes: 1 addition & 1 deletion 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.5.0-alpha.3",
"version": "2.5.0-alpha.4",
"description": "Server process backing the GraphQL Language Service",
"contributors": [
"Greg Hurrell <greg@hurrell.net> (https://greg.hurrell.net/)",
Expand Down

0 comments on commit 6114f2a

Please sign in to comment.