Skip to content

Commit 590e93a

Browse files
author
knight.chen
committed
chore(release): publish 1.4.5
1 parent 91ba559 commit 590e93a

File tree

6 files changed

+28
-4
lines changed

6 files changed

+28
-4
lines changed

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.5](https://github.com/KNXCloud/lowcode-engine-vue/compare/v1.4.4...v1.4.5) (2022-07-29)
7+
8+
**Note:** Version bump only for package lowcode-engine-vue
9+
10+
11+
12+
13+
614
## [1.4.4](https://github.com/KNXCloud/lowcode-engine-vue/compare/v1.4.3...v1.4.4) (2022-07-21)
715

816
**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.4",
2+
"version": "1.4.5",
33
"npmClient": "pnpm",
44
"useWorkspaces": true,
55
"packages": ["packages/*"],

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.5](https://github.com/KNXCloud/lowcode-engine-vue/compare/v1.4.4...v1.4.5) (2022-07-29)
7+
8+
**Note:** Version bump only for package @knxcloud/lowcode-utils
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
**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.3",
5+
"version": "1.4.5",
66
"files": [
77
"es",
88
"lib"

packages/vue-simulator-renderer/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.5](https://github.com/KNXCloud/lowcode-engine-vue/compare/v1.4.4...v1.4.5) (2022-07-29)
7+
8+
**Note:** Version bump only for package @knxcloud/lowcode-vue-simulator-renderer
9+
10+
11+
12+
13+
614
## [1.4.4](https://github.com/KNXCloud/lowcode-engine-vue/compare/v1.4.3...v1.4.4) (2022-07-21)
715

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

packages/vue-simulator-renderer/package.json

Lines changed: 2 additions & 2 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.4",
6+
"version": "1.4.5",
77
"files": [
88
"es",
99
"lib",
@@ -19,7 +19,7 @@
1919
"homepage": "https://unpkg.com/@knxcloud/lowcode-vue-simulator-renderer@1.1.1/build/index.html",
2020
"dependencies": {
2121
"@alilc/lowcode-types": "^1.0.11",
22-
"@knxcloud/lowcode-utils": "^1.4.3",
22+
"@knxcloud/lowcode-utils": "^1.4.5",
2323
"@knxcloud/lowcode-vue-renderer": "^1.4.3",
2424
"vue-router": "^4.0.16"
2525
},

0 commit comments

Comments
 (0)