Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Commit

Permalink
chore(release): 6.12.1 [skip ci]
Browse files Browse the repository at this point in the history
## [6.12.1](v6.12.0...v6.12.1) (2019-11-22)

### Bug Fixes

* **Button:** Fix triggerable disabled button ([bd16b0a](bd16b0a))
* **Icon:** Fix wrong propType for dimmed prop ([1557260](1557260))
* **utils:** Better handling of 0 in pxToRem/pxToEm ([dc1a2f3](dc1a2f3))
  • Loading branch information
5app-Machine committed Nov 22, 2019
1 parent 2e6c90a commit e642574
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
## [6.12.1](https://github.com/5app/base5-ui/compare/v6.12.0...v6.12.1) (2019-11-22)


### Bug Fixes

* **Button:** Fix triggerable disabled button ([bd16b0a](https://github.com/5app/base5-ui/commit/bd16b0a7ddd1fb08e2b4b44ee70af1758e17f348))
* **Icon:** Fix wrong propType for dimmed prop ([1557260](https://github.com/5app/base5-ui/commit/1557260e2820c3788df6e64eb8813fdd9ca0c077))
* **utils:** Better handling of 0 in pxToRem/pxToEm ([dc1a2f3](https://github.com/5app/base5-ui/commit/dc1a2f3d789900b2aa84ade967a1575a56a46479))

## [6.12.1](https://github.com/5app/base5-ui/compare/v6.12.0...v6.12.1) (2019-11-22)


### Bug Fixes

* **Button:** Fix triggerable disabled button ([bd16b0a](https://github.com/5app/base5-ui/commit/bd16b0a7ddd1fb08e2b4b44ee70af1758e17f348))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "base5-ui",
"version": "6.12.0",
"version": "6.12.1",
"description": "5app's reusable UI component library",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e642574

Please sign in to comment.