Skip to content

Commit

Permalink
docs(release): publish v1.0.0-rc.4
Browse files Browse the repository at this point in the history
  • Loading branch information
danranVm committed Aug 23, 2022
1 parent efe2f8d commit 1fe3d76
Show file tree
Hide file tree
Showing 8 changed files with 65 additions and 7 deletions.
19 changes: 19 additions & 0 deletions 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-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)


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-rc.3",
"version": "1.0.0-rc.4",
"command": {
"publish": {
"allowBranch": ["main", "next", "hotfix"],
Expand Down
18 changes: 18 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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-rc.3",
"version": "1.0.0-rc.4",
"description": "A UI Component Library for Vue 3.x",
"keywords": [
"vue",
Expand Down
13 changes: 13 additions & 0 deletions packages/pro/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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-rc.3",
"version": "1.0.0-rc.4",
"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-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"
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-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
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-rc.3",
"version": "1.0.0-rc.4",
"private": true,
"description": "A website for @idux",
"license": "MIT",
Expand All @@ -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",
Expand Down

0 comments on commit 1fe3d76

Please sign in to comment.