From 32ce50eaa11ca886a63da51d7eca6ad16cb176f7 Mon Sep 17 00:00:00 2001 From: James Onnen Date: Wed, 22 Dec 2021 05:29:24 +0000 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 25 +++++++++++++++++++++++++ src/attributeutils/CHANGELOG.md | 12 ++++++++++++ src/ragdoll/CHANGELOG.md | 13 +++++++++++++ src/spring/CHANGELOG.md | 12 ++++++++++++ src/textserviceutils/CHANGELOG.md | 12 ++++++++++++ 5 files changed, 74 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1df30ba648..06b63a5318 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,28 @@ +# (Wed Dec 22 2021) + +#### 💥 Breaking Change + +- `@quenty/guivisiblemanager@5.0.0` + - feat!: Remove GuiVisibleManager:SetPreferredTheme() support [#236](https://github.com/Quenty/NevermoreEngine/pull/236) ([@Quenty](https://github.com/Quenty)) + +#### 🚀 Enhancement + +- `@quenty/spring@3.0.0` + - feat: Add spring support for UDim2 and UDim and Vector2 [#237](https://github.com/Quenty/NevermoreEngine/pull/237) ([@Quenty](https://github.com/Quenty)) +- `@quenty/textserviceutils@3.0.0` + - feat: Add observeSizeForLabelProps [#237](https://github.com/Quenty/NevermoreEngine/pull/237) ([@Quenty](https://github.com/Quenty)) +- `@quenty/ragdoll@5.0.0` + - feat: Automatic ragdolling [#237](https://github.com/Quenty/NevermoreEngine/pull/237) ([@Quenty](https://github.com/Quenty)) + - feat: Adjust unragdoll logic [#237](https://github.com/Quenty/NevermoreEngine/pull/237) ([@Quenty](https://github.com/Quenty)) +- `@quenty/attributeutils@4.0.0` + - feat: Add better warnings [#237](https://github.com/Quenty/NevermoreEngine/pull/237) ([@Quenty](https://github.com/Quenty)) + +#### Authors: 1 + +- James Onnen ([@Quenty](https://github.com/Quenty)) + +--- + # (Sat Dec 18 2021) #### 💥 Breaking Change diff --git a/src/attributeutils/CHANGELOG.md b/src/attributeutils/CHANGELOG.md index ab68812961..4771a0ed8d 100644 --- a/src/attributeutils/CHANGELOG.md +++ b/src/attributeutils/CHANGELOG.md @@ -1,3 +1,15 @@ +# v4.0.0 (Wed Dec 22 2021) + +#### 🚀 Enhancement + +- feat: Add better warnings [#237](https://github.com/Quenty/NevermoreEngine/pull/237) ([@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. diff --git a/src/ragdoll/CHANGELOG.md b/src/ragdoll/CHANGELOG.md index 9494069bc4..a5b0812bb4 100644 --- a/src/ragdoll/CHANGELOG.md +++ b/src/ragdoll/CHANGELOG.md @@ -1,3 +1,16 @@ +# v5.0.0 (Wed Dec 22 2021) + +#### 🚀 Enhancement + +- feat: Automatic ragdolling [#237](https://github.com/Quenty/NevermoreEngine/pull/237) ([@Quenty](https://github.com/Quenty)) +- feat: Adjust unragdoll logic [#237](https://github.com/Quenty/NevermoreEngine/pull/237) ([@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. diff --git a/src/spring/CHANGELOG.md b/src/spring/CHANGELOG.md index 75006bbd8a..67f8f8b88e 100644 --- a/src/spring/CHANGELOG.md +++ b/src/spring/CHANGELOG.md @@ -1,3 +1,15 @@ +# v3.0.0 (Wed Dec 22 2021) + +#### 🚀 Enhancement + +- feat: Add spring support for UDim2 and UDim and Vector2 [#237](https://github.com/Quenty/NevermoreEngine/pull/237) ([@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. diff --git a/src/textserviceutils/CHANGELOG.md b/src/textserviceutils/CHANGELOG.md index ebf9980131..edffbef50b 100644 --- a/src/textserviceutils/CHANGELOG.md +++ b/src/textserviceutils/CHANGELOG.md @@ -1,3 +1,15 @@ +# v3.0.0 (Wed Dec 22 2021) + +#### 🚀 Enhancement + +- feat: Add observeSizeForLabelProps [#237](https://github.com/Quenty/NevermoreEngine/pull/237) ([@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.