From e6712fcc4d0401a49a0c7b56f849df6657d69fde Mon Sep 17 00:00:00 2001 From: sallerli1 Date: Mon, 11 Sep 2023 15:25:21 +0800 Subject: [PATCH] docs(release): publish v1.10.0 --- CHANGELOG.md | 15 +++++++++++++++ lerna.json | 2 +- packages/components/CHANGELOG.md | 14 ++++++++++++++ packages/components/package.json | 2 +- packages/pro/CHANGELOG.md | 11 +++++++++++ packages/pro/package.json | 4 ++-- packages/site/CHANGELOG.md | 8 ++++++++ packages/site/package.json | 6 +++--- 8 files changed, 55 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e414d3474..64acc03fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.10.0](https://github.com/IDuxFE/idux/compare/v1.9.5...v1.10.0) (2023-09-11) + + +### Features + +* **comp:table:** supports record for customCell of selectable column ([#1681](https://github.com/IDuxFE/idux/issues/1681)) ([b80ba68](https://github.com/IDuxFE/idux/commit/b80ba6802cf0e1dfa520565c38c816eb7c9c5af1)) +* **comp:tabs:** customTitle supports `overflowed` paramater ([#1682](https://github.com/IDuxFE/idux/issues/1682)) ([5da8900](https://github.com/IDuxFE/idux/commit/5da8900279c8ce81c7e871029b3b47503fa33816)) +* **comp:text:** rewrite component to provide better ellipsis support ([#1680](https://github.com/IDuxFE/idux/issues/1680)) ([fb1adb2](https://github.com/IDuxFE/idux/commit/fb1adb27657e21a1eddff253fb5c0137d44df281)) +* **comp:upload:** add `onMaxCountExceeded` ([#1673](https://github.com/IDuxFE/idux/issues/1673)) ([8faddc1](https://github.com/IDuxFE/idux/commit/8faddc1388ddc8dae97814ece2ac3eef69c5c53f)) +* **pro:search:** add `size` prop ([#1667](https://github.com/IDuxFE/idux/issues/1667)) ([e8068bd](https://github.com/IDuxFE/idux/commit/e8068bdc5f0136ad9c5057fe90f50546515d31da)) + + + + + ## [1.9.5](https://github.com/IDuxFE/idux/compare/v1.9.4...v1.9.5) (2023-09-04) diff --git a/lerna.json b/lerna.json index 52459f9d5..b77ee348f 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "packages": ["packages/*"], - "version": "1.9.5", + "version": "1.10.0", "command": { "publish": { "allowBranch": ["main", "release", "next", "hotfix"], diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 7a4070e7a..e847df708 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.10.0](https://github.com/IDuxFE/idux/compare/v1.9.5...v1.10.0) (2023-09-11) + + +### Features + +* **comp:table:** supports record for customCell of selectable column ([#1681](https://github.com/IDuxFE/idux/issues/1681)) ([b80ba68](https://github.com/IDuxFE/idux/commit/b80ba6802cf0e1dfa520565c38c816eb7c9c5af1)) +* **comp:tabs:** customTitle supports `overflowed` paramater ([#1682](https://github.com/IDuxFE/idux/issues/1682)) ([5da8900](https://github.com/IDuxFE/idux/commit/5da8900279c8ce81c7e871029b3b47503fa33816)) +* **comp:text:** rewrite component to provide better ellipsis support ([#1680](https://github.com/IDuxFE/idux/issues/1680)) ([fb1adb2](https://github.com/IDuxFE/idux/commit/fb1adb27657e21a1eddff253fb5c0137d44df281)) +* **comp:upload:** add `onMaxCountExceeded` ([#1673](https://github.com/IDuxFE/idux/issues/1673)) ([8faddc1](https://github.com/IDuxFE/idux/commit/8faddc1388ddc8dae97814ece2ac3eef69c5c53f)) + + + + + ## [1.9.5](https://github.com/IDuxFE/idux/compare/v1.9.4...v1.9.5) (2023-09-04) diff --git a/packages/components/package.json b/packages/components/package.json index 527e4cd30..fbc85af3f 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@idux/components", - "version": "1.9.5", + "version": "1.10.0", "description": "A UI Component Library for Vue 3.x", "keywords": [ "vue", diff --git a/packages/pro/CHANGELOG.md b/packages/pro/CHANGELOG.md index f0b96843a..f5060c30c 100644 --- a/packages/pro/CHANGELOG.md +++ b/packages/pro/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.10.0](https://github.com/IDuxFE/idux/compare/v1.9.5...v1.10.0) (2023-09-11) + + +### Features + +* **pro:search:** add `size` prop ([#1667](https://github.com/IDuxFE/idux/issues/1667)) ([e8068bd](https://github.com/IDuxFE/idux/commit/e8068bdc5f0136ad9c5057fe90f50546515d31da)) + + + + + ## [1.9.5](https://github.com/IDuxFE/idux/compare/v1.9.4...v1.9.5) (2023-09-04) **Note:** Version bump only for package @idux/pro diff --git a/packages/pro/package.json b/packages/pro/package.json index 08d68e3c1..054e65552 100644 --- a/packages/pro/package.json +++ b/packages/pro/package.json @@ -1,6 +1,6 @@ { "name": "@idux/pro", - "version": "1.9.5", + "version": "1.10.0", "description": "A higher level of abstraction UI component library for Vue 3.x", "keywords": [ "vue", @@ -39,7 +39,7 @@ }, "dependencies": { "@idux/cdk": "1.9.4", - "@idux/components": "1.9.5", + "@idux/components": "1.10.0", "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 e7a4f343d..47458fc25 100644 --- a/packages/site/CHANGELOG.md +++ b/packages/site/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.10.0](https://github.com/IDuxFE/idux/compare/v1.9.5...v1.10.0) (2023-09-11) + +**Note:** Version bump only for package @idux/site + + + + + ## [1.9.5](https://github.com/IDuxFE/idux/compare/v1.9.4...v1.9.5) (2023-09-04) **Note:** Version bump only for package @idux/site diff --git a/packages/site/package.json b/packages/site/package.json index 3da5d7145..209a7a2dd 100644 --- a/packages/site/package.json +++ b/packages/site/package.json @@ -1,6 +1,6 @@ { "name": "@idux/site", - "version": "1.9.5", + "version": "1.10.0", "private": true, "description": "A website for @idux", "license": "MIT", @@ -13,8 +13,8 @@ }, "dependencies": { "@idux/cdk": "1.9.4", - "@idux/components": "1.9.5", - "@idux/pro": "1.9.5", + "@idux/components": "1.10.0", + "@idux/pro": "1.10.0", "codesandbox": "^2.2.3", "lodash-es": "^4.17.21", "vue": "^3.2.29",