Skip to content

Commit 1cc3af5

Browse files
author
knight.chen
committed
chore(release): publish 1.0.2
1 parent a6f8b7b commit 1cc3af5

File tree

8 files changed

+38
-6
lines changed

8 files changed

+38
-6
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.0.2](https://github.com/KNXCloud/lowcode-engine-vue/compare/v1.0.1...v1.0.2) (2022-06-15)
7+
8+
**Note:** Version bump only for package lowcode-engine-vue
9+
10+
11+
12+
13+
614
## 1.0.1 (2022-06-15)
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.0.1",
2+
"version": "1.0.2",
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.0.2](https://github.com/KNXCloud/lowcode-engine-vue/compare/v1.0.1...v1.0.2) (2022-06-15)
7+
8+
**Note:** Version bump only for package @knxcloud/lowcode-utils
9+
10+
11+
12+
13+
614
## 1.0.1 (2022-06-15)
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.0.1",
5+
"version": "1.0.2",
66
"files": [
77
"es",
88
"lib"

packages/vue-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.0.2](https://github.com/KNXCloud/lowcode-engine-vue/compare/v1.0.1...v1.0.2) (2022-06-15)
7+
8+
**Note:** Version bump only for package @knxcloud/lowcode-vue-renderer
9+
10+
11+
12+
13+
614
## 1.0.1 (2022-06-15)
715

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

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": "./es/vue-renderer.js",
6-
"version": "1.0.1",
6+
"version": "1.0.2",
77
"files": [
88
"es",
99
"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.0.2](https://github.com/KNXCloud/lowcode-engine-vue/compare/v1.0.1...v1.0.2) (2022-06-15)
7+
8+
**Note:** Version bump only for package @knxcloud/lowcode-vue-simulator-renderer
9+
10+
11+
12+
13+
614
## 1.0.1 (2022-06-15)
715

816
**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.0.1",
6+
"version": "1.0.2",
77
"files": [
88
"es",
99
"lib",
@@ -19,8 +19,8 @@
1919
"dependencies": {
2020
"@alilc/lowcode-types": "^1.0.9",
2121
"@alilc/lowcode-utils": "^1.0.9",
22-
"@knxcloud/lowcode-utils": "^1.0.1",
23-
"@knxcloud/lowcode-vue-renderer": "^1.0.1",
22+
"@knxcloud/lowcode-utils": "^1.0.2",
23+
"@knxcloud/lowcode-vue-renderer": "^1.0.2",
2424
"vue-router": "^4.0.15"
2525
},
2626
"devDependencies": {

0 commit comments

Comments
 (0)