Skip to content

Commit

Permalink
chore(release): publish 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
knight.chen committed Sep 29, 2022
1 parent 1e3db97 commit d517bb5
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
11 changes: 11 additions & 0 deletions 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.5.1](https://github.com/KNXCloud/lowcode-engine-vue/compare/v1.5.0...v1.5.1) (2022-09-29)


### Bug Fixes

* **vue-simulator-renderer:** 修复 appHelper 为空时报错 ([1e3db97](https://github.com/KNXCloud/lowcode-engine-vue/commit/1e3db97237e7de2a2a466580a20b3d666826f6e1))





# [1.5.0](https://github.com/KNXCloud/lowcode-engine-vue/compare/v1.4.7...v1.5.0) (2022-09-29)


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.5.0",
"version": "1.5.1",
"npmClient": "pnpm",
"useWorkspaces": true,
"packages": ["packages/*"],
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.5.1](https://github.com/KNXCloud/lowcode-engine-vue/compare/v1.5.0...v1.5.1) (2022-09-29)


### Bug Fixes

* **vue-simulator-renderer:** 修复 appHelper 为空时报错 ([1e3db97](https://github.com/KNXCloud/lowcode-engine-vue/commit/1e3db97237e7de2a2a466580a20b3d666826f6e1))





# [1.5.0](https://github.com/KNXCloud/lowcode-engine-vue/compare/v1.4.7...v1.5.0) (2022-09-29)


Expand Down
2 changes: 1 addition & 1 deletion 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.5.0",
"version": "1.5.1",
"files": [
"es",
"lib",
Expand Down

0 comments on commit d517bb5

Please sign in to comment.