Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump to 14.0.1 #6794

Merged
merged 4 commits into from
Jan 24, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump packages
  • Loading branch information
theopnv committed Jan 24, 2022
commit 4cc91e18ef0f580f39e6a68329b7c8dc62c46e30
4 changes: 2 additions & 2 deletions .yamato/_copycat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ nightly_katana_abv_validate:
variables:
MANIFEST: .copycat/graphics.json
RELEASE_BRANCH: trunk
SRP_VERSION: "14.0.0"
SRP_VERSION: "14.0.1"
skip_checkout: true
commands:
- eval "$COPYCAT_1"
Expand All @@ -31,7 +31,7 @@ vendor:
variables:
MANIFEST: .copycat/graphics.json
RELEASE_BRANCH: trunk
SRP_VERSION: "14.0.0"
SRP_VERSION: "14.0.1"
skip_checkout: true
commands:
- eval "$COPYCAT_1"
Expand Down
16 changes: 8 additions & 8 deletions TestProjects/HDRP_Tests/Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,18 +98,18 @@
"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": "14.0.0",
"com.unity.shadergraph": "14.0.0",
"com.unity.visualeffectgraph": "14.0.0",
"com.unity.render-pipelines.high-definition-config": "14.0.0"
"com.unity.render-pipelines.core": "14.0.1",
"com.unity.shadergraph": "14.0.1",
"com.unity.visualeffectgraph": "14.0.1",
"com.unity.render-pipelines.high-definition-config": "14.0.1"
}
},
"com.unity.render-pipelines.high-definition-config": {
"version": "file:../../../com.unity.render-pipelines.high-definition-config",
"depth": 0,
"source": "local",
"dependencies": {
"com.unity.render-pipelines.core": "14.0.0"
"com.unity.render-pipelines.core": "14.0.1"
}
},
"com.unity.scriptablebuildpipeline": {
Expand All @@ -131,7 +131,7 @@
"depth": 0,
"source": "local",
"dependencies": {
"com.unity.render-pipelines.core": "14.0.0",
"com.unity.render-pipelines.core": "14.0.1",
"com.unity.searcher": "4.9.1"
}
},
Expand Down Expand Up @@ -213,8 +213,8 @@
"depth": 0,
"source": "local",
"dependencies": {
"com.unity.shadergraph": "14.0.0",
"com.unity.render-pipelines.core": "14.0.0"
"com.unity.shadergraph": "14.0.1",
"com.unity.render-pipelines.core": "14.0.1"
}
},
"com.unity.xr.legacyinputhelpers": {
Expand Down
5 changes: 5 additions & 0 deletions com.unity.render-pipelines.core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

## [14.0.1] - 2021-12-07

Version Updated
The version number for this package has increased due to a version update of a related graphics package.

## [14.0.0] - 2021-11-17

### Added
Expand Down
2 changes: 1 addition & 1 deletion com.unity.render-pipelines.core/package.json
Original file line number Diff line number Diff line change
@@ -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": "14.0.0",
"version": "14.0.1",
"unity": "2022.1",
"displayName": "Core RP Library",
"dependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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).

## [14.0.1] - 2021-12-07

Version Updated
The version number for this package has increased due to a version update of a related graphics package.

## [14.0.0] - 2021-11-17

Version Updated
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "com.unity.render-pipelines.high-definition-config",
"description": "Configuration files for the High Definition Render Pipeline.",
"version": "14.0.0",
"version": "14.0.1",
"unity": "2022.1",
"displayName": "High Definition RP Config",
"dependencies": {
"com.unity.render-pipelines.core": "14.0.0"
"com.unity.render-pipelines.core": "14.0.1"
}
}
5 changes: 5 additions & 0 deletions com.unity.render-pipelines.high-definition/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

## [14.0.1] - 2021-12-07

Version Updated
The version number for this package has increased due to a version update of a related graphics package.

## [14.0.0] - 2021-11-17

### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Exceptions": [
{
"ValidationTest": "API Updater Configuration Validation",
"PackageVersion": "14.0.0"
"PackageVersion": "14.0.1"
}
]
}
10 changes: 5 additions & 5 deletions com.unity.render-pipelines.high-definition/package.json
Original file line number Diff line number Diff line change
@@ -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": "14.0.0",
"version": "14.0.1",
"unity": "2022.1",
"displayName": "High Definition RP",
"dependencies": {
Expand All @@ -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": "14.0.0",
"com.unity.shadergraph": "14.0.0",
"com.unity.visualeffectgraph": "14.0.0",
"com.unity.render-pipelines.high-definition-config": "14.0.0"
"com.unity.render-pipelines.core": "14.0.1",
"com.unity.shadergraph": "14.0.1",
"com.unity.visualeffectgraph": "14.0.1",
"com.unity.render-pipelines.high-definition-config": "14.0.1"
},
"keywords": [
"graphics",
Expand Down
5 changes: 5 additions & 0 deletions com.unity.render-pipelines.universal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

## [14.0.1] - 2021-12-07

Version Updated
The version number for this package has increased due to a version update of a related graphics package.

## [14.0.0] - 2021-11-17

### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"Exceptions": [
{
"ValidationTest": "Package Lifecycle Validation",
"ExceptionError": "Package com.unity.render-pipelines.universal@14.0.0depends 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": "14.0.0"
"ExceptionError": "Package com.unity.render-pipelines.universal@14.0.1depends 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": "14.0.1"
},
{
"ValidationTest": "API Updater Configuration Validation",
"PackageVersion": "14.0.0"
"PackageVersion": "14.0.1"
}
]
}
6 changes: 3 additions & 3 deletions com.unity.render-pipelines.universal/package.json
Original file line number Diff line number Diff line change
@@ -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": "14.0.0",
"version": "14.0.1",
"unity": "2022.1",
"displayName": "Universal RP",
"dependencies": {
"com.unity.mathematics": "1.2.1",
"com.unity.burst": "1.5.0",
"com.unity.render-pipelines.core": "14.0.0",
"com.unity.shadergraph": "14.0.0"
"com.unity.render-pipelines.core": "14.0.1",
"com.unity.shadergraph": "14.0.1"
},
"keywords": [
"graphics",
Expand Down
5 changes: 5 additions & 0 deletions com.unity.shadergraph/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

## [14.0.1] - 2021-12-07

Version Updated
The version number for this package has increased due to a version update of a related graphics package.

## [14.0.0] - 2021-11-17

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions com.unity.shadergraph/package.json
Original file line number Diff line number Diff line change
@@ -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": "14.0.0",
"version": "14.0.1",
"unity": "2022.1",
"displayName": "Shader Graph",
"dependencies": {
"com.unity.render-pipelines.core": "14.0.0",
"com.unity.render-pipelines.core": "14.0.1",
"com.unity.searcher": "4.9.1"
},
"samples": [
Expand Down
2 changes: 1 addition & 1 deletion com.unity.testing.graphics-performance/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.unity.testing.graphics-performance",
"displayName": "Performance Graphics Tests Framework",
"version": "14.0.0",
"version": "14.0.1",
"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.",
Expand Down
4 changes: 2 additions & 2 deletions com.unity.testing.visualeffectgraph/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "com.unity.testing.visualeffectgraph",
"displayName": "Visual Effect Graphic Tests",
"version": "14.0.0",
"version": "14.0.1",
"unity": "2022.1",
"unityRelease": "0a7",
"description": "This package contains common graphics tests from several scriptable renderpipeline",
"dependencies": {
"com.unity.visualeffectgraph": "14.0.0",
"com.unity.visualeffectgraph": "14.0.1",
"com.unity.testframework.graphics": "7.8.11-preview",
"com.unity.testing.graphics-performance": "8.0.0",
"com.unity.test-framework": "1.1.29"
Expand Down
5 changes: 5 additions & 0 deletions com.unity.visualeffectgraph/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

## [14.0.1] - 2021-12-07

Version Updated
The version number for this package has increased due to a version update of a related graphics package.

## [14.0.0] - 2021-11-17

### Fixed
Expand Down
6 changes: 3 additions & 3 deletions com.unity.visualeffectgraph/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.unity.visualeffectgraph",
"displayName": "Visual Effect Graph",
"version": "14.0.0",
"version": "14.0.1",
"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": [
Expand All @@ -12,8 +12,8 @@
"particles"
],
"dependencies": {
"com.unity.shadergraph": "14.0.0",
"com.unity.render-pipelines.core": "14.0.0"
"com.unity.shadergraph": "14.0.1",
"com.unity.render-pipelines.core": "14.0.1"
},
"samples": [
{
Expand Down