Skip to content

Commit

Permalink
docs(release): publish v1.0.0-beta.21
Browse files Browse the repository at this point in the history
  • Loading branch information
danranVm committed Jul 21, 2022
1 parent 6403dbf commit 5d023a8
Show file tree
Hide file tree
Showing 10 changed files with 100 additions and 11 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,31 @@
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.21](https://github.com/IDuxFE/idux/compare/v1.0.0-beta.20...v1.0.0-beta.21) (2022-07-21)


### Bug Fixes

* **comp:icon:** name changes in a short time, multiple SVG are rendered ([#1029](https://github.com/IDuxFE/idux/issues/1029)) ([6403dbf](https://github.com/IDuxFE/idux/commit/6403dbfa02f6680c8e4b448aeab6f04734b2497d))


### Features

* **cdk:forms:** add useuseAccessorAndControl, useAccessor, useControl ([#1012](https://github.com/IDuxFE/idux/issues/1012)) ([6f4d3af](https://github.com/IDuxFE/idux/commit/6f4d3af9717b6747633a827e0d1c06a00094bced))
* **cdk:forms:** setValue of AbstractControl supports triggering blur ([#1018](https://github.com/IDuxFE/idux/issues/1018)) ([8d38177](https://github.com/IDuxFE/idux/commit/8d38177d77c2564965756a3c6d8ebbb0446b057c))
* **cdk:forms:** useFormGroup support nested objects ([#1021](https://github.com/IDuxFE/idux/issues/1021)) ([bdb96df](https://github.com/IDuxFE/idux/commit/bdb96df2bb243bd98e302f0d1b779c9094c3f74a))
* **pro:form:** add ProForm component ([#1028](https://github.com/IDuxFE/idux/issues/1028)) ([a385711](https://github.com/IDuxFE/idux/commit/a3857116b88009a9c92d2a29d0a1dd0d4b016956)), closes [#981](https://github.com/IDuxFE/idux/issues/981)
* **pro:transfer:** add tree loadChildren support ([#1009](https://github.com/IDuxFE/idux/issues/1009)) ([9d43fb2](https://github.com/IDuxFE/idux/commit/9d43fb217e50cbff761de2c82ade417b27c8f66b))


### BREAKING CHANGES

* **cdk:forms:** `useValueControl` and `useValueAccessor` was deprecated





# [1.0.0-beta.20](https://github.com/IDuxFE/idux/compare/v1.0.0-beta.19...v1.0.0-beta.20) (2022-07-11)


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.20",
"version": "1.0.0-beta.21",
"command": {
"publish": {
"allowBranch": ["main", "next", "hotfix"],
Expand Down
19 changes: 19 additions & 0 deletions packages/cdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.21](https://github.com/IDuxFE/idux/compare/v1.0.0-beta.20...v1.0.0-beta.21) (2022-07-21)


### Features

* **cdk:forms:** add useuseAccessorAndControl, useAccessor, useControl ([#1012](https://github.com/IDuxFE/idux/issues/1012)) ([6f4d3af](https://github.com/IDuxFE/idux/commit/6f4d3af9717b6747633a827e0d1c06a00094bced))
* **cdk:forms:** setValue of AbstractControl supports triggering blur ([#1018](https://github.com/IDuxFE/idux/issues/1018)) ([8d38177](https://github.com/IDuxFE/idux/commit/8d38177d77c2564965756a3c6d8ebbb0446b057c))
* **cdk:forms:** useFormGroup support nested objects ([#1021](https://github.com/IDuxFE/idux/issues/1021)) ([bdb96df](https://github.com/IDuxFE/idux/commit/bdb96df2bb243bd98e302f0d1b779c9094c3f74a))
* **pro:form:** add ProForm component ([#1028](https://github.com/IDuxFE/idux/issues/1028)) ([a385711](https://github.com/IDuxFE/idux/commit/a3857116b88009a9c92d2a29d0a1dd0d4b016956)), closes [#981](https://github.com/IDuxFE/idux/issues/981)


### BREAKING CHANGES

* **cdk:forms:** `useValueControl` and `useValueAccessor` was deprecated





# [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/cdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@idux/cdk",
"version": "1.0.0-beta.19",
"version": "1.0.0-beta.21",
"description": "A UI Component Development Kit for Vue 3.x",
"keywords": [
"vue",
Expand Down
25 changes: 25 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,31 @@
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.21](https://github.com/IDuxFE/idux/compare/v1.0.0-beta.20...v1.0.0-beta.21) (2022-07-21)


### Bug Fixes

* **comp:icon:** name changes in a short time, multiple SVG are rendered ([#1029](https://github.com/IDuxFE/idux/issues/1029)) ([6403dbf](https://github.com/IDuxFE/idux/commit/6403dbfa02f6680c8e4b448aeab6f04734b2497d))


### Features

* **cdk:forms:** add useuseAccessorAndControl, useAccessor, useControl ([#1012](https://github.com/IDuxFE/idux/issues/1012)) ([6f4d3af](https://github.com/IDuxFE/idux/commit/6f4d3af9717b6747633a827e0d1c06a00094bced))
* **cdk:forms:** setValue of AbstractControl supports triggering blur ([#1018](https://github.com/IDuxFE/idux/issues/1018)) ([8d38177](https://github.com/IDuxFE/idux/commit/8d38177d77c2564965756a3c6d8ebbb0446b057c))
* **cdk:forms:** useFormGroup support nested objects ([#1021](https://github.com/IDuxFE/idux/issues/1021)) ([bdb96df](https://github.com/IDuxFE/idux/commit/bdb96df2bb243bd98e302f0d1b779c9094c3f74a))
* **pro:form:** add ProForm component ([#1028](https://github.com/IDuxFE/idux/issues/1028)) ([a385711](https://github.com/IDuxFE/idux/commit/a3857116b88009a9c92d2a29d0a1dd0d4b016956)), closes [#981](https://github.com/IDuxFE/idux/issues/981)
* **pro:transfer:** add tree loadChildren support ([#1009](https://github.com/IDuxFE/idux/issues/1009)) ([9d43fb2](https://github.com/IDuxFE/idux/commit/9d43fb217e50cbff761de2c82ade417b27c8f66b))


### BREAKING CHANGES

* **cdk:forms:** `useValueControl` and `useValueAccessor` was deprecated





# [1.0.0-beta.20](https://github.com/IDuxFE/idux/compare/v1.0.0-beta.19...v1.0.0-beta.20) (2022-07-11)


Expand Down
4 changes: 2 additions & 2 deletions 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.20",
"version": "1.0.0-beta.21",
"description": "A UI Component Library for Vue 3.x",
"keywords": [
"vue",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"scripts": {},
"dependencies": {
"@idux/cdk": "^1.0.0-beta.19",
"@idux/cdk": "^1.0.0-beta.21",
"date-fns": "^2.27.0",
"lodash-es": "^4.17.0"
},
Expand Down
12 changes: 12 additions & 0 deletions packages/pro/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.21](https://github.com/IDuxFE/idux/compare/v1.0.0-beta.20...v1.0.0-beta.21) (2022-07-21)


### Features

* **pro:form:** add ProForm component ([#1028](https://github.com/IDuxFE/idux/issues/1028)) ([a385711](https://github.com/IDuxFE/idux/commit/a3857116b88009a9c92d2a29d0a1dd0d4b016956)), closes [#981](https://github.com/IDuxFE/idux/issues/981)
* **pro:transfer:** add tree loadChildren support ([#1009](https://github.com/IDuxFE/idux/issues/1009)) ([9d43fb2](https://github.com/IDuxFE/idux/commit/9d43fb217e50cbff761de2c82ade417b27c8f66b))





# [1.0.0-beta.20](https://github.com/IDuxFE/idux/compare/v1.0.0-beta.19...v1.0.0-beta.20) (2022-07-11)


Expand Down
6 changes: 3 additions & 3 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.20",
"version": "1.0.0-beta.21",
"description": "A higher level of abstraction UI component library for Vue 3.x",
"keywords": [
"vue",
Expand Down Expand Up @@ -32,8 +32,8 @@
"jsdelivr": "./index.full.js",
"scripts": {},
"dependencies": {
"@idux/cdk": "^1.0.0-beta.19",
"@idux/components": "^1.0.0-beta.20",
"@idux/cdk": "^1.0.0-beta.21",
"@idux/components": "^1.0.0-beta.21",
"ajv": "^8.11.0",
"ajv-formats": "^3.0.0-rc.0",
"lodash-es": "^4.17.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/site/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-beta.21](https://github.com/IDuxFE/idux/compare/v1.0.0-beta.20...v1.0.0-beta.21) (2022-07-21)

**Note:** Version bump only for package @idux/site





# [1.0.0-beta.20](https://github.com/IDuxFE/idux/compare/v1.0.0-beta.19...v1.0.0-beta.20) (2022-07-11)


Expand Down
8 changes: 4 additions & 4 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.20",
"version": "1.0.0-beta.21",
"private": true,
"description": "A website for @idux",
"license": "MIT",
Expand All @@ -10,9 +10,9 @@
"build": "vite build"
},
"dependencies": {
"@idux/cdk": "^1.0.0-beta.19",
"@idux/components": "^1.0.0-beta.20",
"@idux/pro": "^1.0.0-beta.20",
"@idux/cdk": "^1.0.0-beta.21",
"@idux/components": "^1.0.0-beta.21",
"@idux/pro": "^1.0.0-beta.21",
"codesandbox": "^2.2.3",
"lodash-es": "^4.17.21",
"vue": "^3.2.29",
Expand Down

0 comments on commit 5d023a8

Please sign in to comment.