Skip to content

Commit ab12ae1

Browse files
committed
chore(release): %s [skip ci]
- @quenty/cli-output-helpers@1.10.1 - @quenty/nevermore-cli@4.24.1 - @quenty/nevermore-cli-helpers@1.8.1 - @quenty/nevermore-template-helpers@1.11.1 - @quenty/studio-bridge@0.7.1
1 parent 8cc6c90 commit ab12ae1

10 files changed

Lines changed: 42 additions & 25 deletions

File tree

tools/cli-output-helpers/CHANGELOG.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,18 @@
1-
# v1.10.1 (Mon Apr 27 2026)
1+
# Change Log
22

3-
#### 🐛 Bug Fix
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-
- docs: Update docs and improve CLI a bit [#686](https://github.com/Quenty/NevermoreEngine/pull/686) ([@Quenty](https://github.com/Quenty))
6-
- Merge branch 'main' into users/quenty/misc-updates ([@Quenty](https://github.com/Quenty))
7-
- fix(cli-output-helpers): collapse no-results PR comment to single line ([@Quenty](https://github.com/Quenty))
6+
## [1.10.1](https://github.com/Quenty/Nevermore/compare/@quenty/cli-output-helpers@1.10.0...@quenty/cli-output-helpers@1.10.1) (2026-04-27)
87

9-
#### Authors: 1
108

11-
- James Onnen ([@Quenty](https://github.com/Quenty))
9+
### Bug Fixes
10+
11+
* **cli-output-helpers:** collapse no-results PR comment to single line ([083969c](https://github.com/Quenty/Nevermore/commit/083969c128b14f8b8accceb6bc3e1dfd37c3739d))
12+
1213

13-
---
1414

15-
# Change Log
1615

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

2017
# [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)
2118

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.10.0",
3+
"version": "1.10.1",
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.1](https://github.com/Quenty/Nevermore/compare/@quenty/nevermore-cli-helpers@1.8.0...@quenty/nevermore-cli-helpers@1.8.1) (2026-04-27)
7+
8+
**Note:** Version bump only for package @quenty/nevermore-cli-helpers
9+
10+
11+
12+
13+
614
# [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)
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.8.0",
3+
"version": "1.8.1",
44
"description": "Helpers to generate Nevermore package and game templates",
55
"type": "module",
66
"keywords": [

tools/nevermore-cli/CHANGELOG.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
1-
# v4.24.1 (Mon Apr 27 2026)
1+
# Change Log
22

3-
#### 🐛 Bug Fix
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-
- Merge branch 'main' into users/quenty/misc-updates ([@Quenty](https://github.com/Quenty))
6+
## [4.24.1](https://github.com/Quenty/Nevermore/compare/@quenty/nevermore-cli@4.24.0...@quenty/nevermore-cli@4.24.1) (2026-04-27)
67

7-
#### Authors: 1
8+
**Note:** Version bump only for package @quenty/nevermore-cli
89

9-
- James Onnen ([@Quenty](https://github.com/Quenty))
1010

11-
---
1211

13-
# Change Log
1412

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

1814
# [4.24.0](https://github.com/Quenty/Nevermore/compare/@quenty/nevermore-cli@4.23.0...@quenty/nevermore-cli@4.24.0) (2026-04-23)
1915

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.24.0",
3+
"version": "4.24.1",
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.1](https://github.com/Quenty/Nevermore/compare/@quenty/nevermore-template-helpers@1.11.0...@quenty/nevermore-template-helpers@1.11.1) (2026-04-27)
7+
8+
**Note:** Version bump only for package @quenty/nevermore-template-helpers
9+
10+
11+
12+
13+
614
# [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)
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.11.0",
3+
"version": "1.11.1",
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.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/studio-bridge@0.7.0...@quenty/studio-bridge@0.7.1) (2026-04-27)
7+
8+
**Note:** Version bump only for package @quenty/studio-bridge
9+
10+
11+
12+
13+
614
# [0.7.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/studio-bridge@0.6.0...@quenty/studio-bridge@0.7.0) (2026-02-23)
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.7.0",
3+
"version": "0.7.1",
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)