Browse Source

release: 1.0.5

richard1015 4 years ago
parent
commit
80b1b35aa4
4 changed files with 12 additions and 3 deletions
  1. 2 0
      .npmrc
  2. 7 0
      CHANGELOG.md
  3. 2 2
      commitlint.config.js
  4. 1 1
      package.json

+ 2 - 0
.npmrc

@@ -0,0 +1,2 @@
+registry=https://registry.npmjs.org
+engine-strict=true

+ 7 - 0
CHANGELOG.md

@@ -1,3 +1,10 @@
+## @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
 ## @nutui/nutui-jdl v1.0.4
 
 
 `2020-10-16`
 `2020-10-16`

+ 2 - 2
commitlint.config.js

@@ -10,6 +10,6 @@ module.exports = {
     'subject-full-stop': [2, 'never', '.'],
     'subject-full-stop': [2, 'never', '.'],
     'type-case': [2, 'always', 'lower-case'],
     'type-case': [2, 'always', 'lower-case'],
     'type-empty': [2, 'never'],
     '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']],
+  },
 };
 };

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "@nutui/nutui-jdl",
   "name": "@nutui/nutui-jdl",
-  "version": "1.0.4",
+  "version": "1.0.5",
   "description": "一套轻量级移动端Vue组件库",
   "description": "一套轻量级移动端Vue组件库",
   "typings": "dist/types/index.d.ts",
   "typings": "dist/types/index.d.ts",
   "main": "dist/nutui.js",
   "main": "dist/nutui.js",