Skip to content

Commit 4b5d8a4

Browse files
author
knight.chen
committed
chore(release): publish 1.0.1
1 parent 8b2b589 commit 4b5d8a4

8 files changed

Lines changed: 38 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 1.0.1 (2022-06-15)
7+
8+
**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.0",
2+
"version": "1.0.1",
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
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 1.0.1 (2022-06-15)
7+
8+
**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": "0.0.0",
5+
"version": "1.0.1",
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
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 1.0.1 (2022-06-15)
7+
8+
**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": "0.0.0",
6+
"version": "1.0.1",
77
"files": [
88
"es",
99
"lib",
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 1.0.1 (2022-06-15)
7+
8+
**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": "0.0.0",
6+
"version": "1.0.1",
77
"files": [
88
"es",
99
"lib",
@@ -17,10 +17,10 @@
1717
},
1818
"homepage": "https://unpkg.com/@knxcloud/lowcode-vue-simulator-renderer@1.0.0/build/index.html",
1919
"dependencies": {
20-
"@knxcloud/lowcode-utils": "^0.0.0",
21-
"@knxcloud/lowcode-vue-renderer": "^0.0.0",
2220
"@alilc/lowcode-types": "^1.0.9",
2321
"@alilc/lowcode-utils": "^1.0.9",
22+
"@knxcloud/lowcode-utils": "^1.0.1",
23+
"@knxcloud/lowcode-vue-renderer": "^1.0.1",
2424
"vue-router": "^4.0.15"
2525
},
2626
"devDependencies": {

0 commit comments

Comments
 (0)