Skip to content

Commit bffe474

Browse files
committed
release(monorepo): Publish workspace release updates
- project: plugin-completions 0.4.2 - project: plugin-console 0.1.34 - project: plugin-prompts 0.3.35 - project: plugin-upgrade 0.1.39 - project: eslint-plugin 0.0.59 - project: plugin-banner 0.1.21 - project: preset-script 0.6.49 - project: plugin-theme 0.4.7 - project: plugin-help 0.2.12 - project: preset-cli 0.9.6 - project: tsconfig 0.0.64 - project: remark 0.1.0 - project: core 0.15.0 - project: nx 0.0.66
1 parent 70845d3 commit bffe474

26 files changed

Lines changed: 120 additions & 14 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.15.0](https://github.com/storm-software/shell-shock/releases/tag/core%400.15.0) (04/01/2026)
6+
7+
### Features
8+
9+
- **core:** Added `resolveModule` function to `utils` built-in ([9c4f7bd](https://github.com/storm-software/shell-shock/commit/9c4f7bd))
10+
511
## [0.14.4](https://github.com/storm-software/shell-shock/releases/tag/core%400.14.4) (03/28/2026)
612

713
### 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.14.6",
3+
"version": "0.15.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/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.58",
3+
"version": "0.0.59",
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.66](https://github.com/storm-software/shell-shock/releases/tag/nx%400.0.66) (04/01/2026)
6+
7+
### Features
8+
9+
- **core:** Added `resolveModule` function to `utils` built-in ([9c4f7bd](https://github.com/storm-software/shell-shock/commit/9c4f7bd))
10+
11+
### Updated Dependencies
12+
13+
- Updated **core** to **v0.15.0**
14+
515
## [0.0.65](https://github.com/storm-software/shell-shock/releases/tag/nx%400.0.65) (03/29/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.65",
3+
"version": "0.0.66",
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.21](https://github.com/storm-software/shell-shock/releases/tag/plugin-banner%400.1.21) (04/01/2026)
6+
7+
### Updated Dependencies
8+
9+
- Updated **plugin-console** to **v0.1.34**
10+
- Updated **plugin-theme** to **v0.4.7**
11+
- Updated **core** to **v0.15.0**
12+
513
## [0.1.20](https://github.com/storm-software/shell-shock/releases/tag/plugin-banner%400.1.20) (03/29/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.20",
3+
"version": "0.1.21",
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-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.2](https://github.com/storm-software/shell-shock/releases/tag/plugin-completions%400.4.2) (04/01/2026)
6+
7+
### Updated Dependencies
8+
9+
- Updated **core** to **v0.15.0**
10+
511
## [0.4.1](https://github.com/storm-software/shell-shock/releases/tag/plugin-completions%400.4.1) (03/29/2026)
612

713
### Bug Fixes

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.1",
3+
"version": "0.4.2",
44
"type": "module",
55
"description": "A package containing a Shell Shock plugin to generate source code given a list design tokens.",
66
"repository": {

packages/plugin-console/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 Console
44

5+
## [0.1.34](https://github.com/storm-software/shell-shock/releases/tag/plugin-console%400.1.34) (04/01/2026)
6+
7+
### Updated Dependencies
8+
9+
- Updated **plugin-theme** to **v0.4.7**
10+
- Updated **core** to **v0.15.0**
11+
512
## [0.1.33](https://github.com/storm-software/shell-shock/releases/tag/plugin-console%400.1.33) (03/29/2026)
613

714
### Updated Dependencies

0 commit comments

Comments
 (0)