Skip to content

Commit

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

### Bug Fixes

* **bundle:** include dependency CSS ([f5a4a62](f5a4a62))
* **style:** update [@hig](https://github.com/hig)/dropdown ([928398a](928398a))
  • Loading branch information
hig-bot committed Jul 6, 2018
1 parent 7f4f36f commit b366025
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 14 deletions.
9 changes: 9 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<a name="@hig/components-v0.2.2"></a>
# [@hig/components-v0.2.2](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))
* **style:** update [@hig](https://github.com/hig)/dropdown ([928398a](https://github.com/Autodesk/hig/commit/928398a))

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

Expand Down
28 changes: 14 additions & 14 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hig/components",
"version": "0.2.1",
"version": "0.2.2",
"description": "HIG Components",
"author": "Autodesk Inc.",
"license": "Apache-2.0",
Expand All @@ -18,34 +18,34 @@
"build/*"
],
"dependencies": {
"@hig/avatar": "^0.1.1",
"@hig/banner": "^0.1.2",
"@hig/button": "^0.1.1",
"@hig/avatar": "^0.1.3",
"@hig/banner": "^0.1.4",
"@hig/button": "^0.1.3",
"@hig/checkbox": "^0.1.1-alpha",
"@hig/dropdown": "^0.1.0-alpha.3",
"@hig/flyout": "^0.1.1-alpha",
"@hig/icon": "^0.1.1",
"@hig/icon-button": "^0.1.1",
"@hig/flyout": "^0.1.1",
"@hig/icon": "^0.1.3",
"@hig/icon-button": "^0.1.3",
"@hig/icons": "^0.1.0",
"@hig/modal": "^0.1.1-alpha",
"@hig/notifications-flyout": "^0.1.1-alpha",
"@hig/notifications-toast": "^0.1.0-alpha",
"@hig/progress-bar": "^0.1.1-alpha",
"@hig/progress-ring": "^0.1.1-alpha",
"@hig/radio-button": "^0.1.1-alpha",
"@hig/rich-text": "^0.1.1",
"@hig/side-nav": "^0.1.1",
"@hig/skeleton-item": "^0.1.1",
"@hig/rich-text": "^0.1.3",
"@hig/side-nav": "^0.1.3",
"@hig/skeleton-item": "^0.1.3",
"@hig/slider": "^0.1.1-alpha",
"@hig/table": "^0.2.2",
"@hig/tabs": "^0.1.1-alpha",
"@hig/text-area": "^0.1.1-alpha",
"@hig/text-field": "^0.1.1",
"@hig/text-link": "^0.1.1",
"@hig/themes": "^0.1.1",
"@hig/timestamp": "^0.1.1",
"@hig/text-link": "^0.1.3",
"@hig/themes": "^0.1.3",
"@hig/timestamp": "^0.1.3",
"@hig/tooltip": "^0.1.1-alpha",
"@hig/typography": "^0.1.1"
"@hig/typography": "^0.1.3"
},
"peerDependencies": {
"react": "^15.4.1 || ^16.3.2"
Expand Down

0 comments on commit b366025

Please sign in to comment.