diff --git a/src/numbersequenceutils/CHANGELOG.md b/src/numbersequenceutils/CHANGELOG.md index 69bec5448b..be24c54fe8 100644 --- a/src/numbersequenceutils/CHANGELOG.md +++ b/src/numbersequenceutils/CHANGELOG.md @@ -1,20 +1,18 @@ -# v8.8.0 (Wed Jan 08 2025) +# Change Log -#### 🚀 Enhancement +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -- feat: Add NumberSequenceUtils.scaleTransparency(sequence, scale) [#526](https://github.com/Quenty/NevermoreEngine/pull/526) ([@Quenty](https://github.com/Quenty)) -- feat: Add NumberSequenceUtils.scaleTransparency(sequence, scale) ([@Quenty](https://github.com/Quenty)) +# [8.8.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/numbersequenceutils@8.7.1...@quenty/numbersequenceutils@8.8.0) (2025-01-08) -#### Authors: 1 -- James Onnen ([@Quenty](https://github.com/Quenty)) +### Features + +* Add NumberSequenceUtils.scaleTransparency(sequence, scale) ([6659d0b](https://github.com/Quenty/NevermoreEngine/commit/6659d0bb8210616563f25bd20b084c0a4bb7fe36)) + ---- -# Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. ## [8.7.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/numbersequenceutils@8.7.0...@quenty/numbersequenceutils@8.7.1) (2024-11-04) diff --git a/src/numbersequenceutils/package.json b/src/numbersequenceutils/package.json index a438d5de01..8489babd76 100644 --- a/src/numbersequenceutils/package.json +++ b/src/numbersequenceutils/package.json @@ -1,6 +1,6 @@ { "name": "@quenty/numbersequenceutils", - "version": "8.7.1", + "version": "8.8.0", "description": "Utility functions involving NumberSequences on Roblox", "keywords": [ "Roblox", diff --git a/src/particles/CHANGELOG.md b/src/particles/CHANGELOG.md index 04a983c4f5..c1b84e7372 100644 --- a/src/particles/CHANGELOG.md +++ b/src/particles/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.8.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/particles@5.7.1...@quenty/particles@5.8.0) (2025-01-08) + +**Note:** Version bump only for package @quenty/particles + + + + + ## [5.7.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/particles@5.7.0...@quenty/particles@5.7.1) (2024-11-04) **Note:** Version bump only for package @quenty/particles diff --git a/src/particles/package.json b/src/particles/package.json index 345aaa2f5f..0d90c534a7 100644 --- a/src/particles/package.json +++ b/src/particles/package.json @@ -1,6 +1,6 @@ { "name": "@quenty/particles", - "version": "5.7.1", + "version": "5.8.0", "description": "Holds utilitity for playing back particles", "keywords": [ "Roblox", diff --git a/src/promptqueue/CHANGELOG.md b/src/promptqueue/CHANGELOG.md index 8f7a72d4b6..69108165ab 100644 --- a/src/promptqueue/CHANGELOG.md +++ b/src/promptqueue/CHANGELOG.md @@ -1,21 +1,18 @@ -# v1.15.0 (Wed Jan 08 2025) +# Change Log -#### 🚀 Enhancement +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -- feat: Add NumberSequenceUtils.scaleTransparency(sequence, scale) [#526](https://github.com/Quenty/NevermoreEngine/pull/526) ([@Quenty](https://github.com/Quenty)) -- feat: PromptQueue:IsShowing() and PromptQueue:ObserveIsShowing() [#525](https://github.com/Quenty/NevermoreEngine/pull/525) ([@InvisibleWater](https://github.com/InvisibleWater)) +# [1.15.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/promptqueue@1.14.0...@quenty/promptqueue@1.15.0) (2025-01-08) -#### Authors: 2 -- James Onnen ([@Quenty](https://github.com/Quenty)) -- Matthew Miller ([@InvisibleWater](https://github.com/InvisibleWater)) +### Features + +* PromptQueue - Expose showing state ([#525](https://github.com/Quenty/NevermoreEngine/issues/525)) ([0081f30](https://github.com/Quenty/NevermoreEngine/commit/0081f302c3700cf2d381d54201649f47217b557f)) + ---- -# Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. # [1.14.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/promptqueue@1.13.0...@quenty/promptqueue@1.14.0) (2024-12-15) diff --git a/src/promptqueue/package.json b/src/promptqueue/package.json index fb126bac69..6831157811 100644 --- a/src/promptqueue/package.json +++ b/src/promptqueue/package.json @@ -1,6 +1,6 @@ { "name": "@quenty/promptqueue", - "version": "1.14.0", + "version": "1.15.0", "description": "Queue system for prompts and other UI", "keywords": [ "Roblox", diff --git a/src/snackbar/CHANGELOG.md b/src/snackbar/CHANGELOG.md index e946ebb8d9..b54eb80ec0 100644 --- a/src/snackbar/CHANGELOG.md +++ b/src/snackbar/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [11.18.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/snackbar@11.17.0...@quenty/snackbar@11.18.0) (2025-01-08) + +**Note:** Version bump only for package @quenty/snackbar + + + + + # [11.17.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/snackbar@11.16.0...@quenty/snackbar@11.17.0) (2024-12-15) **Note:** Version bump only for package @quenty/snackbar diff --git a/src/snackbar/package.json b/src/snackbar/package.json index 86013e97ce..f2bda57848 100644 --- a/src/snackbar/package.json +++ b/src/snackbar/package.json @@ -1,6 +1,6 @@ { "name": "@quenty/snackbar", - "version": "11.17.0", + "version": "11.18.0", "description": "Snackbars provide lightweight feedback on an operation at the base of the screen. They automatically disappear after a timeout or user interaction. There can only be one on the screen at a time.", "keywords": [ "Roblox", diff --git a/tools/nevermore-cli/CHANGELOG.md b/tools/nevermore-cli/CHANGELOG.md index 12ebf10492..d432758789 100644 --- a/tools/nevermore-cli/CHANGELOG.md +++ b/tools/nevermore-cli/CHANGELOG.md @@ -1,23 +1,15 @@ -# v4.5.0 (Wed Jan 08 2025) - -#### 🚀 Enhancement - -- feat: Add NumberSequenceUtils.scaleTransparency(sequence, scale) [#526](https://github.com/Quenty/NevermoreEngine/pull/526) ([@Quenty](https://github.com/Quenty)) +# Change Log -#### 🐛 Bug Fix +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -- ci: Fix aftman install ([@Quenty](https://github.com/Quenty)) +# [4.5.0](https://github.com/Quenty/Nevermore/compare/@quenty/nevermore-cli@4.4.1...@quenty/nevermore-cli@4.5.0) (2025-01-08) -#### Authors: 1 +**Note:** Version bump only for package @quenty/nevermore-cli -- James Onnen ([@Quenty](https://github.com/Quenty)) ---- -# Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. ## [4.4.1](https://github.com/Quenty/Nevermore/compare/@quenty/nevermore-cli@4.4.0...@quenty/nevermore-cli@4.4.1) (2024-09-20) diff --git a/tools/nevermore-cli/package-lock.json b/tools/nevermore-cli/package-lock.json index 752458d141..9ff2a73322 100644 --- a/tools/nevermore-cli/package-lock.json +++ b/tools/nevermore-cli/package-lock.json @@ -1,12 +1,12 @@ { "name": "@quenty/nevermore-cli", - "version": "4.4.1", + "version": "4.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@quenty/nevermore-cli", - "version": "4.4.1", + "version": "4.5.0", "license": "MIT", "dependencies": { "@quenty/cli-output-helpers": "file:../cli-output-helpers", diff --git a/tools/nevermore-cli/package.json b/tools/nevermore-cli/package.json index 3ca33a3734..e61582aa2c 100644 --- a/tools/nevermore-cli/package.json +++ b/tools/nevermore-cli/package.json @@ -1,6 +1,6 @@ { "name": "@quenty/nevermore-cli", - "version": "4.4.1", + "version": "4.5.0", "description": "CLI interface for Nevermore", "keywords": [ "Roblox",