diff --git a/CHANGELOG-zh_CN.md b/CHANGELOG-zh_CN.md index aa30e488..1f54b28f 100644 --- a/CHANGELOG-zh_CN.md +++ b/CHANGELOG-zh_CN.md @@ -8,6 +8,12 @@ --- +## 2.2.2 + +`2025-01-13` + +- Chore: add framebuffer creation failed error. [#836](https://github.com/galacean/effects-runtime/pull/836) @wumaolinmaoan + ## 2.2.1 `2025-01-03` diff --git a/CHANGELOG.md b/CHANGELOG.md index 64c88452..b19c6645 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ --- +## 2.2.2 + +`2025-01-13` + +- Chore: add framebuffer creation failed error. [#836](https://github.com/galacean/effects-runtime/pull/836) @wumaolinmaoan + ## 2.2.1 `2025-01-03` diff --git a/packages/effects-core/package.json b/packages/effects-core/package.json index 2fc7b4cb..d829f915 100644 --- a/packages/effects-core/package.json +++ b/packages/effects-core/package.json @@ -1,6 +1,6 @@ { "name": "@galacean/effects-core", - "version": "2.2.1", + "version": "2.2.2", "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 dc28a7ca..1f65d570 100644 --- a/packages/effects-helper/package.json +++ b/packages/effects-helper/package.json @@ -1,6 +1,6 @@ { "name": "@galacean/effects-helper", - "version": "2.2.1", + "version": "2.2.2", "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 b08d0f38..71100b2f 100644 --- a/packages/effects-threejs/package.json +++ b/packages/effects-threejs/package.json @@ -1,6 +1,6 @@ { "name": "@galacean/effects-threejs", - "version": "2.2.1", + "version": "2.2.2", "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 4e58b52b..8b549e0f 100644 --- a/packages/effects-webgl/package.json +++ b/packages/effects-webgl/package.json @@ -1,6 +1,6 @@ { "name": "@galacean/effects-webgl", - "version": "2.2.1", + "version": "2.2.2", "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 655e8694..9d2742e1 100644 --- a/packages/effects/package.json +++ b/packages/effects/package.json @@ -1,6 +1,6 @@ { "name": "@galacean/effects", - "version": "2.2.1", + "version": "2.2.2", "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 026c0b92..ee79a88a 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.1", + "version": "2.2.2", "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 cc337a18..5e467fb1 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.1", + "version": "2.2.2", "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 1e259934..446a078b 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.1", + "version": "2.2.2", "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 2ddd7506..bf2a9c47 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.1", + "version": "2.2.2", "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 7ad1a4db..d76d7f86 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.1", + "version": "2.2.2", "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 6518261d..4d15c515 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.1", + "version": "2.2.2", "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 a2e05df1..776de8ed 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.1", + "version": "2.2.2", "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 c52910c3..5909f523 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.1", + "version": "2.2.2", "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 8eb04228..41e8a8bb 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.1", + "version": "2.2.2", "description": "Galacean Effects runtime stats for the web", "module": "./dist/index.mjs", "main": "./dist/index.js",