From cf302ac7256197766ba1a4a027e9f5622e46f7ae Mon Sep 17 00:00:00 2001 From: danranvm Date: Mon, 11 Jul 2022 12:13:10 +0800 Subject: [PATCH] docs(release): publish v1.0.0-beta.20 --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ lerna.json | 2 +- packages/components/CHANGELOG.md | 27 +++++++++++++++++++++++++++ packages/components/package.json | 2 +- packages/pro/CHANGELOG.md | 21 +++++++++++++++++++++ packages/pro/package.json | 4 ++-- packages/site/CHANGELOG.md | 11 +++++++++++ packages/site/package.json | 6 +++--- 8 files changed, 93 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca1664c21..ff2c452f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,33 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-beta.20](https://github.com/IDuxFE/idux/compare/v1.0.0-beta.19...v1.0.0-beta.20) (2022-07-11) + + +### Bug Fixes + +* **comp:card:** hoisted vnode cannot be hot updated in dev mode ([#997](https://github.com/IDuxFE/idux/issues/997)) ([9576f58](https://github.com/IDuxFE/idux/commit/9576f58a92efa1db7e3f1a4a9297ff9febeabbbe)) +* **comp:date-picker:** fix panel view display error when type changes ([#1003](https://github.com/IDuxFE/idux/issues/1003)) ([12af8ee](https://github.com/IDuxFE/idux/commit/12af8ee80d1ebe46672f0799c7ee0c14bcb8fde7)) +* **comp:input-number:** update control style ([#1007](https://github.com/IDuxFE/idux/issues/1007)) ([ce081ba](https://github.com/IDuxFE/idux/commit/ce081ba1db92a7d5653c31d0a22918dbf9ee4aa3)) +* **comp:select:** when over multiplelimit, the option can still be selected ([#1001](https://github.com/IDuxFE/idux/issues/1001)) ([41da36a](https://github.com/IDuxFE/idux/commit/41da36a7055a0aef9534d9b15cbac33f6ec34216)), closes [#1000](https://github.com/IDuxFE/idux/issues/1000) +* **comp:textarea:** [@focus](https://github.com/focus) and [@blur](https://github.com/blur) will be triggered twice ([#1002](https://github.com/IDuxFE/idux/issues/1002)) ([f65ed17](https://github.com/IDuxFE/idux/commit/f65ed176ae4921c10971b0a610aa7c05ff60e538)) +* **pro:table:** not working with customAdditional ([#1004](https://github.com/IDuxFE/idux/issues/1004)) ([036a691](https://github.com/IDuxFE/idux/commit/036a6914c171600244f7b158b9574e9bc6a9ba88)) + + +### Features + +* **comp:alert:** add onAfterClose ([#1008](https://github.com/IDuxFE/idux/issues/1008)) ([2c0e301](https://github.com/IDuxFE/idux/commit/2c0e30181c0d814d1c50fce0452d463a58d1c6bb)) +* **comp:transfer:** label slot renders source and target seperately ([#1006](https://github.com/IDuxFE/idux/issues/1006)) ([604e8d9](https://github.com/IDuxFE/idux/commit/604e8d99044e61839dade0e1cc752c751587ce3e)) + + +### BREAKING CHANGES + +* **comp:transfer:** label slot params change to { item, isSource } + + + + + # [1.0.0-beta.19](https://github.com/IDuxFE/idux/compare/v1.0.0-beta.18...v1.0.0-beta.19) (2022-07-05) diff --git a/lerna.json b/lerna.json index f1cbb4fc8..18a9fb79f 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "packages": ["packages/*"], - "version": "1.0.0-beta.19", + "version": "1.0.0-beta.20", "command": { "publish": { "allowBranch": ["main", "next", "hotfix"], diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 70ab8b79f..8b4b5c7c7 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -3,6 +3,33 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-beta.20](https://github.com/IDuxFE/idux/compare/v1.0.0-beta.19...v1.0.0-beta.20) (2022-07-11) + + +### Bug Fixes + +* **comp:card:** hoisted vnode cannot be hot updated in dev mode ([#997](https://github.com/IDuxFE/idux/issues/997)) ([9576f58](https://github.com/IDuxFE/idux/commit/9576f58a92efa1db7e3f1a4a9297ff9febeabbbe)) +* **comp:date-picker:** fix panel view display error when type changes ([#1003](https://github.com/IDuxFE/idux/issues/1003)) ([12af8ee](https://github.com/IDuxFE/idux/commit/12af8ee80d1ebe46672f0799c7ee0c14bcb8fde7)) +* **comp:input-number:** update control style ([#1007](https://github.com/IDuxFE/idux/issues/1007)) ([ce081ba](https://github.com/IDuxFE/idux/commit/ce081ba1db92a7d5653c31d0a22918dbf9ee4aa3)) +* **comp:select:** when over multiplelimit, the option can still be selected ([#1001](https://github.com/IDuxFE/idux/issues/1001)) ([41da36a](https://github.com/IDuxFE/idux/commit/41da36a7055a0aef9534d9b15cbac33f6ec34216)), closes [#1000](https://github.com/IDuxFE/idux/issues/1000) +* **comp:textarea:** [@focus](https://github.com/focus) and [@blur](https://github.com/blur) will be triggered twice ([#1002](https://github.com/IDuxFE/idux/issues/1002)) ([f65ed17](https://github.com/IDuxFE/idux/commit/f65ed176ae4921c10971b0a610aa7c05ff60e538)) +* **pro:table:** not working with customAdditional ([#1004](https://github.com/IDuxFE/idux/issues/1004)) ([036a691](https://github.com/IDuxFE/idux/commit/036a6914c171600244f7b158b9574e9bc6a9ba88)) + + +### Features + +* **comp:alert:** add onAfterClose ([#1008](https://github.com/IDuxFE/idux/issues/1008)) ([2c0e301](https://github.com/IDuxFE/idux/commit/2c0e30181c0d814d1c50fce0452d463a58d1c6bb)) +* **comp:transfer:** label slot renders source and target seperately ([#1006](https://github.com/IDuxFE/idux/issues/1006)) ([604e8d9](https://github.com/IDuxFE/idux/commit/604e8d99044e61839dade0e1cc752c751587ce3e)) + + +### BREAKING CHANGES + +* **comp:transfer:** label slot params change to { item, isSource } + + + + + # [1.0.0-beta.19](https://github.com/IDuxFE/idux/compare/v1.0.0-beta.18...v1.0.0-beta.19) (2022-07-05) diff --git a/packages/components/package.json b/packages/components/package.json index 860f2e6a0..414b8bd8e 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@idux/components", - "version": "1.0.0-beta.19", + "version": "1.0.0-beta.20", "description": "A UI Component Library for Vue 3.x", "keywords": [ "vue", diff --git a/packages/pro/CHANGELOG.md b/packages/pro/CHANGELOG.md index f42c1a0ed..1ecb8ace5 100644 --- a/packages/pro/CHANGELOG.md +++ b/packages/pro/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-beta.20](https://github.com/IDuxFE/idux/compare/v1.0.0-beta.19...v1.0.0-beta.20) (2022-07-11) + + +### Bug Fixes + +* **pro:table:** not working with customAdditional ([#1004](https://github.com/IDuxFE/idux/issues/1004)) ([036a691](https://github.com/IDuxFE/idux/commit/036a6914c171600244f7b158b9574e9bc6a9ba88)) + + +### Features + +* **comp:transfer:** label slot renders source and target seperately ([#1006](https://github.com/IDuxFE/idux/issues/1006)) ([604e8d9](https://github.com/IDuxFE/idux/commit/604e8d99044e61839dade0e1cc752c751587ce3e)) + + +### BREAKING CHANGES + +* **comp:transfer:** label slot params change to { item, isSource } + + + + + # [1.0.0-beta.19](https://github.com/IDuxFE/idux/compare/v1.0.0-beta.18...v1.0.0-beta.19) (2022-07-05) diff --git a/packages/pro/package.json b/packages/pro/package.json index 5b7412574..235e4f747 100644 --- a/packages/pro/package.json +++ b/packages/pro/package.json @@ -1,6 +1,6 @@ { "name": "@idux/pro", - "version": "1.0.0-beta.19", + "version": "1.0.0-beta.20", "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-beta.19", - "@idux/components": "^1.0.0-beta.19", + "@idux/components": "^1.0.0-beta.20", "lodash-es": "^4.17.0" }, "devDependencies": { diff --git a/packages/site/CHANGELOG.md b/packages/site/CHANGELOG.md index 7ebccd069..1428499fa 100644 --- a/packages/site/CHANGELOG.md +++ b/packages/site/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.0.0-beta.20](https://github.com/IDuxFE/idux/compare/v1.0.0-beta.19...v1.0.0-beta.20) (2022-07-11) + + +### Bug Fixes + +* **pro:table:** not working with customAdditional ([#1004](https://github.com/IDuxFE/idux/issues/1004)) ([036a691](https://github.com/IDuxFE/idux/commit/036a6914c171600244f7b158b9574e9bc6a9ba88)) + + + + + # [1.0.0-beta.19](https://github.com/IDuxFE/idux/compare/v1.0.0-beta.18...v1.0.0-beta.19) (2022-07-05) **Note:** Version bump only for package @idux/site diff --git a/packages/site/package.json b/packages/site/package.json index 43a58dfb5..18e039021 100644 --- a/packages/site/package.json +++ b/packages/site/package.json @@ -1,6 +1,6 @@ { "name": "@idux/site", - "version": "1.0.0-beta.19", + "version": "1.0.0-beta.20", "private": true, "description": "A website for @idux", "license": "MIT", @@ -11,8 +11,8 @@ }, "dependencies": { "@idux/cdk": "^1.0.0-beta.19", - "@idux/components": "^1.0.0-beta.19", - "@idux/pro": "^1.0.0-beta.19", + "@idux/components": "^1.0.0-beta.20", + "@idux/pro": "^1.0.0-beta.20", "codesandbox": "^2.2.3", "lodash-es": "^4.17.21", "vue": "^3.2.29",