Skip to content

Commit 4ca0ac0

Browse files
committed
release(monorepo): Publish release updates
- project: core 0.17.18 - project: eslint-plugin 0.0.83 - project: nx 0.0.91 - project: plugin-banner 0.1.45 - project: plugin-changelog 0.1.21 - project: plugin-completions 0.4.26 - project: plugin-console 0.2.22 - project: plugin-help 0.2.36 - project: plugin-prompts 0.3.59 - project: plugin-skills 0.0.9 - project: plugin-theme 0.4.31 - project: plugin-update 0.1.63 - project: preset-cli 0.9.30 - project: preset-script 0.6.73 - project: tsconfig 0.0.88 - project: unified 0.2.16
1 parent 5757ef0 commit 4ca0ac0

30 files changed

Lines changed: 130 additions & 16 deletions

File tree

packages/core/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 - Core
44

5+
## [0.17.18](https://github.com/storm-software/shell-shock/releases/tag/core%400.17.18) (06/07/2026)
6+
7+
### Miscellaneous
8+
9+
- **core:** Clean up docs and help command display ([46a8266](https://github.com/storm-software/shell-shock/commit/46a8266))
10+
511
## [0.17.17](https://github.com/storm-software/shell-shock/releases/tag/core%400.17.17) (06/07/2026)
612

713
### Bug Fixes

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.17",
3+
"version": "0.17.18",
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/eslint-plugin/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/eslint-plugin",
3-
"version": "0.0.82",
3+
"version": "0.0.83",
44
"private": false,
55
"description": "An ESLint Plugin with linting rules that ensure a Shell Shock project is following the best practices.",
66
"keywords": ["eslint", "eslint-plugin", "shell-shock", "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.91](https://github.com/storm-software/shell-shock/releases/tag/nx%400.0.91) (06/07/2026)
6+
7+
### Updated Dependencies
8+
9+
- Updated **core** to **v0.17.18**
10+
511
## [0.0.90](https://github.com/storm-software/shell-shock/releases/tag/nx%400.0.90) (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.90",
3+
"version": "0.0.91",
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.45](https://github.com/storm-software/shell-shock/releases/tag/plugin-banner%400.1.45) (06/07/2026)
6+
7+
### Updated Dependencies
8+
9+
- Updated **core** to **v0.17.18**
10+
- Updated **plugin-console** to **v0.2.22**
11+
- Updated **plugin-theme** to **v0.4.31**
12+
513
## [0.1.44](https://github.com/storm-software/shell-shock/releases/tag/plugin-banner%400.1.44) (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.44",
3+
"version": "0.1.45",
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.21](https://github.com/storm-software/shell-shock/releases/tag/plugin-changelog%400.1.21) (06/07/2026)
6+
7+
### Updated Dependencies
8+
9+
- Updated **core** to **v0.17.18**
10+
- Updated **unified** to **v0.2.16**
11+
512
## [0.1.20](https://github.com/storm-software/shell-shock/releases/tag/plugin-changelog%400.1.20) (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.20",
3+
"version": "0.1.21",
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.26](https://github.com/storm-software/shell-shock/releases/tag/plugin-completions%400.4.26) (06/07/2026)
6+
7+
### Updated Dependencies
8+
9+
- Updated **core** to **v0.17.18**
10+
511
## [0.4.25](https://github.com/storm-software/shell-shock/releases/tag/plugin-completions%400.4.25) (06/07/2026)
612

713
### Updated Dependencies

0 commit comments

Comments
 (0)