Skip to content

Commit 7f6f73d

Browse files
committed
chore(release): %s [skip ci]
- @quenty/cli-output-helpers@1.10.0 - @quenty/nevermore-cli@4.23.0 - @quenty/nevermore-cli-helpers@1.8.0 - @quenty/nevermore-template-helpers@1.11.0 - @quenty/studio-bridge@0.7.0
1 parent c157e52 commit 7f6f73d

File tree

10 files changed

+45
-23
lines changed

10 files changed

+45
-23
lines changed

tools/cli-output-helpers/CHANGELOG.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
1-
# v1.10.0 (Mon Feb 23 2026)
1+
# Change Log
22

3-
#### 🚀 Enhancement
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
45

5-
- feat(cli): add structured progress and failure context to reporting [#668](https://github.com/Quenty/NevermoreEngine/pull/668) ([@Quenty](https://github.com/Quenty))
6+
# [1.10.0](https://github.com/Quenty/Nevermore/compare/@quenty/cli-output-helpers@1.9.0...@quenty/cli-output-helpers@1.10.0) (2026-02-23)
67

7-
#### Authors: 1
88

9-
- James Onnen ([@Quenty](https://github.com/Quenty))
9+
### Features
10+
11+
* **cli:** add structured progress and failure context to reporting ([#668](https://github.com/Quenty/Nevermore/issues/668)) ([e716329](https://github.com/Quenty/Nevermore/commit/e716329f5aeace8b213322ba3cce06b98d8ea43d))
12+
1013

11-
---
1214

13-
# Change Log
1415

15-
All notable changes to this project will be documented in this file.
16-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1716

1817
# [1.9.0](https://github.com/Quenty/Nevermore/compare/@quenty/cli-output-helpers@1.8.0...@quenty/cli-output-helpers@1.9.0) (2026-02-19)
1918

tools/cli-output-helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@quenty/cli-output-helpers",
3-
"version": "1.9.0",
3+
"version": "1.10.0",
44
"description": "Helpers to generate Nevermore package and game templates",
55
"type": "module",
66
"keywords": [

tools/nevermore-cli-helpers/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.8.0](https://github.com/Quenty/Nevermore/compare/@quenty/nevermore-cli-helpers@1.7.0...@quenty/nevermore-cli-helpers@1.8.0) (2026-02-23)
7+
8+
**Note:** Version bump only for package @quenty/nevermore-cli-helpers
9+
10+
11+
12+
13+
614
# [1.7.0](https://github.com/Quenty/Nevermore/compare/@quenty/nevermore-cli-helpers@1.6.0...@quenty/nevermore-cli-helpers@1.7.0) (2026-02-19)
715

816
**Note:** Version bump only for package @quenty/nevermore-cli-helpers

tools/nevermore-cli-helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@quenty/nevermore-cli-helpers",
3-
"version": "1.7.0",
3+
"version": "1.8.0",
44
"description": "Helpers to generate Nevermore package and game templates",
55
"type": "module",
66
"keywords": [

tools/nevermore-cli/CHANGELOG.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
1-
# v4.23.0 (Mon Feb 23 2026)
1+
# Change Log
22

3-
#### 🚀 Enhancement
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
45

5-
- feat(cli): add structured progress and failure context to reporting [#668](https://github.com/Quenty/NevermoreEngine/pull/668) ([@Quenty](https://github.com/Quenty))
6+
# [4.23.0](https://github.com/Quenty/Nevermore/compare/@quenty/nevermore-cli@4.22.0...@quenty/nevermore-cli@4.23.0) (2026-02-23)
67

7-
#### Authors: 1
88

9-
- James Onnen ([@Quenty](https://github.com/Quenty))
9+
### Features
10+
11+
* **cli:** add structured progress and failure context to reporting ([#668](https://github.com/Quenty/Nevermore/issues/668)) ([e716329](https://github.com/Quenty/Nevermore/commit/e716329f5aeace8b213322ba3cce06b98d8ea43d))
12+
1013

11-
---
1214

13-
# Change Log
1415

15-
All notable changes to this project will be documented in this file.
16-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1716

1817
# [4.22.0](https://github.com/Quenty/Nevermore/compare/@quenty/nevermore-cli@4.21.0...@quenty/nevermore-cli@4.22.0) (2026-02-20)
1918

tools/nevermore-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@quenty/nevermore-cli",
3-
"version": "4.22.0",
3+
"version": "4.23.0",
44
"description": "CLI interface for Nevermore",
55
"type": "module",
66
"keywords": [

tools/nevermore-template-helpers/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.11.0](https://github.com/Quenty/Nevermore/compare/@quenty/nevermore-template-helpers@1.10.0...@quenty/nevermore-template-helpers@1.11.0) (2026-02-23)
7+
8+
**Note:** Version bump only for package @quenty/nevermore-template-helpers
9+
10+
11+
12+
13+
614
# [1.10.0](https://github.com/Quenty/Nevermore/compare/@quenty/nevermore-template-helpers@1.9.0...@quenty/nevermore-template-helpers@1.10.0) (2026-02-19)
715

816
**Note:** Version bump only for package @quenty/nevermore-template-helpers

tools/nevermore-template-helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@quenty/nevermore-template-helpers",
3-
"version": "1.10.0",
3+
"version": "1.11.0",
44
"description": "Helpers to generate Nevermore package and game templates",
55
"type": "module",
66
"keywords": [

tools/studio-bridge/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.7.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/studio-bridge@0.6.0...@quenty/studio-bridge@0.7.0) (2026-02-23)
7+
8+
**Note:** Version bump only for package @quenty/studio-bridge
9+
10+
11+
12+
13+
614
# [0.6.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/studio-bridge@0.5.0...@quenty/studio-bridge@0.6.0) (2026-02-19)
715

816
**Note:** Version bump only for package @quenty/studio-bridge

tools/studio-bridge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@quenty/studio-bridge",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "WebSocket-based bridge for running Luau scripts in Roblox Studio",
55
"type": "module",
66
"main": "dist/src/index.js",

0 commit comments

Comments
 (0)