Skip to content

Commit 0876468

Browse files
committed
release(monorepo): Publish release updates
- project: core 0.17.21 - project: eslint-plugin 0.0.85 - project: nx 0.0.94 - project: plugin-banner 0.1.48 - project: plugin-changelog 0.1.24 - project: plugin-completions 0.4.29 - project: plugin-console 0.2.25 - project: plugin-help 0.2.39 - project: plugin-prompts 0.3.62 - project: plugin-skills 0.0.12 - project: plugin-theme 0.4.34 - project: plugin-update 0.1.66 - project: preset-cli 0.9.33 - project: preset-script 0.6.76 - project: tsconfig 0.0.90 - project: unified 0.2.19
1 parent 889318a commit 0876468

29 files changed

Lines changed: 120 additions & 16 deletions

File tree

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.20",
3+
"version": "0.17.21",
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.84",
3+
"version": "0.0.85",
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.94](https://github.com/storm-software/shell-shock/releases/tag/nx%400.0.94) (06/12/2026)
6+
7+
### Updated Dependencies
8+
9+
- Updated **core** to **v0.17.21**
10+
511
## [0.0.93](https://github.com/storm-software/shell-shock/releases/tag/nx%400.0.93) (06/12/2026)
612

713
### Miscellaneous

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.93",
3+
"version": "0.0.94",
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.48](https://github.com/storm-software/shell-shock/releases/tag/plugin-banner%400.1.48) (06/12/2026)
6+
7+
### Updated Dependencies
8+
9+
- Updated **core** to **v0.17.21**
10+
- Updated **plugin-console** to **v0.2.25**
11+
- Updated **plugin-theme** to **v0.4.34**
12+
513
## [0.1.47](https://github.com/storm-software/shell-shock/releases/tag/plugin-banner%400.1.47) (06/12/2026)
614

715
### Miscellaneous

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.47",
3+
"version": "0.1.48",
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.24](https://github.com/storm-software/shell-shock/releases/tag/plugin-changelog%400.1.24) (06/12/2026)
6+
7+
### Updated Dependencies
8+
9+
- Updated **core** to **v0.17.21**
10+
- Updated **unified** to **v0.2.19**
11+
512
## [0.1.23](https://github.com/storm-software/shell-shock/releases/tag/plugin-changelog%400.1.23) (06/12/2026)
613

714
### Miscellaneous

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.23",
3+
"version": "0.1.24",
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.29](https://github.com/storm-software/shell-shock/releases/tag/plugin-completions%400.4.29) (06/12/2026)
6+
7+
### Updated Dependencies
8+
9+
- Updated **core** to **v0.17.21**
10+
511
## [0.4.28](https://github.com/storm-software/shell-shock/releases/tag/plugin-completions%400.4.28) (06/12/2026)
612

713
### Miscellaneous

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.28",
3+
"version": "0.4.29",
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)