Skip to content

Commit

Permalink
Version update 5.32.1
Browse files Browse the repository at this point in the history
Former-commit-id: 6a32cfe231335ec4aaeeb46f143a8ee1f040707d
  • Loading branch information
Babylon.js Platform committed Nov 10, 2022
1 parent 3e23fc5 commit 45fc2e4
Show file tree
Hide file tree
Showing 32 changed files with 236 additions and 211 deletions.
60 changes: 39 additions & 21 deletions .build/changelog.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,21 @@
{
"fromTag": "5.31.2",
"fromTag": "5.32.0",
"changelog": {
"5.31.2": [
{
"pr": "13211",
"title": "Two fixes for the public shared-ui package",
"description": null,
"author": {
"name": "RaananW",
"url": "https://github.com/RaananW"
},
"files": [
"packages/dev/sharedUiComponents/src/nodeGraphSystem/graphFrame.ts",
"packages/public/@babylonjs/shared-ui-components/package.json"
],
"tags": []
},
"5.32.1": [
{
"pr": "13210",
"title": "Expose engine on effect renderer",
"pr": "13227",
"title": "EffectRender: Fix culling state not reset properly",
"description": null,
"author": {
"name": "sebavan",
"url": "https://github.com/sebavan"
"name": "Popov72",
"url": "https://github.com/Popov72"
},
"files": [
"packages/dev/core/src/Materials/effectRenderer.ts"
],
"tags": [
"skip changelog"
"bug",
"rendering engine"
]
}
],
Expand Down Expand Up @@ -262,6 +249,37 @@
]
}
],
"5.31.2": [
{
"pr": "13211",
"title": "Two fixes for the public shared-ui package",
"description": null,
"author": {
"name": "RaananW",
"url": "https://github.com/RaananW"
},
"files": [
"packages/dev/sharedUiComponents/src/nodeGraphSystem/graphFrame.ts",
"packages/public/@babylonjs/shared-ui-components/package.json"
],
"tags": []
},
{
"pr": "13210",
"title": "Expose engine on effect renderer",
"description": null,
"author": {
"name": "sebavan",
"url": "https://github.com/sebavan"
},
"files": [
"packages/dev/core/src/Materials/effectRenderer.ts"
],
"tags": [
"skip changelog"
]
}
],
"5.31.1": [
{
"pr": "13208",
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 5.32.1

### Core

- EffectRender: Fix culling state not reset properly - [_Bug Fix_] by [Popov72](https://github.com/Popov72) ([#13227](https://github.com/BabylonJS/Babylon.js/pull/13227))

## 5.32.0

### Core
Expand Down

0 comments on commit 45fc2e4

Please sign in to comment.