From 539f8a51e903f51538beb0c1d65b4f95b8d5fe9d Mon Sep 17 00:00:00 2001 From: Alex Lindman Date: Thu, 23 Apr 2020 12:47:31 -0700 Subject: [PATCH 1/3] bump searcher version --- com.unity.shadergraph/CHANGELOG.md | 1 + com.unity.shadergraph/package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/com.unity.shadergraph/CHANGELOG.md b/com.unity.shadergraph/CHANGELOG.md index 521358424ba..2a762e11d82 100644 --- a/com.unity.shadergraph/CHANGELOG.md +++ b/com.unity.shadergraph/CHANGELOG.md @@ -32,6 +32,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Error messages reported on Sub Graph output nodes for invalid previews now present clearer information, with documentation support. - Updated legacy COLOR output semantic to SV_Target in pixel shader for compatibility with DXC - Changed the `Reference Suffix` of Keyword Enum entries so that you cannot edit them, which ensures that material keywords compile properly. +- Updated the dependent version of `Searcher` to 4.1.0. ### Fixed - Edges no longer produce errors when you save a Shader Graph. diff --git a/com.unity.shadergraph/package.json b/com.unity.shadergraph/package.json index 865f20f7359..437bbf684ec 100644 --- a/com.unity.shadergraph/package.json +++ b/com.unity.shadergraph/package.json @@ -7,7 +7,7 @@ "displayName": "Shader Graph", "dependencies": { "com.unity.render-pipelines.core": "9.0.0-preview.20", - "com.unity.searcher": "4.0.9" + "com.unity.searcher": "4.1.0" }, "samples": [ { From 286abc1e87e71907e0969398b295619b77f7ed64 Mon Sep 17 00:00:00 2001 From: Alex Lindman Date: Wed, 13 May 2020 14:51:00 -0700 Subject: [PATCH 2/3] bump searcher version to 4.2 --- com.unity.shadergraph/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/com.unity.shadergraph/package.json b/com.unity.shadergraph/package.json index 437bbf684ec..a9dc59720ef 100644 --- a/com.unity.shadergraph/package.json +++ b/com.unity.shadergraph/package.json @@ -6,8 +6,8 @@ "unityRelease": "0b6", "displayName": "Shader Graph", "dependencies": { - "com.unity.render-pipelines.core": "9.0.0-preview.20", - "com.unity.searcher": "4.1.0" + "com.unity.render-pipelines.core": "9.0.0-preview.28", + "com.unity.searcher": "4.2.0" }, "samples": [ { From 719a35959fa8978cb3aa83abe9af8f54db3aaf2e Mon Sep 17 00:00:00 2001 From: Alex Lindman Date: Wed, 13 May 2020 14:52:14 -0700 Subject: [PATCH 3/3] Update CHANGELOG.md --- com.unity.shadergraph/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.unity.shadergraph/CHANGELOG.md b/com.unity.shadergraph/CHANGELOG.md index 895e10adbab..652fb2022a8 100644 --- a/com.unity.shadergraph/CHANGELOG.md +++ b/com.unity.shadergraph/CHANGELOG.md @@ -37,7 +37,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Updated the functions in the `Normal From Height` node to avoid NaN outputs. - Changed the Voronoi Node algorithm to increase the useful range of the input values and to always use float values internally to avoid clipping. - Changed the `Reference Suffix` of Keyword Enum entries so that you cannot edit them, which ensures that material keywords compile properly. -- Updated the dependent version of `Searcher` to 4.1.0. +- Updated the dependent version of `Searcher` to 4.2.0. ### Fixed - Edges no longer produce errors when you save a Shader Graph.