Skip to content

Commit d577f15

Browse files
committed
chore(release): %s [skip ci]
- @quenty/characterutils@12.33.0 - @quenty/chatproviderservice@9.55.0 - @quenty/clienttranslator@14.39.0 - @quenty/clipcharacters@12.42.0 - @quenty/cmdrservice@13.47.0 - @quenty/coreguienabler@12.34.0 - @quenty/deathreport@10.47.0 - @quenty/equippedtracker@13.35.0 - @quenty/gameconfig@12.51.0 - @quenty/gameproductservice@14.54.0 - @quenty/humanoidspeed@12.51.0 - @quenty/idleservice@13.54.0 - @quenty/ik@15.55.0 - @quenty/inputkeymaputils@14.45.0 - @quenty/parttouchingcalculator@14.42.0 - @quenty/permissionprovider@14.40.0 - @quenty/playerinputmode@9.40.0 - @quenty/playerutils@8.33.0 - @quenty/ragdoll@15.54.0 - @quenty/resetservice@11.37.0 - @quenty/rogue-humanoid@10.51.0 - @quenty/saveslot@1.4.0 - @quenty/scoredactionservice@16.46.0 - @quenty/seatutils@7.35.0 - @quenty/secrets@7.52.0 - @quenty/settings@11.55.0 - @quenty/settings-inputkeymap@10.58.0 - @quenty/softshutdown@9.50.0 - @quenty/soundplayer@7.43.0 - @quenty/sounds@10.22.0 - @quenty/spawning@10.49.0 - @quenty/toolutils@1.17.0
1 parent e99a6dd commit d577f15

64 files changed

Lines changed: 167 additions & 78 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/characterutils/CHANGELOG.md

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,14 @@
1-
# v12.33.0 (Wed Jul 15 2026)
2-
3-
#### 🚀 Enhancement
4-
5-
- feat: Localize numbers for new locales [#729](https://github.com/Quenty/NevermoreEngine/pull/729) ([@Quenty](https://github.com/Quenty))
6-
7-
#### 🐛 Bug Fix
8-
9-
- fix: Don't warn on the server, this is a valid usage ([@Quenty](https://github.com/Quenty))
10-
11-
#### Authors: 1
12-
13-
- James Onnen ([@Quenty](https://github.com/Quenty))
14-
15-
---
16-
171
# Change Log
182

193
All notable changes to this project will be documented in this file.
204
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
215

6+
# [12.33.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@12.32.1...@quenty/characterutils@12.33.0) (2026-07-15)
7+
8+
### Bug Fixes
9+
10+
- Don't warn on the server, this is a valid usage ([78cf6c7](https://github.com/Quenty/NevermoreEngine/commit/78cf6c71e7b0ee01228b833175d8d5e8a7c703eb))
11+
2212
## [12.32.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/characterutils@12.32.0...@quenty/characterutils@12.32.1) (2026-05-30)
2313

2414
**Note:** Version bump only for package @quenty/characterutils

src/characterutils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@quenty/characterutils",
3-
"version": "12.32.1",
3+
"version": "12.33.0",
44
"description": "CharacterUtils",
55
"keywords": [
66
"Roblox",

src/chatproviderservice/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [9.55.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/chatproviderservice@9.54.0...@quenty/chatproviderservice@9.55.0) (2026-07-15)
7+
8+
**Note:** Version bump only for package @quenty/chatproviderservice
9+
610
# [9.54.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/chatproviderservice@9.53.0...@quenty/chatproviderservice@9.54.0) (2026-07-14)
711

812
### Bug Fixes

src/chatproviderservice/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@quenty/chatproviderservice",
3-
"version": "9.54.0",
3+
"version": "9.55.0",
44
"description": "Provide wrapper around chat system to allow tags to be set",
55
"keywords": [
66
"Roblox",

src/clienttranslator/CHANGELOG.md

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,15 @@
1-
# v14.39.0 (Wed Jul 15 2026)
2-
3-
#### 🚀 Enhancement
4-
5-
- feat: Localize numbers for new locales [#729](https://github.com/Quenty/NevermoreEngine/pull/729) ([@Quenty](https://github.com/Quenty))
6-
- feat: More localization support ([@Quenty](https://github.com/Quenty))
7-
- feat: Localize numbers for new locales ([@Quenty](https://github.com/Quenty))
8-
9-
#### Authors: 1
10-
11-
- James Onnen ([@Quenty](https://github.com/Quenty))
12-
13-
---
14-
151
# Change Log
162

173
All notable changes to this project will be documented in this file.
184
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
195

6+
# [14.39.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/clienttranslator@14.38.0...@quenty/clienttranslator@14.39.0) (2026-07-15)
7+
8+
### Features
9+
10+
- Localize numbers for new locales ([1778b49](https://github.com/Quenty/NevermoreEngine/commit/1778b493c04e185517d3a79b5997345e47536705))
11+
- More localization support ([02f2505](https://github.com/Quenty/NevermoreEngine/commit/02f2505fb1c5073b266bcf126ab131037e8af091))
12+
2013
# [14.38.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/clienttranslator@14.37.1...@quenty/clienttranslator@14.38.0) (2026-07-14)
2114

2215
### Features

src/clienttranslator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@quenty/clienttranslator",
3-
"version": "14.38.0",
3+
"version": "14.39.0",
44
"description": "Gets local translator for player",
55
"keywords": [
66
"Roblox",

src/clipcharacters/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [12.42.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/clipcharacters@12.41.0...@quenty/clipcharacters@12.42.0) (2026-07-15)
7+
8+
**Note:** Version bump only for package @quenty/clipcharacters
9+
610
# [12.41.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/clipcharacters@12.40.1...@quenty/clipcharacters@12.41.0) (2026-07-14)
711

812
### Bug Fixes

src/clipcharacters/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@quenty/clipcharacters",
3-
"version": "12.41.0",
3+
"version": "12.42.0",
44
"description": "Clip characters locally on the client of other clients so they don't interfer with physics.",
55
"keywords": [
66
"Roblox",

src/cmdrservice/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [13.47.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/cmdrservice@13.46.0...@quenty/cmdrservice@13.47.0) (2026-07-15)
7+
8+
**Note:** Version bump only for package @quenty/cmdrservice
9+
610
# [13.46.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/cmdrservice@13.45.2...@quenty/cmdrservice@13.46.0) (2026-07-14)
711

812
### Features

src/cmdrservice/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@quenty/cmdrservice",
3-
"version": "13.46.0",
3+
"version": "13.47.0",
44
"description": "Bridge between cmdr and Nevermore services using servicebag",
55
"keywords": [
66
"Roblox",

0 commit comments

Comments
 (0)