Skip to content

Commit

Permalink
chore(release): 1.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.6.0](v1.5.0...v1.6.0) (2021-03-15)

### Bug Fixes

* **positioner:** hide useless warning ([0ac555d](0ac555d))
* **table:** use forwardRef ([10e4df9](10e4df9))

### Features

* **select:** use forwardRef to pass ref down ([55e3f9c](55e3f9c))
  • Loading branch information
semantic-release-bot committed Mar 15, 2021
1 parent 28f7f4f commit e0230c6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.6.0](https://github.com/yoctol/tailor-ui/compare/v1.5.0...v1.6.0) (2021-03-15)


### Bug Fixes

* **positioner:** hide useless warning ([0ac555d](https://github.com/yoctol/tailor-ui/commit/0ac555d440d43569a98d4285a8c1dbc78efddfd4))
* **table:** use forwardRef ([10e4df9](https://github.com/yoctol/tailor-ui/commit/10e4df93321c475fa260307fdd872b5b2dca6993))


### Features

* **select:** use forwardRef to pass ref down ([55e3f9c](https://github.com/yoctol/tailor-ui/commit/55e3f9ca3642fc6050284a491a9a4a75bf2b73ed))

# [1.5.0](https://github.com/yoctol/tailor-ui/compare/v1.4.1...v1.5.0) (2021-02-04)


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

0 comments on commit e0230c6

Please sign in to comment.