Skip to content

Commit

Permalink
chore(release): v1.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
oasis-cloud committed Mar 8, 2023
1 parent c7cfe87 commit 3ec0d2b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# v1.4.10
`2023-03-08`

* :bug: fix(input): 修复 input 组件中可能会覆盖全局 placeholder 的问题 (#767) @AnteeHub
* :bug: fix: popup class undefined (#752) @xiaoyatong
* :bug: fix: react-spring 和 use-gesture 版本修复 (#760) @oasis-cloud
* :bug: fix: searchbar的taro文档change时间应为onChange (#758) @TangLL
* :bug: fix: 通过 Radio.RadioGroup 的方式水平样式无法生效 (#765) @oasis-cloud
* 🔨 chore: update vite v4.1.4 (#755) @junjun666
* 🔨 chore: 优化文档展示 (#753) @oasis-cloud

# v1.4.9
`2023-03-01`

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": "@nutui/nutui-react-taro",
"version": "1.4.10-beta.0",
"version": "1.4.10",
"style": "dist/style.css",
"main": "dist/nutui.react.umd.js",
"module": "dist/esm/nutui-react.es.js",
Expand Down

0 comments on commit 3ec0d2b

Please sign in to comment.