Skip to content

Commit

Permalink
upd: 2.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
richard1015 committed Sep 27, 2020
1 parent ea3aaff commit 593d7d7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 2.2.11

`2020-09-27`

* :sparkles: feat(collapse):新增折叠面板组件 @Ymm0008
* :sparkles: feat(numberkeyboard):新增数字键盘组件 @Ymm0008
* :sparkles: feat(luckycard):新增刮奖组件 @guoxiao158
* :bug: fix(drag):修复 drag 拖动边界和自定义位置冲突的问题 @zy19940510

## 2.2.10

`2020-08-21`
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",
"version": "2.2.10",
"version": "2.2.11",
"description": "一套轻量级移动端Vue组件库",
"typings": "dist/types/index.d.ts",
"main": "dist/nutui.js",
Expand Down Expand Up @@ -65,7 +65,7 @@
"devDependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-object-assign": "^7.8.3",
"@nutui/cli": "^0.3.8",
"@nutui/cli": "^0.3.9",
"@typescript-eslint/eslint-plugin": "^2.16.0",
"@typescript-eslint/parser": "^2.16.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
Expand Down

0 comments on commit 593d7d7

Please sign in to comment.