Skip to content

Commit

Permalink
docs(release): publish v1.0.0-beta.18
Browse files Browse the repository at this point in the history
  • Loading branch information
danranVm committed Jun 28, 2022
1 parent 33e136e commit 4db7a81
Show file tree
Hide file tree
Showing 10 changed files with 82 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.18](https://github.com/IDuxFE/idux/compare/v1.0.0-beta.17...v1.0.0-beta.18) (2022-06-28)


### Bug Fixes

* **cdk:portal:** remove targetHashMap ([#980](https://github.com/IDuxFE/idux/issues/980)) ([5f1e637](https://github.com/IDuxFE/idux/commit/5f1e6377a28e870223cdb03440581633877afcbb))
* **comp:carousel:** after click the same dot repeatedly, will not work ([#986](https://github.com/IDuxFE/idux/issues/986)) ([33e136e](https://github.com/IDuxFE/idux/commit/33e136e68f5af082f1f1d768c944d92bcc58d053))
* **comp:carousel:** stop onTransitionend from bubbling ([#984](https://github.com/IDuxFE/idux/issues/984)) ([f2c8347](https://github.com/IDuxFE/idux/commit/f2c8347ad60105d864ca3b0728e0a9025c0d1b11))
* **comp:select:** fix selected options display when filtered ([#977](https://github.com/IDuxFE/idux/issues/977)) ([ddd67e3](https://github.com/IDuxFE/idux/commit/ddd67e3284b6575701e642da5e359f9c4e58431e))
* **comp:tree:** node cannot be checked when its key is 0(Number type) ([#978](https://github.com/IDuxFE/idux/issues/978)) ([5497f20](https://github.com/IDuxFE/idux/commit/5497f20473637166f7ab5a394705267efdd8e7c3))
* **pro:layout:** update the scroll style on the dark theme ([#982](https://github.com/IDuxFE/idux/issues/982)) ([756c38b](https://github.com/IDuxFE/idux/commit/756c38b8b85f8733260a15d2be95297fb4b831c0))


### Features

* **comp:card:** add selection state and disabled state ([#983](https://github.com/IDuxFE/idux/issues/983)) ([a263497](https://github.com/IDuxFE/idux/commit/a2634970ea8738fc736be99673b0a7432ec217e3)), closes [#972](https://github.com/IDuxFE/idux/issues/972)





# [1.0.0-beta.17](https://github.com/IDuxFE/idux/compare/v1.0.0-beta.16...v1.0.0-beta.17) (2022-06-23)


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.17",
"version": "1.0.0-beta.18",
"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.18](https://github.com/IDuxFE/idux/compare/v1.0.0-beta.17...v1.0.0-beta.18) (2022-06-28)


### Bug Fixes

* **cdk:portal:** remove targetHashMap ([#980](https://github.com/IDuxFE/idux/issues/980)) ([5f1e637](https://github.com/IDuxFE/idux/commit/5f1e6377a28e870223cdb03440581633877afcbb))





# [1.0.0-beta.17](https://github.com/IDuxFE/idux/compare/v1.0.0-beta.16...v1.0.0-beta.17) (2022-06-23)


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


### Bug Fixes

* **comp:carousel:** after click the same dot repeatedly, will not work ([#986](https://github.com/IDuxFE/idux/issues/986)) ([33e136e](https://github.com/IDuxFE/idux/commit/33e136e68f5af082f1f1d768c944d92bcc58d053))
* **comp:carousel:** stop onTransitionend from bubbling ([#984](https://github.com/IDuxFE/idux/issues/984)) ([f2c8347](https://github.com/IDuxFE/idux/commit/f2c8347ad60105d864ca3b0728e0a9025c0d1b11))
* **comp:select:** fix selected options display when filtered ([#977](https://github.com/IDuxFE/idux/issues/977)) ([ddd67e3](https://github.com/IDuxFE/idux/commit/ddd67e3284b6575701e642da5e359f9c4e58431e))
* **comp:tree:** node cannot be checked when its key is 0(Number type) ([#978](https://github.com/IDuxFE/idux/issues/978)) ([5497f20](https://github.com/IDuxFE/idux/commit/5497f20473637166f7ab5a394705267efdd8e7c3))
* **pro:layout:** update the scroll style on the dark theme ([#982](https://github.com/IDuxFE/idux/issues/982)) ([756c38b](https://github.com/IDuxFE/idux/commit/756c38b8b85f8733260a15d2be95297fb4b831c0))


### Features

* **comp:card:** add selection state and disabled state ([#983](https://github.com/IDuxFE/idux/issues/983)) ([a263497](https://github.com/IDuxFE/idux/commit/a2634970ea8738fc736be99673b0a7432ec217e3)), closes [#972](https://github.com/IDuxFE/idux/issues/972)





# [1.0.0-beta.17](https://github.com/IDuxFE/idux/compare/v1.0.0-beta.16...v1.0.0-beta.17) (2022-06-23)


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.17",
"version": "1.0.0-beta.18",
"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.17",
"@idux/cdk": "^1.0.0-beta.18",
"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.18](https://github.com/IDuxFE/idux/compare/v1.0.0-beta.17...v1.0.0-beta.18) (2022-06-28)


### Bug Fixes

* **pro:layout:** update the scroll style on the dark theme ([#982](https://github.com/IDuxFE/idux/issues/982)) ([756c38b](https://github.com/IDuxFE/idux/commit/756c38b8b85f8733260a15d2be95297fb4b831c0))





# [1.0.0-beta.17](https://github.com/IDuxFE/idux/compare/v1.0.0-beta.16...v1.0.0-beta.17) (2022-06-23)


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.17",
"version": "1.0.0-beta.18",
"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.17",
"@idux/components": "^1.0.0-beta.17",
"@idux/cdk": "^1.0.0-beta.18",
"@idux/components": "^1.0.0-beta.18",
"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.18](https://github.com/IDuxFE/idux/compare/v1.0.0-beta.17...v1.0.0-beta.18) (2022-06-28)

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





# [1.0.0-beta.17](https://github.com/IDuxFE/idux/compare/v1.0.0-beta.16...v1.0.0-beta.17) (2022-06-23)

**Note:** Version bump only for package @idux/site
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.17",
"version": "1.0.0-beta.18",
"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.17",
"@idux/components": "^1.0.0-beta.17",
"@idux/pro": "^1.0.0-beta.17",
"@idux/cdk": "^1.0.0-beta.18",
"@idux/components": "^1.0.0-beta.18",
"@idux/pro": "^1.0.0-beta.18",
"codesandbox": "^2.2.3",
"lodash-es": "^4.17.21",
"vue": "^3.2.29",
Expand Down

0 comments on commit 4db7a81

Please sign in to comment.