Skip to content

Commit 99ea99f

Browse files
sullivanpjstormie-bot
authored andcommitted
release(monorepo): Publish workspace release updates
- project: esbuild 0.31.34 - project: unbuild 0.38.12 - project: config 1.112.5
1 parent a2daac8 commit 99ea99f

6 files changed

Lines changed: 31 additions & 4 deletions

File tree

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

5+
## [1.112.5](https://github.com/storm-software/storm-ops/releases/tag/config%401.112.5) (2025-04-08)
6+
7+
### Bug Fixes
8+
9+
- **esbuild:** Resolve issue with providing an object as entry points
10+
([f8879323b](https://github.com/storm-software/storm-ops/commit/f8879323b))
11+
512
## [1.112.4](https://github.com/storm-software/storm-ops/releases/tag/config%401.112.4) (2025-04-07)
613

714
### Miscellaneous

packages/config/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",
3-
"version": "1.112.4",
3+
"version": "1.112.5",
44
"type": "module",
55
"description": "Configuration management tools and schemas for Storm Software projects, providing a standardized approach to handle project settings and presets.",
66
"repository": {

packages/esbuild/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 - Esbuild
44

5+
## [0.31.34](https://github.com/storm-software/storm-ops/releases/tag/esbuild%400.31.34) (2025-04-08)
6+
7+
### Bug Fixes
8+
9+
- **esbuild:** Resolve issue with typescript build
10+
([a2daac845](https://github.com/storm-software/storm-ops/commit/a2daac845))
11+
- **esbuild:** Resolve issue with providing an object as entry points
12+
([f8879323b](https://github.com/storm-software/storm-ops/commit/f8879323b))
13+
14+
### Updated Dependencies
15+
16+
- Updated config to 1.112.5
17+
518
## [0.31.33](https://github.com/storm-software/storm-ops/releases/tag/esbuild%400.31.33) (2025-04-07)
619

720
### Miscellaneous

packages/esbuild/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storm-software/esbuild",
3-
"version": "0.31.33",
3+
"version": "0.31.34",
44
"type": "module",
55
"description": "A package containing `esbuild` utilities for building Storm Software libraries and applications",
66
"repository": {
@@ -222,7 +222,7 @@
222222
"@nx/devkit": "catalog:",
223223
"@nx/js": "catalog:",
224224
"@storm-software/build-tools": "0.143.28",
225-
"@storm-software/config": "1.112.4",
225+
"@storm-software/config": "1.112.5",
226226
"@storm-software/config-tools": "1.162.2",
227227
"@types/node": "catalog:",
228228
"rollup": "catalog:",

packages/unbuild/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 - Unbuild
44

5+
## [0.38.12](https://github.com/storm-software/storm-ops/releases/tag/unbuild%400.38.12) (2025-04-08)
6+
7+
### Bug Fixes
8+
9+
- **esbuild:** Resolve issue with providing an object as entry points
10+
([f8879323b](https://github.com/storm-software/storm-ops/commit/f8879323b))
11+
512
## [0.38.11](https://github.com/storm-software/storm-ops/releases/tag/unbuild%400.38.11) (2025-04-07)
613

714
### Miscellaneous

packages/unbuild/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/unbuild",
3-
"version": "0.38.11",
3+
"version": "0.38.12",
44
"type": "module",
55
"description": "A package containing `unbuild` utilities for building Storm Software libraries and applications",
66
"repository": {

0 commit comments

Comments
 (0)