Skip to content

Commit

Permalink
chore(release): publish 1.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
knight.chen committed Aug 30, 2022
1 parent 19d3236 commit c8a33be
Show file tree
Hide file tree
Showing 8 changed files with 52 additions and 6 deletions.
16 changes: 16 additions & 0 deletions 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.4.7](https://github.com/KNXCloud/lowcode-engine-vue/compare/v1.4.6...v1.4.7) (2022-08-30)


### Bug Fixes

* **vue-renderer:** 修复数据源初始化无法正常设置值到 state 中 ([97f3b08](https://github.com/KNXCloud/lowcode-engine-vue/commit/97f3b08bf5fcb745ccc84bcb537a3170a53b3564))


### Features

* **vue-simulator-renderer:** slot 组件自动撑满父级容器高度 ([87dd933](https://github.com/KNXCloud/lowcode-engine-vue/commit/87dd933f1144481403cff0ecc1b96a470ba0a4de))





## [1.4.6](https://github.com/KNXCloud/lowcode-engine-vue/compare/v1.4.5...v1.4.6) (2022-08-10)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.6",
"version": "1.4.7",
"npmClient": "pnpm",
"useWorkspaces": true,
"packages": ["packages/*"],
Expand Down
8 changes: 8 additions & 0 deletions packages/utils/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.4.7](https://github.com/KNXCloud/lowcode-engine-vue/compare/v1.4.6...v1.4.7) (2022-08-30)

**Note:** Version bump only for package @knxcloud/lowcode-utils





## [1.4.6](https://github.com/KNXCloud/lowcode-engine-vue/compare/v1.4.5...v1.4.6) (2022-08-10)

**Note:** Version bump only for package @knxcloud/lowcode-utils
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@knxcloud/lowcode-utils",
"main": "./lib/index.js",
"module": "./es/index.js",
"version": "1.4.6",
"version": "1.4.7",
"files": [
"es",
"lib"
Expand Down
11 changes: 11 additions & 0 deletions packages/vue-renderer/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.4.7](https://github.com/KNXCloud/lowcode-engine-vue/compare/v1.4.6...v1.4.7) (2022-08-30)


### Bug Fixes

* **vue-renderer:** 修复数据源初始化无法正常设置值到 state 中 ([97f3b08](https://github.com/KNXCloud/lowcode-engine-vue/commit/97f3b08bf5fcb745ccc84bcb537a3170a53b3564))





## [1.4.6](https://github.com/KNXCloud/lowcode-engine-vue/compare/v1.4.5...v1.4.6) (2022-08-10)


Expand Down
2 changes: 1 addition & 1 deletion packages/vue-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"main": "./lib/index.js",
"module": "./es/index.js",
"unpkg": "./dist/vue-renderer.js",
"version": "1.4.6",
"version": "1.4.7",
"files": [
"es",
"lib",
Expand Down
11 changes: 11 additions & 0 deletions packages/vue-simulator-renderer/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.4.7](https://github.com/KNXCloud/lowcode-engine-vue/compare/v1.4.6...v1.4.7) (2022-08-30)


### Features

* **vue-simulator-renderer:** slot 组件自动撑满父级容器高度 ([87dd933](https://github.com/KNXCloud/lowcode-engine-vue/commit/87dd933f1144481403cff0ecc1b96a470ba0a4de))





## [1.4.6](https://github.com/KNXCloud/lowcode-engine-vue/compare/v1.4.5...v1.4.6) (2022-08-10)


Expand Down
6 changes: 3 additions & 3 deletions packages/vue-simulator-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"main": "./lib/index.js",
"module": "./es/index.js",
"unpkg": "./dist/vue-simulator-renderer.js",
"version": "1.4.6",
"version": "1.4.7",
"files": [
"es",
"lib",
Expand All @@ -19,8 +19,8 @@
"homepage": "https://unpkg.com/@knxcloud/[email protected]/build/index.html",
"dependencies": {
"@alilc/lowcode-types": "^1.0.13",
"@knxcloud/lowcode-utils": "^1.4.6",
"@knxcloud/lowcode-vue-renderer": "^1.4.6",
"@knxcloud/lowcode-utils": "^1.4.7",
"@knxcloud/lowcode-vue-renderer": "^1.4.7",
"vue-router": "^4.1.5"
},
"devDependencies": {
Expand Down

0 comments on commit c8a33be

Please sign in to comment.