发布1.1.6版本

This commit is contained in:
gongxh 2025-06-30 15:19:42 +08:00
parent 58abdfae52
commit 80ebeafcb9
2 changed files with 6 additions and 2 deletions

View File

@ -46,3 +46,7 @@
## 1.1.5 网络模块拆分
- 拆分网络模块,使用 `npm install kunpocc-net` 安装
* 仓库地址: https://github.com/Gongxh0901/kunpocc-net
## 1.1.6
- 修复UI模块自定义组件属性序列化错误

View File

@ -1,6 +1,6 @@
{
"name": "kunpocc",
"version": "1.1.5",
"version": "1.1.6",
"description": "基于creator3.0+的kunpocc库",
"main": "./dist/kunpocc.cjs",
"module": "./dist/kunpocc.mjs",