Skip to content

Commit b8dda3e

Browse files
committed
release(monorepo): Publish workspace release updates
- project: git-tools 2.124.66 - project: storm-workspace 0.19.93 - project: storm-config 0.28.64
1 parent 13fec4b commit b8dda3e

5 files changed

Lines changed: 16 additions & 4 deletions

File tree

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.64](https://github.com/storm-software/storm-ops/releases/tag/storm-config%400.28.64) (01/28/2026)
6+
7+
### Updated Dependencies
8+
9+
- Updated **storm-workspace** to **v0.19.93**
10+
511
## [0.28.63](https://github.com/storm-software/storm-ops/releases/tag/storm-config%400.28.63) (01/28/2026)
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.63'
14+
version = '0.28.64'
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.92' }
44+
storm-workspace = { path = '../storm-workspace', version = '^0.19.93' }
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.92'
14+
version = '0.19.93'
1515

1616
[dependencies]
1717
thiserror = '^2.0.17'

packages/git-tools/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 - Git Tools
44

5+
## [2.124.66](https://github.com/storm-software/storm-ops/releases/tag/git-tools%402.124.66) (01/28/2026)
6+
7+
### Bug Fixes
8+
9+
- **git-tools:** Ensure the `zod/mini` package is bundled with the CLI ([09dce6820](https://github.com/storm-software/storm-ops/commit/09dce6820))
10+
511
## [2.124.65](https://github.com/storm-software/storm-ops/releases/tag/git-tools%402.124.65) (01/28/2026)
612

713
### Miscellaneous

packages/git-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/git-tools",
3-
"version": "2.124.65",
3+
"version": "2.124.66",
44
"type": "module",
55
"description": "Tools for managing Git repositories within a Nx workspace.",
66
"repository": {

0 commit comments

Comments
 (0)