Skip to content

Commit

Permalink
Version update 7.48.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Babylon.js Platform committed Feb 8, 2025
1 parent 36c4512 commit 1f6b80a
Show file tree
Hide file tree
Showing 38 changed files with 204 additions and 164 deletions.
39 changes: 37 additions & 2 deletions .build/changelog.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,41 @@
{
"fromTag": "7.48.0",
"fromTag": "7.48.1",
"changelog": {
"7.48.0": [],
"7.48.2": [
{
"pr": "16160",
"title": "Fix HDR irradiance filtering not rendering if scene not rendering yet",
"description": null,
"author": {
"name": "sebavan",
"url": "https://github.com/sebavan"
},
"files": [
"packages/dev/core/src/Materials/Textures/Filtering/hdrFiltering.ts",
"packages/dev/core/src/Materials/Textures/Filtering/hdrIrradianceFiltering.ts",
"packages/dev/core/src/Materials/effect.ts",
"packages/tools/tests/test/visualization/config.json"
],
"tags": [
"skip changelog"
]
},
{
"pr": "16158",
"title": "Fix tests after alpha changes",
"description": null,
"author": {
"name": "Popov72",
"url": "https://github.com/Popov72"
},
"files": [
"packages/tools/tests/test/visualization/config.json"
],
"tags": [
"skip changelog"
]
}
],
"7.48.1": [
{
"pr": "16154",
Expand Down Expand Up @@ -130,6 +164,7 @@
"tags": []
}
],
"7.48.0": [],
"7.47.3": [
{
"pr": "16148",
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 7.48.2

### Core


## 7.48.1

### Core
Expand Down
Loading

0 comments on commit 1f6b80a

Please sign in to comment.