Skip to content

Commit e3921e3

Browse files
committed
Update CHANGELOG.md [skip ci]
1 parent faf150d commit e3921e3

File tree

10 files changed

+131
-0
lines changed

10 files changed

+131
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# (Mon Jan 05 2026)
22

3+
#### 🐛 Bug Fix
4+
5+
- `@quenty/buttonhighlightmodel@14.23.1`, `@quenty/rogue-properties@11.31.1`, `@quenty/settings@11.35.1`, `@quenty/soundgroup@1.26.1`, `@quenty/soundplayer@7.25.1`, `@quenty/tie@10.27.1`, `@quenty/timedtween@7.23.1`, `@quenty/transitionmodel@7.24.1`, `@quenty/valueobject@13.22.1`, `nevermore-vscode@0.1.1`
6+
- ci: Fix CI for Nevermore VSCode extension [#626](https://github.com/Quenty/NevermoreEngine/pull/626) ([@Quenty](https://github.com/Quenty))
7+
8+
#### Authors: 1
9+
10+
- James Onnen ([@Quenty](https://github.com/Quenty))
11+
12+
---
13+
14+
# (Mon Jan 05 2026)
15+
316
#### 🚀 Enhancement
417

518
- `@quenty/nevermore-cli@4.10.0`, `nevermore-vscode@0.1.0`

src/buttonhighlightmodel/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# v14.23.1 (Mon Jan 05 2026)
2+
3+
#### 🐛 Bug Fix
4+
5+
- ci: Fix CI for Nevermore VSCode extension [#626](https://github.com/Quenty/NevermoreEngine/pull/626) ([@Quenty](https://github.com/Quenty))
6+
- ci: Update types for misc. instances ([@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/rogue-properties/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# v11.31.1 (Mon Jan 05 2026)
2+
3+
#### 🐛 Bug Fix
4+
5+
- ci: Fix CI for Nevermore VSCode extension [#626](https://github.com/Quenty/NevermoreEngine/pull/626) ([@Quenty](https://github.com/Quenty))
6+
- ci: Update types for misc. instances ([@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/settings/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# v11.35.1 (Mon Jan 05 2026)
2+
3+
#### 🐛 Bug Fix
4+
5+
- ci: Fix CI for Nevermore VSCode extension [#626](https://github.com/Quenty/NevermoreEngine/pull/626) ([@Quenty](https://github.com/Quenty))
6+
- fix: Adjust typing accordingly for settings system ([@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/soundgroups/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# v1.26.1 (Mon Jan 05 2026)
2+
3+
#### 🐛 Bug Fix
4+
5+
- ci: Fix CI for Nevermore VSCode extension [#626](https://github.com/Quenty/NevermoreEngine/pull/626) ([@Quenty](https://github.com/Quenty))
6+
- fix: Update the sound group package to include sound volume multipliers ([@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/soundplayer/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# v7.25.1 (Mon Jan 05 2026)
2+
3+
#### 🐛 Bug Fix
4+
5+
- ci: Fix CI for Nevermore VSCode extension [#626](https://github.com/Quenty/NevermoreEngine/pull/626) ([@Quenty](https://github.com/Quenty))
6+
- fix: Update the sound group package to include sound volume multipliers ([@Quenty](https://github.com/Quenty))
7+
- fix: Add typing to SoundPlayer ([@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/tie/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# v10.27.1 (Mon Jan 05 2026)
2+
3+
#### 🐛 Bug Fix
4+
5+
- ci: Fix CI for Nevermore VSCode extension [#626](https://github.com/Quenty/NevermoreEngine/pull/626) ([@Quenty](https://github.com/Quenty))
6+
- ci: Update types for misc. instances ([@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/timedtween/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# v7.23.1 (Mon Jan 05 2026)
2+
3+
#### 🐛 Bug Fix
4+
5+
- ci: Fix CI for Nevermore VSCode extension [#626](https://github.com/Quenty/NevermoreEngine/pull/626) ([@Quenty](https://github.com/Quenty))
6+
- fix: Transition times take a mountable value instead of just a number ([@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/transitionmodel/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# v7.24.1 (Mon Jan 05 2026)
2+
3+
#### 🐛 Bug Fix
4+
5+
- ci: Fix CI for Nevermore VSCode extension [#626](https://github.com/Quenty/NevermoreEngine/pull/626) ([@Quenty](https://github.com/Quenty))
6+
- fix: Transition times take a mountable value instead of just a number ([@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/valueobject/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# v13.22.1 (Mon Jan 05 2026)
2+
3+
#### 🐛 Bug Fix
4+
5+
- ci: Fix CI for Nevermore VSCode extension [#626](https://github.com/Quenty/NevermoreEngine/pull/626) ([@Quenty](https://github.com/Quenty))
6+
- ci: Update types for misc. instances ([@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.

0 commit comments

Comments
 (0)