Skip to content

Commit 72b936d

Browse files
committed
chore(release): publish
- [email protected] - [email protected]
1 parent e1588d9 commit 72b936d

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed

packages/examples/graphiql-webpack/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.9](https://github.com/graphql/graphiql/compare/[email protected]@0.0.9) (2019-12-09)
7+
8+
**Note:** Version bump only for package graphiql-example-webpack
9+
10+
11+
12+
13+
614
## [0.0.8](https://github.com/graphql/graphiql/compare/[email protected]@0.0.8) (2019-12-09)
715

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

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.8",
3+
"version": "0.0.9",
44
"private": true,
55
"license": "MIT",
66
"description": "A GraphiQL example with webpack and typescript",

packages/graphiql/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.17.4](https://github.com/graphql/graphiql/compare/[email protected]@0.17.4) (2019-12-09)
7+
8+
9+
### Bug Fixes
10+
11+
* graphiql babel test ignore paths ([e1588d9](https://github.com/graphql/graphiql/commit/e1588d9))
12+
13+
14+
15+
16+
617
## [0.17.3](https://github.com/graphql/graphiql/compare/[email protected]@0.17.3) (2019-12-09)
718

819

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.3",
3+
"version": "0.17.4",
44
"description": "An graphical interactive in-browser GraphQL IDE.",
55
"contributors": [
66
"Hyohyeon Jeong <[email protected]>",

0 commit comments

Comments
 (0)