From d228e23e65cbfc89e53fe34c4a83e92d31ff494c Mon Sep 17 00:00:00 2001 From: haoziqaq <357229046@qq.com> Date: Sun, 21 Nov 2021 16:20:34 +0800 Subject: [PATCH] v1.23.4 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/varlet-ui/CHANGELOG.md | 11 +++++++++++ packages/varlet-ui/package.json | 2 +- 4 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 003dc053917..dba875cc6ae 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.23.4](https://github.com/haoziqaq/varlet/compare/v1.23.3...v1.23.4) (2021-11-21) + + +### Bug Fixes + +* **ui/types:** add list.d.ts ([ab06a8f](https://github.com/haoziqaq/varlet/commit/ab06a8f219fcf5f4f929938f048a142a6c4b1715)) + + + + + ## [1.23.3](https://github.com/haoziqaq/varlet/compare/v1.23.2...v1.23.3) (2021-11-20) diff --git a/lerna.json b/lerna.json index 1b2b6d7915d..31c7d7e945d 100644 --- a/lerna.json +++ b/lerna.json @@ -21,5 +21,5 @@ "ignoreChanges": [ "**/*.md" ], - "version": "1.23.3" + "version": "1.23.4" } diff --git a/packages/varlet-ui/CHANGELOG.md b/packages/varlet-ui/CHANGELOG.md index 145b0ba2ab4..0e977b2f456 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.23.4](https://github.com/haoziqaq/varlet/compare/v1.23.3...v1.23.4) (2021-11-21) + + +### Bug Fixes + +* **ui/types:** add list.d.ts ([ab06a8f](https://github.com/haoziqaq/varlet/commit/ab06a8f219fcf5f4f929938f048a142a6c4b1715)) + + + + + ## [1.23.3](https://github.com/haoziqaq/varlet/compare/v1.23.2...v1.23.3) (2021-11-20) diff --git a/packages/varlet-ui/package.json b/packages/varlet-ui/package.json index f70424a3d0a..8e812bd3acb 100644 --- a/packages/varlet-ui/package.json +++ b/packages/varlet-ui/package.json @@ -1,6 +1,6 @@ { "name": "@varlet/ui", - "version": "1.23.3", + "version": "1.23.4", "description": "A material like components library", "module": "es/index.js", "typings": "types/index.d.ts",