@quenty/mouseovermixin 10.9.1 → 10.9.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [10.9.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/mouseovermixin@10.9.1...@quenty/mouseovermixin@10.9.2) (2025-12-28)
7
+
8
+ **Note:** Version bump only for package @quenty/mouseovermixin
9
+
10
+
11
+
12
+
13
+
6
14
  ## [10.9.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/mouseovermixin@10.9.0...@quenty/mouseovermixin@10.9.1) (2025-11-25)
7
15
 
8
16
  **Note:** Version bump only for package @quenty/mouseovermixin
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/mouseovermixin",
3
- "version": "10.9.1",
3
+ "version": "10.9.2",
4
4
  "description": "Mouse over mixin for general utility button mouse over effects",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -33,5 +33,5 @@
33
33
  "publishConfig": {
34
34
  "access": "public"
35
35
  },
36
- "gitHead": "9b8a0e79c474874cdd44cff9ad6604a9efd8b72f"
36
+ "gitHead": "821c9336020dfbcf5cd2f67f2dfe61624233ee06"
37
37
  }
@@ -41,7 +41,7 @@ function MouseOverMixin:GetMouseOverBoolValue(gui: GuiObject)
41
41
  end
42
42
  end))
43
43
 
44
- delay(0.2, function()
44
+ task.delay(0.2, function()
45
45
  if maid[inputObject] then
46
46
  mouseOver.Value = true
47
47
  end