@quenty/settings 11.51.0-canary.697.26191410126.0 → 11.52.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -6
  2. package/package.json +16 -16
package/CHANGELOG.md CHANGED
@@ -3,16 +3,15 @@
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
- # [11.51.0-canary.697.26191410126.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.50.0...@quenty/settings@11.51.0-canary.697.26191410126.0) (2026-05-20)
7
-
8
-
9
- ### Features
10
-
11
- * **luau:** convert 41 trivial files to --!strict typing ([0edcac1](https://github.com/Quenty/NevermoreEngine/commit/0edcac1e5ce096662406c2685e22469c22c187e4))
6
+ # [11.52.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.51.0...@quenty/settings@11.52.0) (2026-05-29)
12
7
 
8
+ **Note:** Version bump only for package @quenty/settings
13
9
 
10
+ # [11.51.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.50.0...@quenty/settings@11.51.0) (2026-05-20)
14
11
 
12
+ ### Features
15
13
 
14
+ - **luau:** convert 41 trivial files to --!strict typing ([0edcac1](https://github.com/Quenty/NevermoreEngine/commit/0edcac1e5ce096662406c2685e22469c22c187e4))
16
15
 
17
16
  # [11.50.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings@11.49.3...@quenty/settings@11.50.0) (2026-05-18)
18
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/settings",
3
- "version": "11.51.0-canary.697.26191410126.0",
3
+ "version": "11.52.0",
4
4
  "description": "Centralized player settings service",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -28,42 +28,42 @@
28
28
  "Quenty"
29
29
  ],
30
30
  "dependencies": {
31
- "@quenty/attributeutils": "14.29.2",
31
+ "@quenty/attributeutils": "14.30.0",
32
32
  "@quenty/baseobject": "10.13.0",
33
- "@quenty/binder": "14.35.0",
34
- "@quenty/brio": "14.29.2",
33
+ "@quenty/binder": "14.36.0",
34
+ "@quenty/brio": "14.30.0",
35
35
  "@quenty/canceltoken": "11.19.0",
36
- "@quenty/cmdrservice": "13.43.0-canary.697.26191410126.0",
37
- "@quenty/datastore": "13.38.0",
36
+ "@quenty/cmdrservice": "13.44.0",
37
+ "@quenty/datastore": "13.39.0",
38
38
  "@quenty/ducktype": "5.11.0",
39
39
  "@quenty/enumutils": "3.4.5",
40
- "@quenty/instanceutils": "13.29.2",
40
+ "@quenty/instanceutils": "13.30.0",
41
41
  "@quenty/jsonutils": "10.18.0",
42
42
  "@quenty/loader": "10.11.0",
43
43
  "@quenty/maid": "3.9.0",
44
44
  "@quenty/nevermore-test-runner": "1.4.0",
45
- "@quenty/observablecollection": "12.37.0",
46
- "@quenty/playerbinder": "14.35.0",
47
- "@quenty/playerutils": "8.31.2",
45
+ "@quenty/observablecollection": "12.38.0",
46
+ "@quenty/playerbinder": "14.36.0",
47
+ "@quenty/playerutils": "8.32.0",
48
48
  "@quenty/promise": "10.18.0",
49
49
  "@quenty/remotefunctionutils": "10.18.0",
50
- "@quenty/remoting": "12.31.2",
50
+ "@quenty/remoting": "12.32.0",
51
51
  "@quenty/rx": "13.28.2",
52
- "@quenty/rxbinderutils": "14.35.0",
52
+ "@quenty/rxbinderutils": "14.36.0",
53
53
  "@quenty/rxsignal": "7.28.2",
54
54
  "@quenty/servicebag": "11.18.0",
55
55
  "@quenty/signal": "7.13.0",
56
- "@quenty/statestack": "14.31.2",
56
+ "@quenty/statestack": "14.32.0",
57
57
  "@quenty/string": "3.3.6",
58
58
  "@quenty/symbol": "3.5.2",
59
59
  "@quenty/table": "3.9.2",
60
60
  "@quenty/throttle": "10.12.2",
61
- "@quenty/tie": "10.39.0",
62
- "@quenty/valueobject": "13.30.2",
61
+ "@quenty/tie": "10.40.0",
62
+ "@quenty/valueobject": "13.31.0",
63
63
  "@quentystudios/jest-lua": "3.10.0-quenty.2"
64
64
  },
65
65
  "publishConfig": {
66
66
  "access": "public"
67
67
  },
68
- "gitHead": "c9c842433333fede662e0e36cde35e9a060ef7ca"
68
+ "gitHead": "f4a374a0a294ee8900aa5cb68ab138b0acf3e0ae"
69
69
  }