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

Commit

Permalink
Merge branch 'master' of https://github.com/5app/base5-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
diondiondion committed Sep 3, 2019
2 parents d8089e5 + 59940ae commit e151871
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [4.0.0](https://github.com/5app/base5-ui/compare/v3.11.0...v4.0.0) (2019-09-02)


### Bug Fixes

* lint Button refactor ([6600bc4](https://github.com/5app/base5-ui/commit/6600bc4))
* remove test for deprecated Button subline prop ([5649bab](https://github.com/5app/base5-ui/commit/5649bab))


### Code Refactoring

* Remove button subline prop ([79d3b98](https://github.com/5app/base5-ui/commit/79d3b98))


### BREAKING CHANGES

* Removes the underutilised subline prop
from the Button component to reduce layout complexity and allow
for nicer alignment of icons with multi-line button text.

# [3.11.0](https://github.com/5app/base5-ui/compare/v3.10.0...v3.11.0) (2019-09-02)


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": "3.11.0",
"version": "4.0.0",
"description": "5app's reusable UI component library",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e151871

Please sign in to comment.