Skip to content

Commit

Permalink
docs(release): publish v1.0.0-beta.20
Browse files Browse the repository at this point in the history
  • Loading branch information
danranVm committed Jul 11, 2022
1 parent 2c0e301 commit cf302ac
Show file tree
Hide file tree
Showing 8 changed files with 93 additions and 7 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "1.0.0-beta.19",
"version": "1.0.0-beta.20",
"command": {
"publish": {
"allowBranch": ["main", "next", "hotfix"],
Expand Down
27 changes: 27 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
21 changes: 21 additions & 0 deletions packages/pro/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions packages/pro/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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": {
Expand Down
11 changes: 11 additions & 0 deletions packages/site/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions packages/site/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit cf302ac

Please sign in to comment.