Skip to content

Commit b2f33cb

Browse files
committed
release(monorepo): Publish workspace release updates
- project: conventional-changelog 0.3.50 - project: create-storm-workspace 1.97.50 - project: cloudflare-tools 0.70.50 - project: terraform-tools 0.66.50 - project: workspace-tools 1.293.20 - project: linting-tools 1.132.50 - project: testing-tools 1.119.50 - project: config-tools 1.188.50 - project: markdownlint 0.30.50 - project: pulumi-tools 0.22.50 - project: build-tools 0.158.50 - project: pnpm-plugin 0.1.7 - project: pnpm-tools 0.6.50 - project: git-tools 2.124.33 - project: k8s-tools 0.42.50 - project: npm-tools 0.6.6 - project: prettier 0.57.50 - project: tsconfig 0.47.50 - project: esbuild 0.53.50 - project: unbuild 0.57.50 - project: untyped 0.24.31 - project: config 1.134.50 - project: cspell 0.45.50 - project: eslint 0.169.50 - project: projen 0.21.50 - project: tsdown 0.45.50 - project: tsdoc 0.13.50 - project: tsup 0.2.48 - project: storm-workspace 0.19.50 - project: storm-config 0.28.21
1 parent 5758ea3 commit b2f33cb

59 files changed

Lines changed: 380 additions & 42 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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
# Changelog for Storm Ops - Storm Config
44

5+
## [0.28.21](https://github.com/storm-software/storm-ops/releases/tag/storm-config%400.28.21) (11/27/2025)
6+
7+
### Updated Dependencies
8+
9+
- Updated **storm-workspace** to **v0.19.50**
10+
511
## [0.28.20](https://github.com/storm-software/storm-ops/releases/tag/storm-config%400.28.20) (11/25/2025)
612

713
### 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.20'
14+
version = '0.28.21'
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.49' }
44+
storm-workspace = { path = '../storm-workspace', version = '^0.19.50' }
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/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.49'
14+
version = '0.19.50'
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.50](https://github.com/storm-software/storm-ops/releases/tag/build-tools%400.158.50) (11/27/2025)
6+
7+
### Miscellaneous
8+
9+
- **monorepo:** Regenerate README markdown files and `Cargo.lock`
10+
([5758ea3f0](https://github.com/storm-software/storm-ops/commit/5758ea3f0))
11+
12+
### Updated Dependencies
13+
14+
- Updated **config-tools** to **v1.188.50**
15+
- Updated **config** to **v1.134.50**
16+
517
## [0.158.49](https://github.com/storm-software/storm-ops/releases/tag/build-tools%400.158.49) (11/25/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.49",
3+
"version": "0.158.50",
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.70.50](https://github.com/storm-software/storm-ops/releases/tag/cloudflare-tools%400.70.50) (11/27/2025)
6+
7+
### Miscellaneous
8+
9+
- **monorepo:** Regenerate README markdown files and `Cargo.lock`
10+
([5758ea3f0](https://github.com/storm-software/storm-ops/commit/5758ea3f0))
11+
12+
### Updated Dependencies
13+
14+
- Updated **workspace-tools** to **v1.293.20**
15+
- Updated **config-tools** to **v1.188.50**
16+
- Updated **config** to **v1.134.50**
17+
518
## [0.70.49](https://github.com/storm-software/storm-ops/releases/tag/cloudflare-tools%400.70.49) (11/25/2025)
619

720
### Updated Dependencies

packages/cloudflare-tools/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storm-software/cloudflare-tools",
3-
"version": "0.70.49",
3+
"version": "0.70.50",
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.49",
133-
"@storm-software/config-tools": "1.188.49",
134-
"@storm-software/workspace-tools": "1.293.19",
132+
"@storm-software/config": "1.134.50",
133+
"@storm-software/config-tools": "1.188.50",
134+
"@storm-software/workspace-tools": "1.293.20",
135135
"nx": "catalog:",
136136
"tsup": "catalog:",
137137
"wrangler": ">=3.58.0"
@@ -169,7 +169,7 @@
169169
"nx": "catalog:",
170170
"tsup": "catalog:",
171171
"untyped": "catalog:",
172-
"wrangler": "^4.50.0"
172+
"wrangler": "^4.51.0"
173173
},
174174
"publishConfig": {
175175
"access": "public"

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.50](https://github.com/storm-software/storm-ops/releases/tag/config-tools%401.188.50) (11/27/2025)
6+
7+
### Miscellaneous
8+
9+
- **monorepo:** Regenerate README markdown files and `Cargo.lock`
10+
([5758ea3f0](https://github.com/storm-software/storm-ops/commit/5758ea3f0))
11+
12+
### Updated Dependencies
13+
14+
- Updated **testing-tools** to **v1.119.50**
15+
- Updated **config** to **v1.134.50**
16+
517
## [1.188.49](https://github.com/storm-software/storm-ops/releases/tag/config-tools%401.188.49) (11/25/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.49",
3+
"version": "1.188.50",
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": {

packages/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 - Config
44

5+
## [1.134.50](https://github.com/storm-software/storm-ops/releases/tag/config%401.134.50) (11/27/2025)
6+
7+
### Miscellaneous
8+
9+
- **monorepo:** Regenerate README markdown files and `Cargo.lock`
10+
([5758ea3f0](https://github.com/storm-software/storm-ops/commit/5758ea3f0))
11+
12+
### Updated Dependencies
13+
14+
- Updated **testing-tools** to **v1.119.50**
15+
516
## [1.134.49](https://github.com/storm-software/storm-ops/releases/tag/config%401.134.49) (11/25/2025)
617

718
### Updated Dependencies

0 commit comments

Comments
 (0)