Skip to content

Commit

Permalink
chore(release): 1.8.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.8.0](v1.7.4...v1.8.0) (2021-04-12)

### Bug Fixes

* **container:** add padding top to container children when not title ([4fe050a](4fe050a))

### Features

* **notification:** implement useNotification ([6057d74](6057d74))
  • Loading branch information
semantic-release-bot committed Apr 12, 2021
1 parent 09a53e3 commit d7a6310
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.8.0](https://github.com/yoctol/tailor-ui/compare/v1.7.4...v1.8.0) (2021-04-12)


### Bug Fixes

* **container:** add padding top to container children when not title ([4fe050a](https://github.com/yoctol/tailor-ui/commit/4fe050aaf225619cdda1232c518e7a4543f0cdd5))


### Features

* **notification:** implement useNotification ([6057d74](https://github.com/yoctol/tailor-ui/commit/6057d740ee2745550d664ddc6808bf9dfeed6b3b))

## [1.7.4](https://github.com/yoctol/tailor-ui/compare/v1.7.3...v1.7.4) (2021-04-08)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/yoctol/tailor-ui/issues"
},
"version": "1.7.4",
"version": "1.8.0",
"main": "lib/index.cjs.js",
"module": "lib/index.js",
"files": [
Expand Down

0 comments on commit d7a6310

Please sign in to comment.