chore: release packages (#343)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: YHH <359807859@qq.com>
This commit is contained in:
committed by
GitHub
parent
9327c1cef5
commit
ec72df7af5
@@ -1,11 +0,0 @@
|
|||||||
---
|
|
||||||
"@esengine/cli": minor
|
|
||||||
---
|
|
||||||
|
|
||||||
feat(cli): 添加 CLI 工具用于将 ECS 框架集成到现有项目
|
|
||||||
|
|
||||||
- 支持 Cocos Creator 2.x/3.x、LayaAir 3.x、Node.js 平台
|
|
||||||
- 自动检测项目类型
|
|
||||||
- 生成完整配置的 ECSManager(调试模式、远程调试、WebSocket URL)
|
|
||||||
- 自动安装依赖(支持 npm/yarn/pnpm)
|
|
||||||
- 针对不同平台生成正确的装饰器和生命周期方法
|
|
||||||
12
packages/tools/cli/CHANGELOG.md
Normal file
12
packages/tools/cli/CHANGELOG.md
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
# @esengine/cli
|
||||||
|
|
||||||
|
## 1.1.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- [#339](https://github.com/esengine/esengine/pull/339) [`c4f7a13`](https://github.com/esengine/esengine/commit/c4f7a13b74e523eb4257a883e2e35c7b329522d4) Thanks [@esengine](https://github.com/esengine)! - feat(cli): 添加 CLI 工具用于将 ECS 框架集成到现有项目
|
||||||
|
- 支持 Cocos Creator 2.x/3.x、LayaAir 3.x、Node.js 平台
|
||||||
|
- 自动检测项目类型
|
||||||
|
- 生成完整配置的 ECSManager(调试模式、远程调试、WebSocket URL)
|
||||||
|
- 自动安装依赖(支持 npm/yarn/pnpm)
|
||||||
|
- 针对不同平台生成正确的装饰器和生命周期方法
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@esengine/cli",
|
"name": "@esengine/cli",
|
||||||
"version": "1.0.0",
|
"version": "1.1.0",
|
||||||
"description": "CLI tool for adding ESEngine ECS framework to existing projects",
|
"description": "CLI tool for adding ESEngine ECS framework to existing projects",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user