@quenty/settings-inputkeymap 10.54.0-canary.697.26191410126.0 → 10.55.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 +5 -5
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
- # [10.54.0-canary.697.26191410126.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings-inputkeymap@10.53.0...@quenty/settings-inputkeymap@10.54.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
+ # [10.55.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings-inputkeymap@10.54.0...@quenty/settings-inputkeymap@10.55.0) (2026-05-29)
12
7
 
8
+ **Note:** Version bump only for package @quenty/settings-inputkeymap
13
9
 
10
+ # [10.54.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings-inputkeymap@10.53.0...@quenty/settings-inputkeymap@10.54.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
  # [10.53.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings-inputkeymap@10.52.3...@quenty/settings-inputkeymap@10.53.0) (2026-05-18)
18
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/settings-inputkeymap",
3
- "version": "10.54.0-canary.697.26191410126.0",
3
+ "version": "10.55.0",
4
4
  "description": "Input key map setting saving for players",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -33,17 +33,17 @@
33
33
  "dependencies": {
34
34
  "@quenty/baseobject": "10.13.0",
35
35
  "@quenty/enumutils": "3.4.5",
36
- "@quenty/inputkeymaputils": "14.42.0",
37
- "@quenty/inputmode": "13.33.0",
36
+ "@quenty/inputkeymaputils": "14.43.0",
37
+ "@quenty/inputmode": "13.34.0",
38
38
  "@quenty/jsonutils": "10.18.0",
39
39
  "@quenty/loader": "10.11.0",
40
40
  "@quenty/maid": "3.9.0",
41
41
  "@quenty/nevermore-test-runner": "1.4.0",
42
42
  "@quenty/servicebag": "11.18.0",
43
- "@quenty/settings": "11.51.0-canary.697.26191410126.0",
43
+ "@quenty/settings": "11.52.0",
44
44
  "@quenty/string": "3.3.6",
45
45
  "@quenty/table": "3.9.2",
46
46
  "@quentystudios/jest-lua": "3.10.0-quenty.2"
47
47
  },
48
- "gitHead": "c9c842433333fede662e0e36cde35e9a060ef7ca"
48
+ "gitHead": "f4a374a0a294ee8900aa5cb68ab138b0acf3e0ae"
49
49
  }