Skip to content

Commit c045e11

Browse files
author
knight.chen
committed
chore(release): publish 1.4.6
1 parent d6dc41a commit c045e11

File tree

10 files changed

+57
-7
lines changed

10 files changed

+57
-7
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.4.6](https://github.com/KNXCloud/lowcode-engine-vue/compare/v1.4.5...v1.4.6) (2022-08-10)
7+
8+
9+
### Bug Fixes
10+
11+
* **vue-renderer:** 修复跨层级更新子组件时组件渲染异常 ([44bbabb](https://github.com/KNXCloud/lowcode-engine-vue/commit/44bbabbef9c7b945225a4a60031e479f6faf5b51))
12+
* **vue-simulator-renderer:** 修复移动画布组件位置导致的渲染错误 ([2fc636d](https://github.com/KNXCloud/lowcode-engine-vue/commit/2fc636d8521ecb15bef23c5c3ee2181c3cad42cd))
13+
14+
15+
16+
17+
618
## [1.4.5](https://github.com/KNXCloud/lowcode-engine-vue/compare/v1.4.4...v1.4.5) (2022-07-29)
719

820
**Note:** Version bump only for package lowcode-engine-vue

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.4.5",
2+
"version": "1.4.6",
33
"npmClient": "pnpm",
44
"useWorkspaces": true,
55
"packages": ["packages/*"],

packages/hooks/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.4.6](https://github.com/KNXCloud/lowcode-engine-vue/compare/v1.4.5...v1.4.6) (2022-08-10)
7+
8+
**Note:** Version bump only for package @knxcloud/lowcode-hooks
9+
10+
11+
12+
13+
614
## [1.4.3](https://github.com/KNXCloud/lowcode-engine-vue/compare/v1.4.2...v1.4.3) (2022-07-21)
715

816

packages/hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@knxcloud/lowcode-hooks",
3-
"version": "1.4.3",
3+
"version": "1.4.6",
44
"main": "lib/index.js",
55
"module": "es/index.js",
66
"typings": "es/index.d.ts",

packages/utils/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.4.6](https://github.com/KNXCloud/lowcode-engine-vue/compare/v1.4.5...v1.4.6) (2022-08-10)
7+
8+
**Note:** Version bump only for package @knxcloud/lowcode-utils
9+
10+
11+
12+
13+
614
## [1.4.5](https://github.com/KNXCloud/lowcode-engine-vue/compare/v1.4.4...v1.4.5) (2022-07-29)
715

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

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@knxcloud/lowcode-utils",
33
"main": "./lib/index.js",
44
"module": "./es/index.js",
5-
"version": "1.4.5",
5+
"version": "1.4.6",
66
"files": [
77
"es",
88
"lib"

packages/vue-renderer/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.4.6](https://github.com/KNXCloud/lowcode-engine-vue/compare/v1.4.5...v1.4.6) (2022-08-10)
7+
8+
9+
### Bug Fixes
10+
11+
* **vue-renderer:** 修复跨层级更新子组件时组件渲染异常 ([44bbabb](https://github.com/KNXCloud/lowcode-engine-vue/commit/44bbabbef9c7b945225a4a60031e479f6faf5b51))
12+
13+
14+
15+
16+
617
## [1.4.3](https://github.com/KNXCloud/lowcode-engine-vue/compare/v1.4.2...v1.4.3) (2022-07-21)
718

819

packages/vue-renderer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "./lib/index.js",
44
"module": "./es/index.js",
55
"unpkg": "./dist/vue-renderer.js",
6-
"version": "1.4.3",
6+
"version": "1.4.6",
77
"files": [
88
"es",
99
"lib",

packages/vue-simulator-renderer/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.4.6](https://github.com/KNXCloud/lowcode-engine-vue/compare/v1.4.5...v1.4.6) (2022-08-10)
7+
8+
9+
### Bug Fixes
10+
11+
* **vue-simulator-renderer:** 修复移动画布组件位置导致的渲染错误 ([2fc636d](https://github.com/KNXCloud/lowcode-engine-vue/commit/2fc636d8521ecb15bef23c5c3ee2181c3cad42cd))
12+
13+
14+
15+
16+
617
## [1.4.5](https://github.com/KNXCloud/lowcode-engine-vue/compare/v1.4.4...v1.4.5) (2022-07-29)
718

819
**Note:** Version bump only for package @knxcloud/lowcode-vue-simulator-renderer

packages/vue-simulator-renderer/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "./lib/index.js",
44
"module": "./es/index.js",
55
"unpkg": "./dist/vue-simulator-renderer.js",
6-
"version": "1.4.5",
6+
"version": "1.4.6",
77
"files": [
88
"es",
99
"lib",
@@ -19,8 +19,8 @@
1919
"homepage": "https://unpkg.com/@knxcloud/lowcode-vue-simulator-renderer@1.1.1/build/index.html",
2020
"dependencies": {
2121
"@alilc/lowcode-types": "^1.0.13",
22-
"@knxcloud/lowcode-utils": "^1.4.5",
23-
"@knxcloud/lowcode-vue-renderer": "^1.4.3",
22+
"@knxcloud/lowcode-utils": "^1.4.6",
23+
"@knxcloud/lowcode-vue-renderer": "^1.4.6",
2424
"vue-router": "^4.1.3"
2525
},
2626
"devDependencies": {

0 commit comments

Comments
 (0)