chore: release v1.4.13

This commit is contained in:
GuoLei1990
2025-04-17 11:59:09 +08:00
parent d97ab13f05
commit 0de5aa7a6c
16 changed files with 16 additions and 16 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@galacean/engine-e2e",
"private": true,
"version": "1.4.12",
"version": "1.4.13",
"license": "MIT",
"scripts": {
"case": "vite serve .dev --config .dev/vite.config.js",

View File

@@ -1,6 +1,6 @@
{
"name": "@galacean/engine-root",
"version": "1.4.12",
"version": "1.4.13",
"packageManager": "pnpm@9.3.0",
"private": true,
"scripts": {

View File

@@ -1,6 +1,6 @@
{
"name": "@galacean/engine-core",
"version": "1.4.12",
"version": "1.4.13",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"

View File

@@ -1,6 +1,6 @@
{
"name": "@galacean/engine-design",
"version": "1.4.12",
"version": "1.4.13",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"

View File

@@ -1,6 +1,6 @@
{
"name": "@galacean/engine",
"version": "1.4.12",
"version": "1.4.13",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"

View File

@@ -1,6 +1,6 @@
{
"name": "@galacean/engine-loader",
"version": "1.4.12",
"version": "1.4.13",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"

View File

@@ -1,6 +1,6 @@
{
"name": "@galacean/engine-math",
"version": "1.4.12",
"version": "1.4.13",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"

View File

@@ -1,6 +1,6 @@
{
"name": "@galacean/engine-physics-lite",
"version": "1.4.12",
"version": "1.4.13",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"

View File

@@ -1,6 +1,6 @@
{
"name": "@galacean/engine-physics-physx",
"version": "1.4.12",
"version": "1.4.13",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"

View File

@@ -1,6 +1,6 @@
{
"name": "@galacean/engine-rhi-webgl",
"version": "1.4.12",
"version": "1.4.13",
"repository": {
"url": "https://github.com/galacean/engine.git"
},

View File

@@ -1,6 +1,6 @@
{
"name": "@galacean/engine-shaderlab",
"version": "1.4.12",
"version": "1.4.13",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"

View File

@@ -1,6 +1,6 @@
{
"name": "@galacean/engine-shader-shaderlab",
"version": "1.4.12",
"version": "1.4.13",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"

View File

@@ -1,6 +1,6 @@
{
"name": "@galacean/engine-ui",
"version": "1.4.12",
"version": "1.4.13",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"

View File

@@ -1,6 +1,6 @@
{
"name": "@galacean/engine-xr-webxr",
"version": "1.4.12",
"version": "1.4.13",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"

View File

@@ -1,6 +1,6 @@
{
"name": "@galacean/engine-xr",
"version": "1.4.12",
"version": "1.4.13",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"

View File

@@ -1,7 +1,7 @@
{
"name": "@galacean/engine-tests",
"private": true,
"version": "1.4.12",
"version": "1.4.13",
"license": "MIT",
"main": "dist/main.js",
"module": "dist/module.js",