From 18d34c11c73dbf6bb3de9293eb0cce5a0cd8ccaa Mon Sep 17 00:00:00 2001 From: ExtendReality-Bot Date: Sat, 15 Aug 2020 12:42:05 +0000 Subject: [PATCH] chore(release): set version to 1.23.0 [skip ci] ## [1.23.0](https://github.com/ExtendRealityLtd/Zinnia.Unity/compare/v1.22.0...v1.23.0) (2020-08-15) #### Features * **Cast:** provide ability to determine validity by target point ([67a103a](https://github.com/ExtendRealityLtd/Zinnia.Unity/commit/67a103acbd78489158a40c9c456c0ef559231ab1)) > The new TargetPointValidity rule allows a type of Vector3Rule to be used to determine if the PointsCast target point should be considered as a valid target. > > This can be used with the new NavMeshRule to determine if a target point from the points cast is within the NavMesh boundaries. * **Rule:** add rule to determine if Vector3 point is within NavMesh ([b4ff0a1](https://github.com/ExtendRealityLtd/Zinnia.Unity/commit/b4ff0a1d0f312be8a97135ea824f5129c6ccc4e3)) > The NavMeshRule extends the new Vector3Rule which determines if a given Vector3 point is within the limits of a NavMesh. --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecb5d5fc..79a4a5dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.23.0](https://github.com/ExtendRealityLtd/Zinnia.Unity/compare/v1.22.0...v1.23.0) (2020-08-15) + +#### Features + +* **Cast:** provide ability to determine validity by target point ([67a103a](https://github.com/ExtendRealityLtd/Zinnia.Unity/commit/67a103acbd78489158a40c9c456c0ef559231ab1)) + > The new TargetPointValidity rule allows a type of Vector3Rule to be used to determine if the PointsCast target point should be considered as a valid target. + > + > This can be used with the new NavMeshRule to determine if a target point from the points cast is within the NavMesh boundaries. +* **Rule:** add rule to determine if Vector3 point is within NavMesh ([b4ff0a1](https://github.com/ExtendRealityLtd/Zinnia.Unity/commit/b4ff0a1d0f312be8a97135ea824f5129c6ccc4e3)) + > The NavMeshRule extends the new Vector3Rule which determines if a given Vector3 point is within the limits of a NavMesh. + ## [1.22.0](https://github.com/ExtendRealityLtd/Zinnia.Unity/compare/v1.21.0...v1.22.0) (2020-08-13) #### Features diff --git a/package.json b/package.json index 35b8fd49..2b860ed9 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "io.extendreality.zinnia.unity", "displayName": "Zinnia.Unity", "description": "A collection of design patterns for the Unity software that can be beneficial in (but not limited to) spatial computing development.", - "version": "1.22.0", + "version": "1.23.0", "unity": "2018.3", "unityRelease": "10f1", "keywords": [