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 22, 2021
1 parent d1763d7 commit 32ce50e
Show file tree
Hide file tree
Showing 5 changed files with 74 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
12 changes: 12 additions & 0 deletions src/attributeutils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
13 changes: 13 additions & 0 deletions src/ragdoll/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
12 changes: 12 additions & 0 deletions src/spring/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
12 changes: 12 additions & 0 deletions src/textserviceutils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 32ce50e

Please sign in to comment.