Browse Source

release: v2.3.10

richard1015 3 years ago
parent
commit
a97fd53887
2 changed files with 15 additions and 9 deletions
  1. 6 0
      CHANGELOG.md
  2. 9 9
      package.json

+ 6 - 0
CHANGELOG.md

@@ -1,3 +1,9 @@
+## 2.3.10
+
+`2022-6-13`
+
+* :bug: chore: v2 package.json devDependencies  @richard1015
+* :bug: fix(textinput): 异步清空value值,清空按钮不隐藏 bug (#826) @richard1015
 
 ## 2.3.7~2.3.9
 

+ 9 - 9
package.json

@@ -1,6 +1,6 @@
 {
   "name": "@nutui/nutui",
-  "version": "2.3.9",
+  "version": "2.3.10",
   "description": "一套轻量级移动端Vue组件库",
   "typings": "dist/types/index.d.ts",
   "main": "dist/nutui.js",
@@ -54,22 +54,22 @@
   "author": "jdcfe",
   "license": "MIT",
   "dependencies": {
-    "@babel/plugin-proposal-object-rest-spread": "^7.9.5",
-    "@babel/plugin-syntax-jsx": "^7.8.3",
-    "@babel/plugin-transform-runtime": "^7.9.6",
-    "@commitlint/cli": "^8.0.0",
-    "@commitlint/config-conventional": "^8.0.0",
-    "autoprefixer": "^9.8.4",
-    "babel-plugin-istanbul": "^6.0.0",
     "gsap": "^3.2.6",
     "hammerjs": "^2.0.8",
-    "standard-version": "^9.1.0",
     "vue-lazyload": "^1.3.3"
   },
   "peerDependencies": {
     "vue": "^2.6.10"
   },
   "devDependencies": {
+    "@babel/plugin-proposal-object-rest-spread": "^7.9.5",
+    "@babel/plugin-syntax-jsx": "^7.8.3",
+    "@babel/plugin-transform-runtime": "^7.9.6",
+    "@commitlint/cli": "^8.0.0",
+    "@commitlint/config-conventional": "^8.0.0",
+    "autoprefixer": "^9.8.4",
+    "babel-plugin-istanbul": "^6.0.0",
+    "standard-version": "^9.1.0",
     "@babel/plugin-syntax-dynamic-import": "^7.8.3",
     "@babel/plugin-transform-object-assign": "^7.8.3",
     "@nutui/cli": "^0.4.1",