From dd4798955daccdfd451f8705e448ec1ab1983e28 Mon Sep 17 00:00:00 2001 From: yiiqii Date: Tue, 26 Nov 2024 12:34:56 +0800 Subject: [PATCH] docs: changelog 2.1.1 --- CHANGELOG-zh_CN.md | 11 +++++++++++ CHANGELOG.md | 11 +++++++++++ packages/effects-core/package.json | 2 +- packages/effects-helper/package.json | 2 +- packages/effects-threejs/package.json | 2 +- packages/effects-webgl/package.json | 2 +- packages/effects/package.json | 2 +- plugin-packages/alipay-downgrade/package.json | 2 +- plugin-packages/downgrade/package.json | 2 +- plugin-packages/editor-gizmo/package.json | 2 +- plugin-packages/model/package.json | 2 +- plugin-packages/multimedia/package.json | 2 +- plugin-packages/orientation-transformer/package.json | 2 +- plugin-packages/rich-text/package.json | 2 +- plugin-packages/spine/package.json | 2 +- plugin-packages/stats/package.json | 2 +- 16 files changed, 36 insertions(+), 14 deletions(-) diff --git a/CHANGELOG-zh_CN.md b/CHANGELOG-zh_CN.md index 6c959914..5bedfda7 100644 --- a/CHANGELOG-zh_CN.md +++ b/CHANGELOG-zh_CN.md @@ -8,6 +8,17 @@ --- +## 2.1.1 + +`2024-11-26` + +- Fix: spine transform update. [#758](https://github.com/galacean/effects-runtime/pull/758) @wumaolinmaoan + - fix: interact mesh render error + - fix: shape data null check + - fix: composition not rendered when auto play false + - Fix: player auto play false rendering. [#759](https://github.com/galacean/effects-runtime/pull/759) @wumaolinmaoan +- Fix: time precision issues caused by floating point errors. [#757](https://github.com/galacean/effects-runtime/pull/757) @wumaolinmaoan + ## 2.1.0 `2024-11-20` diff --git a/CHANGELOG.md b/CHANGELOG.md index 13e0d87a..3f7c5339 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ --- +## 2.1.1 + +`2024-11-26` + +- Fix: spine transform update. [#758](https://github.com/galacean/effects-runtime/pull/758) @wumaolinmaoan + - fix: interact mesh render error + - fix: shape data null check + - fix: composition not rendered when auto play false + - Fix: player auto play false rendering. [#759](https://github.com/galacean/effects-runtime/pull/759) @wumaolinmaoan +- Fix: time precision issues caused by floating point errors. [#757](https://github.com/galacean/effects-runtime/pull/757) @wumaolinmaoan + ## 2.1.0 `2024-11-20` diff --git a/packages/effects-core/package.json b/packages/effects-core/package.json index 217ad2ef..f707384d 100644 --- a/packages/effects-core/package.json +++ b/packages/effects-core/package.json @@ -1,6 +1,6 @@ { "name": "@galacean/effects-core", - "version": "2.1.0", + "version": "2.1.1", "description": "Galacean Effects runtime core for the web", "module": "./dist/index.mjs", "main": "./dist/index.js", diff --git a/packages/effects-helper/package.json b/packages/effects-helper/package.json index 3ef1f9fd..55baf429 100644 --- a/packages/effects-helper/package.json +++ b/packages/effects-helper/package.json @@ -1,6 +1,6 @@ { "name": "@galacean/effects-helper", - "version": "2.1.0", + "version": "2.1.1", "description": "Galacean Effects runtime helper for the web", "module": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/packages/effects-threejs/package.json b/packages/effects-threejs/package.json index d5b52925..367a9214 100644 --- a/packages/effects-threejs/package.json +++ b/packages/effects-threejs/package.json @@ -1,6 +1,6 @@ { "name": "@galacean/effects-threejs", - "version": "2.1.0", + "version": "2.1.1", "description": "Galacean Effects runtime threejs plugin for the web", "module": "./dist/index.mjs", "main": "./dist/index.js", diff --git a/packages/effects-webgl/package.json b/packages/effects-webgl/package.json index 905dc8eb..c9d927ba 100644 --- a/packages/effects-webgl/package.json +++ b/packages/effects-webgl/package.json @@ -1,6 +1,6 @@ { "name": "@galacean/effects-webgl", - "version": "2.1.0", + "version": "2.1.1", "description": "Galacean Effects runtime webgl for the web", "types": "./dist/index.d.ts", "files": [ diff --git a/packages/effects/package.json b/packages/effects/package.json index 48aa1485..5ae4b1fd 100644 --- a/packages/effects/package.json +++ b/packages/effects/package.json @@ -1,6 +1,6 @@ { "name": "@galacean/effects", - "version": "2.1.0", + "version": "2.1.1", "description": "Galacean Effects runtime player for the web", "module": "./dist/index.mjs", "main": "./dist/index.js", diff --git a/plugin-packages/alipay-downgrade/package.json b/plugin-packages/alipay-downgrade/package.json index c6cc9b9b..1e1ebad5 100644 --- a/plugin-packages/alipay-downgrade/package.json +++ b/plugin-packages/alipay-downgrade/package.json @@ -1,6 +1,6 @@ { "name": "@galacean/effects-plugin-alipay-downgrade", - "version": "2.1.0", + "version": "2.1.1", "description": "Galacean Effects player downgrade plugin for Alipay", "module": "./dist/index.mjs", "main": "./dist/index.js", diff --git a/plugin-packages/downgrade/package.json b/plugin-packages/downgrade/package.json index 5676a169..6c762a46 100644 --- a/plugin-packages/downgrade/package.json +++ b/plugin-packages/downgrade/package.json @@ -1,6 +1,6 @@ { "name": "@galacean/effects-plugin-downgrade", - "version": "2.1.0", + "version": "2.1.1", "description": "Galacean Effects player downgrade plugin", "module": "./dist/index.mjs", "main": "./dist/index.js", diff --git a/plugin-packages/editor-gizmo/package.json b/plugin-packages/editor-gizmo/package.json index b92fca66..28e04a66 100644 --- a/plugin-packages/editor-gizmo/package.json +++ b/plugin-packages/editor-gizmo/package.json @@ -1,6 +1,6 @@ { "name": "@galacean/effects-plugin-editor-gizmo", - "version": "2.1.0", + "version": "2.1.1", "description": "Galacean Effects player editor gizmo plugin", "module": "./dist/index.mjs", "main": "./dist/index.js", diff --git a/plugin-packages/model/package.json b/plugin-packages/model/package.json index fb8664c5..2a712b29 100644 --- a/plugin-packages/model/package.json +++ b/plugin-packages/model/package.json @@ -1,6 +1,6 @@ { "name": "@galacean/effects-plugin-model", - "version": "2.1.0", + "version": "2.1.1", "description": "Galacean Effects player model plugin", "module": "./dist/index.mjs", "main": "./dist/index.js", diff --git a/plugin-packages/multimedia/package.json b/plugin-packages/multimedia/package.json index c91bacf5..bffaa613 100644 --- a/plugin-packages/multimedia/package.json +++ b/plugin-packages/multimedia/package.json @@ -1,6 +1,6 @@ { "name": "@galacean/effects-plugin-multimedia", - "version": "2.1.0", + "version": "2.1.1", "description": "Galacean Effects player multimedia plugin", "module": "./dist/index.mjs", "main": "./dist/index.js", diff --git a/plugin-packages/orientation-transformer/package.json b/plugin-packages/orientation-transformer/package.json index c4600361..09bc6bcb 100644 --- a/plugin-packages/orientation-transformer/package.json +++ b/plugin-packages/orientation-transformer/package.json @@ -1,6 +1,6 @@ { "name": "@galacean/effects-plugin-orientation-transformer", - "version": "2.1.0", + "version": "2.1.1", "description": "Galacean Effects player orientation transformer plugin", "module": "./dist/index.mjs", "main": "./dist/index.js", diff --git a/plugin-packages/rich-text/package.json b/plugin-packages/rich-text/package.json index 97ae2a37..3b11cb98 100644 --- a/plugin-packages/rich-text/package.json +++ b/plugin-packages/rich-text/package.json @@ -1,6 +1,6 @@ { "name": "@galacean/effects-plugin-rich-text", - "version": "2.1.0", + "version": "2.1.1", "description": "Galacean Effects player richtext plugin", "module": "./dist/index.mjs", "main": "./dist/index.js", diff --git a/plugin-packages/spine/package.json b/plugin-packages/spine/package.json index db26712c..930e3a75 100644 --- a/plugin-packages/spine/package.json +++ b/plugin-packages/spine/package.json @@ -1,6 +1,6 @@ { "name": "@galacean/effects-plugin-spine", - "version": "2.1.0", + "version": "2.1.1", "description": "Galacean Effects player spine plugin", "module": "./dist/index.mjs", "main": "./dist/index.js", diff --git a/plugin-packages/stats/package.json b/plugin-packages/stats/package.json index 0c1f4ecd..3a49f1f0 100644 --- a/plugin-packages/stats/package.json +++ b/plugin-packages/stats/package.json @@ -1,6 +1,6 @@ { "name": "@galacean/effects-plugin-stats", - "version": "2.1.0", + "version": "2.1.1", "description": "Galacean Effects runtime stats for the web", "module": "./dist/index.mjs", "main": "./dist/index.js",