Skip to content

Commit

Permalink
chore(release): %s [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Quenty committed Jan 8, 2025
1 parent ec37467 commit 983dd19
Show file tree
Hide file tree
Showing 11 changed files with 44 additions and 41 deletions.
18 changes: 8 additions & 10 deletions src/numbersequenceutils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/[email protected]...@quenty/[email protected]) (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/[email protected]...@quenty/[email protected]) (2024-11-04)

Expand Down
2 changes: 1 addition & 1 deletion src/numbersequenceutils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quenty/numbersequenceutils",
"version": "8.7.1",
"version": "8.8.0",
"description": "Utility functions involving NumberSequences on Roblox",
"keywords": [
"Roblox",
Expand Down
8 changes: 8 additions & 0 deletions src/particles/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@quenty/[email protected]) (2025-01-08)

**Note:** Version bump only for package @quenty/particles





## [5.7.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/[email protected]...@quenty/[email protected]) (2024-11-04)

**Note:** Version bump only for package @quenty/particles
Expand Down
2 changes: 1 addition & 1 deletion src/particles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quenty/particles",
"version": "5.7.1",
"version": "5.8.0",
"description": "Holds utilitity for playing back particles",
"keywords": [
"Roblox",
Expand Down
19 changes: 8 additions & 11 deletions src/promptqueue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/[email protected]...@quenty/[email protected]) (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/[email protected]...@quenty/[email protected]) (2024-12-15)

Expand Down
2 changes: 1 addition & 1 deletion src/promptqueue/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 8 additions & 0 deletions src/snackbar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@quenty/[email protected]) (2025-01-08)

**Note:** Version bump only for package @quenty/snackbar





# [11.17.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/[email protected]...@quenty/[email protected]) (2024-12-15)

**Note:** Version bump only for package @quenty/snackbar
Expand Down
2 changes: 1 addition & 1 deletion src/snackbar/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
18 changes: 5 additions & 13 deletions tools/nevermore-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/[email protected]...@quenty/[email protected]) (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/[email protected]...@quenty/[email protected]) (2024-09-20)

Expand Down
4 changes: 2 additions & 2 deletions tools/nevermore-cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/nevermore-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quenty/nevermore-cli",
"version": "4.4.1",
"version": "4.5.0",
"description": "CLI interface for Nevermore",
"keywords": [
"Roblox",
Expand Down

0 comments on commit 983dd19

Please sign in to comment.