chore(editor): bump version to 1.0.4 (#192)

Co-authored-by: esengine <18465053+esengine@users.noreply.github.com>
Co-authored-by: YHH <359807859@qq.com>
This commit is contained in:
github-actions[bot]
2025-10-27 10:25:27 +08:00
committed by GitHub
parent dee0e0284a
commit 2f63034d9a
3 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View File

@@ -26058,7 +26058,7 @@
},
"packages/editor-app": {
"name": "@esengine/editor-app",
"version": "1.0.3",
"version": "1.0.4",
"dependencies": {
"@esengine/behavior-tree": "file:../behavior-tree",
"@esengine/ecs-framework": "file:../core",

View File

@@ -1,6 +1,6 @@
{
"name": "@esengine/editor-app",
"version": "1.0.3",
"version": "1.0.4",
"description": "ECS Framework Editor Application - Cross-platform desktop editor",
"type": "module",
"private": true,

View File

@@ -1,6 +1,6 @@
{
"productName": "ECS Framework Editor",
"version": "1.0.3",
"version": "1.0.4",
"identifier": "com.esengine.editor",
"build": {
"beforeDevCommand": "npm run dev",