Skip to content

Commit 0a96451

Browse files
committed
release(monorepo): Publish workspace release updates
- project: plugin-completions 0.4.9 - project: plugin-changelog 0.1.4 - project: plugin-console 0.2.5 - project: plugin-prompts 0.3.42 - project: plugin-upgrade 0.1.46 - project: eslint-plugin 0.0.66 - project: plugin-banner 0.1.28 - project: preset-script 0.6.56 - project: plugin-theme 0.4.14 - project: plugin-help 0.2.19 - project: preset-cli 0.9.13 - project: tsconfig 0.0.71 - project: unified 0.1.4 - project: core 0.17.1 - project: nx 0.0.73
1 parent 1f40636 commit 0a96451

28 files changed

Lines changed: 141 additions & 15 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.1](https://github.com/storm-software/shell-shock/releases/tag/core%400.17.1) (04/09/2026)
6+
7+
### Miscellaneous
8+
9+
- **core:** Update generated entry modules to remove duplicated options parsing ([1f40636](https://github.com/storm-software/shell-shock/commit/1f40636))
10+
511
## [0.17.0](https://github.com/storm-software/shell-shock/releases/tag/core%400.17.0) (04/09/2026)
612

713
### Features

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.0",
3+
"version": "0.17.1",
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.65",
3+
"version": "0.0.66",
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.73](https://github.com/storm-software/shell-shock/releases/tag/nx%400.0.73) (04/09/2026)
6+
7+
### Updated Dependencies
8+
9+
- Updated **core** to **v0.17.1**
10+
511
## [0.0.72](https://github.com/storm-software/shell-shock/releases/tag/nx%400.0.72) (04/09/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.72",
3+
"version": "0.0.73",
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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
# Changelog for Shell Shock - Plugin Banner
44

5+
## [0.1.28](https://github.com/storm-software/shell-shock/releases/tag/plugin-banner%400.1.28) (04/09/2026)
6+
7+
### Miscellaneous
8+
9+
- **core:** Update generated entry modules to remove duplicated options parsing ([1f40636](https://github.com/storm-software/shell-shock/commit/1f40636))
10+
11+
### Updated Dependencies
12+
13+
- Updated **plugin-console** to **v0.2.5**
14+
- Updated **plugin-theme** to **v0.4.14**
15+
- Updated **core** to **v0.17.1**
16+
517
## [0.1.27](https://github.com/storm-software/shell-shock/releases/tag/plugin-banner%400.1.27) (04/09/2026)
618

719
### 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.27",
3+
"version": "0.1.28",
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.4](https://github.com/storm-software/shell-shock/releases/tag/plugin-changelog%400.1.4) (04/09/2026)
6+
7+
### Updated Dependencies
8+
9+
- Updated **unified** to **v0.1.4**
10+
- Updated **core** to **v0.17.1**
11+
512
## [0.1.3](https://github.com/storm-software/shell-shock/releases/tag/plugin-changelog%400.1.3) (04/09/2026)
613

714
### Features

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.3",
3+
"version": "0.1.4",
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.9](https://github.com/storm-software/shell-shock/releases/tag/plugin-completions%400.4.9) (04/09/2026)
6+
7+
### Updated Dependencies
8+
9+
- Updated **core** to **v0.17.1**
10+
511
## [0.4.8](https://github.com/storm-software/shell-shock/releases/tag/plugin-completions%400.4.8) (04/09/2026)
612

713
### Updated Dependencies

0 commit comments

Comments
 (0)