Skip to content

Commit

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

### Bug Fixes

* **message:** prevent dom not match between SSR and CSR ([850895b](850895b))
* **table:** add position relative to wrapper prevent parent scrollable ([9709f5e](9709f5e))
  • Loading branch information
semantic-release-bot committed Apr 8, 2021
1 parent fb598cf commit 5872f60
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.7.4](https://github.com/yoctol/tailor-ui/compare/v1.7.3...v1.7.4) (2021-04-08)


### Bug Fixes

* **message:** prevent dom not match between SSR and CSR ([850895b](https://github.com/yoctol/tailor-ui/commit/850895bc6dd50a82e635f4a8d9ee1872bdf016dc))
* **table:** add position relative to wrapper prevent parent scrollable ([9709f5e](https://github.com/yoctol/tailor-ui/commit/9709f5e1f9e8a28ba28d13e70ed532697c707506))

## [1.7.3](https://github.com/yoctol/tailor-ui/compare/v1.7.2...v1.7.3) (2021-04-07)


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.3",
"version": "1.7.4",
"main": "lib/index.cjs.js",
"module": "lib/index.js",
"files": [
Expand Down

0 comments on commit 5872f60

Please sign in to comment.