@quenty/uiobjectutils 6.17.0-canary.559.b31717d.0 → 6.17.0

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,7 +3,7 @@
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
- # [6.17.0-canary.559.b31717d.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/uiobjectutils@6.16.3...@quenty/uiobjectutils@6.17.0-canary.559.b31717d.0) (2025-05-10)
6
+ # [6.17.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/uiobjectutils@6.16.3...@quenty/uiobjectutils@6.17.0) (2025-05-10)
7
7
 
8
8
 
9
9
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/uiobjectutils",
3
- "version": "6.17.0-canary.559.b31717d.0",
3
+ "version": "6.17.0",
4
4
  "description": "UI object utils library for Roblox",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -28,11 +28,11 @@
28
28
  "access": "public"
29
29
  },
30
30
  "dependencies": {
31
- "@quenty/brio": "14.18.0-canary.559.b31717d.0",
32
- "@quenty/enumutils": "3.4.2",
33
- "@quenty/instanceutils": "13.18.0-canary.559.b31717d.0",
34
- "@quenty/loader": "10.8.3",
35
- "@quenty/rx": "13.18.0-canary.559.b31717d.0"
31
+ "@quenty/brio": "^14.18.0",
32
+ "@quenty/enumutils": "^3.4.2",
33
+ "@quenty/instanceutils": "^13.18.0",
34
+ "@quenty/loader": "^10.9.0",
35
+ "@quenty/rx": "^13.18.0"
36
36
  },
37
- "gitHead": "b31717d8c9f7620c457f5018a2affa760a65334a"
37
+ "gitHead": "20cff952c2cf06b959f2f11d2293bdef38acc604"
38
38
  }
@@ -5,11 +5,11 @@
5
5
 
6
6
  local require = require(script.Parent.loader).load(script)
7
7
 
8
- local RxInstanceUtils = require("RxInstanceUtils")
8
+ local Brio = require("Brio")
9
+ local Observable = require("Observable")
9
10
  local Rx = require("Rx")
10
11
  local RxBrioUtils = require("RxBrioUtils")
11
- local Observable = require("Observable")
12
- local Brio = require("Brio")
12
+ local RxInstanceUtils = require("RxInstanceUtils")
13
13
 
14
14
  local GuiInteractionUtils = {}
15
15
 
@@ -7,9 +7,9 @@
7
7
 
8
8
  local require = require(script.Parent.loader).load(script)
9
9
 
10
+ local Observable = require("Observable")
10
11
  local Rx = require("Rx")
11
12
  local RxInstanceUtils = require("RxInstanceUtils")
12
- local Observable = require("Observable")
13
13
 
14
14
  local RxClippedRectUtils = {}
15
15