Skip to content

Commit

Permalink
Merge pull request #709 from galacean/docs/changelog-2.0.7
Browse files Browse the repository at this point in the history
docs: changelog 2.0.7
  • Loading branch information
yiiqii authored Oct 30, 2024
2 parents 17ae4b2 + 7ddfb51 commit 6734dcb
Show file tree
Hide file tree
Showing 15 changed files with 32 additions and 14 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@

---

## 2.0.7

`2024-10-30`

- Fix: 修复 Spine 元素遮罩问题。[#706](https://github.com/galacean/effects-runtime/pull/706) @RGCHN
- Fix: 移除 Player 类中关于渲染错误队列的无用代码。[#664](https://github.com/galacean/effects-runtime/pull/664) @Sruimeng

## 2.0.6

`2024-09-13`
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@

---

## 2.0.7

`2024-10-30`

- Fix: Resolve the Spine element masking issue. [#706](https://github.com/galacean/effects-runtime/pull/706) @RGCHN
- Fix: Remove unused code related to the render error queue in the Player class. [#664](https://github.com/galacean/effects-runtime/pull/664) @Sruimeng

## 2.0.6

`2024-09-13`
Expand Down
2 changes: 1 addition & 1 deletion packages/effects-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@galacean/effects-core",
"version": "2.0.6",
"version": "2.0.7",
"description": "Galacean Effects runtime core for the web",
"module": "./dist/index.mjs",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/effects-helper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@galacean/effects-helper",
"version": "2.0.6",
"version": "2.0.7",
"description": "Galacean Effects runtime helper for the web",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/effects-threejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@galacean/effects-threejs",
"version": "2.0.6",
"version": "2.0.7",
"description": "Galacean Effects runtime threejs plugin for the web",
"module": "./dist/index.mjs",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/effects-webgl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@galacean/effects-webgl",
"version": "2.0.6",
"version": "2.0.7",
"description": "Galacean Effects runtime webgl for the web",
"types": "./dist/index.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/effects/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@galacean/effects",
"version": "2.0.6",
"version": "2.0.7",
"description": "Galacean Effects runtime player for the web",
"module": "./dist/index.mjs",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion plugin-packages/alipay-downgrade/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@galacean/effects-plugin-alipay-downgrade",
"version": "2.0.6",
"version": "2.0.7",
"description": "Galacean Effects player downgrade plugin for Alipay",
"module": "./dist/index.mjs",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion plugin-packages/downgrade/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@galacean/effects-plugin-downgrade",
"version": "2.0.6",
"version": "2.0.7",
"description": "Galacean Effects player downgrade plugin",
"module": "./dist/index.mjs",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion plugin-packages/editor-gizmo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@galacean/effects-plugin-editor-gizmo",
"version": "2.0.6",
"version": "2.0.7",
"description": "Galacean Effects player editor gizmo plugin",
"module": "./dist/index.mjs",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion plugin-packages/model/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@galacean/effects-plugin-model",
"version": "2.0.6",
"version": "2.0.7",
"description": "Galacean Effects player model plugin",
"module": "./dist/index.mjs",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion plugin-packages/orientation-transformer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@galacean/effects-plugin-orientation-transformer",
"version": "2.0.6",
"version": "2.0.7",
"description": "Galacean Effects player orientation transformer plugin",
"module": "./dist/index.mjs",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion plugin-packages/spine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@galacean/effects-plugin-spine",
"version": "2.0.6",
"version": "2.0.7",
"description": "Galacean Effects player spine plugin",
"module": "./dist/index.mjs",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion plugin-packages/stats/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@galacean/effects-plugin-stats",
"version": "2.0.6",
"version": "2.0.7",
"description": "Galacean Effects runtime stats for the web",
"module": "./dist/index.mjs",
"main": "./dist/index.js",
Expand Down
8 changes: 6 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6734dcb

Please sign in to comment.