Skip to content

Commit

Permalink
chore(release): v2.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
oasis-cloud committed Aug 16, 2023
1 parent ef6139f commit 5c76945
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# v2.0.13
`2023-08-16`

* :sparkles: feat: dialog 支持函数调用 (#1315) @oasis-cloud
* :sparkles: feat: toast 支持函数调用 (#1307) @oasis-cloud
* :sparkles: feat: 提取 Taro 的 Demo 到 workspace (#1302) @oasis-cloud
* :bug: fix: icons 版本更新 (#1310) @oasis-cloud
* :bug: fix: 非 undefined 的 falsely 值无法传递给子组件 (#1312) @qnnp
* 📖 docs: 删除了skeleton文档中无用的props(width,height) (#1303) @ivan-My


# v2.0.12
`2023-08-11`

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nutui/nutui-react",
"version": "2.0.12",
"name": "@nutui/nutui-react-taro",
"version": "2.0.13",
"style": "dist/style.css",
"main": "dist/nutui.react.umd.js",
"module": "dist/esm/nutui-react.es.js",
Expand Down

0 comments on commit 5c76945

Please sign in to comment.