chore: release v1.5.6

This commit is contained in:
GuoLei1990
2025-05-28 22:27:12 +08:00
parent c568b4a6db
commit e5b7ccec04
16 changed files with 16 additions and 16 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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