Skip to content

Commit 9986426

Browse files
committed
release(monorepo): Publish workspace release updates
- project: plugin-completions 0.4.5 - project: plugin-changelog 0.1.0 - project: plugin-console 0.2.1 - project: plugin-prompts 0.3.38 - project: plugin-upgrade 0.1.42 - project: eslint-plugin 0.0.62 - project: plugin-banner 0.1.24 - project: preset-script 0.6.52 - project: plugin-theme 0.4.10 - project: plugin-help 0.2.15 - project: preset-cli 0.9.9 - project: tsconfig 0.0.67 - project: unified 0.1.0 - project: core 0.16.0 - project: nx 0.0.69
1 parent 47bea93 commit 9986426

29 files changed

Lines changed: 176 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.16.0](https://github.com/storm-software/shell-shock/releases/tag/core%400.16.0) (04/07/2026)
6+
7+
### Features
8+
9+
- **core:** Added the `state` built-in module ([47bea93](https://github.com/storm-software/shell-shock/commit/47bea93))
10+
511
## [0.15.2](https://github.com/storm-software/shell-shock/releases/tag/core%400.15.2) (04/03/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.15.2",
3+
"version": "0.16.0",
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/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 - ESLint Plugin
44

5+
## [0.0.62](https://github.com/storm-software/shell-shock/releases/tag/eslint-plugin%400.0.62) (04/07/2026)
6+
7+
### Features
8+
9+
- **core:** Added the `state` built-in module ([47bea93](https://github.com/storm-software/shell-shock/commit/47bea93))
10+
511
## [0.0.56](https://github.com/storm-software/shell-shock/releases/tag/eslint-plugin%400.0.56) (03/28/2026)
612

713
### Miscellaneous

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.61",
3+
"version": "0.0.62",
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
# Changelog for Shell Shock - Nx
44

5+
## [0.0.69](https://github.com/storm-software/shell-shock/releases/tag/nx%400.0.69) (04/07/2026)
6+
7+
### Features
8+
9+
- **core:** Added the `state` built-in module ([47bea93](https://github.com/storm-software/shell-shock/commit/47bea93))
10+
11+
### Updated Dependencies
12+
13+
- Updated **core** to **v0.16.0**
14+
515
## [0.0.68](https://github.com/storm-software/shell-shock/releases/tag/nx%400.0.68) (04/03/2026)
616

717
### 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.68",
3+
"version": "0.0.69",
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.24](https://github.com/storm-software/shell-shock/releases/tag/plugin-banner%400.1.24) (04/07/2026)
6+
7+
### Features
8+
9+
- **core:** Added the `state` built-in module ([47bea93](https://github.com/storm-software/shell-shock/commit/47bea93))
10+
11+
### Updated Dependencies
12+
13+
- Updated **plugin-console** to **v0.2.1**
14+
- Updated **plugin-theme** to **v0.4.10**
15+
- Updated **core** to **v0.16.0**
16+
517
## [0.1.23](https://github.com/storm-software/shell-shock/releases/tag/plugin-banner%400.1.23) (04/03/2026)
618

719
### Features

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.23",
3+
"version": "0.1.24",
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": [
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
![Shell Shock's logo banner](https://public.storm-cdn.com/shell-shock/banner-1280x320-dark.gif)
2+
3+
# Changelog for Shell Shock - Plugin Changelog
4+
5+
## [0.1.0](https://github.com/storm-software/shell-shock/releases/tag/plugin-changelog%400.1.0) (04/07/2026)
6+
7+
### Features
8+
9+
- **plugin-changelog:** Initial check-in of `changelog` plugin package ([96490a0](https://github.com/storm-software/shell-shock/commit/96490a0))
10+
11+
### Updated Dependencies
12+
13+
- Updated **unified** to **v0.1.0**
14+
- Updated **core** to **v0.16.0**

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.0.1",
3+
"version": "0.1.0",
44
"private": false,
55
"description": "A package containing a Shell Shock plugin to manage upgrading the local application's version.",
66
"keywords": [

0 commit comments

Comments
 (0)