From d4d7f212b4f57fbe9dd5a9a7e58c27263530ed24 Mon Sep 17 00:00:00 2001 From: sallerli1 Date: Mon, 21 Aug 2023 15:52:14 +0800 Subject: [PATCH] docs(release): publish v1.9.3 --- CHANGELOG.md | 12 ++++++++++++ lerna.json | 2 +- packages/cdk/CHANGELOG.md | 6 ++++++ packages/cdk/package.json | 2 +- packages/components/CHANGELOG.md | 8 ++++++++ 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, 49 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 860a6b7d7..f7978bedb 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.9.3](https://github.com/IDuxFE/idux/compare/v1.9.2...v1.9.3) (2023-08-21) + +### Bug Fixes + +- **cdk:popper:** `display: none` reference is not treat as hidden ([#1659](https://github.com/IDuxFE/idux/issues/1659)) ([830be33](https://github.com/IDuxFE/idux/commit/830be33d41b4271c65107b15557ea91253ce90e2)) +- **comp:alert:** alert content not aligined with pagination ([#1658](https://github.com/IDuxFE/idux/issues/1658)) ([f691999](https://github.com/IDuxFE/idux/commit/f6919999f20ba36c0618945c437e3f22537a62f4)) +- **comp:card:** add css class to footer button ([#1660](https://github.com/IDuxFE/idux/issues/1660)) ([54f2c7f](https://github.com/IDuxFE/idux/commit/54f2c7fafe6cad925b2a80a37a146b0cb733b41e)) +- **comp:drawer:** content first render should be delayed till visible ([#1657](https://github.com/IDuxFE/idux/issues/1657)) ([4e4542b](https://github.com/IDuxFE/idux/commit/4e4542bad43c90749d49309f873b8c804c5ce102)) +- **pro:search:** onItemConfirm value is empty when item is removed ([#1661](https://github.com/IDuxFE/idux/issues/1661)) ([84f95d1](https://github.com/IDuxFE/idux/commit/84f95d1e2b0f4f3a64fcfc322f40ddbc81153fa9)) +- **pro:search:** segment should init only when it's set inactive ([#1656](https://github.com/IDuxFE/idux/issues/1656)) ([6ae11ea](https://github.com/IDuxFE/idux/commit/6ae11ea0cc591beac35d9bff64fe6aa9e59ea65c)) +- **pro:search:** segment with default value shouldn't be set active ([#1655](https://github.com/IDuxFE/idux/issues/1655)) ([97a40d6](https://github.com/IDuxFE/idux/commit/97a40d64db0d0a1c7e8f553b4adfd7fe071f8997)) + ## [1.9.2](https://github.com/IDuxFE/idux/compare/v1.9.1...v1.9.2) (2023-08-14) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 2bb76e57c..9459e5f08 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "packages": ["packages/*"], - "version": "1.9.2", + "version": "1.9.3", "command": { "publish": { "allowBranch": ["main", "release", "next", "hotfix"], diff --git a/packages/cdk/CHANGELOG.md b/packages/cdk/CHANGELOG.md index 94fba3058..e80d254a5 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.9.3](https://github.com/IDuxFE/idux/compare/v1.9.2...v1.9.3) (2023-08-21) + +### Bug Fixes + +- **cdk:popper:** `display: none` reference is not treat as hidden ([#1659](https://github.com/IDuxFE/idux/issues/1659)) ([830be33](https://github.com/IDuxFE/idux/commit/830be33d41b4271c65107b15557ea91253ce90e2)) + ## [1.9.2](https://github.com/IDuxFE/idux/compare/v1.9.1...v1.9.2) (2023-08-14) ### Bug Fixes diff --git a/packages/cdk/package.json b/packages/cdk/package.json index 383491979..55e445a28 100644 --- a/packages/cdk/package.json +++ b/packages/cdk/package.json @@ -1,6 +1,6 @@ { "name": "@idux/cdk", - "version": "1.9.2", + "version": "1.9.3", "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 9737a5990..a30632571 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/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.9.3](https://github.com/IDuxFE/idux/compare/v1.9.2...v1.9.3) (2023-08-21) + +### Bug Fixes + +- **comp:alert:** alert content not aligined with pagination ([#1658](https://github.com/IDuxFE/idux/issues/1658)) ([f691999](https://github.com/IDuxFE/idux/commit/f6919999f20ba36c0618945c437e3f22537a62f4)) +- **comp:card:** add css class to footer button ([#1660](https://github.com/IDuxFE/idux/issues/1660)) ([54f2c7f](https://github.com/IDuxFE/idux/commit/54f2c7fafe6cad925b2a80a37a146b0cb733b41e)) +- **comp:drawer:** content first render should be delayed till visible ([#1657](https://github.com/IDuxFE/idux/issues/1657)) ([4e4542b](https://github.com/IDuxFE/idux/commit/4e4542bad43c90749d49309f873b8c804c5ce102)) + ## [1.9.2](https://github.com/IDuxFE/idux/compare/v1.9.1...v1.9.2) (2023-08-14) ### Bug Fixes diff --git a/packages/components/package.json b/packages/components/package.json index 00920dab2..2f577f096 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@idux/components", - "version": "1.9.2", + "version": "1.9.3", "description": "A UI Component Library for Vue 3.x", "keywords": [ "vue", @@ -37,7 +37,7 @@ "clean": "rimraf dist node_modules" }, "dependencies": { - "@idux/cdk": "1.9.2", + "@idux/cdk": "1.9.3", "date-fns": "^2.27.0", "lodash-es": "^4.17.0" }, diff --git a/packages/pro/CHANGELOG.md b/packages/pro/CHANGELOG.md index c4804a01d..d6b05bb83 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.9.3](https://github.com/IDuxFE/idux/compare/v1.9.2...v1.9.3) (2023-08-21) + +### Bug Fixes + +- **pro:search:** onItemConfirm value is empty when item is removed ([#1661](https://github.com/IDuxFE/idux/issues/1661)) ([84f95d1](https://github.com/IDuxFE/idux/commit/84f95d1e2b0f4f3a64fcfc322f40ddbc81153fa9)) +- **pro:search:** segment should init only when it's set inactive ([#1656](https://github.com/IDuxFE/idux/issues/1656)) ([6ae11ea](https://github.com/IDuxFE/idux/commit/6ae11ea0cc591beac35d9bff64fe6aa9e59ea65c)) +- **pro:search:** segment with default value shouldn't be set active ([#1655](https://github.com/IDuxFE/idux/issues/1655)) ([97a40d6](https://github.com/IDuxFE/idux/commit/97a40d64db0d0a1c7e8f553b4adfd7fe071f8997)) + ## [1.9.2](https://github.com/IDuxFE/idux/compare/v1.9.1...v1.9.2) (2023-08-14) ### Bug Fixes diff --git a/packages/pro/package.json b/packages/pro/package.json index d55dfff48..f13928f31 100644 --- a/packages/pro/package.json +++ b/packages/pro/package.json @@ -1,6 +1,6 @@ { "name": "@idux/pro", - "version": "1.9.2", + "version": "1.9.3", "description": "A higher level of abstraction UI component library for Vue 3.x", "keywords": [ "vue", @@ -38,8 +38,8 @@ "clean": "rimraf dist node_modules" }, "dependencies": { - "@idux/cdk": "1.9.2", - "@idux/components": "1.9.2", + "@idux/cdk": "1.9.3", + "@idux/components": "1.9.3", "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 479b7ac2e..6f43a06d2 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.9.3](https://github.com/IDuxFE/idux/compare/v1.9.2...v1.9.3) (2023-08-21) + +**Note:** Version bump only for package @idux/site + ## [1.9.2](https://github.com/IDuxFE/idux/compare/v1.9.1...v1.9.2) (2023-08-14) **Note:** Version bump only for package @idux/site diff --git a/packages/site/package.json b/packages/site/package.json index d4e408cc5..44b90a71f 100644 --- a/packages/site/package.json +++ b/packages/site/package.json @@ -1,6 +1,6 @@ { "name": "@idux/site", - "version": "1.9.2", + "version": "1.9.3", "private": true, "description": "A website for @idux", "license": "MIT", @@ -12,9 +12,9 @@ "build:pre-version": "vite build --mode pre-version" }, "dependencies": { - "@idux/cdk": "1.9.2", - "@idux/components": "1.9.2", - "@idux/pro": "1.9.2", + "@idux/cdk": "1.9.3", + "@idux/components": "1.9.3", + "@idux/pro": "1.9.3", "codesandbox": "^2.2.3", "lodash-es": "^4.17.21", "vue": "^3.2.29",