Skip to content

Commit

Permalink
docs(release): publish v1.0.0-beta.11
Browse files Browse the repository at this point in the history
  • Loading branch information
danranVm committed May 23, 2022
1 parent 0967d4c commit f6652ff
Show file tree
Hide file tree
Showing 10 changed files with 83 additions and 11 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-beta.11](https://github.com/IDuxFE/idux/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2022-05-23)


### Bug Fixes

* **comp: select:** search error when group exists ([#908](https://github.com/IDuxFE/idux/issues/908)) ([ddbfc5e](https://github.com/IDuxFE/idux/commit/ddbfc5e5fd3ee24522f25633f74aeab33a23e200))
* **comp: table:** controled filter works ([#919](https://github.com/IDuxFE/idux/issues/919)) ([fff5022](https://github.com/IDuxFE/idux/commit/fff502266cd1c66ece2f2b1310c9eb0f44c38a76))
* **comp: tabs:** error style when nesting tabs ([#918](https://github.com/IDuxFE/idux/issues/918)) ([ee41c7a](https://github.com/IDuxFE/idux/commit/ee41c7a557b1e65245876be1e5839a91c8c0fdb0)), closes [#913](https://github.com/IDuxFE/idux/issues/913)
* **comp:stepper:** padding problem of left&right ([#912](https://github.com/IDuxFE/idux/issues/912)) ([25a2aac](https://github.com/IDuxFE/idux/commit/25a2aac55e1a51d5fef2d1846d94134d74d43f45))


### Features

* **cdk: resize:** add useResizeObserver and CdkResizeObserver ([#909](https://github.com/IDuxFE/idux/issues/909)) ([c20fe45](https://github.com/IDuxFE/idux/commit/c20fe45f94afd09d6a358030d2cc9b6f2124e4a3))
* **comp: table:** support multiple sort ([#917](https://github.com/IDuxFE/idux/issues/917)) ([a407920](https://github.com/IDuxFE/idux/commit/a4079202cdde6c5f635bda908cb333c98389675c)), closes [#915](https://github.com/IDuxFE/idux/issues/915)
* **comp: tree,tree-select,pro-tree:** add getNode method ([#910](https://github.com/IDuxFE/idux/issues/910)) ([#916](https://github.com/IDuxFE/idux/issues/916)) ([82c929d](https://github.com/IDuxFE/idux/commit/82c929d46b63af31e4cab25deab485c11b630fc9))





# [1.0.0-beta.10](https://github.com/IDuxFE/idux/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2022-05-16)


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.0.0-beta.10",
"version": "1.0.0-beta.11",
"command": {
"publish": {
"allowBranch": ["main", "next", "hotfix"],
Expand Down
11 changes: 11 additions & 0 deletions packages/cdk/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.0.0-beta.11](https://github.com/IDuxFE/idux/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2022-05-23)


### Features

* **cdk: resize:** add useResizeObserver and CdkResizeObserver ([#909](https://github.com/IDuxFE/idux/issues/909)) ([c20fe45](https://github.com/IDuxFE/idux/commit/c20fe45f94afd09d6a358030d2cc9b6f2124e4a3))





# [1.0.0-beta.10](https://github.com/IDuxFE/idux/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2022-05-16)


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

# [1.0.0-beta.11](https://github.com/IDuxFE/idux/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2022-05-23)


### Bug Fixes

* **comp: select:** search error when group exists ([#908](https://github.com/IDuxFE/idux/issues/908)) ([ddbfc5e](https://github.com/IDuxFE/idux/commit/ddbfc5e5fd3ee24522f25633f74aeab33a23e200))
* **comp: table:** controled filter works ([#919](https://github.com/IDuxFE/idux/issues/919)) ([fff5022](https://github.com/IDuxFE/idux/commit/fff502266cd1c66ece2f2b1310c9eb0f44c38a76))
* **comp: tabs:** error style when nesting tabs ([#918](https://github.com/IDuxFE/idux/issues/918)) ([ee41c7a](https://github.com/IDuxFE/idux/commit/ee41c7a557b1e65245876be1e5839a91c8c0fdb0)), closes [#913](https://github.com/IDuxFE/idux/issues/913)
* **comp:stepper:** padding problem of left&right ([#912](https://github.com/IDuxFE/idux/issues/912)) ([25a2aac](https://github.com/IDuxFE/idux/commit/25a2aac55e1a51d5fef2d1846d94134d74d43f45))


### Features

* **cdk: resize:** add useResizeObserver and CdkResizeObserver ([#909](https://github.com/IDuxFE/idux/issues/909)) ([c20fe45](https://github.com/IDuxFE/idux/commit/c20fe45f94afd09d6a358030d2cc9b6f2124e4a3))
* **comp: table:** support multiple sort ([#917](https://github.com/IDuxFE/idux/issues/917)) ([a407920](https://github.com/IDuxFE/idux/commit/a4079202cdde6c5f635bda908cb333c98389675c)), closes [#915](https://github.com/IDuxFE/idux/issues/915)
* **comp: tree,tree-select,pro-tree:** add getNode method ([#910](https://github.com/IDuxFE/idux/issues/910)) ([#916](https://github.com/IDuxFE/idux/issues/916)) ([82c929d](https://github.com/IDuxFE/idux/commit/82c929d46b63af31e4cab25deab485c11b630fc9))





# [1.0.0-beta.10](https://github.com/IDuxFE/idux/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2022-05-16)


Expand Down
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@idux/components",
"version": "1.0.0-beta.10",
"version": "1.0.0-beta.11",
"description": "A UI Component Library for Vue 3.x",
"keywords": [
"vue",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"scripts": {},
"dependencies": {
"@idux/cdk": "^1.0.0-beta.10",
"@idux/cdk": "^1.0.0-beta.11",
"date-fns": "^2.27.0",
"lodash-es": "^4.17.0",
"vue-types": "^3.0.0"
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.0.0-beta.11](https://github.com/IDuxFE/idux/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2022-05-23)


### Features

* **comp: tree,tree-select,pro-tree:** add getNode method ([#910](https://github.com/IDuxFE/idux/issues/910)) ([#916](https://github.com/IDuxFE/idux/issues/916)) ([82c929d](https://github.com/IDuxFE/idux/commit/82c929d46b63af31e4cab25deab485c11b630fc9))





# [1.0.0-beta.10](https://github.com/IDuxFE/idux/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2022-05-16)


Expand Down
6 changes: 3 additions & 3 deletions packages/pro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@idux/pro",
"version": "1.0.0-beta.10",
"version": "1.0.0-beta.11",
"description": "A higher level of abstraction UI component library for Vue 3.x",
"keywords": [
"vue",
Expand Down Expand Up @@ -32,8 +32,8 @@
"jsdelivr": "./index.full.js",
"scripts": {},
"dependencies": {
"@idux/cdk": "^1.0.0-beta.10",
"@idux/components": "^1.0.0-beta.10",
"@idux/cdk": "^1.0.0-beta.11",
"@idux/components": "^1.0.0-beta.11",
"lodash-es": "^4.17.0"
},
"devDependencies": {
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.0.0-beta.11](https://github.com/IDuxFE/idux/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2022-05-23)

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





# [1.0.0-beta.10](https://github.com/IDuxFE/idux/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2022-05-16)


Expand Down
8 changes: 4 additions & 4 deletions packages/site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@idux/site",
"version": "1.0.0-beta.10",
"version": "1.0.0-beta.11",
"private": true,
"description": "A website for @idux",
"license": "MIT",
Expand All @@ -10,9 +10,9 @@
"build": "vite build"
},
"dependencies": {
"@idux/cdk": "^1.0.0-beta.10",
"@idux/components": "^1.0.0-beta.10",
"@idux/pro": "^1.0.0-beta.10",
"@idux/cdk": "^1.0.0-beta.11",
"@idux/components": "^1.0.0-beta.11",
"@idux/pro": "^1.0.0-beta.11",
"codesandbox": "^2.2.3",
"lodash-es": "^4.17.21",
"vue": "^3.2.29",
Expand Down

0 comments on commit f6652ff

Please sign in to comment.