From 2a9e7b0b3799529a8331df24c7c155dd03666a64 Mon Sep 17 00:00:00 2001 From: danranvm Date: Sun, 24 Apr 2022 10:26:34 +0800 Subject: [PATCH] docs(release): publish v1.0.0-beta.7 --- CHANGELOG.md | 19 +++++++++++++++++++ lerna.json | 2 +- packages/cdk/CHANGELOG.md | 12 ++++++++++++ packages/cdk/package.json | 2 +- packages/components/CHANGELOG.md | 19 +++++++++++++++++++ packages/components/package.json | 4 ++-- packages/pro/CHANGELOG.md | 11 +++++++++++ packages/pro/package.json | 6 +++--- packages/site/CHANGELOG.md | 11 +++++++++++ packages/site/package.json | 8 ++++---- 10 files changed, 83 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72a4fbe73..a6134c551 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-beta.7](https://github.com/IDuxFE/idux/compare/v1.0.0-beta.5...v1.0.0-beta.7) (2022-04-24) + + +### Bug Fixes + +* **comp: select:** sync width on opened ([#853](https://github.com/IDuxFE/idux/issues/853)) ([02d2769](https://github.com/IDuxFE/idux/commit/02d27690b0f4e324962510d8f7782ecc9931ebce)) +* **comp: select:** update overlay on selector resize ([#851](https://github.com/IDuxFE/idux/issues/851)) ([24f173e](https://github.com/IDuxFE/idux/commit/24f173e24495e6253e467511365635d2fbe99b53)) + + +### Features + +* **comp: all:** add seer themes ([#850](https://github.com/IDuxFE/idux/issues/850)) ([789a266](https://github.com/IDuxFE/idux/commit/789a266f117b34c61efd8d52f4c325e5f49c8622)) +* **comp: form:** add controlTooltip,controlTooltipIcon,labelTooltipIcon props ([#852](https://github.com/IDuxFE/idux/issues/852)) ([c3cd180](https://github.com/IDuxFE/idux/commit/c3cd180c452a062c299642e4ee23ddea49d8fe86)) +* **comp: tabs:** first tab is selected by default when no selectedKey ([#855](https://github.com/IDuxFE/idux/issues/855)) ([5c6ee77](https://github.com/IDuxFE/idux/commit/5c6ee777b886f6ffed2d20a89dcfe54d0a6594ba)) + + + + + # [1.0.0-beta.6](https://github.com/IDuxFE/idux/compare/v1.0.0-beta.5...v1.0.0-beta.6) (2022-04-21) diff --git a/lerna.json b/lerna.json index 7e29988c7..1a8bcd7b1 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "packages": ["packages/*"], - "version": "1.0.0-beta.6", + "version": "1.0.0-beta.7", "command": { "publish": { "allowBranch": ["main", "next", "hotfix"], diff --git a/packages/cdk/CHANGELOG.md b/packages/cdk/CHANGELOG.md index a2c4e792d..c7780ddf2 100644 --- a/packages/cdk/CHANGELOG.md +++ b/packages/cdk/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.0.0-beta.7](https://github.com/IDuxFE/idux/compare/v1.0.0-beta.5...v1.0.0-beta.7) (2022-04-24) + + +### Bug Fixes + +* **comp: select:** sync width on opened ([#853](https://github.com/IDuxFE/idux/issues/853)) ([02d2769](https://github.com/IDuxFE/idux/commit/02d27690b0f4e324962510d8f7782ecc9931ebce)) +* **comp: select:** update overlay on selector resize ([#851](https://github.com/IDuxFE/idux/issues/851)) ([24f173e](https://github.com/IDuxFE/idux/commit/24f173e24495e6253e467511365635d2fbe99b53)) + + + + + # [1.0.0-beta.6](https://github.com/IDuxFE/idux/compare/v1.0.0-beta.5...v1.0.0-beta.6) (2022-04-21) diff --git a/packages/cdk/package.json b/packages/cdk/package.json index 2da757fb3..147928b66 100644 --- a/packages/cdk/package.json +++ b/packages/cdk/package.json @@ -1,6 +1,6 @@ { "name": "@idux/cdk", - "version": "1.0.0-beta.6", + "version": "1.0.0-beta.7", "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 89cdd59a8..24faaab4a 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/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-beta.7](https://github.com/IDuxFE/idux/compare/v1.0.0-beta.5...v1.0.0-beta.7) (2022-04-24) + + +### Bug Fixes + +* **comp: select:** sync width on opened ([#853](https://github.com/IDuxFE/idux/issues/853)) ([02d2769](https://github.com/IDuxFE/idux/commit/02d27690b0f4e324962510d8f7782ecc9931ebce)) +* **comp: select:** update overlay on selector resize ([#851](https://github.com/IDuxFE/idux/issues/851)) ([24f173e](https://github.com/IDuxFE/idux/commit/24f173e24495e6253e467511365635d2fbe99b53)) + + +### Features + +* **comp: all:** add seer themes ([#850](https://github.com/IDuxFE/idux/issues/850)) ([789a266](https://github.com/IDuxFE/idux/commit/789a266f117b34c61efd8d52f4c325e5f49c8622)) +* **comp: form:** add controlTooltip,controlTooltipIcon,labelTooltipIcon props ([#852](https://github.com/IDuxFE/idux/issues/852)) ([c3cd180](https://github.com/IDuxFE/idux/commit/c3cd180c452a062c299642e4ee23ddea49d8fe86)) +* **comp: tabs:** first tab is selected by default when no selectedKey ([#855](https://github.com/IDuxFE/idux/issues/855)) ([5c6ee77](https://github.com/IDuxFE/idux/commit/5c6ee777b886f6ffed2d20a89dcfe54d0a6594ba)) + + + + + # [1.0.0-beta.6](https://github.com/IDuxFE/idux/compare/v1.0.0-beta.5...v1.0.0-beta.6) (2022-04-21) diff --git a/packages/components/package.json b/packages/components/package.json index 9b90eb5a7..a2a2dd773 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@idux/components", - "version": "1.0.0-beta.6", + "version": "1.0.0-beta.7", "description": "A UI Component Library for Vue 3.x", "keywords": [ "vue", @@ -34,7 +34,7 @@ }, "scripts": {}, "dependencies": { - "@idux/cdk": "^1.0.0-beta.6", + "@idux/cdk": "^1.0.0-beta.7", "date-fns": "^2.27.0", "lodash-es": "^4.17.21", "vue-types": "^3.0.0" diff --git a/packages/pro/CHANGELOG.md b/packages/pro/CHANGELOG.md index 30beaa1fa..4e7e7a248 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.0.0-beta.7](https://github.com/IDuxFE/idux/compare/v1.0.0-beta.5...v1.0.0-beta.7) (2022-04-24) + + +### Features + +* **comp: all:** add seer themes ([#850](https://github.com/IDuxFE/idux/issues/850)) ([789a266](https://github.com/IDuxFE/idux/commit/789a266f117b34c61efd8d52f4c325e5f49c8622)) + + + + + # [1.0.0-beta.6](https://github.com/IDuxFE/idux/compare/v1.0.0-beta.5...v1.0.0-beta.6) (2022-04-21) **Note:** Version bump only for package @idux/pro diff --git a/packages/pro/package.json b/packages/pro/package.json index 3c3f02e8d..33bb32a85 100644 --- a/packages/pro/package.json +++ b/packages/pro/package.json @@ -1,6 +1,6 @@ { "name": "@idux/pro", - "version": "1.0.0-beta.6", + "version": "1.0.0-beta.7", "description": "A higher level of abstraction UI component library for Vue 3.x", "keywords": [ "vue", @@ -32,8 +32,8 @@ "jsdelivr": "./index.full.js", "scripts": {}, "dependencies": { - "@idux/cdk": "^1.0.0-beta.6", - "@idux/components": "^1.0.0-beta.6", + "@idux/cdk": "^1.0.0-beta.7", + "@idux/components": "^1.0.0-beta.7", "lodash-es": "^4.17.21" }, "peerDependencies": { diff --git a/packages/site/CHANGELOG.md b/packages/site/CHANGELOG.md index f09eb5cef..27f28341d 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.7](https://github.com/IDuxFE/idux/compare/v1.0.0-beta.5...v1.0.0-beta.7) (2022-04-24) + + +### Bug Fixes + +* **comp: select:** sync width on opened ([#853](https://github.com/IDuxFE/idux/issues/853)) ([02d2769](https://github.com/IDuxFE/idux/commit/02d27690b0f4e324962510d8f7782ecc9931ebce)) + + + + + # [1.0.0-beta.6](https://github.com/IDuxFE/idux/compare/v1.0.0-beta.5...v1.0.0-beta.6) (2022-04-21) diff --git a/packages/site/package.json b/packages/site/package.json index 54515f4cc..0dd5e14f6 100644 --- a/packages/site/package.json +++ b/packages/site/package.json @@ -1,6 +1,6 @@ { "name": "@idux/site", - "version": "1.0.0-beta.6", + "version": "1.0.0-beta.7", "private": true, "description": "A website for @idux", "license": "MIT", @@ -10,9 +10,9 @@ "build": "vite build" }, "dependencies": { - "@idux/cdk": "^1.0.0-beta.6", - "@idux/components": "^1.0.0-beta.6", - "@idux/pro": "^1.0.0-beta.6", + "@idux/cdk": "^1.0.0-beta.7", + "@idux/components": "^1.0.0-beta.7", + "@idux/pro": "^1.0.0-beta.7", "codesandbox": "^2.2.3", "lodash-es": "^4.17.21", "vue": "^3.2.29",