Skip to content

Commit d1c35f0

Browse files
chore(release): set version to 2.4.9 [skip ci]
### [2.4.9](v2.4.8...v2.4.9) (2025-03-17) #### Bug Fixes * **Facade:** toggle isVisible correctly ([158f7d1](158f7d1)) > The IsVisible property was not actually toggling correctly as if `=false` was passed twice, then the second time it would actually show the snap zone rather than simply continue to hide it.
1 parent 4659c94 commit d1c35f0

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
### [2.4.9](https://github.com/ExtendRealityLtd/Tilia.Interactions.SnapZone.Unity/compare/v2.4.8...v2.4.9) (2025-03-17)
4+
5+
#### Bug Fixes
6+
7+
* **Facade:** toggle isVisible correctly ([158f7d1](https://github.com/ExtendRealityLtd/Tilia.Interactions.SnapZone.Unity/commit/158f7d102855acd52b5b67c7fe661cb268b68b55))
8+
> The IsVisible property was not actually toggling correctly as if `=false` was passed twice, then the second time it would actually show the snap zone rather than simply continue to hide it.
9+
310
### [2.4.8](https://github.com/ExtendRealityLtd/Tilia.Interactions.SnapZone.Unity/compare/v2.4.7...v2.4.8) (2024-09-28)
411

512
#### Miscellaneous Chores

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"changelogUrl": "https://github.com/ExtendRealityLtd/Tilia.Interactions.SnapZone.Unity/blob/master/CHANGELOG.md",
66
"documentationUrl": "https://github.com/ExtendRealityLtd/Tilia.Interactions.SnapZone.Unity/tree/master/Documentation",
77
"licensesUrl": "https://github.com/ExtendRealityLtd/Tilia.Interactions.SnapZone.Unity/blob/master/LICENSE.md",
8-
"version": "2.4.8",
8+
"version": "2.4.9",
99
"unity": "2018.3",
1010
"unityRelease": "10f1",
1111
"keywords": [

0 commit comments

Comments
 (0)