提交 80b1b35a 编写于 作者: richard_1015's avatar richard_1015

release: 1.0.5

上级 5bae1b23
registry=https://registry.npmjs.org
engine-strict=true
## @nutui/nutui-jdl v1.0.5
`2021-06-22`
* :bug: fix(imagepreview):数量显示问题修复 @Ivanwangcy
* :bug: fix(tab):微信浏览器中不显示的问题 @zhenyulei
* :bug: fix:server 构建环境 vue-qr 依赖包打包问题 @richard1015
## @nutui/nutui-jdl v1.0.4
`2020-10-16`
......
......@@ -10,6 +10,6 @@ module.exports = {
'subject-full-stop': [2, 'never', '.'],
'type-case': [2, 'always', 'lower-case'],
'type-empty': [2, 'never'],
'type-enum': [2, 'always', ['upd', 'chore', 'docs', 'feat', 'fix', 'test', 'refactor', 'revert', 'style']]
}
'type-enum': [2, 'always', ['upd', 'chore', 'docs', 'feat', 'fix', 'test', 'refactor', 'revert', 'style', 'release']],
},
};
{
"name": "@nutui/nutui-jdl",
"version": "1.0.4",
"version": "1.0.5",
"description": "一套轻量级移动端Vue组件库",
"typings": "dist/types/index.d.ts",
"main": "dist/nutui.js",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册