diff --git a/com.unity.template-hd/Packages/com.unity.template.hd/CHANGELOG.md b/com.unity.template-hd/Packages/com.unity.template.hd/CHANGELOG.md index e8b3d5036ef..7cf15481e03 100644 --- a/com.unity.template-hd/Packages/com.unity.template.hd/CHANGELOG.md +++ b/com.unity.template-hd/Packages/com.unity.template.hd/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project template will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [13.2.0] - 2021-18-10 + +Version Updated +The version number for this package has increased due to a version update of a related graphics package. + ## [13.1.0] - 2021-09-28 ### Changed diff --git a/com.unity.template-hd/Packages/com.unity.template.hd/ValidationExceptions.json b/com.unity.template-hd/Packages/com.unity.template.hd/ValidationExceptions.json index b4bfdd557db..7a423f225b4 100644 --- a/com.unity.template-hd/Packages/com.unity.template.hd/ValidationExceptions.json +++ b/com.unity.template-hd/Packages/com.unity.template.hd/ValidationExceptions.json @@ -2,7 +2,7 @@ "ErrorExceptions": [ { "ValidationTest": "Primed Library Validation", - "PackageVersion": "13.1.0" + "PackageVersion": "13.2.0" } ], "WarningExceptions": [] diff --git a/com.unity.template-hd/Packages/com.unity.template.hd/package.json b/com.unity.template-hd/Packages/com.unity.template.hd/package.json index a0e82eaa187..5601a03fff4 100644 --- a/com.unity.template-hd/Packages/com.unity.template.hd/package.json +++ b/com.unity.template-hd/Packages/com.unity.template.hd/package.json @@ -1,7 +1,7 @@ { "name": "com.unity.template.hd", "displayName": "High Definition RP", - "version": "13.1.0", + "version": "13.2.0", "type": "template", "host": "hub", "unity": "2022.1", diff --git a/com.unity.template-universal/Packages/com.unity.template.universal/CHANGELOG.md b/com.unity.template-universal/Packages/com.unity.template.universal/CHANGELOG.md index 88dd18b3b70..c29fd2836ed 100644 --- a/com.unity.template-universal/Packages/com.unity.template.universal/CHANGELOG.md +++ b/com.unity.template-universal/Packages/com.unity.template.universal/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project template will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [13.2.0] - 2021-18-10 + +Version Updated +The version number for this package has increased due to a version update of a related graphics package. + ## [13.1.0] - 2021-09-28 ### Changed diff --git a/com.unity.template-universal/Packages/com.unity.template.universal/ValidationExceptions.json b/com.unity.template-universal/Packages/com.unity.template.universal/ValidationExceptions.json index b4bfdd557db..7a423f225b4 100644 --- a/com.unity.template-universal/Packages/com.unity.template.universal/ValidationExceptions.json +++ b/com.unity.template-universal/Packages/com.unity.template.universal/ValidationExceptions.json @@ -2,7 +2,7 @@ "ErrorExceptions": [ { "ValidationTest": "Primed Library Validation", - "PackageVersion": "13.1.0" + "PackageVersion": "13.2.0" } ], "WarningExceptions": [] diff --git a/com.unity.template-universal/Packages/com.unity.template.universal/package.json b/com.unity.template-universal/Packages/com.unity.template.universal/package.json index aadc71b3719..3fe419ed33d 100644 --- a/com.unity.template-universal/Packages/com.unity.template.universal/package.json +++ b/com.unity.template-universal/Packages/com.unity.template.universal/package.json @@ -1,7 +1,7 @@ { "name": "com.unity.template.universal", "displayName": "Universal Render Pipeline", - "version": "13.1.0", + "version": "13.2.0", "type": "template", "unity": "2022.1", "host": "hub",