Skip to content

Commit 57aee7c

Browse files
committed
docs(release): publish v1.11.1
1 parent f05cc48 commit 57aee7c

File tree

6 files changed

+36
-4
lines changed

6 files changed

+36
-4
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.11.1](https://github.com/IDuxFE/idux/compare/v1.11.0...v1.11.1) (2023-10-17)
7+
8+
9+
### Bug Fixes
10+
11+
* **pro:search:** placeholder not vertially centered ([#1713](https://github.com/IDuxFE/idux/issues/1713)) ([f05cc48](https://github.com/IDuxFE/idux/commit/f05cc4851a003f3bec4a9bf61657860701fa1efd))
12+
* **pro:search:** select activeValue shouldn't change on mouse leave ([#1712](https://github.com/IDuxFE/idux/issues/1712)) ([a6d539a](https://github.com/IDuxFE/idux/commit/a6d539a576c0df230729dd79f07edf13d02f6bb3))
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

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

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.11.1](https://github.com/IDuxFE/idux/compare/v1.11.0...v1.11.1) (2023-10-17)
7+
8+
9+
### Bug Fixes
10+
11+
* **pro:search:** placeholder not vertially centered ([#1713](https://github.com/IDuxFE/idux/issues/1713)) ([f05cc48](https://github.com/IDuxFE/idux/commit/f05cc4851a003f3bec4a9bf61657860701fa1efd))
12+
* **pro:search:** select activeValue shouldn't change on mouse leave ([#1712](https://github.com/IDuxFE/idux/issues/1712)) ([a6d539a](https://github.com/IDuxFE/idux/commit/a6d539a576c0df230729dd79f07edf13d02f6bb3))
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

packages/pro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@idux/pro",
3-
"version": "1.11.0",
3+
"version": "1.11.1",
44
"description": "A higher level of abstraction UI component library for Vue 3.x",
55
"keywords": [
66
"vue",

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

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

packages/site/package.json

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

0 commit comments

Comments
 (0)