From c78edc5516dcd141c439c66ff4423f9c49e2d46a Mon Sep 17 00:00:00 2001 From: yiiqii Date: Fri, 3 Jan 2025 15:05:45 +0800 Subject: [PATCH] docs: changelog 2.2.1 --- CHANGELOG-zh_CN.md | 7 +++++++ CHANGELOG.md | 7 +++++++ 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, 28 insertions(+), 14 deletions(-) diff --git a/CHANGELOG-zh_CN.md b/CHANGELOG-zh_CN.md index a62d26e8..aa30e488 100644 --- a/CHANGELOG-zh_CN.md +++ b/CHANGELOG-zh_CN.md @@ -8,6 +8,13 @@ --- +## 2.2.1 + +`2025-01-03` + +- Fix: 修复安卓机富文本字重问题。[#824](https://github.com/galacean/effects-runtime/pull/824) @Sruimeng +- Fix: bounding box offset. [#822](https://github.com/galacean/effects-runtime/pull/822) @wumaolinmaoan + ## 2.2.0 `2024-12-31` diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d2617fb..64c88452 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ --- +## 2.2.1 + +`2025-01-03` + +- Fix: Resolved the issue of bold font in rich text on Android devices. [#824](https://github.com/galacean/effects-runtime/pull/824) @Sruimeng +- Fix: bounding box offset. [#822](https://github.com/galacean/effects-runtime/pull/822) @wumaolinmaoan + ## 2.2.0 `2024-12-31` diff --git a/packages/effects-core/package.json b/packages/effects-core/package.json index 9aba1407..2fc7b4cb 100644 --- a/packages/effects-core/package.json +++ b/packages/effects-core/package.json @@ -1,6 +1,6 @@ { "name": "@galacean/effects-core", - "version": "2.2.0", + "version": "2.2.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 da2b091a..dc28a7ca 100644 --- a/packages/effects-helper/package.json +++ b/packages/effects-helper/package.json @@ -1,6 +1,6 @@ { "name": "@galacean/effects-helper", - "version": "2.2.0", + "version": "2.2.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 2c81f6d9..b08d0f38 100644 --- a/packages/effects-threejs/package.json +++ b/packages/effects-threejs/package.json @@ -1,6 +1,6 @@ { "name": "@galacean/effects-threejs", - "version": "2.2.0", + "version": "2.2.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 48aaa1b8..4e58b52b 100644 --- a/packages/effects-webgl/package.json +++ b/packages/effects-webgl/package.json @@ -1,6 +1,6 @@ { "name": "@galacean/effects-webgl", - "version": "2.2.0", + "version": "2.2.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 eaabf1c6..655e8694 100644 --- a/packages/effects/package.json +++ b/packages/effects/package.json @@ -1,6 +1,6 @@ { "name": "@galacean/effects", - "version": "2.2.0", + "version": "2.2.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 01376490..026c0b92 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.2.0", + "version": "2.2.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 07a863ae..cc337a18 100644 --- a/plugin-packages/downgrade/package.json +++ b/plugin-packages/downgrade/package.json @@ -1,6 +1,6 @@ { "name": "@galacean/effects-plugin-downgrade", - "version": "2.2.0", + "version": "2.2.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 a88e65d0..1e259934 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.2.0", + "version": "2.2.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 8df95627..2ddd7506 100644 --- a/plugin-packages/model/package.json +++ b/plugin-packages/model/package.json @@ -1,6 +1,6 @@ { "name": "@galacean/effects-plugin-model", - "version": "2.2.0", + "version": "2.2.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 9862a9be..7ad1a4db 100644 --- a/plugin-packages/multimedia/package.json +++ b/plugin-packages/multimedia/package.json @@ -1,6 +1,6 @@ { "name": "@galacean/effects-plugin-multimedia", - "version": "2.2.0", + "version": "2.2.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 c0945ae8..6518261d 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.2.0", + "version": "2.2.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 fe818434..a2e05df1 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.2.0", + "version": "2.2.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 3f1ea933..c52910c3 100644 --- a/plugin-packages/spine/package.json +++ b/plugin-packages/spine/package.json @@ -1,6 +1,6 @@ { "name": "@galacean/effects-plugin-spine", - "version": "2.2.0", + "version": "2.2.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 1137109f..8eb04228 100644 --- a/plugin-packages/stats/package.json +++ b/plugin-packages/stats/package.json @@ -1,6 +1,6 @@ { "name": "@galacean/effects-plugin-stats", - "version": "2.2.0", + "version": "2.2.1", "description": "Galacean Effects runtime stats for the web", "module": "./dist/index.mjs", "main": "./dist/index.js",