Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - graphiql@0.17.2
 - graphiql-example-webpack@0.0.7
  • Loading branch information
acao committed Dec 3, 2019
1 parent e765543 commit 2b51b2d
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 2 deletions.
11 changes: 11 additions & 0 deletions packages/examples/graphiql-webpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.7](https://github.com/graphql/graphiql/compare/graphiql-example-webpack@0.0.6...graphiql-example-webpack@0.0.7) (2019-12-03)


### Bug Fixes

* ensure css files move with babel dist ([ca95547](https://github.com/graphql/graphiql/commit/ca95547))





## [0.0.6](https://github.com/graphql/graphiql/compare/graphiql-example-webpack@0.0.5...graphiql-example-webpack@0.0.6) (2019-12-03)


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

## [0.17.2](https://github.com/graphql/graphiql/compare/graphiql@0.17.1...graphiql@0.17.2) (2019-12-03)


### Bug Fixes

* ensure css files move with babel dist ([ca95547](https://github.com/graphql/graphiql/commit/ca95547))
* remove css from downstream components. soon to be replaced w styled ([e765543](https://github.com/graphql/graphiql/commit/e765543))





## [0.17.1](https://github.com/graphql/graphiql/compare/graphiql@0.17.0...graphiql@0.17.1) (2019-12-03)


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": "0.17.1",
"version": "0.17.2",
"description": "An graphical interactive in-browser GraphQL IDE.",
"contributors": [
"Hyohyeon Jeong <asiandrummer@fb.com>",
Expand Down

0 comments on commit 2b51b2d

Please sign in to comment.