Skip to content

Commit

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

### Bug Fixes

* **positioner:** remove dynamic config to fix component delay unmount ([6748c88](6748c88))
* use isomorphic effect to prevent hooks method not work in effect ([c4e5bc1](c4e5bc1))
* **notification:** update type and stacking order ([b63f2f2](b63f2f2))
  • Loading branch information
semantic-release-bot committed Apr 14, 2021
1 parent cc0458e commit 048b302
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,3 +1,12 @@
## [1.8.1](https://github.com/yoctol/tailor-ui/compare/v1.8.0...v1.8.1) (2021-04-14)


### Bug Fixes

* **positioner:** remove dynamic config to fix component delay unmount ([6748c88](https://github.com/yoctol/tailor-ui/commit/6748c88995fc7814e1fcedf536fc0d419cc52552))
* use isomorphic effect to prevent hooks method not work in effect ([c4e5bc1](https://github.com/yoctol/tailor-ui/commit/c4e5bc18e885a70cbffd14169da94538dedf53b4))
* **notification:** update type and stacking order ([b63f2f2](https://github.com/yoctol/tailor-ui/commit/b63f2f2d57ff860cba15cafef02abb82d93284ab))

# [1.8.0](https://github.com/yoctol/tailor-ui/compare/v1.7.4...v1.8.0) (2021-04-12)


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

0 comments on commit 048b302

Please sign in to comment.