diff --git a/CHANGELOG.md b/CHANGELOG.md index ded63586060..7277eacc0e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.14.2](https://github.com/haoziqaq/varlet/compare/v1.14.1...v1.14.2) (2021-08-12) + + +### Bug Fixes + +* **ui/input:** when the value is a number, the input type is not number ([34d750a](https://github.com/haoziqaq/varlet/commit/34d750ace1a2b338dde41680924534aed446d286)) + + + + + ## [1.14.1](https://github.com/haoziqaq/varlet/compare/v1.14.0...v1.14.1) (2021-08-04) diff --git a/lerna.json b/lerna.json index 1c56bd0b01c..b0cf03d1843 100644 --- a/lerna.json +++ b/lerna.json @@ -21,5 +21,5 @@ "ignoreChanges": [ "**/*.md" ], - "version": "1.14.1" + "version": "1.14.2" } diff --git a/packages/varlet-cli/CHANGELOG.md b/packages/varlet-cli/CHANGELOG.md index 44f04b9d872..6806c7322a6 100644 --- a/packages/varlet-cli/CHANGELOG.md +++ b/packages/varlet-cli/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.14.2](https://github.com/haoziqaq/varlet/compare/v1.14.1...v1.14.2) (2021-08-12) + +**Note:** Version bump only for package @varlet/cli + + + + + ## [1.14.1](https://github.com/haoziqaq/varlet/compare/v1.14.0...v1.14.1) (2021-08-04) **Note:** Version bump only for package @varlet/cli diff --git a/packages/varlet-cli/package.json b/packages/varlet-cli/package.json index f8693158f76..6a57fac7df5 100644 --- a/packages/varlet-cli/package.json +++ b/packages/varlet-cli/package.json @@ -1,6 +1,6 @@ { "name": "@varlet/cli", - "version": "1.14.1", + "version": "1.14.2", "description": "cli of varlet", "bin": { "varlet-cli": "./lib/index.js" @@ -38,7 +38,7 @@ "@commitlint/cli": "^11.0.0", "@commitlint/config-conventional": "^11.0.0", "@varlet/markdown-loader": "^1.9.0", - "@varlet/ui": "^1.14.1", + "@varlet/ui": "^1.14.2", "@vue/babel-plugin-jsx": "^1.0.6", "@vue/compiler-sfc": "^3.1.4", "@vue/test-utils": "^2.0.0-rc.6", diff --git a/packages/varlet-ui/CHANGELOG.md b/packages/varlet-ui/CHANGELOG.md index 28a979d1125..06bb44a6edd 100644 --- a/packages/varlet-ui/CHANGELOG.md +++ b/packages/varlet-ui/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.14.2](https://github.com/haoziqaq/varlet/compare/v1.14.1...v1.14.2) (2021-08-12) + + +### Bug Fixes + +* **ui/input:** when the value is a number, the input type is not number ([34d750a](https://github.com/haoziqaq/varlet/commit/34d750ace1a2b338dde41680924534aed446d286)) + + + + + ## [1.14.1](https://github.com/haoziqaq/varlet/compare/v1.14.0...v1.14.1) (2021-08-04) diff --git a/packages/varlet-ui/package.json b/packages/varlet-ui/package.json index 2950eccfd52..a0036739e71 100644 --- a/packages/varlet-ui/package.json +++ b/packages/varlet-ui/package.json @@ -1,6 +1,6 @@ { "name": "@varlet/ui", - "version": "1.14.1", + "version": "1.14.2", "description": "A material like components library", "module": "es/index.js", "typings": "types/index.d.ts", @@ -47,7 +47,7 @@ }, "gitHead": "04cbbd571a061f5d5651515132a8ef079de5673e", "devDependencies": { - "@varlet/cli": "^1.14.1" + "@varlet/cli": "^1.14.2" }, "dependencies": { "@varlet/icons": "^1.0.0", diff --git a/packages/varlet-vscode-extension/CHANGELOG.md b/packages/varlet-vscode-extension/CHANGELOG.md index de168a8efab..d31648dcf0d 100644 --- a/packages/varlet-vscode-extension/CHANGELOG.md +++ b/packages/varlet-vscode-extension/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.14.2](https://github.com/haoziqaq/varlet/compare/v1.14.1...v1.14.2) (2021-08-12) + +**Note:** Version bump only for package varlet-vscode-extension + + + + + # [1.9.0](https://github.com/haoziqaq/varlet/compare/v1.8.0...v1.9.0) (2021-07-17) diff --git a/packages/varlet-vscode-extension/package.json b/packages/varlet-vscode-extension/package.json index 12d7b508c02..43477a47ca4 100644 --- a/packages/varlet-vscode-extension/package.json +++ b/packages/varlet-vscode-extension/package.json @@ -5,7 +5,7 @@ "icon": "src/icon.png", "description": "varlet extension for vscode", "publisher": "haoziqaq", - "version": "1.9.0", + "version": "1.14.2", "engines": { "vscode": "^1.56.0" },