Skip to content

Commit f65ed31

Browse files
committed
release(monorepo): Publish release updates
- project: core 0.17.19 - project: nx 0.0.92 - project: plugin-banner 0.1.46 - project: plugin-changelog 0.1.22 - project: plugin-completions 0.4.27 - project: plugin-console 0.2.23 - project: plugin-help 0.2.37 - project: plugin-prompts 0.3.60 - project: plugin-skills 0.0.10 - project: plugin-theme 0.4.32 - project: plugin-update 0.1.64 - project: preset-cli 0.9.31 - project: preset-script 0.6.74 - project: unified 0.2.17
1 parent 0815fe2 commit f65ed31

28 files changed

Lines changed: 129 additions & 14 deletions

File tree

packages/core/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
# Changelog for Shell Shock - Core
44

5+
## [0.17.19](https://github.com/storm-software/shell-shock/releases/tag/core%400.17.19) (06/07/2026)
6+
7+
### Miscellaneous
8+
9+
- **core:** Update format of generated shell usage docs ([0815fe2](https://github.com/storm-software/shell-shock/commit/0815fe2))
10+
- **core:** Clean up `docs` output formatting ([ff863e2](https://github.com/storm-software/shell-shock/commit/ff863e2))
11+
12+
### Features
13+
14+
- **core:** Added AutoMD generators for README files ([9382f30](https://github.com/storm-software/shell-shock/commit/9382f30))
15+
516
## [0.17.18](https://github.com/storm-software/shell-shock/releases/tag/core%400.17.18) (06/07/2026)
617

718
### Miscellaneous

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shell-shock/core",
3-
"version": "0.17.18",
3+
"version": "0.17.19",
44
"private": false,
55
"description": "A package containing the core Shell Shock functionality used to build and manage a command-line application.",
66
"keywords": ["shell-shock", "powerlines", "storm-software"],

packages/nx/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
# Changelog for Shell Shock - Nx
44

5+
## [0.0.92](https://github.com/storm-software/shell-shock/releases/tag/nx%400.0.92) (06/07/2026)
6+
7+
### Updated Dependencies
8+
9+
- Updated **core** to **v0.17.19**
10+
511
## [0.0.91](https://github.com/storm-software/shell-shock/releases/tag/nx%400.0.91) (06/07/2026)
612

713
### Updated Dependencies

packages/nx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shell-shock/nx",
3-
"version": "0.0.91",
3+
"version": "0.0.92",
44
"description": "A Nx plugin to support Shell Shock development in Nx monorepos.",
55
"repository": {
66
"type": "github",

packages/plugin-banner/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
# Changelog for Shell Shock - Plugin Banner
44

5+
## [0.1.46](https://github.com/storm-software/shell-shock/releases/tag/plugin-banner%400.1.46) (06/07/2026)
6+
7+
### Updated Dependencies
8+
9+
- Updated **core** to **v0.17.19**
10+
- Updated **plugin-console** to **v0.2.23**
11+
- Updated **plugin-theme** to **v0.4.32**
12+
513
## [0.1.45](https://github.com/storm-software/shell-shock/releases/tag/plugin-banner%400.1.45) (06/07/2026)
614

715
### Updated Dependencies

packages/plugin-banner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shell-shock/plugin-banner",
3-
"version": "0.1.45",
3+
"version": "0.1.46",
44
"private": false,
55
"description": "A package containing a Shell Shock plugin to generate banner built-in modules that display information about the application.",
66
"keywords": [

packages/plugin-changelog/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
# Changelog for Shell Shock - Plugin Changelog
44

5+
## [0.1.22](https://github.com/storm-software/shell-shock/releases/tag/plugin-changelog%400.1.22) (06/07/2026)
6+
7+
### Updated Dependencies
8+
9+
- Updated **core** to **v0.17.19**
10+
- Updated **unified** to **v0.2.17**
11+
512
## [0.1.21](https://github.com/storm-software/shell-shock/releases/tag/plugin-changelog%400.1.21) (06/07/2026)
613

714
### Updated Dependencies

packages/plugin-changelog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shell-shock/plugin-changelog",
3-
"version": "0.1.21",
3+
"version": "0.1.22",
44
"private": false,
55
"description": "A package containing a Shell Shock plugin to manage upgrading the local application's version.",
66
"keywords": [

packages/plugin-completions/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
# Changelog for Shell Shock - Plugin Completions
44

5+
## [0.4.27](https://github.com/storm-software/shell-shock/releases/tag/plugin-completions%400.4.27) (06/07/2026)
6+
7+
### Updated Dependencies
8+
9+
- Updated **core** to **v0.17.19**
10+
511
## [0.4.26](https://github.com/storm-software/shell-shock/releases/tag/plugin-completions%400.4.26) (06/07/2026)
612

713
### Updated Dependencies

packages/plugin-completions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shell-shock/plugin-completions",
3-
"version": "0.4.26",
3+
"version": "0.4.27",
44
"type": "module",
55
"description": "A package containing a Shell Shock plugin to generate source code given a list design tokens.",
66
"repository": {

0 commit comments

Comments
 (0)