From 1fe3d760968d292b1db4b7aa516a9f1221f7bfd3 Mon Sep 17 00:00:00 2001 From: danranvm Date: Tue, 23 Aug 2022 19:35:50 +0800 Subject: [PATCH] docs(release): publish v1.0.0-rc.4 --- CHANGELOG.md | 19 +++++++++++++++++++ lerna.json | 2 +- packages/components/CHANGELOG.md | 18 ++++++++++++++++++ packages/components/package.json | 2 +- packages/pro/CHANGELOG.md | 13 +++++++++++++ packages/pro/package.json | 4 ++-- packages/site/CHANGELOG.md | 8 ++++++++ packages/site/package.json | 6 +++--- 8 files changed, 65 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d53eaeae4..01d1e5399 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-rc.4](https://github.com/IDuxFE/idux/compare/v1.0.0-rc.3...v1.0.0-rc.4) (2022-08-23) + + +### Bug Fixes + +* **comp:form:** the content of form-item is block ([#1019](https://github.com/IDuxFE/idux/issues/1019)) ([#1088](https://github.com/IDuxFE/idux/issues/1088)) ([aef12af](https://github.com/IDuxFE/idux/commit/aef12af2072b6a2303747c5bac563b1182e6031f)) +* **comp:table:** the fixed column not work with ellipsis ([#1081](https://github.com/IDuxFE/idux/issues/1081)) ([#1084](https://github.com/IDuxFE/idux/issues/1084)) ([c6f3ea0](https://github.com/IDuxFE/idux/commit/c6f3ea0d8ba018394b407dd58aa3db16dd3a9957)) +* **pro:textarea:** fix index column cell align-items ([#1085](https://github.com/IDuxFE/idux/issues/1085)) ([f8a58fc](https://github.com/IDuxFE/idux/commit/f8a58fc91d27cff297e49bbbb92876d8f0bfe1e0)) +* **pro:textarea:** textarea el shouldn't show scrollbar ([#1080](https://github.com/IDuxFE/idux/issues/1080)) ([de7cc60](https://github.com/IDuxFE/idux/commit/de7cc60305b94cce1d490f6e1edbb3a2bc95a73a)) + + +### Features + +* **comp:input:** the trim supports global configuration ([#1089](https://github.com/IDuxFE/idux/issues/1089)) ([efe2f8d](https://github.com/IDuxFE/idux/commit/efe2f8df70663558862d0d502057e857ac15a1ed)), closes [#1086](https://github.com/IDuxFE/idux/issues/1086) [#1087](https://github.com/IDuxFE/idux/issues/1087) + + + + + # [1.0.0-rc.3](https://github.com/IDuxFE/idux/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2022-08-17) diff --git a/lerna.json b/lerna.json index e97ba6efe..2953f5283 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "packages": ["packages/*"], - "version": "1.0.0-rc.3", + "version": "1.0.0-rc.4", "command": { "publish": { "allowBranch": ["main", "next", "hotfix"], diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 7c4d0667d..851291fcc 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-rc.4](https://github.com/IDuxFE/idux/compare/v1.0.0-rc.3...v1.0.0-rc.4) (2022-08-23) + + +### Bug Fixes + +* **comp:form:** the content of form-item is block ([#1019](https://github.com/IDuxFE/idux/issues/1019)) ([#1088](https://github.com/IDuxFE/idux/issues/1088)) ([aef12af](https://github.com/IDuxFE/idux/commit/aef12af2072b6a2303747c5bac563b1182e6031f)) +* **comp:table:** the fixed column not work with ellipsis ([#1081](https://github.com/IDuxFE/idux/issues/1081)) ([#1084](https://github.com/IDuxFE/idux/issues/1084)) ([c6f3ea0](https://github.com/IDuxFE/idux/commit/c6f3ea0d8ba018394b407dd58aa3db16dd3a9957)) +* **pro:textarea:** textarea el shouldn't show scrollbar ([#1080](https://github.com/IDuxFE/idux/issues/1080)) ([de7cc60](https://github.com/IDuxFE/idux/commit/de7cc60305b94cce1d490f6e1edbb3a2bc95a73a)) + + +### Features + +* **comp:input:** the trim supports global configuration ([#1089](https://github.com/IDuxFE/idux/issues/1089)) ([efe2f8d](https://github.com/IDuxFE/idux/commit/efe2f8df70663558862d0d502057e857ac15a1ed)), closes [#1086](https://github.com/IDuxFE/idux/issues/1086) [#1087](https://github.com/IDuxFE/idux/issues/1087) + + + + + # [1.0.0-rc.3](https://github.com/IDuxFE/idux/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2022-08-17) diff --git a/packages/components/package.json b/packages/components/package.json index d09f9406f..24bfcdb74 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@idux/components", - "version": "1.0.0-rc.3", + "version": "1.0.0-rc.4", "description": "A UI Component Library for Vue 3.x", "keywords": [ "vue", diff --git a/packages/pro/CHANGELOG.md b/packages/pro/CHANGELOG.md index a3f088590..0d5499302 100644 --- a/packages/pro/CHANGELOG.md +++ b/packages/pro/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-rc.4](https://github.com/IDuxFE/idux/compare/v1.0.0-rc.3...v1.0.0-rc.4) (2022-08-23) + + +### Bug Fixes + +* **comp:form:** the content of form-item is block ([#1019](https://github.com/IDuxFE/idux/issues/1019)) ([#1088](https://github.com/IDuxFE/idux/issues/1088)) ([aef12af](https://github.com/IDuxFE/idux/commit/aef12af2072b6a2303747c5bac563b1182e6031f)) +* **pro:textarea:** fix index column cell align-items ([#1085](https://github.com/IDuxFE/idux/issues/1085)) ([f8a58fc](https://github.com/IDuxFE/idux/commit/f8a58fc91d27cff297e49bbbb92876d8f0bfe1e0)) +* **pro:textarea:** textarea el shouldn't show scrollbar ([#1080](https://github.com/IDuxFE/idux/issues/1080)) ([de7cc60](https://github.com/IDuxFE/idux/commit/de7cc60305b94cce1d490f6e1edbb3a2bc95a73a)) + + + + + # [1.0.0-rc.3](https://github.com/IDuxFE/idux/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2022-08-17) diff --git a/packages/pro/package.json b/packages/pro/package.json index d98c02831..c2fe8cb65 100644 --- a/packages/pro/package.json +++ b/packages/pro/package.json @@ -1,6 +1,6 @@ { "name": "@idux/pro", - "version": "1.0.0-rc.3", + "version": "1.0.0-rc.4", "description": "A higher level of abstraction UI component library for Vue 3.x", "keywords": [ "vue", @@ -33,7 +33,7 @@ "scripts": {}, "dependencies": { "@idux/cdk": "^1.0.0-rc.3", - "@idux/components": "^1.0.0-rc.3", + "@idux/components": "^1.0.0-rc.4", "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 2d7d37c05..a81ff493d 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.0.0-rc.4](https://github.com/IDuxFE/idux/compare/v1.0.0-rc.3...v1.0.0-rc.4) (2022-08-23) + +**Note:** Version bump only for package @idux/site + + + + + # [1.0.0-rc.3](https://github.com/IDuxFE/idux/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2022-08-17) **Note:** Version bump only for package @idux/site diff --git a/packages/site/package.json b/packages/site/package.json index ca7e87af9..b02aca7d2 100644 --- a/packages/site/package.json +++ b/packages/site/package.json @@ -1,6 +1,6 @@ { "name": "@idux/site", - "version": "1.0.0-rc.3", + "version": "1.0.0-rc.4", "private": true, "description": "A website for @idux", "license": "MIT", @@ -11,8 +11,8 @@ }, "dependencies": { "@idux/cdk": "^1.0.0-rc.3", - "@idux/components": "^1.0.0-rc.3", - "@idux/pro": "^1.0.0-rc.3", + "@idux/components": "^1.0.0-rc.4", + "@idux/pro": "^1.0.0-rc.4", "codesandbox": "^2.2.3", "lodash-es": "^4.17.21", "vue": "^3.2.29",