chore: release packages (#353)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
33e98b9a75
commit
67c06720c5
@@ -1,9 +0,0 @@
|
|||||||
---
|
|
||||||
"@esengine/cli": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
fix(cli): 修复 Cocos Creator 3.x 项目检测逻辑
|
|
||||||
|
|
||||||
- 优先检查 package.json 中的 creator.version 字段
|
|
||||||
- 添加 .creator 和 settings 目录检测
|
|
||||||
- 重构检测代码,提取通用辅助函数
|
|
||||||
@@ -1,5 +1,14 @@
|
|||||||
# @esengine/cli
|
# @esengine/cli
|
||||||
|
|
||||||
|
## 1.2.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#352](https://github.com/esengine/esengine/pull/352) [`33e98b9`](https://github.com/esengine/esengine/commit/33e98b9a750f9fe684c36f1937c1afa38da36315) Thanks [@esengine](https://github.com/esengine)! - fix(cli): 修复 Cocos Creator 3.x 项目检测逻辑
|
||||||
|
- 优先检查 package.json 中的 creator.version 字段
|
||||||
|
- 添加 .creator 和 settings 目录检测
|
||||||
|
- 重构检测代码,提取通用辅助函数
|
||||||
|
|
||||||
## 1.2.0
|
## 1.2.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@esengine/cli",
|
"name": "@esengine/cli",
|
||||||
"version": "1.2.0",
|
"version": "1.2.1",
|
||||||
"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