Skip to content

Commit 48b8d30

Browse files
author
knight.chen
committed
chore(release): publish 1.3.4
1 parent 531ee0e commit 48b8d30

4 files changed

Lines changed: 24 additions & 2 deletions

File tree

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.3.4](https://github.com/KNXCloud/lowcode-engine-vue/compare/v1.3.3...v1.3.4) (2022-07-03)
7+
8+
9+
### Bug Fixes
10+
11+
* **vue-simulator-renderer:** disable vue prod devtools ([531ee0e](https://github.com/KNXCloud/lowcode-engine-vue/commit/531ee0ec1b4aac96dace063f87f8c59cbc21d996))
12+
13+
14+
15+
16+
617
## [1.3.3](https://github.com/KNXCloud/lowcode-engine-vue/compare/v1.3.2...v1.3.3) (2022-07-03)
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.3.3",
2+
"version": "1.3.4",
33
"npmClient": "pnpm",
44
"useWorkspaces": true,
55
"packages": ["packages/*"],

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.3.4](https://github.com/KNXCloud/lowcode-engine-vue/compare/v1.3.3...v1.3.4) (2022-07-03)
7+
8+
9+
### Bug Fixes
10+
11+
* **vue-simulator-renderer:** disable vue prod devtools ([531ee0e](https://github.com/KNXCloud/lowcode-engine-vue/commit/531ee0ec1b4aac96dace063f87f8c59cbc21d996))
12+
13+
14+
15+
16+
617
## [1.3.3](https://github.com/KNXCloud/lowcode-engine-vue/compare/v1.3.2...v1.3.3) (2022-07-03)
718

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

packages/vue-simulator-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": "./dist/vue-simulator-renderer.js",
6-
"version": "1.3.3",
6+
"version": "1.3.4",
77
"files": [
88
"es",
99
"lib",

0 commit comments

Comments
 (0)