Skip to content

Commit d39e200

Browse files
committed
chore(release): %s [skip ci]
- @quenty/avatareditorutils@7.22.0 - @quenty/binder@14.21.0 - @quenty/boundlinkutils@14.21.0 - @quenty/camera@14.22.0 - @quenty/chatproviderservice@9.27.0 - @quenty/clipcharacters@12.21.0 - @quenty/cmdrservice@13.24.0 - @quenty/cooldown@11.22.0 - @quenty/datastore@13.22.0 - @quenty/deathreport@10.23.0 - @quenty/funnels@1.7.0 - @quenty/gameconfig@12.26.0 - @quenty/gameproductservice@14.26.0 - @quenty/genericscreenguiprovider@13.22.0 - @quenty/hide@11.23.0 - @quenty/hintscoringutils@14.22.0 - @quenty/humanoidspeed@12.25.0 - @quenty/idleservice@13.25.0 - @quenty/ik@15.26.0 - @quenty/influxdbclient@7.21.0 - @quenty/inputkeymaputils@14.25.0 - @quenty/inputmode@13.20.0 - @quenty/motor6d@7.22.0 - @quenty/parttouchingcalculator@14.22.0 - @quenty/permissionprovider@14.21.0 - @quenty/playerbinder@14.21.0 - @quenty/playerhumanoidbinder@14.21.0 - @quenty/playerinputmode@9.21.0 - @quenty/racketingropeconstraint@12.22.0 - @quenty/ragdoll@15.25.0 - @quenty/receiptprocessing@7.20.0 - @quenty/rogue-humanoid@10.25.0 - @quenty/rogue-properties@11.24.0 - @quenty/rxbinderutils@14.21.0 - @quenty/scoredactionservice@16.26.0 - @quenty/screenshothudservice@7.20.0 - @quenty/secrets@7.25.0 - @quenty/servicebag@11.13.0 - @quenty/settings@11.25.0 - @quenty/settings-inputkeymap@10.27.0 - @quenty/snackbar@11.23.0 - @quenty/softshutdown@9.25.0 - @quenty/spawning@10.24.0 - @quenty/userserviceutils@9.20.0 - @quenty/viewport@11.23.0
1 parent 17d4cf5 commit d39e200

90 files changed

Lines changed: 402 additions & 72 deletions

File tree

Some content is hidden

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

src/avatareditorutils/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
# [7.22.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/avatareditorutils@7.21.0...@quenty/avatareditorutils@7.22.0) (2025-05-12)
7+
8+
**Note:** Version bump only for package @quenty/avatareditorutils
9+
10+
11+
12+
13+
614
# [7.21.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/avatareditorutils@7.20.3...@quenty/avatareditorutils@7.21.0) (2025-05-10)
715

816

src/avatareditorutils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@quenty/avatareditorutils",
3-
"version": "7.21.0",
3+
"version": "7.22.0",
44
"description": "Provides utility functions to work with the Roblox AvatarEditorService",
55
"keywords": [
66
"Roblox",

src/binder/CHANGELOG.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
1-
# v14.21.0 (Mon May 12 2025)
1+
# Change Log
22

3-
#### 🐛 Bug Fix
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
45

5-
- fix: Fix requires ([@Quenty](https://github.com/Quenty))
6+
# [14.21.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/binder@14.20.0...@quenty/binder@14.21.0) (2025-05-12)
67

7-
#### Authors: 1
88

9-
- James Onnen ([@Quenty](https://github.com/Quenty))
9+
### Bug Fixes
10+
11+
* Fix requires ([ef3344b](https://github.com/Quenty/NevermoreEngine/commit/ef3344b098d70ed38f331492828274ee4c1b6b68))
12+
1013

11-
---
1214

13-
# Change Log
1415

15-
All notable changes to this project will be documented in this file.
16-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1716

1817
# [14.20.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/binder@14.19.3...@quenty/binder@14.20.0) (2025-05-10)
1918

src/binder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@quenty/binder",
3-
"version": "14.20.0",
3+
"version": "14.21.0",
44
"description": "Utility object to Bind a class to Roblox object, and associated helper methods",
55
"keywords": [
66
"Roblox",

src/boundlinkutils/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
# [14.21.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/boundlinkutils@14.20.0...@quenty/boundlinkutils@14.21.0) (2025-05-12)
7+
8+
**Note:** Version bump only for package @quenty/boundlinkutils
9+
10+
11+
12+
13+
614
# [14.20.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/boundlinkutils@14.19.3...@quenty/boundlinkutils@14.20.0) (2025-05-10)
715

816
**Note:** Version bump only for package @quenty/boundlinkutils

src/boundlinkutils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@quenty/boundlinkutils",
3-
"version": "14.20.0",
3+
"version": "14.21.0",
44
"description": "Utility functions involving binders and links",
55
"keywords": [
66
"Roblox",

src/camera/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
# [14.22.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/camera@14.21.0...@quenty/camera@14.22.0) (2025-05-12)
7+
8+
**Note:** Version bump only for package @quenty/camera
9+
10+
11+
12+
13+
614
# [14.21.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/camera@14.20.3...@quenty/camera@14.21.0) (2025-05-10)
715

816

src/camera/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@quenty/camera",
3-
"version": "14.21.0",
3+
"version": "14.22.0",
44
"description": "Quenty's camera system for Roblox",
55
"keywords": [
66
"Roblox",

src/chatproviderservice/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.27.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/chatproviderservice@9.26.0...@quenty/chatproviderservice@9.27.0) (2025-05-12)
7+
8+
**Note:** Version bump only for package @quenty/chatproviderservice
9+
10+
11+
12+
13+
614
# [9.26.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/chatproviderservice@9.25.3...@quenty/chatproviderservice@9.26.0) (2025-05-10)
715

816

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.26.0",
3+
"version": "9.27.0",
44
"description": "Provide wrapper around chat system to allow tags to be set",
55
"keywords": [
66
"Roblox",

0 commit comments

Comments
 (0)