chore(editor): bump version to 1.0.1

This commit is contained in:
esengine
2025-10-16 15:08:22 +00:00
committed by github-actions[bot]
parent 14dc911e0a
commit f8539d7958
3 changed files with 9 additions and 5 deletions

2
package-lock.json generated
View File

@@ -17664,7 +17664,7 @@
}, },
"packages/editor-app": { "packages/editor-app": {
"name": "@esengine/editor-app", "name": "@esengine/editor-app",
"version": "1.0.0", "version": "1.0.1",
"dependencies": { "dependencies": {
"@esengine/ecs-framework": "file:../core", "@esengine/ecs-framework": "file:../core",
"@esengine/editor-core": "file:../editor-core", "@esengine/editor-core": "file:../editor-core",

View File

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

View File

@@ -1,6 +1,6 @@
{ {
"productName": "ECS Framework Editor", "productName": "ECS Framework Editor",
"version": "1.0.0", "version": "1.0.1",
"identifier": "com.esengine.editor", "identifier": "com.esengine.editor",
"build": { "build": {
"beforeDevCommand": "npm run dev", "beforeDevCommand": "npm run dev",
@@ -53,13 +53,17 @@
"assetProtocol": { "assetProtocol": {
"enable": true, "enable": true,
"scope": { "scope": {
"allow": ["**"] "allow": [
"**"
]
} }
}, },
"capabilities": [ "capabilities": [
{ {
"identifier": "main", "identifier": "main",
"windows": ["main"], "windows": [
"main"
],
"permissions": [ "permissions": [
"core:default", "core:default",
"shell:default", "shell:default",