@quenty/textserviceutils 13.18.4-canary.559.9f38947.0 → 13.19.0-canary.0a5db80.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,20 +3,12 @@
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
- ## [13.18.4-canary.559.9f38947.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/textserviceutils@13.18.3...@quenty/textserviceutils@13.18.4-canary.559.9f38947.0) (2025-05-10)
6
+ # [13.19.0-canary.0a5db80.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/textserviceutils@13.18.2...@quenty/textserviceutils@13.19.0-canary.0a5db80.0) (2025-05-10)
7
7
 
8
8
 
9
9
  ### Bug Fixes
10
10
 
11
- * Additional type checking updates ([05ba29a](https://github.com/Quenty/NevermoreEngine/commit/05ba29a03efc9f3feed74b34f1d9dfb237496214))
12
-
13
-
14
-
15
-
16
-
17
- ## [13.18.3](https://github.com/Quenty/NevermoreEngine/compare/@quenty/textserviceutils@13.18.2...@quenty/textserviceutils@13.18.3) (2025-04-10)
18
-
19
- **Note:** Version bump only for package @quenty/textserviceutils
11
+ * Additional type checking updates ([7e008c5](https://github.com/Quenty/NevermoreEngine/commit/7e008c58547bd00b5904e56541454a38c8d72ccc))
20
12
 
21
13
 
22
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/textserviceutils",
3
- "version": "13.18.4-canary.559.9f38947.0",
3
+ "version": "13.19.0-canary.0a5db80.0",
4
4
  "description": "Holds utilities involving the Roblox TextService and text fitting to size.",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -30,10 +30,10 @@
30
30
  "access": "public"
31
31
  },
32
32
  "dependencies": {
33
- "@quenty/blend": "12.18.4-canary.559.9f38947.0",
34
- "@quenty/loader": "10.8.4-canary.559.9f38947.0",
35
- "@quenty/promise": "10.10.5-canary.559.9f38947.0",
36
- "@quenty/rx": "13.17.4-canary.559.9f38947.0"
33
+ "@quenty/blend": "12.19.0-canary.0a5db80.0",
34
+ "@quenty/loader": "10.9.0-canary.0a5db80.0",
35
+ "@quenty/promise": "10.11.0-canary.0a5db80.0",
36
+ "@quenty/rx": "13.18.0-canary.0a5db80.0"
37
37
  },
38
- "gitHead": "9f38947767d202411936a5c98898033df5865da0"
38
+ "gitHead": "0a5db8004684dc3e76fd5944599a22602d48cfa9"
39
39
  }
@@ -8,9 +8,9 @@ local require = require(script.Parent.loader).load(script)
8
8
  local TextService = game:GetService("TextService")
9
9
 
10
10
  local Blend = require("Blend")
11
- local Observable = require("Observable")
12
11
  local Promise = require("Promise")
13
12
  local Rx = require("Rx")
13
+ local Observable = require("Observable")
14
14
 
15
15
  local TextServiceUtils = {}
16
16
 
@@ -139,4 +139,4 @@ function TextServiceUtils.observeSizeForLabelProps(props: Props): Observable.Obs
139
139
  }) :: any
140
140
  end
141
141
 
142
- return TextServiceUtils
142
+ return TextServiceUtils