@quenty/settings-inputkeymap 10.48.1-canary.666.22208319509.0 → 10.49.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 +3 -4
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -3,13 +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
- ## [10.48.1-canary.666.22208319509.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings-inputkeymap@10.48.0...@quenty/settings-inputkeymap@10.48.1-canary.666.22208319509.0) (2026-02-20)
6
+ # [10.49.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/settings-inputkeymap@10.48.0...@quenty/settings-inputkeymap@10.49.0) (2026-02-20)
7
7
 
8
8
 
9
- ### Bug Fixes
9
+ ### Features
10
10
 
11
- * bump @quentystudios/jest-lua to 3.10.0-quenty.2 ([c7a5926](https://github.com/Quenty/NevermoreEngine/commit/c7a5926ca272e1623b39904a3b0b7d8d8e58ce87))
12
- * switch @quentystudios/jest-lua from git URL to npm registry ([49bbd8f](https://github.com/Quenty/NevermoreEngine/commit/49bbd8ff7c496c0a885d82c4535ab6208b4d7139))
11
+ * **cli:** add CI annotation support to game and plugin templates ([#666](https://github.com/Quenty/NevermoreEngine/issues/666)) ([098971b](https://github.com/Quenty/NevermoreEngine/commit/098971bb04dfe40be09f475330b69a48b38c54c5))
13
12
 
14
13
 
15
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/settings-inputkeymap",
3
- "version": "10.48.1-canary.666.22208319509.0",
3
+ "version": "10.49.0",
4
4
  "description": "Input key map setting saving for players",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -31,19 +31,19 @@
31
31
  "access": "public"
32
32
  },
33
33
  "dependencies": {
34
- "@quenty/baseobject": "10.11.1-canary.666.22208319509.0",
34
+ "@quenty/baseobject": "10.12.0",
35
35
  "@quenty/enumutils": "3.4.5",
36
- "@quenty/inputkeymaputils": "14.38.1-canary.666.22208319509.0",
37
- "@quenty/inputmode": "13.29.1-canary.666.22208319509.0",
38
- "@quenty/jsonutils": "10.15.1-canary.666.22208319509.0",
36
+ "@quenty/inputkeymaputils": "14.39.0",
37
+ "@quenty/inputmode": "13.30.0",
38
+ "@quenty/jsonutils": "10.16.0",
39
39
  "@quenty/loader": "10.10.0",
40
- "@quenty/maid": "3.7.1-canary.666.22208319509.0",
41
- "@quenty/nevermore-test-runner": "1.2.1-canary.666.22208319509.0",
42
- "@quenty/servicebag": "11.15.1-canary.666.22208319509.0",
43
- "@quenty/settings": "11.45.1-canary.666.22208319509.0",
40
+ "@quenty/maid": "3.8.0",
41
+ "@quenty/nevermore-test-runner": "1.3.0",
42
+ "@quenty/servicebag": "11.16.0",
43
+ "@quenty/settings": "11.46.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": "c7a5926ca272e1623b39904a3b0b7d8d8e58ce87"
48
+ "gitHead": "305e70aba3395b2f94f500c731327760984aeb4f"
49
49
  }