Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
## [1.2.0-pre.6] - 2023-12-13

### Changed

* Promotion preparation
  • Loading branch information
Unity Technologies committed Dec 13, 2023
1 parent 0fac43a commit c7c53db
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ uid: unity-physics-changelog

# Changelog

## [1.2.0-pre.6] - 2023-12-13

### Changed

* Promotion preparation


## [1.2.0-pre.4] - 2023-11-28

### Changed
Expand Down
2 changes: 1 addition & 1 deletion ValidationExceptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"ErrorExceptions": [
{
"ValidationTest": "API Validation",
"PackageVersion": "1.2.0-pre.4"
"PackageVersion": "1.2.0-pre.6"
}
],
"WarningExceptions": []
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"com.unity.burst": "1.8.10",
"com.unity.collections": "2.4.0-pre.2",
"com.unity.entities": "1.2.0-pre.4",
"com.unity.entities": "1.2.0-pre.6",
"com.unity.mathematics": "1.3.1",
"com.unity.test-framework": "1.3.8",
"com.unity.modules.imgui": "1.0.0",
Expand All @@ -18,7 +18,7 @@
"name": "com.unity.physics",
"unity": "2022.3",
"unityRelease": "11f1",
"version": "1.2.0-pre.4",
"version": "1.2.0-pre.6",
"samples": [
{
"displayName": "Custom Physics Authoring",
Expand All @@ -28,15 +28,15 @@
}
],
"_upm": {
"changelog": "### Changed\n\n* Updated Burst dependency to 1.8.10"
"changelog": "### Changed\n\n* Promotion preparation"
},
"upmCi": {
"footprint": "be3834d960450613a4a8af0b035a9bd11b40bf37"
"footprint": "318b4ede24b3aa734131816c8d3c117bdfc48c85"
},
"documentationUrl": "https://docs.unity3d.com/Packages/[email protected]/manual/index.html",
"repository": {
"url": "https://github.cds.internal.unity3d.com/unity/dots.git",
"type": "git",
"revision": "38c44b22a14cc4a35bc1b7a2f5ab1846208176d5"
"revision": "c2136868e2bfbe78d7c68475d8ced6c623b4cb6d"
}
}

0 comments on commit c7c53db

Please sign in to comment.