Skip to content

Commit

Permalink
Update CHANGELOG.md [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Quenty committed Dec 15, 2024
1 parent cdfecba commit a72c370
Show file tree
Hide file tree
Showing 10 changed files with 136 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# (Sun Dec 15 2024)

#### 🚀 Enhancement

- `@quenty/aggregator@1.2.0`, `@quenty/attributeutils@14.15.0`, `@quenty/avatareditorutils@7.17.0`, `@quenty/colorpalette@10.18.0`, `@quenty/ik@15.20.0`, `@quenty/promise@10.9.0`, `@quenty/rigbuilderutils@10.17.0`, `@quenty/rx@13.15.0`, `@quenty/userserviceutils@9.16.0`
- users/quenty/updates [#524](https://github.com/Quenty/NevermoreEngine/pull/524) ([@Quenty](https://github.com/Quenty))

#### Authors: 1

- James Onnen ([@Quenty](https://github.com/Quenty))

---

# (Tue Dec 03 2024)

#### 🚀 Enhancement
Expand Down
13 changes: 13 additions & 0 deletions src/aggregator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# v1.2.0 (Sun Dec 15 2024)

#### 🚀 Enhancement

- users/quenty/updates [#524](https://github.com/Quenty/NevermoreEngine/pull/524) ([@Quenty](https://github.com/Quenty))
- feat: Add rate aggregation and batching ([@Quenty](https://github.com/Quenty))

#### Authors: 1

- James Onnen ([@Quenty](https://github.com/Quenty))

---

# Change Log

All notable changes to this project will be documented in this file.
Expand Down
13 changes: 13 additions & 0 deletions src/attributeutils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# v14.15.0 (Sun Dec 15 2024)

#### 🚀 Enhancement

- users/quenty/updates [#524](https://github.com/Quenty/NevermoreEngine/pull/524) ([@Quenty](https://github.com/Quenty))
- feat: Add JSONAttributeValue and EncodedAttributeValue ([@Quenty](https://github.com/Quenty))

#### Authors: 1

- James Onnen ([@Quenty](https://github.com/Quenty))

---

# Change Log

All notable changes to this project will be documented in this file.
Expand Down
16 changes: 16 additions & 0 deletions src/avatareditorutils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# v7.17.0 (Sun Dec 15 2024)

#### 🚀 Enhancement

- users/quenty/updates [#524](https://github.com/Quenty/NevermoreEngine/pull/524) ([@Quenty](https://github.com/Quenty))

#### 🐛 Bug Fix

- fix: Limit batch request size ([@Quenty](https://github.com/Quenty))

#### Authors: 1

- James Onnen ([@Quenty](https://github.com/Quenty))

---

# Change Log

All notable changes to this project will be documented in this file.
Expand Down
13 changes: 13 additions & 0 deletions src/colorpalette/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# v10.18.0 (Sun Dec 15 2024)

#### 🚀 Enhancement

- users/quenty/updates [#524](https://github.com/Quenty/NevermoreEngine/pull/524) ([@Quenty](https://github.com/Quenty))
- feat: Allow observation of grades from palette ([@Quenty](https://github.com/Quenty))

#### Authors: 1

- James Onnen ([@Quenty](https://github.com/Quenty))

---

# Change Log

All notable changes to this project will be documented in this file.
Expand Down
16 changes: 16 additions & 0 deletions src/ik/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# v15.20.0 (Sun Dec 15 2024)

#### 🚀 Enhancement

- users/quenty/updates [#524](https://github.com/Quenty/NevermoreEngine/pull/524) ([@Quenty](https://github.com/Quenty))

#### 🐛 Bug Fix

- fix: cleanup IK service properly ([@Quenty](https://github.com/Quenty))

#### Authors: 1

- James Onnen ([@Quenty](https://github.com/Quenty))

---

# Change Log

All notable changes to this project will be documented in this file.
Expand Down
13 changes: 13 additions & 0 deletions src/promise/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# v10.9.0 (Sun Dec 15 2024)

#### 🚀 Enhancement

- users/quenty/updates [#524](https://github.com/Quenty/NevermoreEngine/pull/524) ([@Quenty](https://github.com/Quenty))
- feat: Add retry mechanism to UserInfoAggregator ([@Quenty](https://github.com/Quenty))

#### Authors: 1

- James Onnen ([@Quenty](https://github.com/Quenty))

---

# Change Log

All notable changes to this project will be documented in this file.
Expand Down
13 changes: 13 additions & 0 deletions src/rigbuilderutils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# v10.17.0 (Sun Dec 15 2024)

#### 🚀 Enhancement

- users/quenty/updates [#524](https://github.com/Quenty/NevermoreEngine/pull/524) ([@Quenty](https://github.com/Quenty))
- feat: Add RigBuilderUtils.findAnimateScript(rig: Model) ([@Quenty](https://github.com/Quenty))

#### Authors: 1

- James Onnen ([@Quenty](https://github.com/Quenty))

---

# Change Log

All notable changes to this project will be documented in this file.
Expand Down
13 changes: 13 additions & 0 deletions src/rx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# v13.15.0 (Sun Dec 15 2024)

#### 🚀 Enhancement

- users/quenty/updates [#524](https://github.com/Quenty/NevermoreEngine/pull/524) ([@Quenty](https://github.com/Quenty))
- feat: Add fail and complete state to Rx ([@Quenty](https://github.com/Quenty))

#### Authors: 1

- James Onnen ([@Quenty](https://github.com/Quenty))

---

# Change Log

All notable changes to this project will be documented in this file.
Expand Down
13 changes: 13 additions & 0 deletions src/userserviceutils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# v9.16.0 (Sun Dec 15 2024)

#### 🚀 Enhancement

- users/quenty/updates [#524](https://github.com/Quenty/NevermoreEngine/pull/524) ([@Quenty](https://github.com/Quenty))
- feat: Add retry mechanism to UserInfoAggregator ([@Quenty](https://github.com/Quenty))

#### Authors: 1

- James Onnen ([@Quenty](https://github.com/Quenty))

---

# Change Log

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

0 comments on commit a72c370

Please sign in to comment.