Skip to content

Commit 8404664

Browse files
committed
Update CHANGELOG.md [skip ci]
1 parent 31d15e4 commit 8404664

File tree

21 files changed

+277
-0
lines changed

21 files changed

+277
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# (Wed Jan 22 2025)
2+
3+
#### 🐛 Bug Fix
4+
5+
- `@quenty/buttonhighlightmodel@14.16.1`, `@quenty/camera@14.18.2`, `@quenty/chatproviderservice@9.23.1`, `@quenty/colorpalette@10.19.1`, `@quenty/flipbook@9.15.1`, `@quenty/gameproductservice@14.22.1`, `@quenty/guivisiblemanager@12.7.2`, `@quenty/idleservice@13.20.2`, `@quenty/ik@15.21.2`, `@quenty/influxdbclient@7.17.1`, `@quenty/inputkeymaputils@14.21.1`, `@quenty/observablecollection@12.18.1`, `@quenty/overriddenproperty@10.8.2`, `@quenty/playerhumanoidbinder@14.17.1`, `@quenty/playerinputmode@9.17.1`, `@quenty/racketingropeconstraint@12.18.1`, `@quenty/ragdoll@15.20.2`, `@quenty/screenshothudservice@7.16.1`, `@quenty/softshutdown@9.20.1`, `@quenty/tie@10.18.1`
6+
- Bulk refactors and small bug fixes [#531](https://github.com/Quenty/NevermoreEngine/pull/531) ([@Quenty](https://github.com/Quenty))
7+
8+
#### Authors: 1
9+
10+
- James Onnen ([@Quenty](https://github.com/Quenty))
11+
12+
---
13+
114
# (Tue Jan 21 2025)
215

316
#### 🐛 Bug Fix

src/buttonhighlightmodel/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# v14.16.1 (Wed Jan 22 2025)
2+
3+
#### 🐛 Bug Fix
4+
5+
- Bulk refactors and small bug fixes [#531](https://github.com/Quenty/NevermoreEngine/pull/531) ([@Quenty](https://github.com/Quenty))
6+
- refactor: Bulk refactor Instance.new("BoolValue") to self._maid:Add(ValueObject.new(false, "boolean")) ([@Quenty](https://github.com/Quenty))
7+
8+
#### Authors: 1
9+
10+
- James Onnen ([@Quenty](https://github.com/Quenty))
11+
12+
---
13+
114
# Change Log
215

316
All notable changes to this project will be documented in this file.

src/camera/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# v14.18.2 (Wed Jan 22 2025)
2+
3+
#### 🐛 Bug Fix
4+
5+
- Bulk refactors and small bug fixes [#531](https://github.com/Quenty/NevermoreEngine/pull/531) ([@Quenty](https://github.com/Quenty))
6+
- refactor: Bulk refactor Instance.new("BoolValue") to self._maid:Add(ValueObject.new(false, "boolean")) ([@Quenty](https://github.com/Quenty))
7+
8+
#### Authors: 1
9+
10+
- James Onnen ([@Quenty](https://github.com/Quenty))
11+
12+
---
13+
114
# Change Log
215

316
All notable changes to this project will be documented in this file.

src/chatproviderservice/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# v9.23.1 (Wed Jan 22 2025)
2+
3+
#### 🐛 Bug Fix
4+
5+
- Bulk refactors and small bug fixes [#531](https://github.com/Quenty/NevermoreEngine/pull/531) ([@Quenty](https://github.com/Quenty))
6+
- refactor: Replace :GiveTask() with :Add() API calls using regex ([@Quenty](https://github.com/Quenty))
7+
- fix: Fix ChatProviderCommandService ([@Quenty](https://github.com/Quenty))
8+
9+
#### Authors: 1
10+
11+
- James Onnen ([@Quenty](https://github.com/Quenty))
12+
13+
---
14+
115
# Change Log
216

317
All notable changes to this project will be documented in this file.

src/colorpalette/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# v10.19.1 (Wed Jan 22 2025)
2+
3+
#### 🐛 Bug Fix
4+
5+
- Bulk refactors and small bug fixes [#531](https://github.com/Quenty/NevermoreEngine/pull/531) ([@Quenty](https://github.com/Quenty))
6+
- refactor: Replace :GiveTask() with :Add() API calls using regex ([@Quenty](https://github.com/Quenty))
7+
8+
#### Authors: 1
9+
10+
- James Onnen ([@Quenty](https://github.com/Quenty))
11+
12+
---
13+
114
# Change Log
215

316
All notable changes to this project will be documented in this file.

src/flipbook/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# v9.15.1 (Wed Jan 22 2025)
2+
3+
#### 🐛 Bug Fix
4+
5+
- Bulk refactors and small bug fixes [#531](https://github.com/Quenty/NevermoreEngine/pull/531) ([@Quenty](https://github.com/Quenty))
6+
- refactor: Replace :GiveTask() with :Add() API calls using regex ([@Quenty](https://github.com/Quenty))
7+
8+
#### Authors: 1
9+
10+
- James Onnen ([@Quenty](https://github.com/Quenty))
11+
12+
---
13+
114
# Change Log
215

316
All notable changes to this project will be documented in this file.

src/gameproductservice/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# v14.22.1 (Wed Jan 22 2025)
2+
3+
#### 🐛 Bug Fix
4+
5+
- Bulk refactors and small bug fixes [#531](https://github.com/Quenty/NevermoreEngine/pull/531) ([@Quenty](https://github.com/Quenty))
6+
- fix: Handle ownership as a rejection during error ([@Quenty](https://github.com/Quenty))
7+
8+
#### Authors: 1
9+
10+
- James Onnen ([@Quenty](https://github.com/Quenty))
11+
12+
---
13+
114
# Change Log
215

316
All notable changes to this project will be documented in this file.

src/guivisiblemanager/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# v12.7.2 (Wed Jan 22 2025)
2+
3+
#### 🐛 Bug Fix
4+
5+
- Bulk refactors and small bug fixes [#531](https://github.com/Quenty/NevermoreEngine/pull/531) ([@Quenty](https://github.com/Quenty))
6+
- refactor: Bulk refactor Instance.new("BoolValue") to self._maid:Add(ValueObject.new(false, "boolean")) ([@Quenty](https://github.com/Quenty))
7+
8+
#### Authors: 1
9+
10+
- James Onnen ([@Quenty](https://github.com/Quenty))
11+
12+
---
13+
114
# Change Log
215

316
All notable changes to this project will be documented in this file.

src/idleservice/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# v13.20.2 (Wed Jan 22 2025)
2+
3+
#### 🐛 Bug Fix
4+
5+
- Bulk refactors and small bug fixes [#531](https://github.com/Quenty/NevermoreEngine/pull/531) ([@Quenty](https://github.com/Quenty))
6+
- refactor: Replace :GiveTask() with :Add() API calls using regex ([@Quenty](https://github.com/Quenty))
7+
8+
#### Authors: 1
9+
10+
- James Onnen ([@Quenty](https://github.com/Quenty))
11+
12+
---
13+
114
# Change Log
215

316
All notable changes to this project will be documented in this file.

src/ik/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# v15.21.2 (Wed Jan 22 2025)
2+
3+
#### 🐛 Bug Fix
4+
5+
- Bulk refactors and small bug fixes [#531](https://github.com/Quenty/NevermoreEngine/pull/531) ([@Quenty](https://github.com/Quenty))
6+
- refactor: Bulk refactor Instance.new("BoolValue") to self._maid:Add(ValueObject.new(false, "boolean")) ([@Quenty](https://github.com/Quenty))
7+
- refactor: Replace :GiveTask() with :Add() API calls using regex ([@Quenty](https://github.com/Quenty))
8+
9+
#### Authors: 1
10+
11+
- James Onnen ([@Quenty](https://github.com/Quenty))
12+
13+
---
14+
115
# Change Log
216

317
All notable changes to this project will be documented in this file.

0 commit comments

Comments
 (0)