Skip to content

Commit

Permalink
chore(release): set version to 2.7.2 [skip ci]
Browse files Browse the repository at this point in the history
### [2.7.2](v2.7.1...v2.7.2) (2023-03-16)

#### Bug Fixes

* **Tracking:** stop artificial velocity applier running when disabled ([a0d55e2](a0d55e2))
  > The ArtificialVelocityApplier was still applying velocity via the `Apply` method even if the component was disabled.
  >
  > This is because originally it used the `[RequiresBehaviourState]` Malimbe tag but when it was separated out from the process parent, this was not updated when malimbe was removed.
  >
  > This has been fixed now by ensuring the valid state of the object is present before running the `Apply` method.
  • Loading branch information
ExtendReality-Bot committed Mar 16, 2023
1 parent 4c7e8a6 commit 3f84928
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

### [2.7.2](https://github.com/ExtendRealityLtd/Zinnia.Unity/compare/v2.7.1...v2.7.2) (2023-03-16)

#### Bug Fixes

* **Tracking:** stop artificial velocity applier running when disabled ([a0d55e2](https://github.com/ExtendRealityLtd/Zinnia.Unity/commit/a0d55e2f6853c3e0eab3ba53a1a9c05ffb62eedd))
> The ArtificialVelocityApplier was still applying velocity via the `Apply` method even if the component was disabled.
>
> This is because originally it used the `[RequiresBehaviourState]` Malimbe tag but when it was separated out from the process parent, this was not updated when malimbe was removed.
>
> This has been fixed now by ensuring the valid state of the object is present before running the `Apply` method.
### [2.7.1](https://github.com/ExtendRealityLtd/Zinnia.Unity/compare/v2.7.0...v2.7.1) (2023-03-13)

#### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "2.7.1",
"version": "2.7.2",
"unity": "2018.3",
"unityRelease": "10f1",
"keywords": [
Expand Down

0 comments on commit 3f84928

Please sign in to comment.