Skip to content

Commit

Permalink
docs(release): publish v1.0.0-beta.7
Browse files Browse the repository at this point in the history
  • Loading branch information
danranVm committed Apr 24, 2022
1 parent 5c6ee77 commit 2a9e7b0
Show file tree
Hide file tree
Showing 10 changed files with 83 additions and 11 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
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.7](https://github.com/IDuxFE/idux/compare/v1.0.0-beta.5...v1.0.0-beta.7) (2022-04-24)


### Bug Fixes

* **comp: select:** sync width on opened ([#853](https://github.com/IDuxFE/idux/issues/853)) ([02d2769](https://github.com/IDuxFE/idux/commit/02d27690b0f4e324962510d8f7782ecc9931ebce))
* **comp: select:** update overlay on selector resize ([#851](https://github.com/IDuxFE/idux/issues/851)) ([24f173e](https://github.com/IDuxFE/idux/commit/24f173e24495e6253e467511365635d2fbe99b53))


### Features

* **comp: all:** add seer themes ([#850](https://github.com/IDuxFE/idux/issues/850)) ([789a266](https://github.com/IDuxFE/idux/commit/789a266f117b34c61efd8d52f4c325e5f49c8622))
* **comp: form:** add controlTooltip,controlTooltipIcon,labelTooltipIcon props ([#852](https://github.com/IDuxFE/idux/issues/852)) ([c3cd180](https://github.com/IDuxFE/idux/commit/c3cd180c452a062c299642e4ee23ddea49d8fe86))
* **comp: tabs:** first tab is selected by default when no selectedKey ([#855](https://github.com/IDuxFE/idux/issues/855)) ([5c6ee77](https://github.com/IDuxFE/idux/commit/5c6ee777b886f6ffed2d20a89dcfe54d0a6594ba))





# [1.0.0-beta.6](https://github.com/IDuxFE/idux/compare/v1.0.0-beta.5...v1.0.0-beta.6) (2022-04-21)


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


### Bug Fixes

* **comp: select:** sync width on opened ([#853](https://github.com/IDuxFE/idux/issues/853)) ([02d2769](https://github.com/IDuxFE/idux/commit/02d27690b0f4e324962510d8f7782ecc9931ebce))
* **comp: select:** update overlay on selector resize ([#851](https://github.com/IDuxFE/idux/issues/851)) ([24f173e](https://github.com/IDuxFE/idux/commit/24f173e24495e6253e467511365635d2fbe99b53))





# [1.0.0-beta.6](https://github.com/IDuxFE/idux/compare/v1.0.0-beta.5...v1.0.0-beta.6) (2022-04-21)


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.6",
"version": "1.0.0-beta.7",
"description": "A UI Component Development Kit for Vue 3.x",
"keywords": [
"vue",
Expand Down
19 changes: 19 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
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.7](https://github.com/IDuxFE/idux/compare/v1.0.0-beta.5...v1.0.0-beta.7) (2022-04-24)


### Bug Fixes

* **comp: select:** sync width on opened ([#853](https://github.com/IDuxFE/idux/issues/853)) ([02d2769](https://github.com/IDuxFE/idux/commit/02d27690b0f4e324962510d8f7782ecc9931ebce))
* **comp: select:** update overlay on selector resize ([#851](https://github.com/IDuxFE/idux/issues/851)) ([24f173e](https://github.com/IDuxFE/idux/commit/24f173e24495e6253e467511365635d2fbe99b53))


### Features

* **comp: all:** add seer themes ([#850](https://github.com/IDuxFE/idux/issues/850)) ([789a266](https://github.com/IDuxFE/idux/commit/789a266f117b34c61efd8d52f4c325e5f49c8622))
* **comp: form:** add controlTooltip,controlTooltipIcon,labelTooltipIcon props ([#852](https://github.com/IDuxFE/idux/issues/852)) ([c3cd180](https://github.com/IDuxFE/idux/commit/c3cd180c452a062c299642e4ee23ddea49d8fe86))
* **comp: tabs:** first tab is selected by default when no selectedKey ([#855](https://github.com/IDuxFE/idux/issues/855)) ([5c6ee77](https://github.com/IDuxFE/idux/commit/5c6ee777b886f6ffed2d20a89dcfe54d0a6594ba))





# [1.0.0-beta.6](https://github.com/IDuxFE/idux/compare/v1.0.0-beta.5...v1.0.0-beta.6) (2022-04-21)


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.6",
"version": "1.0.0-beta.7",
"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.6",
"@idux/cdk": "^1.0.0-beta.7",
"date-fns": "^2.27.0",
"lodash-es": "^4.17.21",
"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.7](https://github.com/IDuxFE/idux/compare/v1.0.0-beta.5...v1.0.0-beta.7) (2022-04-24)


### Features

* **comp: all:** add seer themes ([#850](https://github.com/IDuxFE/idux/issues/850)) ([789a266](https://github.com/IDuxFE/idux/commit/789a266f117b34c61efd8d52f4c325e5f49c8622))





# [1.0.0-beta.6](https://github.com/IDuxFE/idux/compare/v1.0.0-beta.5...v1.0.0-beta.6) (2022-04-21)

**Note:** Version bump only for package @idux/pro
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.6",
"version": "1.0.0-beta.7",
"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.6",
"@idux/components": "^1.0.0-beta.6",
"@idux/cdk": "^1.0.0-beta.7",
"@idux/components": "^1.0.0-beta.7",
"lodash-es": "^4.17.21"
},
"peerDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/site/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.7](https://github.com/IDuxFE/idux/compare/v1.0.0-beta.5...v1.0.0-beta.7) (2022-04-24)


### Bug Fixes

* **comp: select:** sync width on opened ([#853](https://github.com/IDuxFE/idux/issues/853)) ([02d2769](https://github.com/IDuxFE/idux/commit/02d27690b0f4e324962510d8f7782ecc9931ebce))





# [1.0.0-beta.6](https://github.com/IDuxFE/idux/compare/v1.0.0-beta.5...v1.0.0-beta.6) (2022-04-21)


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.6",
"version": "1.0.0-beta.7",
"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.6",
"@idux/components": "^1.0.0-beta.6",
"@idux/pro": "^1.0.0-beta.6",
"@idux/cdk": "^1.0.0-beta.7",
"@idux/components": "^1.0.0-beta.7",
"@idux/pro": "^1.0.0-beta.7",
"codesandbox": "^2.2.3",
"lodash-es": "^4.17.21",
"vue": "^3.2.29",
Expand Down

0 comments on commit 2a9e7b0

Please sign in to comment.