@quenty/bodycolorsutils 7.26.0 → 7.27.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,6 +3,17 @@
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
+ # [7.27.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/bodycolorsutils@7.26.0...@quenty/bodycolorsutils@7.27.0) (2026-01-16)
7
+
8
+
9
+ ### Features
10
+
11
+ * Add luau typing to a variety of classes ([0271856](https://github.com/Quenty/NevermoreEngine/commit/0271856de02cc28c1d1d512c43bd6adeeaa41587))
12
+
13
+
14
+
15
+
16
+
6
17
  # [7.26.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/bodycolorsutils@7.25.1...@quenty/bodycolorsutils@7.26.0) (2026-01-13)
7
18
 
8
19
  **Note:** Version bump only for package @quenty/bodycolorsutils
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/bodycolorsutils",
3
- "version": "7.26.0",
3
+ "version": "7.27.0",
4
4
  "description": "Body color helper utilities for merging and representing body colors over the network and datastore",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -30,7 +30,7 @@
30
30
  "dependencies": {
31
31
  "@quenty/attributeutils": "14.23.0",
32
32
  "@quenty/color3serializationutils": "2.3.2",
33
- "@quenty/color3utils": "11.26.0",
33
+ "@quenty/color3utils": "11.27.0",
34
34
  "@quenty/loader": "10.9.3",
35
35
  "@quenty/rx": "13.22.0",
36
36
  "@quenty/table": "3.9.2"
@@ -38,5 +38,5 @@
38
38
  "publishConfig": {
39
39
  "access": "public"
40
40
  },
41
- "gitHead": "fbe4f7a70d781c1b2dd62ec19aec1ce6ce2d742c"
41
+ "gitHead": "8d2e7927e4399b4297a04d474d29bdd85692051d"
42
42
  }
@@ -18,7 +18,7 @@ local RxBodyColorsDataUtils = {}
18
18
  @param instance Instance
19
19
  @return Observable<BodyColorsData>
20
20
  ]=]
21
- function RxBodyColorsDataUtils.observeFromAttributes(instance)
21
+ function RxBodyColorsDataUtils.observeFromAttributes(instance: Instance)
22
22
  assert(typeof(instance) == "Instance", "Bad instance")
23
23
 
24
24
  local observables = {}