From b12f93a8b2bc2742cbf014c9c11d85c9b889c81c Mon Sep 17 00:00:00 2001 From: danranvm Date: Mon, 20 Feb 2023 16:54:00 +0800 Subject: [PATCH] docs(release): publish v1.4.2 --- CHANGELOG.md | 12 ++++++++++++ lerna.json | 2 +- packages/cdk/CHANGELOG.md | 6 ++++++ packages/cdk/package.json | 2 +- packages/components/CHANGELOG.md | 10 ++++++++++ packages/components/package.json | 4 ++-- packages/pro/CHANGELOG.md | 8 ++++++++ packages/pro/package.json | 6 +++--- packages/site/CHANGELOG.md | 4 ++++ packages/site/package.json | 8 ++++---- 10 files changed, 51 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ef22b36b..526bab19e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.4.2](https://github.com/IDuxFE/idux/compare/v1.4.1...v1.4.2) (2023-02-20) + +### Bug Fixes + +- **comp:carousel:** when items is dynamically reduced to 1, layout error ([#1450](https://github.com/IDuxFE/idux/issues/1450)) ([2e37c44](https://github.com/IDuxFE/idux/commit/2e37c447a9672c35c25fe448250d0fbcc01646d0)) +- **comp:carousel:** when scaled, the component layout error ([#1448](https://github.com/IDuxFE/idux/issues/1448)) ([58ee991](https://github.com/IDuxFE/idux/commit/58ee991568e5b397fac95baa70bbc98866290c78)) +- **comp:empty:** resolve id conflicts in svg ([#1451](https://github.com/IDuxFE/idux/issues/1451)) ([8ca7a08](https://github.com/IDuxFE/idux/commit/8ca7a08b86b8cc185f936da2afcb0b191f672894)) +- **comp:upload:** upload list card status text isn't centered ([#1461](https://github.com/IDuxFE/idux/issues/1461)) ([afeb80e](https://github.com/IDuxFE/idux/commit/afeb80e942a4fb9f399a75d601897ef7e8e5293a)) +- component style update ([#1452](https://github.com/IDuxFE/idux/issues/1452)) ([c07ef31](https://github.com/IDuxFE/idux/commit/c07ef312795834867d658703842a02244456328a)) +- **pro:search:** `treeSelect` panel height is unset ([#1445](https://github.com/IDuxFE/idux/issues/1445)) ([388da6a](https://github.com/IDuxFE/idux/commit/388da6a6b1f2d5eeac354eeedabe4c81bf89f976)) +- **pro:search:** remove transition for overlay ([#1447](https://github.com/IDuxFE/idux/issues/1447)) ([4c28a78](https://github.com/IDuxFE/idux/commit/4c28a78c83a1f820b8976956549c27390316135e)) + ## [1.4.1](https://github.com/IDuxFE/idux/compare/v1.4.0...v1.4.1) (2023-02-13) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 374cc5da5..a6f2962dc 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "packages": ["packages/*"], - "version": "1.4.1", + "version": "1.4.2", "command": { "publish": { "allowBranch": ["main", "release", "next", "hotfix"], diff --git a/packages/cdk/CHANGELOG.md b/packages/cdk/CHANGELOG.md index 517a7bbd2..7f6d68c16 100644 --- a/packages/cdk/CHANGELOG.md +++ b/packages/cdk/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.4.2](https://github.com/IDuxFE/idux/compare/v1.4.1...v1.4.2) (2023-02-20) + +### Bug Fixes + +- **comp:carousel:** when items is dynamically reduced to 1, layout error ([#1450](https://github.com/IDuxFE/idux/issues/1450)) ([2e37c44](https://github.com/IDuxFE/idux/commit/2e37c447a9672c35c25fe448250d0fbcc01646d0)) + ## [1.4.1](https://github.com/IDuxFE/idux/compare/v1.4.0...v1.4.1) (2023-02-13) ### Bug Fixes diff --git a/packages/cdk/package.json b/packages/cdk/package.json index 37c067ba3..f1ed88603 100644 --- a/packages/cdk/package.json +++ b/packages/cdk/package.json @@ -1,6 +1,6 @@ { "name": "@idux/cdk", - "version": "1.4.1", + "version": "1.4.2", "description": "A UI Component Development Kit for Vue 3.x", "keywords": [ "vue", diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 83c5f3a0b..0f5b729c8 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.4.2](https://github.com/IDuxFE/idux/compare/v1.4.1...v1.4.2) (2023-02-20) + +### Bug Fixes + +- **comp:carousel:** when items is dynamically reduced to 1, layout error ([#1450](https://github.com/IDuxFE/idux/issues/1450)) ([2e37c44](https://github.com/IDuxFE/idux/commit/2e37c447a9672c35c25fe448250d0fbcc01646d0)) +- **comp:carousel:** when scaled, the component layout error ([#1448](https://github.com/IDuxFE/idux/issues/1448)) ([58ee991](https://github.com/IDuxFE/idux/commit/58ee991568e5b397fac95baa70bbc98866290c78)) +- **comp:empty:** resolve id conflicts in svg ([#1451](https://github.com/IDuxFE/idux/issues/1451)) ([8ca7a08](https://github.com/IDuxFE/idux/commit/8ca7a08b86b8cc185f936da2afcb0b191f672894)) +- **comp:upload:** upload list card status text isn't centered ([#1461](https://github.com/IDuxFE/idux/issues/1461)) ([afeb80e](https://github.com/IDuxFE/idux/commit/afeb80e942a4fb9f399a75d601897ef7e8e5293a)) +- component style update ([#1452](https://github.com/IDuxFE/idux/issues/1452)) ([c07ef31](https://github.com/IDuxFE/idux/commit/c07ef312795834867d658703842a02244456328a)) + ## [1.4.1](https://github.com/IDuxFE/idux/compare/v1.4.0...v1.4.1) (2023-02-13) ### Bug Fixes diff --git a/packages/components/package.json b/packages/components/package.json index 527fe8d31..65141599a 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@idux/components", - "version": "1.4.1", + "version": "1.4.2", "description": "A UI Component Library for Vue 3.x", "keywords": [ "vue", @@ -35,7 +35,7 @@ ], "scripts": {}, "dependencies": { - "@idux/cdk": "^1.4.1", + "@idux/cdk": "^1.4.2", "date-fns": "^2.27.0", "lodash-es": "^4.17.0" }, diff --git a/packages/pro/CHANGELOG.md b/packages/pro/CHANGELOG.md index a00d23cbe..c616cebd8 100644 --- a/packages/pro/CHANGELOG.md +++ b/packages/pro/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.4.2](https://github.com/IDuxFE/idux/compare/v1.4.1...v1.4.2) (2023-02-20) + +### Bug Fixes + +- component style update ([#1452](https://github.com/IDuxFE/idux/issues/1452)) ([c07ef31](https://github.com/IDuxFE/idux/commit/c07ef312795834867d658703842a02244456328a)) +- **pro:search:** `treeSelect` panel height is unset ([#1445](https://github.com/IDuxFE/idux/issues/1445)) ([388da6a](https://github.com/IDuxFE/idux/commit/388da6a6b1f2d5eeac354eeedabe4c81bf89f976)) +- **pro:search:** remove transition for overlay ([#1447](https://github.com/IDuxFE/idux/issues/1447)) ([4c28a78](https://github.com/IDuxFE/idux/commit/4c28a78c83a1f820b8976956549c27390316135e)) + ## [1.4.1](https://github.com/IDuxFE/idux/compare/v1.4.0...v1.4.1) (2023-02-13) ### Bug Fixes diff --git a/packages/pro/package.json b/packages/pro/package.json index 30beac1fa..5331a7901 100644 --- a/packages/pro/package.json +++ b/packages/pro/package.json @@ -1,6 +1,6 @@ { "name": "@idux/pro", - "version": "1.4.1", + "version": "1.4.2", "description": "A higher level of abstraction UI component library for Vue 3.x", "keywords": [ "vue", @@ -36,8 +36,8 @@ ], "scripts": {}, "dependencies": { - "@idux/cdk": "^1.4.1", - "@idux/components": "^1.4.1", + "@idux/cdk": "^1.4.2", + "@idux/components": "^1.4.2", "ajv": "^8.11.0", "ajv-formats": "^3.0.0-rc.0", "lodash-es": "^4.17.0" diff --git a/packages/site/CHANGELOG.md b/packages/site/CHANGELOG.md index 7dbe0f51e..0d86bd0a2 100644 --- a/packages/site/CHANGELOG.md +++ b/packages/site/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.4.2](https://github.com/IDuxFE/idux/compare/v1.4.1...v1.4.2) (2023-02-20) + +**Note:** Version bump only for package @idux/site + ## [1.4.1](https://github.com/IDuxFE/idux/compare/v1.4.0...v1.4.1) (2023-02-13) **Note:** Version bump only for package @idux/site diff --git a/packages/site/package.json b/packages/site/package.json index c3b2d74b4..ba472d81b 100644 --- a/packages/site/package.json +++ b/packages/site/package.json @@ -1,6 +1,6 @@ { "name": "@idux/site", - "version": "1.4.1", + "version": "1.4.2", "private": true, "description": "A website for @idux", "license": "MIT", @@ -11,9 +11,9 @@ "build:pre-version": "vite build --mode pre-version" }, "dependencies": { - "@idux/cdk": "^1.4.1", - "@idux/components": "^1.4.1", - "@idux/pro": "^1.4.1", + "@idux/cdk": "^1.4.2", + "@idux/components": "^1.4.2", + "@idux/pro": "^1.4.2", "codesandbox": "^2.2.3", "lodash-es": "^4.17.21", "vue": "^3.2.29",