Skip to content

Commit b023a77

Browse files
committed
chore(release): %s [skip ci]
- @quenty/conditions@10.26.0 - @quenty/gameproductservice@14.34.0 - @quenty/humanoidspeed@12.32.0 - @quenty/idleservice@13.33.0 - @quenty/ik@15.34.0 - @quenty/motor6d@7.28.0 - @quenty/racketingropeconstraint@12.28.0 - @quenty/ragdoll@15.33.0 - @quenty/rogue-humanoid@10.32.0 - @quenty/rogue-properties@11.30.0 - @quenty/settings@11.33.0 - @quenty/settings-inputkeymap@10.35.0 - @quenty/tie@10.26.0
1 parent 46c451a commit b023a77

File tree

26 files changed

+117
-22
lines changed

26 files changed

+117
-22
lines changed

src/conditions/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+
# [10.26.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/conditions@10.25.1...@quenty/conditions@10.26.0) (2025-11-17)
7+
8+
**Note:** Version bump only for package @quenty/conditions
9+
10+
11+
12+
13+
614
## [10.25.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/conditions@10.25.0...@quenty/conditions@10.25.1) (2025-11-12)
715

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

src/conditions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@quenty/conditions",
3-
"version": "10.25.1",
3+
"version": "10.26.0",
44
"description": "Adornee based conditional system that is sufficiently generic to script gameplay.",
55
"keywords": [
66
"Roblox",

src/gameproductservice/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.34.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/gameproductservice@14.33.1...@quenty/gameproductservice@14.34.0) (2025-11-17)
7+
8+
**Note:** Version bump only for package @quenty/gameproductservice
9+
10+
11+
12+
13+
614
## [14.33.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/gameproductservice@14.33.0...@quenty/gameproductservice@14.33.1) (2025-11-12)
715

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

src/gameproductservice/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@quenty/gameproductservice",
3-
"version": "14.33.1",
3+
"version": "14.34.0",
44
"description": "Generalized monetization system for handling products and purchases correctly.",
55
"keywords": [
66
"Roblox",

src/humanoidspeed/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+
# [12.32.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/humanoidspeed@12.31.1...@quenty/humanoidspeed@12.32.0) (2025-11-17)
7+
8+
**Note:** Version bump only for package @quenty/humanoidspeed
9+
10+
11+
12+
13+
614
## [12.31.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/humanoidspeed@12.31.0...@quenty/humanoidspeed@12.31.1) (2025-11-12)
715

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

src/humanoidspeed/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@quenty/humanoidspeed",
3-
"version": "12.31.1",
3+
"version": "12.32.0",
44
"description": "Handles humanoid speed in a centralized location",
55
"keywords": [
66
"Roblox",

src/idleservice/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+
# [13.33.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/idleservice@13.32.1...@quenty/idleservice@13.33.0) (2025-11-17)
7+
8+
**Note:** Version bump only for package @quenty/idleservice
9+
10+
11+
12+
13+
614
## [13.32.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/idleservice@13.32.0...@quenty/idleservice@13.32.1) (2025-11-12)
715

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

src/idleservice/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@quenty/idleservice",
3-
"version": "13.32.1",
3+
"version": "13.33.0",
44
"description": "Helps track whether or not a player is idle and if so, then can show UI or other cute things.",
55
"keywords": [
66
"Roblox",

src/ik/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+
# [15.34.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/ik@15.33.1...@quenty/ik@15.34.0) (2025-11-17)
7+
8+
**Note:** Version bump only for package @quenty/ik
9+
10+
11+
12+
13+
614
## [15.33.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/ik@15.33.0...@quenty/ik@15.33.1) (2025-11-12)
715

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

src/ik/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@quenty/ik",
3-
"version": "15.33.1",
3+
"version": "15.34.0",
44
"description": "Inverse Kinematics for characters on Roblox",
55
"keywords": [
66
"Roblox",

0 commit comments

Comments
 (0)