Skip to content

Commit

Permalink
chore(release): v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
oasis-cloud committed Apr 18, 2022
1 parent 9f5f14c commit 4db466d
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 @@
## v1.1.3
`2022-04-18`

* :zap: feat(countdown): 新增 countdown 组件(#107 ) @irisSong
* :zap: feat(upload): 新增 defaultImg 属性支持(#108 ) @junjun666
* :bug: fix(dialog): 修复Dialog自定义关闭事件不清除body样式类问题(#111 ) @yangjinjun3
* :zap: feat: NutUI-React 官网增加 countdown 组件的文档。

## v1.1.2
`2022-03-29`

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",
"version": "1.1.2",
"version": "1.1.3",
"style": "dist/style.css",
"main": "dist/nutui.react.umd.js",
"module": "dist/esm/nutui-react.es.js",
Expand Down

0 comments on commit 4db466d

Please sign in to comment.