fix(changeset): remove invalid changeset file (#425)

* refactor(node-editor): move to packages/devtools for standalone use

- Move @esengine/node-editor from packages/editor/plugins to packages/devtools
- Clean up dependencies: remove unused zustand, move react to peerDependencies
- Update pnpm-workspace.yaml to include packages/devtools/*
- Package is now standalone and can be used in Cocos/Laya plugins

* fix(changeset): remove node-editor from ignore list for publishing

* fix(changeset): remove invalid changeset file
This commit is contained in:
YHH
2026-01-03 00:30:30 +08:00
committed by GitHub
parent 7399e91a5b
commit 0e4b66aac4

View File

@@ -1,9 +0,0 @@
---
"@esengine/node-editor": patch
---
refactor: 移动到 packages/devtools 目录 | Move to packages/devtools directory
-@esengine/node-editor 从 packages/editor/plugins 移动到 packages/devtools | Move from packages/editor/plugins to packages/devtools
- 清理依赖:移除未使用的 zustand将 react 改为 peerDependencies | Clean dependencies: remove unused zustand, move react to peerDependencies
- 包现在是独立的,可用于 Cocos/Laya 插件 | Package is now standalone for use in Cocos/Laya plugins