Skip to content

Commit 2b51b2d

Browse files
committed
chore(release): publish
- [email protected] - [email protected]
1 parent e765543 commit 2b51b2d

File tree

4 files changed

+25
-2
lines changed

4 files changed

+25
-2
lines changed

packages/examples/graphiql-webpack/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [0.0.7](https://github.com/graphql/graphiql/compare/[email protected]@0.0.7) (2019-12-03)
7+
8+
9+
### Bug Fixes
10+
11+
* ensure css files move with babel dist ([ca95547](https://github.com/graphql/graphiql/commit/ca95547))
12+
13+
14+
15+
16+
617
## [0.0.6](https://github.com/graphql/graphiql/compare/[email protected]@0.0.6) (2019-12-03)
718

819

packages/examples/graphiql-webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphiql-example-webpack",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"private": true,
55
"license": "MIT",
66
"description": "A GraphiQL example with webpack and typescript",

packages/graphiql/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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+
## [0.17.2](https://github.com/graphql/graphiql/compare/[email protected]@0.17.2) (2019-12-03)
7+
8+
9+
### Bug Fixes
10+
11+
* ensure css files move with babel dist ([ca95547](https://github.com/graphql/graphiql/commit/ca95547))
12+
* remove css from downstream components. soon to be replaced w styled ([e765543](https://github.com/graphql/graphiql/commit/e765543))
13+
14+
15+
16+
17+
618
## [0.17.1](https://github.com/graphql/graphiql/compare/[email protected]@0.17.1) (2019-12-03)
719

820

packages/graphiql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphiql",
3-
"version": "0.17.1",
3+
"version": "0.17.2",
44
"description": "An graphical interactive in-browser GraphQL IDE.",
55
"contributors": [
66
"Hyohyeon Jeong <[email protected]>",

0 commit comments

Comments
 (0)