Skip to content

Commit e232613

Browse files
committed
docs(release): publish v1.10.2
1 parent 7c26c81 commit e232613

File tree

8 files changed

+47
-7
lines changed

8 files changed

+47
-7
lines changed

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.10.2](https://github.com/IDuxFE/idux/compare/v1.10.1...v1.10.2) (2023-09-25)
7+
8+
9+
### Bug Fixes
10+
11+
* **comp:text:** copy icon of default global config error ([#1700](https://github.com/IDuxFE/idux/issues/1700)) ([7c26c81](https://github.com/IDuxFE/idux/commit/7c26c818ec581a4c1b4de7b79af0734fab0448a5))
12+
* **comp:text:** expand icon shouldn't render when not ellipsised ([#1699](https://github.com/IDuxFE/idux/issues/1699)) ([43d489b](https://github.com/IDuxFE/idux/commit/43d489b0692e05cd7d3e3e0cd030a10751f7f781))
13+
14+
15+
16+
17+
618
## [1.10.1](https://github.com/IDuxFE/idux/compare/v1.10.0...v1.10.1) (2023-09-18)
719

820

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

packages/components/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.10.2](https://github.com/IDuxFE/idux/compare/v1.10.1...v1.10.2) (2023-09-25)
7+
8+
9+
### Bug Fixes
10+
11+
* **comp:text:** copy icon of default global config error ([#1700](https://github.com/IDuxFE/idux/issues/1700)) ([7c26c81](https://github.com/IDuxFE/idux/commit/7c26c818ec581a4c1b4de7b79af0734fab0448a5))
12+
* **comp:text:** expand icon shouldn't render when not ellipsised ([#1699](https://github.com/IDuxFE/idux/issues/1699)) ([43d489b](https://github.com/IDuxFE/idux/commit/43d489b0692e05cd7d3e3e0cd030a10751f7f781))
13+
14+
15+
16+
17+
618
## [1.10.1](https://github.com/IDuxFE/idux/compare/v1.10.0...v1.10.1) (2023-09-18)
719

820

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.1",
3+
"version": "1.10.2",
44
"description": "A UI Component Library for Vue 3.x",
55
"keywords": [
66
"vue",

packages/pro/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.2](https://github.com/IDuxFE/idux/compare/v1.10.1...v1.10.2) (2023-09-25)
7+
8+
**Note:** Version bump only for package @idux/pro
9+
10+
11+
12+
13+
614
## [1.10.1](https://github.com/IDuxFE/idux/compare/v1.10.0...v1.10.1) (2023-09-18)
715

816

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.1",
3+
"version": "1.10.2",
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.1",
42+
"@idux/components": "1.10.2",
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.2](https://github.com/IDuxFE/idux/compare/v1.10.1...v1.10.2) (2023-09-25)
7+
8+
**Note:** Version bump only for package @idux/site
9+
10+
11+
12+
13+
614
## [1.10.1](https://github.com/IDuxFE/idux/compare/v1.10.0...v1.10.1) (2023-09-18)
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.1",
3+
"version": "1.10.2",
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.1",
17-
"@idux/pro": "1.10.1",
16+
"@idux/components": "1.10.2",
17+
"@idux/pro": "1.10.2",
1818
"codesandbox": "^2.2.3",
1919
"lodash-es": "^4.17.21",
2020
"vue": "^3.2.29",

0 commit comments

Comments
 (0)