Skip to content

Commit

Permalink
docs(release): publish v1.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sallerli1 committed Oct 23, 2023
1 parent f33f9f2 commit b18e6a0
Show file tree
Hide file tree
Showing 8 changed files with 51 additions and 7 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.11.2](https://github.com/IDuxFE/idux/compare/v1.11.1...v1.11.2) (2023-10-23)


### Bug Fixes

* **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))
* **comp:upload:** remove unecessary console log statement ([#1723](https://github.com/IDuxFE/idux/issues/1723)) ([c7b4c1f](https://github.com/IDuxFE/idux/commit/c7b4c1f74d92b8a51ef22bf5b09dc666bffc73b7))
* **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))





## [1.11.1](https://github.com/IDuxFE/idux/compare/v1.11.0...v1.11.1) (2023-10-17)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "1.11.1",
"version": "1.11.2",
"command": {
"publish": {
"allowBranch": ["main", "release", "next", "hotfix"],
Expand Down
12 changes: 12 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.11.2](https://github.com/IDuxFE/idux/compare/v1.11.1...v1.11.2) (2023-10-23)


### Bug Fixes

* **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))
* **comp:upload:** remove unecessary console log statement ([#1723](https://github.com/IDuxFE/idux/issues/1723)) ([c7b4c1f](https://github.com/IDuxFE/idux/commit/c7b4c1f74d92b8a51ef22bf5b09dc666bffc73b7))





# [1.11.0](https://github.com/IDuxFE/idux/compare/v1.10.2...v1.11.0) (2023-10-07)


Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@idux/components",
"version": "1.11.0",
"version": "1.11.2",
"description": "A UI Component Library for Vue 3.x",
"keywords": [
"vue",
Expand Down
11 changes: 11 additions & 0 deletions packages/pro/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.11.2](https://github.com/IDuxFE/idux/compare/v1.11.1...v1.11.2) (2023-10-23)


### Bug Fixes

* **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))





## [1.11.1](https://github.com/IDuxFE/idux/compare/v1.11.0...v1.11.1) (2023-10-17)


Expand Down
4 changes: 2 additions & 2 deletions packages/pro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@idux/pro",
"version": "1.11.1",
"version": "1.11.2",
"description": "A higher level of abstraction UI component library for Vue 3.x",
"keywords": [
"vue",
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@idux/cdk": "1.9.4",
"@idux/components": "1.11.0",
"@idux/components": "1.11.2",
"ajv": "^8.11.0",
"ajv-formats": "^3.0.0-rc.0",
"lodash-es": "^4.17.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/site/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.11.2](https://github.com/IDuxFE/idux/compare/v1.11.1...v1.11.2) (2023-10-23)

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





## [1.11.1](https://github.com/IDuxFE/idux/compare/v1.11.0...v1.11.1) (2023-10-17)

**Note:** Version bump only for package @idux/site
Expand Down
6 changes: 3 additions & 3 deletions packages/site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@idux/site",
"version": "1.11.1",
"version": "1.11.2",
"private": true,
"description": "A website for @idux",
"license": "MIT",
Expand All @@ -13,8 +13,8 @@
},
"dependencies": {
"@idux/cdk": "1.9.4",
"@idux/components": "1.11.0",
"@idux/pro": "1.11.1",
"@idux/components": "1.11.2",
"@idux/pro": "1.11.2",
"codesandbox": "^2.2.3",
"lodash-es": "^4.17.21",
"vue": "^3.2.29",
Expand Down

0 comments on commit b18e6a0

Please sign in to comment.