Skip to content

Commit

Permalink
chore(release): Merge master into development [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
hig-bot committed Aug 6, 2018
2 parents 00afd64 + e785197 commit 46d27e3
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 3 deletions.
7 changes: 7 additions & 0 deletions packages/checkbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [@hig/checkbox-v0.1.1](https://github.com/Autodesk/hig/compare/@hig/[email protected]...@hig/[email protected]) (2018-08-06)


### Bug Fixes

* **behavior:** add handler to respond to `change` events ([9c4b14f](https://github.com/Autodesk/hig/commit/9c4b14f))

<a name="@hig/checkbox-v0.1.0"></a>
# [@hig/checkbox-v0.1.0](https://github.com/Autodesk/hig/compare/@hig/[email protected]...@hig/[email protected]) (2018-07-26)

Expand Down
2 changes: 1 addition & 1 deletion packages/checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hig/checkbox",
"version": "0.1.0",
"version": "0.1.1",
"description": "HIG Checkbox",
"author": "Autodesk Inc.",
"license": "Apache-2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/flyout/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [@hig/flyout-v0.2.0](https://github.com/Autodesk/hig/compare/@hig/[email protected]...@hig/[email protected]) (2018-08-06)


### Features

* **behavior:** add support for customization via render props ([c0cd151](https://github.com/Autodesk/hig/commit/c0cd151))

<a name="@hig/flyout-v0.1.1"></a>
# [@hig/flyout-v0.1.1](https://github.com/Autodesk/hig/compare/@hig/[email protected]...@hig/[email protected]) (2018-07-06)

Expand Down
2 changes: 1 addition & 1 deletion packages/flyout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hig/flyout",
"version": "0.1.1",
"version": "0.2.0",
"description": "HIG Flyout",
"author": "Autodesk Inc.",
"license": "Apache-2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/text-field/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [@hig/text-field-v0.4.1](https://github.com/Autodesk/hig/compare/@hig/[email protected]...@hig/[email protected]) (2018-08-06)


### Bug Fixes

* **behavior:** replace broken controlled behavior ([d7a168f](https://github.com/Autodesk/hig/commit/d7a168f))

<a name="@hig/text-field-v0.4.0"></a>
# [@hig/text-field-v0.4.0](https://github.com/Autodesk/hig/compare/@hig/[email protected]...@hig/[email protected]) (2018-07-18)

Expand Down
2 changes: 1 addition & 1 deletion packages/text-field/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hig/text-field",
"version": "0.4.0",
"version": "0.4.1",
"description": "HIG Text Field",
"author": "Autodesk Inc.",
"license": "Apache-2.0",
Expand Down

0 comments on commit 46d27e3

Please sign in to comment.