Skip to content

Commit b957074

Browse files
committed
docs(release): publish v1.10.1
1 parent 63878a5 commit b957074

File tree

8 files changed

+63
-7
lines changed

8 files changed

+63
-7
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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.10.1](https://github.com/IDuxFE/idux/compare/v1.10.0...v1.10.1) (2023-09-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **comp:config:** modify seer global config ([#1695](https://github.com/IDuxFE/idux/issues/1695)) ([63878a5](https://github.com/IDuxFE/idux/commit/63878a5dbf15b28115d03f21b4cc6c1e0bb0b10d))
12+
* **comp:icon:** three icon are added ([#1685](https://github.com/IDuxFE/idux/issues/1685)) ([bdb7ba1](https://github.com/IDuxFE/idux/commit/bdb7ba199dd914823bb04ec3a7cfa6a7869f6d2e))
13+
* **comp:radio:** remove unnecessory console statement ([#1691](https://github.com/IDuxFE/idux/issues/1691)) ([f779ea2](https://github.com/IDuxFE/idux/commit/f779ea2f885e1c737de5444433446f096a112c66))
14+
* **comp:stepper:** modify size config to `'sm'` for seer theme ([#1694](https://github.com/IDuxFE/idux/issues/1694)) ([51ae0b2](https://github.com/IDuxFE/idux/commit/51ae0b24365736f319862e4f86197bcdba355c73))
15+
* **comp:tree:** change content horizontal padding to `0` ([#1686](https://github.com/IDuxFE/idux/issues/1686)) ([231a6ee](https://github.com/IDuxFE/idux/commit/231a6ee957145e02d20c3287e5e2747657f438f0))
16+
* **pro:search:** name input width shouldn't exceeds container ([#1693](https://github.com/IDuxFE/idux/issues/1693)) ([fe42021](https://github.com/IDuxFE/idux/commit/fe4202104300b63d2ac3fde2df84a15e76b8832d))
17+
* **pro:search:** name select overlay data blinks after closed ([#1692](https://github.com/IDuxFE/idux/issues/1692)) ([34034a3](https://github.com/IDuxFE/idux/commit/34034a3cf842c4d7f54c1207ba29022a1be3458b))
18+
* **pro:search:** proSearch input shouldn't be auto focused in safari ([#1689](https://github.com/IDuxFE/idux/issues/1689)) ([e211465](https://github.com/IDuxFE/idux/commit/e211465f23f76c2e08a60d27ed424546109eb533))
19+
* **pro:search:** segment input scroll event doesn't work in safari ([#1690](https://github.com/IDuxFE/idux/issues/1690)) ([1caabb8](https://github.com/IDuxFE/idux/commit/1caabb892f4b8bd543a92773cbb9717f6d4d0a20))
20+
21+
22+
23+
24+
625
# [1.10.0](https://github.com/IDuxFE/idux/compare/v1.9.5...v1.10.0) (2023-09-11)
726

827

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.10.0",
3+
"version": "1.10.1",
44
"command": {
55
"publish": {
66
"allowBranch": ["main", "release", "next", "hotfix"],

packages/components/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.10.1](https://github.com/IDuxFE/idux/compare/v1.10.0...v1.10.1) (2023-09-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **comp:config:** modify seer global config ([#1695](https://github.com/IDuxFE/idux/issues/1695)) ([63878a5](https://github.com/IDuxFE/idux/commit/63878a5dbf15b28115d03f21b4cc6c1e0bb0b10d))
12+
* **comp:icon:** three icon are added ([#1685](https://github.com/IDuxFE/idux/issues/1685)) ([bdb7ba1](https://github.com/IDuxFE/idux/commit/bdb7ba199dd914823bb04ec3a7cfa6a7869f6d2e))
13+
* **comp:radio:** remove unnecessory console statement ([#1691](https://github.com/IDuxFE/idux/issues/1691)) ([f779ea2](https://github.com/IDuxFE/idux/commit/f779ea2f885e1c737de5444433446f096a112c66))
14+
* **comp:stepper:** modify size config to `'sm'` for seer theme ([#1694](https://github.com/IDuxFE/idux/issues/1694)) ([51ae0b2](https://github.com/IDuxFE/idux/commit/51ae0b24365736f319862e4f86197bcdba355c73))
15+
16+
17+
18+
19+
620
# [1.10.0](https://github.com/IDuxFE/idux/compare/v1.9.5...v1.10.0) (2023-09-11)
721

822

packages/components/package.json

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

packages/pro/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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.10.1](https://github.com/IDuxFE/idux/compare/v1.10.0...v1.10.1) (2023-09-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **comp:tree:** change content horizontal padding to `0` ([#1686](https://github.com/IDuxFE/idux/issues/1686)) ([231a6ee](https://github.com/IDuxFE/idux/commit/231a6ee957145e02d20c3287e5e2747657f438f0))
12+
* **pro:search:** name input width shouldn't exceeds container ([#1693](https://github.com/IDuxFE/idux/issues/1693)) ([fe42021](https://github.com/IDuxFE/idux/commit/fe4202104300b63d2ac3fde2df84a15e76b8832d))
13+
* **pro:search:** name select overlay data blinks after closed ([#1692](https://github.com/IDuxFE/idux/issues/1692)) ([34034a3](https://github.com/IDuxFE/idux/commit/34034a3cf842c4d7f54c1207ba29022a1be3458b))
14+
* **pro:search:** proSearch input shouldn't be auto focused in safari ([#1689](https://github.com/IDuxFE/idux/issues/1689)) ([e211465](https://github.com/IDuxFE/idux/commit/e211465f23f76c2e08a60d27ed424546109eb533))
15+
* **pro:search:** segment input scroll event doesn't work in safari ([#1690](https://github.com/IDuxFE/idux/issues/1690)) ([1caabb8](https://github.com/IDuxFE/idux/commit/1caabb892f4b8bd543a92773cbb9717f6d4d0a20))
16+
17+
18+
19+
20+
621
# [1.10.0](https://github.com/IDuxFE/idux/compare/v1.9.5...v1.10.0) (2023-09-11)
722

823

packages/pro/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@idux/pro",
3-
"version": "1.10.0",
3+
"version": "1.10.1",
44
"description": "A higher level of abstraction UI component library for Vue 3.x",
55
"keywords": [
66
"vue",
@@ -39,7 +39,7 @@
3939
},
4040
"dependencies": {
4141
"@idux/cdk": "1.9.4",
42-
"@idux/components": "1.10.0",
42+
"@idux/components": "1.10.1",
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.10.1](https://github.com/IDuxFE/idux/compare/v1.10.0...v1.10.1) (2023-09-18)
7+
8+
**Note:** Version bump only for package @idux/site
9+
10+
11+
12+
13+
614
# [1.10.0](https://github.com/IDuxFE/idux/compare/v1.9.5...v1.10.0) (2023-09-11)
715

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

packages/site/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@idux/site",
3-
"version": "1.10.0",
3+
"version": "1.10.1",
44
"private": true,
55
"description": "A website for @idux",
66
"license": "MIT",
@@ -13,8 +13,8 @@
1313
},
1414
"dependencies": {
1515
"@idux/cdk": "1.9.4",
16-
"@idux/components": "1.10.0",
17-
"@idux/pro": "1.10.0",
16+
"@idux/components": "1.10.1",
17+
"@idux/pro": "1.10.1",
1818
"codesandbox": "^2.2.3",
1919
"lodash-es": "^4.17.21",
2020
"vue": "^3.2.29",

0 commit comments

Comments
 (0)