From a4db3bc6438010bc626efd919e0182d3e80031c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Penavaire?= Date: Tue, 7 Dec 2021 16:03:09 +0100 Subject: [PATCH 1/2] Bump packages to 13.1.4 --- .yamato/_copycat.yml | 4 ++-- com.unity.render-pipelines.core/CHANGELOG.md | 5 +++++ com.unity.render-pipelines.core/package.json | 2 +- .../CHANGELOG.md | 5 +++++ .../package.json | 4 ++-- .../CHANGELOG.md | 5 +++++ .../package.json | 10 +++++----- com.unity.render-pipelines.universal/CHANGELOG.md | 5 +++++ .../ValidationExceptions.json | 4 ++-- com.unity.render-pipelines.universal/package.json | 6 +++--- com.unity.shadergraph/CHANGELOG.md | 5 +++++ com.unity.shadergraph/package.json | 4 ++-- com.unity.testing.graphics-performance/package.json | 2 +- com.unity.testing.visualeffectgraph/package.json | 4 ++-- com.unity.visualeffectgraph/CHANGELOG.md | 5 +++++ com.unity.visualeffectgraph/package.json | 6 +++--- 16 files changed, 53 insertions(+), 23 deletions(-) diff --git a/.yamato/_copycat.yml b/.yamato/_copycat.yml index 9011eb31026..7d6a902f2d9 100644 --- a/.yamato/_copycat.yml +++ b/.yamato/_copycat.yml @@ -9,7 +9,7 @@ nightly_katana_abv_validate: variables: MANIFEST: .copycat/graphics.json RELEASE_BRANCH: 2022.1/staging - SRP_VERSION: "13.1.3" + SRP_VERSION: "13.1.4" skip_checkout: true commands: - eval "$COPYCAT_1" @@ -31,7 +31,7 @@ vendor: variables: MANIFEST: .copycat/graphics.json RELEASE_BRANCH: 2022.1/staging - SRP_VERSION: "13.1.3" + SRP_VERSION: "13.1.4" skip_checkout: true commands: - eval "$COPYCAT_1" diff --git a/com.unity.render-pipelines.core/CHANGELOG.md b/com.unity.render-pipelines.core/CHANGELOG.md index 02727b2ad4f..c6a8029d705 100644 --- a/com.unity.render-pipelines.core/CHANGELOG.md +++ b/com.unity.render-pipelines.core/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this package 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.1.4] - 2021-12-04 + +Version Updated +The version number for this package has increased due to a version update of a related graphics package. + ## [13.1.3] - 2021-11-17 ### Fixed diff --git a/com.unity.render-pipelines.core/package.json b/com.unity.render-pipelines.core/package.json index 892c1ed34b0..7f7e6759f49 100644 --- a/com.unity.render-pipelines.core/package.json +++ b/com.unity.render-pipelines.core/package.json @@ -1,7 +1,7 @@ { "name": "com.unity.render-pipelines.core", "description": "SRP Core makes it easier to create or customize a Scriptable Render Pipeline (SRP). SRP Core contains reusable code, including boilerplate code for working with platform-specific graphics APIs, utility functions for common rendering operations, and shader libraries. The code in SRP Core is use by the High Definition Render Pipeline (HDRP) and Universal Render Pipeline (URP). If you are creating a custom SRP from scratch or customizing a prebuilt SRP, using SRP Core will save you time.", - "version": "13.1.3", + "version": "13.1.4", "unity": "2022.1", "displayName": "Core RP Library", "dependencies": { diff --git a/com.unity.render-pipelines.high-definition-config/CHANGELOG.md b/com.unity.render-pipelines.high-definition-config/CHANGELOG.md index 5dd969d11b8..d346a9f53e2 100644 --- a/com.unity.render-pipelines.high-definition-config/CHANGELOG.md +++ b/com.unity.render-pipelines.high-definition-config/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this package 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.1.4] - 2021-12-04 + +Version Updated +The version number for this package has increased due to a version update of a related graphics package. + ## [13.1.3] - 2021-11-17 Version Updated diff --git a/com.unity.render-pipelines.high-definition-config/package.json b/com.unity.render-pipelines.high-definition-config/package.json index 5c4de642d2f..4b70e6060b7 100644 --- a/com.unity.render-pipelines.high-definition-config/package.json +++ b/com.unity.render-pipelines.high-definition-config/package.json @@ -1,10 +1,10 @@ { "name": "com.unity.render-pipelines.high-definition-config", "description": "Configuration files for the High Definition Render Pipeline.", - "version": "13.1.3", + "version": "13.1.4", "unity": "2022.1", "displayName": "High Definition RP Config", "dependencies": { - "com.unity.render-pipelines.core": "13.1.3" + "com.unity.render-pipelines.core": "13.1.4" } } diff --git a/com.unity.render-pipelines.high-definition/CHANGELOG.md b/com.unity.render-pipelines.high-definition/CHANGELOG.md index 45427f3bdd9..28a53bdf567 100644 --- a/com.unity.render-pipelines.high-definition/CHANGELOG.md +++ b/com.unity.render-pipelines.high-definition/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this package 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.1.4] - 2021-12-07 + +Version Updated +The version number for this package has increased due to a version update of a related graphics package. + ## [13.1.3] - 2021-11-17 ### Fixed diff --git a/com.unity.render-pipelines.high-definition/package.json b/com.unity.render-pipelines.high-definition/package.json index 2ac0dea5dae..72e16fbca05 100644 --- a/com.unity.render-pipelines.high-definition/package.json +++ b/com.unity.render-pipelines.high-definition/package.json @@ -1,7 +1,7 @@ { "name": "com.unity.render-pipelines.high-definition", "description": "The High Definition Render Pipeline (HDRP) is a high-fidelity Scriptable Render Pipeline built by Unity to target modern (Compute Shader compatible) platforms. HDRP utilizes Physically-Based Lighting techniques, linear lighting, HDR lighting, and a configurable hybrid Tile/Cluster deferred/Forward lighting architecture and gives you the tools you need to create games, technical demos, animations, and more to a high graphical standard.", - "version": "13.1.3", + "version": "13.1.4", "unity": "2022.1", "displayName": "High Definition RP", "dependencies": { @@ -11,10 +11,10 @@ "com.unity.modules.animation": "1.0.0", "com.unity.modules.imageconversion": "1.0.0", "com.unity.modules.terrain": "1.0.0", - "com.unity.render-pipelines.core": "13.1.3", - "com.unity.shadergraph": "13.1.3", - "com.unity.visualeffectgraph": "13.1.3", - "com.unity.render-pipelines.high-definition-config": "13.1.3" + "com.unity.render-pipelines.core": "13.1.4", + "com.unity.shadergraph": "13.1.4", + "com.unity.visualeffectgraph": "13.1.4", + "com.unity.render-pipelines.high-definition-config": "13.1.4" }, "keywords": [ "graphics", diff --git a/com.unity.render-pipelines.universal/CHANGELOG.md b/com.unity.render-pipelines.universal/CHANGELOG.md index 4ba685fbd91..17889864fec 100644 --- a/com.unity.render-pipelines.universal/CHANGELOG.md +++ b/com.unity.render-pipelines.universal/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this package 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.1.4] - 2021-12-04 + +Version Updated +The version number for this package has increased due to a version update of a related graphics package. + ## [13.1.3] - 2021-11-17 ### Changed diff --git a/com.unity.render-pipelines.universal/ValidationExceptions.json b/com.unity.render-pipelines.universal/ValidationExceptions.json index 3ddfa11fdbe..94f9946e1ed 100644 --- a/com.unity.render-pipelines.universal/ValidationExceptions.json +++ b/com.unity.render-pipelines.universal/ValidationExceptions.json @@ -3,11 +3,11 @@ { "ValidationTest": "Package Lifecycle Validation", "ExceptionError": "Package com.unity.render-pipelines.universal@13.1.1 depends on package com.unity.burst@1.5.0 which is in an invalid track for release purposes. Release versions can only depend on Release versions.", - "PackageVersion": "13.1.3" + "PackageVersion": "13.1.4" }, { "ValidationTest": "API Updater Configuration Validation", - "PackageVersion": "13.1.3" + "PackageVersion": "13.1.4" } ] } diff --git a/com.unity.render-pipelines.universal/package.json b/com.unity.render-pipelines.universal/package.json index bd1c069d588..abd53cb6319 100644 --- a/com.unity.render-pipelines.universal/package.json +++ b/com.unity.render-pipelines.universal/package.json @@ -1,14 +1,14 @@ { "name": "com.unity.render-pipelines.universal", "description": "The Universal Render Pipeline (URP) is a prebuilt Scriptable Render Pipeline, made by Unity. URP provides artist-friendly workflows that let you quickly and easily create optimized graphics across a range of platforms, from mobile to high-end consoles and PCs.", - "version": "13.1.3", + "version": "13.1.4", "unity": "2022.1", "displayName": "Universal RP", "dependencies": { "com.unity.mathematics": "1.2.1", "com.unity.burst": "1.5.0", - "com.unity.render-pipelines.core": "13.1.3", - "com.unity.shadergraph": "13.1.3" + "com.unity.render-pipelines.core": "13.1.4", + "com.unity.shadergraph": "13.1.4" }, "keywords": [ "graphics", diff --git a/com.unity.shadergraph/CHANGELOG.md b/com.unity.shadergraph/CHANGELOG.md index 0edb5570537..0c13401f0c6 100644 --- a/com.unity.shadergraph/CHANGELOG.md +++ b/com.unity.shadergraph/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this package are 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.1.4] - 2021-12-04 + +Version Updated +The version number for this package has increased due to a version update of a related graphics package. + ## [13.1.3] - 2021-11-17 ### Fixed diff --git a/com.unity.shadergraph/package.json b/com.unity.shadergraph/package.json index 3f9edaaa876..c3db739489b 100644 --- a/com.unity.shadergraph/package.json +++ b/com.unity.shadergraph/package.json @@ -1,11 +1,11 @@ { "name": "com.unity.shadergraph", "description": "The Shader Graph package adds a visual Shader editing tool to Unity. You can use this tool to create Shaders in a visual way instead of writing code. Specific render pipelines can implement specific graph features. Currently, both the High Definition Rendering Pipeline and the Universal Rendering Pipeline support Shader Graph.", - "version": "13.1.3", + "version": "13.1.4", "unity": "2022.1", "displayName": "Shader Graph", "dependencies": { - "com.unity.render-pipelines.core": "13.1.3", + "com.unity.render-pipelines.core": "13.1.4", "com.unity.searcher": "4.9.1" }, "samples": [ diff --git a/com.unity.testing.graphics-performance/package.json b/com.unity.testing.graphics-performance/package.json index 9e83a76dfaa..3ae51ec4178 100644 --- a/com.unity.testing.graphics-performance/package.json +++ b/com.unity.testing.graphics-performance/package.json @@ -1,7 +1,7 @@ { "name": "com.unity.testing.graphics-performance", "displayName": "Performance Graphics Tests Framework", - "version": "13.1.3", + "version": "13.1.4", "unity": "2022.1", "unityRelease": "0a7", "description": "Provides performance framework helpers for writing tests for graphics code, such as test scene asset description, performance performance report and shader static analysis.", diff --git a/com.unity.testing.visualeffectgraph/package.json b/com.unity.testing.visualeffectgraph/package.json index 89c5ba083bd..35237aab078 100644 --- a/com.unity.testing.visualeffectgraph/package.json +++ b/com.unity.testing.visualeffectgraph/package.json @@ -1,12 +1,12 @@ { "name": "com.unity.testing.visualeffectgraph", "displayName": "Visual Effect Graphic Tests", - "version": "13.1.3", + "version": "13.1.4", "unity": "2022.1", "unityRelease": "0a7", "description": "This package contains common graphics tests from several scriptable renderpipeline", "dependencies": { - "com.unity.visualeffectgraph": "13.1.3", + "com.unity.visualeffectgraph": "13.1.4", "com.unity.testframework.graphics": "7.8.11-preview", "com.unity.testing.graphics-performance": "8.0.0", "com.unity.test-framework": "1.1.29" diff --git a/com.unity.visualeffectgraph/CHANGELOG.md b/com.unity.visualeffectgraph/CHANGELOG.md index 1fa7e5cf2b6..e9d5c2c83d4 100644 --- a/com.unity.visualeffectgraph/CHANGELOG.md +++ b/com.unity.visualeffectgraph/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this package 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.1.4] - 2021-12-04 + +Version Updated +The version number for this package has increased due to a version update of a related graphics package. + ## [13.1.3] - 2021-11-17 ### Fixed diff --git a/com.unity.visualeffectgraph/package.json b/com.unity.visualeffectgraph/package.json index f82deb00d85..3c022d4fa4b 100644 --- a/com.unity.visualeffectgraph/package.json +++ b/com.unity.visualeffectgraph/package.json @@ -1,7 +1,7 @@ { "name": "com.unity.visualeffectgraph", "displayName": "Visual Effect Graph", - "version": "13.1.3", + "version": "13.1.4", "unity": "2022.1", "description": "The Visual Effect Graph is a node based visual effect editor. It allows you to author next generation visual effects that Unity simulates directly on the GPU. The Visual Effect Graph is production-ready for the High Definition Render Pipeline and runs on all platforms supported by it. Full support for the Universal Render Pipeline and compatible mobile devices is still in development.", "keywords": [ @@ -12,8 +12,8 @@ "particles" ], "dependencies": { - "com.unity.shadergraph": "13.1.3", - "com.unity.render-pipelines.core": "13.1.3" + "com.unity.shadergraph": "13.1.4", + "com.unity.render-pipelines.core": "13.1.4" }, "samples": [ { From ef4483bf145d46d82c2fca8d435063de5e296c6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Penavaire?= Date: Tue, 7 Dec 2021 16:05:34 +0100 Subject: [PATCH 2/2] Fix --- com.unity.render-pipelines.high-definition/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.unity.render-pipelines.high-definition/CHANGELOG.md b/com.unity.render-pipelines.high-definition/CHANGELOG.md index 28a53bdf567..e701ce42cde 100644 --- a/com.unity.render-pipelines.high-definition/CHANGELOG.md +++ b/com.unity.render-pipelines.high-definition/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this package 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.1.4] - 2021-12-07 +## [13.1.4] - 2021-12-04 Version Updated The version number for this package has increased due to a version update of a related graphics package.