Skip to content

Commit 2a2c2ef

Browse files
[SRP] Bump package version to 13.2.0 (#6049)
* ump package version to 12.2.0 * Update CHANGELOG.md
1 parent f128770 commit 2a2c2ef

File tree

6 files changed

+14
-4
lines changed

6 files changed

+14
-4
lines changed

com.unity.template-hd/Packages/com.unity.template.hd/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project template will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [13.2.0] - 2021-18-10
8+
9+
Version Updated
10+
The version number for this package has increased due to a version update of a related graphics package.
11+
712
## [13.1.0] - 2021-09-28
813

914
### Changed

com.unity.template-hd/Packages/com.unity.template.hd/ValidationExceptions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"ErrorExceptions": [
33
{
44
"ValidationTest": "Primed Library Validation",
5-
"PackageVersion": "13.1.0"
5+
"PackageVersion": "13.2.0"
66
}
77
],
88
"WarningExceptions": []

com.unity.template-hd/Packages/com.unity.template.hd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.unity.template.hd",
33
"displayName": "High Definition RP",
4-
"version": "13.1.0",
4+
"version": "13.2.0",
55
"type": "template",
66
"host": "hub",
77
"unity": "2022.1",

com.unity.template-universal/Packages/com.unity.template.universal/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project template will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [13.2.0] - 2021-18-10
8+
9+
Version Updated
10+
The version number for this package has increased due to a version update of a related graphics package.
11+
712
## [13.1.0] - 2021-09-28
813

914
### Changed

com.unity.template-universal/Packages/com.unity.template.universal/ValidationExceptions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"ErrorExceptions": [
33
{
44
"ValidationTest": "Primed Library Validation",
5-
"PackageVersion": "13.1.0"
5+
"PackageVersion": "13.2.0"
66
}
77
],
88
"WarningExceptions": []

com.unity.template-universal/Packages/com.unity.template.universal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.unity.template.universal",
33
"displayName": "Universal Render Pipeline",
4-
"version": "13.1.0",
4+
"version": "13.2.0",
55
"type": "template",
66
"unity": "2022.1",
77
"host": "hub",

0 commit comments

Comments
 (0)