Skip to content

Commit 99ed954

Browse files
committed
release(monorepo): Publish workspace release updates
- project: conventional-changelog 0.3.75 - project: create-storm-workspace 1.97.75 - project: cloudflare-tools 0.71.36 - project: terraform-tools 0.66.77 - project: workspace-tools 1.294.21 - project: linting-tools 1.132.75 - project: testing-tools 1.119.74 - project: config-tools 1.188.75 - project: markdownlint 0.30.74 - project: pulumi-tools 0.22.77 - project: build-tools 0.158.75 - project: pnpm-plugin 0.1.31 - project: pnpm-tools 0.6.77 - project: git-tools 2.124.58 - project: k8s-tools 0.42.77 - project: npm-tools 0.6.32 - project: prettier 0.57.74 - project: tsconfig 0.47.74 - project: esbuild 0.53.75 - project: unbuild 0.57.75 - project: untyped 0.24.56 - project: config 1.134.75 - project: cspell 0.45.74 - project: eslint 0.169.76 - project: projen 0.21.77 - project: tsdown 0.45.75 - project: tsdoc 0.13.74 - project: tsup 0.2.73 - project: vite 0.1.9 - project: storm-workspace 0.19.84 - project: storm-config 0.28.55
1 parent 1793a2d commit 99ed954

62 files changed

Lines changed: 403 additions & 41 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

crates/storm-config/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
# Changelog for Storm Ops - Storm Config
44

