Skip to content

Commit a359ecb

Browse files
committed
docs(release): publish v1.9.4
1 parent e6bede6 commit a359ecb

File tree

10 files changed

+66
-11
lines changed

10 files changed

+66
-11
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.9.4](https://github.com/IDuxFE/idux/compare/v1.9.3...v1.9.4) (2023-08-28)
7+
8+
9+
### Bug Fixes
10+
11+
* **comp:input:** addon select should remove box-shadow when invalid ([#1665](https://github.com/IDuxFE/idux/issues/1665)) ([bb26dbb](https://github.com/IDuxFE/idux/commit/bb26dbbccc4987399e65f802395f0c3620c10b3b))
12+
* **comp:pagination:** sizeChanger should be supported for simple mode ([#1663](https://github.com/IDuxFE/idux/issues/1663)) ([23178ed](https://github.com/IDuxFE/idux/commit/23178edca00e566a811fd148c5d2560654bf78f9))
13+
* **comp:tree:** tree node disabled should be cascade ([#1666](https://github.com/IDuxFE/idux/issues/1666)) ([c57dfb3](https://github.com/IDuxFE/idux/commit/c57dfb3d5a7b5b4140e5c54b981574d7c364eec8))
14+
* **pro:search:** search states should update when field changes ([#1662](https://github.com/IDuxFE/idux/issues/1662)) ([a564dd3](https://github.com/IDuxFE/idux/commit/a564dd30a3a73961c0b7f6d8d17949c156bc41b6))
15+
16+
17+
18+
19+
620
## [1.9.3](https://github.com/IDuxFE/idux/compare/v1.9.2...v1.9.3) (2023-08-21)
721

822
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["packages/*"],
3-
"version": "1.9.3",
3+
"version": "1.9.4",
44
"command": {
55
"publish": {
66
"allowBranch": ["main", "release", "next", "hotfix"],

packages/cdk/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.9.4](https://github.com/IDuxFE/idux/compare/v1.9.3...v1.9.4) (2023-08-28)
7+
8+
**Note:** Version bump only for package @idux/cdk
9+
10+
11+
12+
13+
614
## [1.9.3](https://github.com/IDuxFE/idux/compare/v1.9.2...v1.9.3) (2023-08-21)
715

816
### Bug Fixes

packages/cdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@idux/cdk",
3-
"version": "1.9.3",
3+
"version": "1.9.4",
44
"description": "A UI Component Development Kit for Vue 3.x",
55
"keywords": [
66
"vue",

packages/components/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.9.4](https://github.com/IDuxFE/idux/compare/v1.9.3...v1.9.4) (2023-08-28)
7+
8+
9+
### Bug Fixes
10+
11+
* **comp:input:** addon select should remove box-shadow when invalid ([#1665](https://github.com/IDuxFE/idux/issues/1665)) ([bb26dbb](https://github.com/IDuxFE/idux/commit/bb26dbbccc4987399e65f802395f0c3620c10b3b))
12+
* **comp:pagination:** sizeChanger should be supported for simple mode ([#1663](https://github.com/IDuxFE/idux/issues/1663)) ([23178ed](https://github.com/IDuxFE/idux/commit/23178edca00e566a811fd148c5d2560654bf78f9))
13+
* **comp:tree:** tree node disabled should be cascade ([#1666](https://github.com/IDuxFE/idux/issues/1666)) ([c57dfb3](https://github.com/IDuxFE/idux/commit/c57dfb3d5a7b5b4140e5c54b981574d7c364eec8))
14+
15+
16+
17+
18+
619
## [1.9.3](https://github.com/IDuxFE/idux/compare/v1.9.2...v1.9.3) (2023-08-21)
720

821
### Bug Fixes

packages/components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@idux/components",
3-
"version": "1.9.3",
3+
"version": "1.9.4",
44
"description": "A UI Component Library for Vue 3.x",
55
"keywords": [
66
"vue",
@@ -37,7 +37,7 @@
3737
"clean": "rimraf dist node_modules"
3838
},
3939
"dependencies": {
40-
"@idux/cdk": "1.9.3",
40+
"@idux/cdk": "1.9.4",
4141
"date-fns": "^2.27.0",
4242
"lodash-es": "^4.17.0"
4343
},

packages/pro/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.9.4](https://github.com/IDuxFE/idux/compare/v1.9.3...v1.9.4) (2023-08-28)
7+
8+
9+
### Bug Fixes
10+
11+
* **comp:tree:** tree node disabled should be cascade ([#1666](https://github.com/IDuxFE/idux/issues/1666)) ([c57dfb3](https://github.com/IDuxFE/idux/commit/c57dfb3d5a7b5b4140e5c54b981574d7c364eec8))
12+
* **pro:search:** search states should update when field changes ([#1662](https://github.com/IDuxFE/idux/issues/1662)) ([a564dd3](https://github.com/IDuxFE/idux/commit/a564dd30a3a73961c0b7f6d8d17949c156bc41b6))
13+
14+
15+
16+
17+
618
## [1.9.3](https://github.com/IDuxFE/idux/compare/v1.9.2...v1.9.3) (2023-08-21)
719

820
### Bug Fixes

packages/pro/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@idux/pro",
3-
"version": "1.9.3",
3+
"version": "1.9.4",
44
"description": "A higher level of abstraction UI component library for Vue 3.x",
55
"keywords": [
66
"vue",
@@ -38,8 +38,8 @@
3838
"clean": "rimraf dist node_modules"
3939
},
4040
"dependencies": {
41-
"@idux/cdk": "1.9.3",
42-
"@idux/components": "1.9.3",
41+
"@idux/cdk": "1.9.4",
42+
"@idux/components": "1.9.4",
4343
"ajv": "^8.11.0",
4444
"ajv-formats": "^3.0.0-rc.0",
4545
"lodash-es": "^4.17.0"

packages/site/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.9.4](https://github.com/IDuxFE/idux/compare/v1.9.3...v1.9.4) (2023-08-28)
7+
8+
**Note:** Version bump only for package @idux/site
9+
10+
11+
12+
13+
614
## [1.9.3](https://github.com/IDuxFE/idux/compare/v1.9.2...v1.9.3) (2023-08-21)
715

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

packages/site/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@idux/site",
3-
"version": "1.9.3",
3+
"version": "1.9.4",
44
"private": true,
55
"description": "A website for @idux",
66
"license": "MIT",
@@ -12,9 +12,9 @@
1212
"build:pre-version": "vite build --mode pre-version"
1313
},
1414
"dependencies": {
15-
"@idux/cdk": "1.9.3",
16-
"@idux/components": "1.9.3",
17-
"@idux/pro": "1.9.3",
15+
"@idux/cdk": "1.9.4",
16+
"@idux/components": "1.9.4",
17+
"@idux/pro": "1.9.4",
1818
"codesandbox": "^2.2.3",
1919
"lodash-es": "^4.17.21",
2020
"vue": "^3.2.29",

0 commit comments

Comments
 (0)