Skip to content

Commit d517bb5

Browse files
author
knight.chen
committed
chore(release): publish 1.5.1
1 parent 1e3db97 commit d517bb5

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

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.5.1](https://github.com/KNXCloud/lowcode-engine-vue/compare/v1.5.0...v1.5.1) (2022-09-29)
7+
8+
9+
### Bug Fixes
10+
11+
* **vue-simulator-renderer:** 修复 appHelper 为空时报错 ([1e3db97](https://github.com/KNXCloud/lowcode-engine-vue/commit/1e3db97237e7de2a2a466580a20b3d666826f6e1))
12+
13+
14+
15+
16+
617
# [1.5.0](https://github.com/KNXCloud/lowcode-engine-vue/compare/v1.4.7...v1.5.0) (2022-09-29)
718

819

lerna.json

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

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.5.1](https://github.com/KNXCloud/lowcode-engine-vue/compare/v1.5.0...v1.5.1) (2022-09-29)
7+
8+
9+
### Bug Fixes
10+
11+
* **vue-simulator-renderer:** 修复 appHelper 为空时报错 ([1e3db97](https://github.com/KNXCloud/lowcode-engine-vue/commit/1e3db97237e7de2a2a466580a20b3d666826f6e1))
12+
13+
14+
15+
16+
617
# [1.5.0](https://github.com/KNXCloud/lowcode-engine-vue/compare/v1.4.7...v1.5.0) (2022-09-29)
718

819

packages/vue-simulator-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-simulator-renderer.js",
6-
"version": "1.5.0",
6+
"version": "1.5.1",
77
"files": [
88
"es",
99
"lib",

0 commit comments

Comments
 (0)