5+
## [0.28.55](https://github.com/storm-software/storm-ops/releases/tag/storm-config%400.28.55) (12/30/2025)
6+
7+
### Miscellaneous
8+
9+
- **monorepo:** Update `README.md` markdown files
10+
([eea67b18e](https://github.com/storm-software/storm-ops/commit/eea67b18e))
11+
12+
### Updated Dependencies
13+
14+
- Updated **storm-workspace** to **v0.19.84**
15+
516
## [0.28.54](https://github.com/storm-software/storm-ops/releases/tag/storm-config%400.28.54) (12/23/2025)
617

718
### Updated Dependencies

crates/storm-config/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name = 'storm-config'
1111
publish = true
1212
readme = './README.md'
1313
repository = { workspace = true }
14-
version = '0.28.54'
14+
version = '0.28.55'
1515

1616
[features]
1717
async = ['async-trait']
@@ -41,7 +41,7 @@ rust-ini = { version = '^0.21.0', optional = true }
4141
serde = { version = '^1.0.203', features = ['derive'] }
4242
serde_derive = { version = '^1.0.203', optional = true }
4343
serde_json = { version = '^1.0.117' }
44-
storm-workspace = { path = '../storm-workspace', version = '^0.19.83' }
44+
storm-workspace = { path = '../storm-workspace', version = '^0.19.84' }
4545
thiserror = { version = '^2.0.17' }
4646
toml = { version = '^0.8.14', optional = true }
4747
yaml-rust = { version = '^0.4.5', optional = true }

crates/storm-workspace/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
# Changelog for Storm Ops - Storm Workspace
44

5+
## [0.19.84](https://github.com/storm-software/storm-ops/releases/tag/storm-workspace%400.19.84) (12/30/2025)
6+
7+
### Miscellaneous
8+
9+
- **monorepo:** Update `README.md` markdown files
10+
([eea67b18e](https://github.com/storm-software/storm-ops/commit/eea67b18e))
11+
512
## [0.19.81](https://github.com/storm-software/storm-ops/releases/tag/storm-workspace%400.19.81) (12/18/2025)
613

714
### Miscellaneous

crates/storm-workspace/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name = 'storm-workspace'
1111
publish = true
1212
readme = './README.md'
1313
repository = { workspace = true }
14-
version = '0.19.83'
14+
version = '0.19.84'
1515

1616
[dependencies]
1717
thiserror = '^2.0.17'

packages/build-tools/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
# Changelog for Storm Ops - Build Tools
44

5+
## [0.158.75](https://github.com/storm-software/storm-ops/releases/tag/build-tools%400.158.75) (12/30/2025)
6+
7+
### Miscellaneous
8+
9+
- **monorepo:** Update `README.md` markdown files
10+
([eea67b18e](https://github.com/storm-software/storm-ops/commit/eea67b18e))
11+
12+
### Updated Dependencies
13+
14+
- Updated **config-tools** to **v1.188.75**
15+
- Updated **config** to **v1.134.75**
16+
517
## [0.158.74](https://github.com/storm-software/storm-ops/releases/tag/build-tools%400.158.74) (12/23/2025)
618

719
### Updated Dependencies

packages/build-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storm-software/build-tools",
3-
"version": "0.158.74",
3+
"version": "0.158.75",
44
"description": "A comprehensive set of tools for building and managing projects within a Storm workspace. Includes builders such as rollup, rolldown, tsup, and unbuild, along with various utilities.",
55
"repository": {
66
"type": "github",

packages/cloudflare-tools/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
# Changelog for Storm Ops - Cloudflare Tools
44

5+
## [0.71.36](https://github.com/storm-software/storm-ops/releases/tag/cloudflare-tools%400.71.36) (12/30/2025)
6+
7+
### Miscellaneous
8+
9+
- **monorepo:** Update `README.md` markdown files
10+
([eea67b18e](https://github.com/storm-software/storm-ops/commit/eea67b18e))
11+
12+
### Updated Dependencies
13+
14+
- Updated **workspace-tools** to **v1.294.21**
15+
- Updated **config-tools** to **v1.188.75**
16+
- Updated **config** to **v1.134.75**
17+
518
## [0.71.35](https://github.com/storm-software/storm-ops/releases/tag/cloudflare-tools%400.71.35) (12/23/2025)
619

720
### Miscellaneous

packages/cloudflare-tools/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storm-software/cloudflare-tools",
3-
"version": "0.71.35",
3+
"version": "0.71.36",
44
"description": "A Nx plugin package that contains various executors, generators, and utilities that assist in managing Cloudflare services.",
55
"repository": {
66
"type": "github",
@@ -129,9 +129,9 @@
129129
"@nx/js": "catalog:",
130130
"@nx/node": "catalog:",
131131
"@nx/web": "catalog:",
132-
"@storm-software/config": "1.134.74",
133-
"@storm-software/config-tools": "1.188.74",
134-
"@storm-software/workspace-tools": "1.294.20",
132+
"@storm-software/config": "1.134.75",
133+
"@storm-software/config-tools": "1.188.75",
134+
"@storm-software/workspace-tools": "1.294.21",
135135
"nx": "catalog:",
136136
"tsup": "catalog:",
137137
"wrangler": ">=3.58.0"

packages/config-tools/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
# Changelog for Storm Ops - Config Tools
44

5+
## [1.188.75](https://github.com/storm-software/storm-ops/releases/tag/config-tools%401.188.75) (12/30/2025)
6+
7+
### Miscellaneous
8+
9+
- **monorepo:** Update `README.md` markdown files
10+
([eea67b18e](https://github.com/storm-software/storm-ops/commit/eea67b18e))
11+
12+
### Updated Dependencies
13+
14+
- Updated **testing-tools** to **v1.119.74**
15+
- Updated **config** to **v1.134.75**
16+
517
## [1.188.74](https://github.com/storm-software/storm-ops/releases/tag/config-tools%401.188.74) (12/23/2025)
618

719
### Updated Dependencies

packages/config-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storm-software/config-tools",
3-
"version": "1.188.74",
3+
"version": "1.188.75",
44
"type": "module",
55
"description": "A package containing various utilities to support custom workspace configurations and environment management for Storm Software projects, including configuration file handling, environment variable management, and logging utilities.",
66
"repository": {

0 commit comments

Comments
 (0)