Skip to content

Commit

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

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


### Bug Fixes

* **vue-renderer:** 修复当未在 state 中注册变量时, 数据源请求数据无法响应式 ([37598c4](https://github.com/KNXCloud/lowcode-engine-vue/commit/37598c43a5fb9e7bc6e7015128f14f6cd120abff))
* **vue-simulator-renderer:** 修复当组件根元素 teleport 时,无法正确获取组件 dom 实例 ([a41e658](https://github.com/KNXCloud/lowcode-engine-vue/commit/a41e65824869c8829895f71daeb00abe1fe21578))


### Features

* **utils:** 添加 buildUtils 工具方法 ([df37aab](https://github.com/KNXCloud/lowcode-engine-vue/commit/df37aab88daa01d8cbd617f1bf58895acd4cdc8e))
* **vue-renderer:** 导出 renderer 组件参数相关类型声明 ([101186f](https://github.com/KNXCloud/lowcode-engine-vue/commit/101186f8c7f66afe6417a6c4673b13532a3983e1))
* **vue-simulator-renderer:** 适配器支持设计器 dataHelper 参数 ([b3fa0db](https://github.com/KNXCloud/lowcode-engine-vue/commit/b3fa0db929cdd03376310f1e8cbdbd2e0d6d8582))





## [1.4.7](https://github.com/KNXCloud/lowcode-engine-vue/compare/v1.4.6...v1.4.7) (2022-08-30)


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.4.7",
"version": "1.5.0",
"npmClient": "pnpm",
"useWorkspaces": true,
"packages": ["packages/*"],
Expand Down
8 changes: 8 additions & 0 deletions packages/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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





## [1.4.6](https://github.com/KNXCloud/lowcode-engine-vue/compare/v1.4.5...v1.4.6) (2022-08-10)

**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.4.6",
"version": "1.5.0",
"main": "lib/index.js",
"module": "es/index.js",
"typings": "es/index.d.ts",
Expand Down
16 changes: 16 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* **vue-simulator-renderer:** 修复当组件根元素 teleport 时,无法正确获取组件 dom 实例 ([a41e658](https://github.com/KNXCloud/lowcode-engine-vue/commit/a41e65824869c8829895f71daeb00abe1fe21578))


### Features

* **utils:** 添加 buildUtils 工具方法 ([df37aab](https://github.com/KNXCloud/lowcode-engine-vue/commit/df37aab88daa01d8cbd617f1bf58895acd4cdc8e))





## [1.4.7](https://github.com/KNXCloud/lowcode-engine-vue/compare/v1.4.6...v1.4.7) (2022-08-30)

**Note:** Version bump only for package @knxcloud/lowcode-utils
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.4.7",
"version": "1.5.0",
"files": [
"es",
"lib"
Expand Down
16 changes: 16 additions & 0 deletions packages/vue-renderer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* **vue-renderer:** 修复当未在 state 中注册变量时, 数据源请求数据无法响应式 ([37598c4](https://github.com/KNXCloud/lowcode-engine-vue/commit/37598c43a5fb9e7bc6e7015128f14f6cd120abff))


### Features

* **vue-renderer:** 导出 renderer 组件参数相关类型声明 ([101186f](https://github.com/KNXCloud/lowcode-engine-vue/commit/101186f8c7f66afe6417a6c4673b13532a3983e1))





## [1.4.7](https://github.com/KNXCloud/lowcode-engine-vue/compare/v1.4.6...v1.4.7) (2022-08-30)


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.4.7",
"version": "1.5.0",
"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.4.6",
"@knxcloud/lowcode-hooks": "^1.5.0",
"intl-messageformat": "^10.1.5",
"lodash-es": "^4.17.21"
},
Expand Down
16 changes: 16 additions & 0 deletions packages/vue-simulator-renderer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* **vue-simulator-renderer:** 修复当组件根元素 teleport 时,无法正确获取组件 dom 实例 ([a41e658](https://github.com/KNXCloud/lowcode-engine-vue/commit/a41e65824869c8829895f71daeb00abe1fe21578))


### Features

* **vue-simulator-renderer:** 适配器支持设计器 dataHelper 参数 ([b3fa0db](https://github.com/KNXCloud/lowcode-engine-vue/commit/b3fa0db929cdd03376310f1e8cbdbd2e0d6d8582))





## [1.4.7](https://github.com/KNXCloud/lowcode-engine-vue/compare/v1.4.6...v1.4.7) (2022-08-30)


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.4.7",
"version": "1.5.0",
"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.4.7",
"@knxcloud/lowcode-vue-renderer": "^1.4.7",
"@knxcloud/lowcode-utils": "^1.5.0",
"@knxcloud/lowcode-vue-renderer": "^1.5.0",
"vue-router": "^4.1.5"
},
"devDependencies": {
Expand Down

0 comments on commit b006576

Please sign in to comment.