Skip to content

Commit

Permalink
chore(release): publish 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
knight.chen committed Oct 3, 2022
1 parent 5d02fda commit aac2554
Show file tree
Hide file tree
Showing 10 changed files with 63 additions and 8 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.5.2](https://github.com/KNXCloud/lowcode-engine-vue/compare/v1.5.1...v1.5.2) (2022-10-03)


### Bug Fixes

* 优化类型声明以支持 Vite ([5d02fda](https://github.com/KNXCloud/lowcode-engine-vue/commit/5d02fdadf04b7eced15fe836b1a39295f41f0695))





## [1.5.1](https://github.com/KNXCloud/lowcode-engine-vue/compare/v1.5.0...v1.5.1) (2022-09-29)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.5.1",
"version": "1.5.2",
"npmClient": "pnpm",
"useWorkspaces": true,
"packages": ["packages/*"],
Expand Down
11 changes: 11 additions & 0 deletions packages/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.5.2](https://github.com/KNXCloud/lowcode-engine-vue/compare/v1.5.1...v1.5.2) (2022-10-03)


### Bug Fixes

* 优化类型声明以支持 Vite ([5d02fda](https://github.com/KNXCloud/lowcode-engine-vue/commit/5d02fdadf04b7eced15fe836b1a39295f41f0695))





# [1.5.0](https://github.com/KNXCloud/lowcode-engine-vue/compare/v1.4.7...v1.5.0) (2022-09-29)

**Note:** Version bump only for package @knxcloud/lowcode-hooks
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@knxcloud/lowcode-hooks",
"version": "1.5.0",
"version": "1.5.2",
"main": "lib/index.js",
"module": "es/index.js",
"typings": "es/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.5.2](https://github.com/KNXCloud/lowcode-engine-vue/compare/v1.5.1...v1.5.2) (2022-10-03)


### Bug Fixes

* 优化类型声明以支持 Vite ([5d02fda](https://github.com/KNXCloud/lowcode-engine-vue/commit/5d02fdadf04b7eced15fe836b1a39295f41f0695))





# [1.5.0](https://github.com/KNXCloud/lowcode-engine-vue/compare/v1.4.7...v1.5.0) (2022-09-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@knxcloud/lowcode-utils",
"main": "./lib/index.js",
"module": "./es/index.js",
"version": "1.5.0",
"version": "1.5.2",
"files": [
"es",
"lib"
Expand Down
11 changes: 11 additions & 0 deletions packages/vue-renderer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.5.2](https://github.com/KNXCloud/lowcode-engine-vue/compare/v1.5.1...v1.5.2) (2022-10-03)


### Bug Fixes

* 优化类型声明以支持 Vite ([5d02fda](https://github.com/KNXCloud/lowcode-engine-vue/commit/5d02fdadf04b7eced15fe836b1a39295f41f0695))





# [1.5.0](https://github.com/KNXCloud/lowcode-engine-vue/compare/v1.4.7...v1.5.0) (2022-09-29)


Expand Down
4 changes: 2 additions & 2 deletions packages/vue-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"main": "./lib/index.js",
"module": "./es/index.js",
"unpkg": "./dist/vue-renderer.js",
"version": "1.5.0",
"version": "1.5.2",
"files": [
"es",
"lib",
Expand All @@ -18,7 +18,7 @@
"homepage": "https://unpkg.com/@knxcloud/[email protected]/build/index.html",
"dependencies": {
"@alilc/lowcode-types": "^1.0.14",
"@knxcloud/lowcode-hooks": "^1.5.0",
"@knxcloud/lowcode-hooks": "^1.5.2",
"intl-messageformat": "^10.1.5",
"lodash-es": "^4.17.21"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/vue-simulator-renderer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.5.2](https://github.com/KNXCloud/lowcode-engine-vue/compare/v1.5.1...v1.5.2) (2022-10-03)


### Bug Fixes

* 优化类型声明以支持 Vite ([5d02fda](https://github.com/KNXCloud/lowcode-engine-vue/commit/5d02fdadf04b7eced15fe836b1a39295f41f0695))





## [1.5.1](https://github.com/KNXCloud/lowcode-engine-vue/compare/v1.5.0...v1.5.1) (2022-09-29)


Expand Down
6 changes: 3 additions & 3 deletions packages/vue-simulator-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"main": "./lib/index.js",
"module": "./es/index.js",
"unpkg": "./dist/vue-simulator-renderer.js",
"version": "1.5.1",
"version": "1.5.2",
"files": [
"es",
"lib",
Expand All @@ -19,8 +19,8 @@
"homepage": "https://unpkg.com/@knxcloud/[email protected]/build/index.html",
"dependencies": {
"@alilc/lowcode-types": "^1.0.14",
"@knxcloud/lowcode-utils": "^1.5.0",
"@knxcloud/lowcode-vue-renderer": "^1.5.0",
"@knxcloud/lowcode-utils": "^1.5.2",
"@knxcloud/lowcode-vue-renderer": "^1.5.2",
"vue-router": "^4.1.5"
},
"devDependencies": {
Expand Down

0 comments on commit aac2554

Please sign in to comment.