Skip to content

Commit

Permalink
Version update 7.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Babylon.js Platform committed Apr 18, 2024
1 parent adc07ff commit 99b2dfa
Show file tree
Hide file tree
Showing 35 changed files with 195 additions and 159 deletions.
32 changes: 31 additions & 1 deletion .build/changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,36 @@
{
"fromTag": "7.2.3",
"fromTag": "7.3.0",
"changelog": {
"7.3.1": [
{
"pr": "15005",
"title": "Fix unpack for webgpu",
"description": null,
"author": {
"name": "deltakosh",
"url": "https://github.com/deltakosh"
},
"files": [
"packages/dev/core/src/Engines/webgpuEngine.ts"
],
"tags": [
"skip changelog"
]
},
{
"pr": "15004",
"title": "Fix material helper AbstractEngine type",
"description": "I encountered a type error after upgrading to 7.2.3. After digging in a little, I saw it was a quick fix from a miss in https://github.com/BabylonJS/Babylon.js/pull/14931.",
"author": {
"name": "kinetifex",
"url": "https://github.com/kinetifex"
},
"files": [
"packages/dev/core/src/Materials/materialHelper.ts"
],
"tags": []
}
],
"7.3.0": [
{
"pr": "15001",
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

## 7.3.1

### Core

- Fix material helper AbstractEngine type - by [kinetifex](https://github.com/kinetifex) ([#15004](https://github.com/BabylonJS/Babylon.js/pull/15004))

## 7.3.0

### Core
Expand Down

0 comments on commit 99b2dfa

Please sign in to comment.