Skip to content

Commit

Permalink
chore(release): 0.1.4 [skip ci]
Browse files Browse the repository at this point in the history
<a name="@hig/banner-v0.1.4"></a>
# [@hig/banner-v0.1.4](https://github.com/Autodesk/hig/compare/@hig/[email protected]...@hig/[email protected]) (2018-07-06)

### Bug Fixes

* **bundle:** include dependency CSS ([f5a4a62](f5a4a62))
  • Loading branch information
hig-bot committed Jul 6, 2018
1 parent f12eaac commit b049e51
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions packages/banner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<a name="@hig/banner-v0.1.4"></a>
# [@hig/banner-v0.1.4](https://github.com/Autodesk/hig/compare/@hig/[email protected]...@hig/[email protected]) (2018-07-06)


### Bug Fixes

* **bundle:** include dependency CSS ([f5a4a62](https://github.com/Autodesk/hig/commit/f5a4a62))

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

Expand Down
14 changes: 7 additions & 7 deletions packages/banner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hig/banner",
"version": "0.1.3",
"version": "0.1.4",
"description": "HIG Banner",
"author": "Autodesk Inc.",
"license": "Apache-2.0",
Expand All @@ -18,20 +18,20 @@
"build/*"
],
"dependencies": {
"@hig/icon": "^0.1.1",
"@hig/icon-button": "^0.1.1",
"@hig/icon": "^0.1.3",
"@hig/icon-button": "^0.1.3",
"@hig/icons": "^0.1.0",
"@hig/themes": "^0.1.1",
"@hig/typography": "^0.1.1",
"@hig/themes": "^0.1.3",
"@hig/typography": "^0.1.3",
"classnames": "^2.2.5",
"prop-types": "^15.6.1",
"react-lifecycles-compat": "^2.0.0"
},
"devDependencies": {
"@hig/babel-preset": "^0.1.0",
"@hig/button": "^0.1.1",
"@hig/button": "^0.1.3",
"@hig/eslint-config": "^0.1.0",
"@hig/rich-text": "^0.1.1",
"@hig/rich-text": "^0.1.3",
"@hig/scripts": "^0.1.2",
"@hig/semantic-release-config": "^0.1.0",
"@hig/styles": "^0.1.1"
Expand Down

0 comments on commit b049e51

Please sign in to comment.