Skip to content

Commit aac2554

Browse files
author
knight.chen
committed
chore(release): publish 1.5.2
1 parent 5d02fda commit aac2554

File tree

10 files changed

+63
-8
lines changed

10 files changed

+63
-8
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.2](https://github.com/KNXCloud/lowcode-engine-vue/compare/v1.5.1...v1.5.2) (2022-10-03)
7+
8+
9+
### Bug Fixes
10+
11+
* 优化类型声明以支持 Vite ([5d02fda](https://github.com/KNXCloud/lowcode-engine-vue/commit/5d02fdadf04b7eced15fe836b1a39295f41f0695))
12+
13+
14+
15+
16+
617
## [1.5.1](https://github.com/KNXCloud/lowcode-engine-vue/compare/v1.5.0...v1.5.1) (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.1",
2+
"version": "1.5.2",
33
"npmClient": "pnpm",
44
"useWorkspaces": true,
55
"packages": ["packages/*"],

packages/hooks/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.2](https://github.com/KNXCloud/lowcode-engine-vue/compare/v1.5.1...v1.5.2) (2022-10-03)
7+
8+
9+
### Bug Fixes
10+
11+
* 优化类型声明以支持 Vite ([5d02fda](https://github.com/KNXCloud/lowcode-engine-vue/commit/5d02fdadf04b7eced15fe836b1a39295f41f0695))
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
**Note:** Version bump only for package @knxcloud/lowcode-hooks

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.5.0",
3+
"version": "1.5.2",
44
"main": "lib/index.js",
55
"module": "es/index.js",
66
"typings": "es/index.d.ts",

packages/utils/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.2](https://github.com/KNXCloud/lowcode-engine-vue/compare/v1.5.1...v1.5.2) (2022-10-03)
7+
8+
9+
### Bug Fixes
10+
11+
* 优化类型声明以支持 Vite ([5d02fda](https://github.com/KNXCloud/lowcode-engine-vue/commit/5d02fdadf04b7eced15fe836b1a39295f41f0695))
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/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.5.0",
5+
"version": "1.5.2",
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.5.2](https://github.com/KNXCloud/lowcode-engine-vue/compare/v1.5.1...v1.5.2) (2022-10-03)
7+
8+
9+
### Bug Fixes
10+
11+
* 优化类型声明以支持 Vite ([5d02fda](https://github.com/KNXCloud/lowcode-engine-vue/commit/5d02fdadf04b7eced15fe836b1a39295f41f0695))
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-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-renderer.js",
6-
"version": "1.5.0",
6+
"version": "1.5.2",
77
"files": [
88
"es",
99
"lib",
@@ -18,7 +18,7 @@
1818
"homepage": "https://unpkg.com/@knxcloud/[email protected]/build/index.html",
1919
"dependencies": {
2020
"@alilc/lowcode-types": "^1.0.14",
21-
"@knxcloud/lowcode-hooks": "^1.5.0",
21+
"@knxcloud/lowcode-hooks": "^1.5.2",
2222
"intl-messageformat": "^10.1.5",
2323
"lodash-es": "^4.17.21"
2424
},

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.2](https://github.com/KNXCloud/lowcode-engine-vue/compare/v1.5.1...v1.5.2) (2022-10-03)
7+
8+
9+
### Bug Fixes
10+
11+
* 优化类型声明以支持 Vite ([5d02fda](https://github.com/KNXCloud/lowcode-engine-vue/commit/5d02fdadf04b7eced15fe836b1a39295f41f0695))
12+
13+
14+
15+
16+
617
## [1.5.1](https://github.com/KNXCloud/lowcode-engine-vue/compare/v1.5.0...v1.5.1) (2022-09-29)
718

819

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.5.1",
6+
"version": "1.5.2",
77
"files": [
88
"es",
99
"lib",
@@ -19,8 +19,8 @@
1919
"homepage": "https://unpkg.com/@knxcloud/[email protected]/build/index.html",
2020
"dependencies": {
2121
"@alilc/lowcode-types": "^1.0.14",
22-
"@knxcloud/lowcode-utils": "^1.5.0",
23-
"@knxcloud/lowcode-vue-renderer": "^1.5.0",
22+
"@knxcloud/lowcode-utils": "^1.5.2",
23+
"@knxcloud/lowcode-vue-renderer": "^1.5.2",
2424
"vue-router": "^4.1.5"
2525
},
2626
"devDependencies": {

0 commit comments

Comments
 (0)