Skip to content

Commit

Permalink
docs(release): publish v1.0.0-rc.8
Browse files Browse the repository at this point in the history
  • Loading branch information
danranVm committed Sep 23, 2022
1 parent 38c8e03 commit 7f656fc
Show file tree
Hide file tree
Showing 10 changed files with 84 additions and 11 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
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.8](https://github.com/IDuxFE/idux/compare/v1.0.0-rc.7...v1.0.0-rc.8) (2022-09-23)


### Bug Fixes

* **cdk:scroll:** virtual scroll scrolledBottom event ([#1148](https://github.com/IDuxFE/idux/issues/1148)) ([64f1e07](https://github.com/IDuxFE/idux/commit/64f1e07c6d6c907ebcab3bf8b5444b86e4740f8f))
* **pro:transfer:** modify treeProps and tableProps type ([#1149](https://github.com/IDuxFE/idux/issues/1149)) ([93509fd](https://github.com/IDuxFE/idux/commit/93509fda2c539064173b16620fae60600419c25e))
* **pro:transfer:** transfer tree should show scrollbar ([#1156](https://github.com/IDuxFE/idux/issues/1156)) ([fc16803](https://github.com/IDuxFE/idux/commit/fc16803aad4a571343fb7fbcbf4ed95015fe9a54))


### Features

* **comp:table:** the selectable column supports custom cell ([#1153](https://github.com/IDuxFE/idux/issues/1153)) ([787f3f1](https://github.com/IDuxFE/idux/commit/787f3f16a211a881946ff59f33ebcdaae6b5ca9c))
* **comp:tooltip:** supports closeOnDeactivated ([#1158](https://github.com/IDuxFE/idux/issues/1158)) ([38c8e03](https://github.com/IDuxFE/idux/commit/38c8e0315ed74bf240a69c26d8062b65e1d4dd8d))
* **comp:watermark:** add custom props for canvas ([#1154](https://github.com/IDuxFE/idux/issues/1154)) ([16c9df3](https://github.com/IDuxFE/idux/commit/16c9df37e0915944eed5d7914bfe27091c81e870))
* **pro:search:** add focus and blur support ([#1151](https://github.com/IDuxFE/idux/issues/1151)) ([da8d6db](https://github.com/IDuxFE/idux/commit/da8d6db1b11ee75dd7a1989a5fc99cfe5bb771a6))
* **pro:table:** layout tool supports setting size and searching ([#1157](https://github.com/IDuxFE/idux/issues/1157)) ([667a392](https://github.com/IDuxFE/idux/commit/667a392b19c4d054412c2992e4939832281df162))





# [1.0.0-rc.7](https://github.com/IDuxFE/idux/compare/v1.0.0-rc.6...v1.0.0-rc.7) (2022-09-16)


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.7",
"version": "1.0.0-rc.8",
"command": {
"publish": {
"allowBranch": ["main", "next", "hotfix"],
Expand Down
11 changes: 11 additions & 0 deletions packages/cdk/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-rc.8](https://github.com/IDuxFE/idux/compare/v1.0.0-rc.7...v1.0.0-rc.8) (2022-09-23)


### Bug Fixes

* **cdk:scroll:** virtual scroll scrolledBottom event ([#1148](https://github.com/IDuxFE/idux/issues/1148)) ([64f1e07](https://github.com/IDuxFE/idux/commit/64f1e07c6d6c907ebcab3bf8b5444b86e4740f8f))





# [1.0.0-rc.7](https://github.com/IDuxFE/idux/compare/v1.0.0-rc.6...v1.0.0-rc.7) (2022-09-16)


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-rc.7",
"version": "1.0.0-rc.8",
"description": "A UI Component Development Kit for Vue 3.x",
"keywords": [
"vue",
Expand Down
14 changes: 14 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
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.8](https://github.com/IDuxFE/idux/compare/v1.0.0-rc.7...v1.0.0-rc.8) (2022-09-23)


### Features

* **comp:table:** the selectable column supports custom cell ([#1153](https://github.com/IDuxFE/idux/issues/1153)) ([787f3f1](https://github.com/IDuxFE/idux/commit/787f3f16a211a881946ff59f33ebcdaae6b5ca9c))
* **comp:tooltip:** supports closeOnDeactivated ([#1158](https://github.com/IDuxFE/idux/issues/1158)) ([38c8e03](https://github.com/IDuxFE/idux/commit/38c8e0315ed74bf240a69c26d8062b65e1d4dd8d))
* **comp:watermark:** add custom props for canvas ([#1154](https://github.com/IDuxFE/idux/issues/1154)) ([16c9df3](https://github.com/IDuxFE/idux/commit/16c9df37e0915944eed5d7914bfe27091c81e870))
* **pro:table:** layout tool supports setting size and searching ([#1157](https://github.com/IDuxFE/idux/issues/1157)) ([667a392](https://github.com/IDuxFE/idux/commit/667a392b19c4d054412c2992e4939832281df162))





# [1.0.0-rc.7](https://github.com/IDuxFE/idux/compare/v1.0.0-rc.6...v1.0.0-rc.7) (2022-09-16)


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-rc.7",
"version": "1.0.0-rc.8",
"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-rc.7",
"@idux/cdk": "^1.0.0-rc.8",
"date-fns": "^2.27.0",
"lodash-es": "^4.17.0"
},
Expand Down
18 changes: 18 additions & 0 deletions packages/pro/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.8](https://github.com/IDuxFE/idux/compare/v1.0.0-rc.7...v1.0.0-rc.8) (2022-09-23)


### Bug Fixes

* **pro:transfer:** modify treeProps and tableProps type ([#1149](https://github.com/IDuxFE/idux/issues/1149)) ([93509fd](https://github.com/IDuxFE/idux/commit/93509fda2c539064173b16620fae60600419c25e))
* **pro:transfer:** transfer tree should show scrollbar ([#1156](https://github.com/IDuxFE/idux/issues/1156)) ([fc16803](https://github.com/IDuxFE/idux/commit/fc16803aad4a571343fb7fbcbf4ed95015fe9a54))


### Features

* **pro:search:** add focus and blur support ([#1151](https://github.com/IDuxFE/idux/issues/1151)) ([da8d6db](https://github.com/IDuxFE/idux/commit/da8d6db1b11ee75dd7a1989a5fc99cfe5bb771a6))
* **pro:table:** layout tool supports setting size and searching ([#1157](https://github.com/IDuxFE/idux/issues/1157)) ([667a392](https://github.com/IDuxFE/idux/commit/667a392b19c4d054412c2992e4939832281df162))





# [1.0.0-rc.7](https://github.com/IDuxFE/idux/compare/v1.0.0-rc.6...v1.0.0-rc.7) (2022-09-16)


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-rc.7",
"version": "1.0.0-rc.8",
"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-rc.7",
"@idux/components": "^1.0.0-rc.7",
"@idux/cdk": "^1.0.0-rc.8",
"@idux/components": "^1.0.0-rc.8",
"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.8](https://github.com/IDuxFE/idux/compare/v1.0.0-rc.7...v1.0.0-rc.8) (2022-09-23)

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





# [1.0.0-rc.7](https://github.com/IDuxFE/idux/compare/v1.0.0-rc.6...v1.0.0-rc.7) (2022-09-16)

**Note:** Version bump only for package @idux/site
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-rc.7",
"version": "1.0.0-rc.8",
"private": true,
"description": "A website for @idux",
"license": "MIT",
Expand All @@ -10,9 +10,9 @@
"build": "vite build"
},
"dependencies": {
"@idux/cdk": "^1.0.0-rc.7",
"@idux/components": "^1.0.0-rc.7",
"@idux/pro": "^1.0.0-rc.7",
"@idux/cdk": "^1.0.0-rc.8",
"@idux/components": "^1.0.0-rc.8",
"@idux/pro": "^1.0.0-rc.8",
"codesandbox": "^2.2.3",
"lodash-es": "^4.17.21",
"vue": "^3.2.29",
Expand Down

0 comments on commit 7f656fc

Please sign in to comment.