Skip to content

Commit

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

# [1.0.0-rc.7](https://github.com/IDuxFE/idux/compare/v1.0.0-rc.6...v1.0.0-rc.7) (2022-09-16)


### Bug Fixes

* **comp:cascader:** update overlay position after edging ([#1135](https://github.com/IDuxFE/idux/issues/1135)) ([ef352a8](https://github.com/IDuxFE/idux/commit/ef352a87aa8d5f9ac833bb4c2e7c85b428aa76eb))
* **comp:icon:** update viewBox of all icons ([#1146](https://github.com/IDuxFE/idux/issues/1146)) ([140aaac](https://github.com/IDuxFE/idux/commit/140aaacf9f14d9396939ab62f0ba702b8c418777))
* **comp:table:** autoHeight not working when data changes ([#1136](https://github.com/IDuxFE/idux/issues/1136)) ([121b612](https://github.com/IDuxFE/idux/commit/121b61263389b60f70cd371a503fc2769e5aa219))
* **comp:table:** trigger scroll when column widths changes ([#1142](https://github.com/IDuxFE/idux/issues/1142)) ([ee57728](https://github.com/IDuxFE/idux/commit/ee577283b55b4d256a64626282f095a4ac857443)), closes [#1140](https://github.com/IDuxFE/idux/issues/1140)
* **pro:search:** clickside should exclude overlay container ([#1137](https://github.com/IDuxFE/idux/issues/1137)) ([bd2d1b9](https://github.com/IDuxFE/idux/commit/bd2d1b91c0b84804c167d2b9ff5c124ad1747664))
* **pro:table:** pining the position of the layout tool ([#1147](https://github.com/IDuxFE/idux/issues/1147)) ([d0b82d5](https://github.com/IDuxFE/idux/commit/d0b82d595a4cf3fb30f78956d5375fc7113a5efc))
* **pro:transfer:** remove icon isn't displayed ([#1144](https://github.com/IDuxFE/idux/issues/1144)) ([9fe89d6](https://github.com/IDuxFE/idux/commit/9fe89d67b355e26177eea41156eeb5c350893c15))


### Features

* **cdk:forms:** standardize English words for form verification ([#1132](https://github.com/IDuxFE/idux/issues/1132)) ([37fe693](https://github.com/IDuxFE/idux/commit/37fe693a6d644bb22dac220799a8f59ce0f0eac8))
* **comp:popconfirm:** support custom content ([#1138](https://github.com/IDuxFE/idux/issues/1138)) ([50a1d00](https://github.com/IDuxFE/idux/commit/50a1d0098cbee73a9304222072229fbd2d456486))
* **comp:transfer:** add controlled searchValue support ([#1141](https://github.com/IDuxFE/idux/issues/1141)) ([ba9fe6b](https://github.com/IDuxFE/idux/commit/ba9fe6b1e07981d601f6d5eda77da1ef05887c18))
* **pro:search:** add container zIndex support ([#1145](https://github.com/IDuxFE/idux/issues/1145)) ([ceda7be](https://github.com/IDuxFE/idux/commit/ceda7be8e078064e6d0813eefbcb2586796753df))





# [1.0.0-rc.6](https://github.com/IDuxFE/idux/compare/v1.0.0-rc.5...v1.0.0-rc.6) (2022-09-13)


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-rc.6",
"version": "1.0.0-rc.7",
"command": {
"publish": {
"allowBranch": ["main", "next", "hotfix"],
Expand Down
16 changes: 16 additions & 0 deletions packages/cdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-rc.7](https://github.com/IDuxFE/idux/compare/v1.0.0-rc.6...v1.0.0-rc.7) (2022-09-16)


### Bug Fixes

* **comp:cascader:** update overlay position after edging ([#1135](https://github.com/IDuxFE/idux/issues/1135)) ([ef352a8](https://github.com/IDuxFE/idux/commit/ef352a87aa8d5f9ac833bb4c2e7c85b428aa76eb))


### Features

* **cdk:forms:** standardize English words for form verification ([#1132](https://github.com/IDuxFE/idux/issues/1132)) ([37fe693](https://github.com/IDuxFE/idux/commit/37fe693a6d644bb22dac220799a8f59ce0f0eac8))





# [1.0.0-rc.6](https://github.com/IDuxFE/idux/compare/v1.0.0-rc.5...v1.0.0-rc.6) (2022-09-13)


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-rc.6",
"version": "1.0.0-rc.7",
"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-rc.7](https://github.com/IDuxFE/idux/compare/v1.0.0-rc.6...v1.0.0-rc.7) (2022-09-16)


### Bug Fixes

* **comp:cascader:** update overlay position after edging ([#1135](https://github.com/IDuxFE/idux/issues/1135)) ([ef352a8](https://github.com/IDuxFE/idux/commit/ef352a87aa8d5f9ac833bb4c2e7c85b428aa76eb))
* **comp:icon:** update viewBox of all icons ([#1146](https://github.com/IDuxFE/idux/issues/1146)) ([140aaac](https://github.com/IDuxFE/idux/commit/140aaacf9f14d9396939ab62f0ba702b8c418777))
* **comp:table:** autoHeight not working when data changes ([#1136](https://github.com/IDuxFE/idux/issues/1136)) ([121b612](https://github.com/IDuxFE/idux/commit/121b61263389b60f70cd371a503fc2769e5aa219))
* **comp:table:** trigger scroll when column widths changes ([#1142](https://github.com/IDuxFE/idux/issues/1142)) ([ee57728](https://github.com/IDuxFE/idux/commit/ee577283b55b4d256a64626282f095a4ac857443)), closes [#1140](https://github.com/IDuxFE/idux/issues/1140)


### Features

* **comp:popconfirm:** support custom content ([#1138](https://github.com/IDuxFE/idux/issues/1138)) ([50a1d00](https://github.com/IDuxFE/idux/commit/50a1d0098cbee73a9304222072229fbd2d456486))
* **comp:transfer:** add controlled searchValue support ([#1141](https://github.com/IDuxFE/idux/issues/1141)) ([ba9fe6b](https://github.com/IDuxFE/idux/commit/ba9fe6b1e07981d601f6d5eda77da1ef05887c18))





# [1.0.0-rc.6](https://github.com/IDuxFE/idux/compare/v1.0.0-rc.5...v1.0.0-rc.6) (2022-09-13)


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-rc.6",
"version": "1.0.0-rc.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-rc.6",
"@idux/cdk": "^1.0.0-rc.7",
"date-fns": "^2.27.0",
"lodash-es": "^4.17.0"
},
Expand Down
20 changes: 20 additions & 0 deletions packages/pro/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-rc.7](https://github.com/IDuxFE/idux/compare/v1.0.0-rc.6...v1.0.0-rc.7) (2022-09-16)


### Bug Fixes

* **comp:table:** trigger scroll when column widths changes ([#1142](https://github.com/IDuxFE/idux/issues/1142)) ([ee57728](https://github.com/IDuxFE/idux/commit/ee577283b55b4d256a64626282f095a4ac857443)), closes [#1140](https://github.com/IDuxFE/idux/issues/1140)
* **pro:search:** clickside should exclude overlay container ([#1137](https://github.com/IDuxFE/idux/issues/1137)) ([bd2d1b9](https://github.com/IDuxFE/idux/commit/bd2d1b91c0b84804c167d2b9ff5c124ad1747664))
* **pro:table:** pining the position of the layout tool ([#1147](https://github.com/IDuxFE/idux/issues/1147)) ([d0b82d5](https://github.com/IDuxFE/idux/commit/d0b82d595a4cf3fb30f78956d5375fc7113a5efc))
* **pro:transfer:** remove icon isn't displayed ([#1144](https://github.com/IDuxFE/idux/issues/1144)) ([9fe89d6](https://github.com/IDuxFE/idux/commit/9fe89d67b355e26177eea41156eeb5c350893c15))


### Features

* **comp:popconfirm:** support custom content ([#1138](https://github.com/IDuxFE/idux/issues/1138)) ([50a1d00](https://github.com/IDuxFE/idux/commit/50a1d0098cbee73a9304222072229fbd2d456486))
* **pro:search:** add container zIndex support ([#1145](https://github.com/IDuxFE/idux/issues/1145)) ([ceda7be](https://github.com/IDuxFE/idux/commit/ceda7be8e078064e6d0813eefbcb2586796753df))





# [1.0.0-rc.6](https://github.com/IDuxFE/idux/compare/v1.0.0-rc.5...v1.0.0-rc.6) (2022-09-13)


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-rc.6",
"version": "1.0.0-rc.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-rc.6",
"@idux/components": "^1.0.0-rc.6",
"@idux/cdk": "^1.0.0-rc.7",
"@idux/components": "^1.0.0-rc.7",
"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.0.0-rc.7](https://github.com/IDuxFE/idux/compare/v1.0.0-rc.6...v1.0.0-rc.7) (2022-09-16)

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





# [1.0.0-rc.6](https://github.com/IDuxFE/idux/compare/v1.0.0-rc.5...v1.0.0-rc.6) (2022-09-13)

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

0 comments on commit e22dde5

Please sign in to comment.