Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
acao committed Oct 19, 2019
1 parent d6d0a68 commit e09ce23
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 5 deletions.
8 changes: 8 additions & 0 deletions packages/codemirror-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.11.2](https://github.com/graphql/graphiql/compare/[email protected]@0.11.2) (2019-10-19)

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





## [0.11.1](https://github.com/graphql/graphiql/compare/[email protected]@0.11.1) (2019-10-04)


Expand Down
2 changes: 1 addition & 1 deletion packages/codemirror-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codemirror-graphql",
"version": "0.11.1",
"version": "0.11.2",
"description": "GraphQL mode and helpers for CodeMirror.",
"contributors": [
"Hyohyeon Jeong <[email protected]>",
Expand Down
8 changes: 8 additions & 0 deletions packages/examples/graphiql-cdn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.5](https://github.com/graphql/graphiql/compare/[email protected]@0.0.5) (2019-10-19)

**Note:** Version bump only for package graphiql-example-cdn
2 changes: 1 addition & 1 deletion packages/examples/graphiql-cdn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphiql-example-cdn",
"version": "0.0.4",
"version": "0.0.5",
"private": true,
"license": "MIT",
"description": "An example using GraphiQL",
Expand Down
18 changes: 18 additions & 0 deletions packages/graphiql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.16.0](https://github.com/graphql/graphiql/compare/[email protected]@0.16.0) (2019-10-19)


### Bug Fixes

* **accessibility:** improve accessibility of all components ([#967](https://github.com/graphql/graphiql/issues/967)) ([73a3f90](https://github.com/graphql/graphiql/commit/73a3f90))
* **css:** added minimum width for result panel in GraphiQL ([#980](https://github.com/graphql/graphiql/issues/980)) ([0c8b7ad](https://github.com/graphql/graphiql/commit/0c8b7ad))
* **graphiql:** better quota management ([#764](https://github.com/graphql/graphiql/issues/764)) ([7efed6c](https://github.com/graphql/graphiql/commit/7efed6c))


### Features

* **css:** beautify code tag in doc explorer ([#959](https://github.com/graphql/graphiql/issues/959)) resolves [#949](https://github.com/graphql/graphiql/issues/949) ([30810a2](https://github.com/graphql/graphiql/commit/30810a2))





## [0.15.1](https://github.com/graphql/graphiql/compare/[email protected]@0.15.1) (2019-10-04)


Expand Down
8 changes: 5 additions & 3 deletions packages/graphiql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphiql",
"version": "0.15.1",
"version": "0.16.0",
"description": "An graphical interactive in-browser GraphQL IDE.",
"contributors": [
"Hyohyeon Jeong <[email protected]>",
Expand Down Expand Up @@ -36,11 +36,13 @@
]
},
"browserify": {
"transform": ["babelify"]
"transform": [
"babelify"
]
},
"dependencies": {
"codemirror": "^5.47.0",
"codemirror-graphql": "^0.11.1",
"codemirror-graphql": "^0.11.2",
"copy-to-clipboard": "^3.2.0",
"markdown-it": "^8.4.0",
"regenerator-runtime": "^0.13.3"
Expand Down

0 comments on commit e09ce23

Please sign in to comment.