Skip to content

Commit b18e6a0

Browse files
committed
docs(release): publish v1.11.2
1 parent f33f9f2 commit b18e6a0

File tree

8 files changed

+51
-7
lines changed

8 files changed

+51
-7
lines changed

Diff for: CHANGELOG.md

+13
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.11.2](https://github.com/IDuxFE/idux/compare/v1.11.1...v1.11.2) (2023-10-23)
7+
8+
9+
### Bug Fixes
10+
11+
* **comp:upload:** controlled update should trigger upload and abort ([#1715](https://github.com/IDuxFE/idux/issues/1715)) ([c068cd4](https://github.com/IDuxFE/idux/commit/c068cd48b081c8f1a3b0c03e9f78151537d6781f))
12+
* **comp:upload:** remove unecessary console log statement ([#1723](https://github.com/IDuxFE/idux/issues/1723)) ([c7b4c1f](https://github.com/IDuxFE/idux/commit/c7b4c1f74d92b8a51ef22bf5b09dc666bffc73b7))
13+
* **pro:search:** segment input delete doesn't work after selecting all ([#1722](https://github.com/IDuxFE/idux/issues/1722)) ([1a34c13](https://github.com/IDuxFE/idux/commit/1a34c13dbee9596dc69e8ed6204d19b11524493e))
14+
15+
16+
17+
18+
619
## [1.11.1](https://github.com/IDuxFE/idux/compare/v1.11.0...v1.11.1) (2023-10-17)
720

821

Diff for: lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["packages/*"],
3-
"version": "1.11.1",
3+
"version": "1.11.2",
44
"command": {
55
"publish": {
66
"allowBranch": ["main", "release", "next", "hotfix"],

Diff for: packages/components/CHANGELOG.md

+12
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.11.2](https://github.com/IDuxFE/idux/compare/v1.11.1...v1.11.2) (2023-10-23)
7+
8+
9+
### Bug Fixes
10+
11+
* **comp:upload:** controlled update should trigger upload and abort ([#1715](https://github.com/IDuxFE/idux/issues/1715)) ([c068cd4](https://github.com/IDuxFE/idux/commit/c068cd48b081c8f1a3b0c03e9f78151537d6781f))
12+
* **comp:upload:** remove unecessary console log statement ([#1723](https://github.com/IDuxFE/idux/issues/1723)) ([c7b4c1f](https://github.com/IDuxFE/idux/commit/c7b4c1f74d92b8a51ef22bf5b09dc666bffc73b7))
13+
14+
15+
16+
17+
618
# [1.11.0](https://github.com/IDuxFE/idux/compare/v1.10.2...v1.11.0) (2023-10-07)
719

820

Diff for: packages/components/package.json

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

Diff for: packages/pro/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.11.2](https://github.com/IDuxFE/idux/compare/v1.11.1...v1.11.2) (2023-10-23)
7+
8+
9+
### Bug Fixes
10+
11+
* **pro:search:** segment input delete doesn't work after selecting all ([#1722](https://github.com/IDuxFE/idux/issues/1722)) ([1a34c13](https://github.com/IDuxFE/idux/commit/1a34c13dbee9596dc69e8ed6204d19b11524493e))
12+
13+
14+
15+
16+
617
## [1.11.1](https://github.com/IDuxFE/idux/compare/v1.11.0...v1.11.1) (2023-10-17)
718

819

Diff for: packages/pro/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@idux/pro",
3-
"version": "1.11.1",
3+
"version": "1.11.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.11.0",
42+
"@idux/components": "1.11.2",
4343
"ajv": "^8.11.0",
4444
"ajv-formats": "^3.0.0-rc.0",
4545
"lodash-es": "^4.17.0"

Diff for: packages/site/CHANGELOG.md

+8
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.11.2](https://github.com/IDuxFE/idux/compare/v1.11.1...v1.11.2) (2023-10-23)
7+
8+
**Note:** Version bump only for package @idux/site
9+
10+
11+
12+
13+
614
## [1.11.1](https://github.com/IDuxFE/idux/compare/v1.11.0...v1.11.1) (2023-10-17)
715

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

Diff for: packages/site/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@idux/site",
3-
"version": "1.11.1",
3+
"version": "1.11.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.11.0",
17-
"@idux/pro": "1.11.1",
16+
"@idux/components": "1.11.2",
17+
"@idux/pro": "1.11.2",
1818
"codesandbox": "^2.2.3",
1919
"lodash-es": "^4.17.21",
2020
"vue": "^3.2.29",

0 commit comments

Comments
 (0)