Skip to content

Commit 028bc78

Browse files
sullivanpjstormie-bot
authored andcommitted
release(monorepo): Publish workspace release updates
- project: workspace-tools 1.264.16 - project: build-tools 0.143.17 - project: prettier 0.42.16 - project: esbuild 0.31.17 - project: eslint 0.145.1 - project: storm-config 0.13.17
1 parent eb7598f commit 028bc78

12 files changed

Lines changed: 51 additions & 7 deletions

File tree

crates/storm-config/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.13.17 (2025-03-12)
2+
3+
### Miscellaneous
4+
5+
- **monorepo:** Regenerate README markdown files ([abaffb6b4](https://github.com/storm-software/storm-ops/commit/abaffb6b4))
6+
17
## 0.13.16 (2025-03-12)
28

39
### Miscellaneous

crates/storm-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "storm-config",
3-
"version": "0.13.16",
3+
"version": "0.13.17",
44
"private": true
55
}

packages/build-tools/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.143.17 (2025-03-12)
2+
3+
### Miscellaneous
4+
5+
- **monorepo:** Regenerate README markdown files ([abaffb6b4](https://github.com/storm-software/storm-ops/commit/abaffb6b4))
6+
17
## 0.143.16 (2025-03-12)
28

39
### Miscellaneous

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.143.16",
3+
"version": "0.143.17",
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/esbuild/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 0.31.17 (2025-03-12)
2+
3+
### Bug Fixes
4+
5+
- **esbuild:** Resolve issue with `inject` option merging ([eb7598f47](https://github.com/storm-software/storm-ops/commit/eb7598f47))
6+
7+
### Miscellaneous
8+
9+
- **monorepo:** Regenerate README markdown files ([abaffb6b4](https://github.com/storm-software/storm-ops/commit/abaffb6b4))
10+
11+
### 🧱 Updated Dependencies
12+
13+
- Updated build-tools to 0.143.17
14+
115
## 0.31.16 (2025-03-12)
216

317
### 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.16",
3+
"version": "0.31.17",
44
"type": "module",
55
"description": "A package containing `esbuild` utilities for building Storm Software libraries and applications",
66
"repository": {
@@ -221,7 +221,7 @@
221221
"@microsoft/api-extractor": "catalog:",
222222
"@nx/devkit": "catalog:",
223223
"@nx/js": "catalog:",
224-
"@storm-software/build-tools": "0.143.16",
224+
"@storm-software/build-tools": "0.143.17",
225225
"@storm-software/config": "1.106.12",
226226
"@storm-software/config-tools": "1.158.12",
227227
"@types/node": "catalog:",

packages/eslint/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.145.1 (2025-03-12)
2+
3+
### Miscellaneous
4+
5+
- **monorepo:** Regenerate README markdown files ([abaffb6b4](https://github.com/storm-software/storm-ops/commit/abaffb6b4))
6+
17
## 0.145.0 (2025-03-12)
28

39
### Features

packages/eslint/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/eslint",
3-
"version": "0.145.0",
3+
"version": "0.145.1",
44
"type": "module",
55
"description": "⚡ A package containing the base ESLint configuration used by Storm Software across many projects.",
66
"repository": {

packages/prettier/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.42.16 (2025-03-12)
2+
3+
### Miscellaneous
4+
5+
- **monorepo:** Regenerate README markdown files ([abaffb6b4](https://github.com/storm-software/storm-ops/commit/abaffb6b4))
6+
17
## 0.42.15 (2025-03-12)
28

39
### Miscellaneous

packages/prettier/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/prettier",
3-
"version": "0.42.15",
3+
"version": "0.42.16",
44
"type": "commonjs",
55
"description": "⚡ A package containing the base Prettier configuration used by Storm Software across many projects.",
66
"repository": {

0 commit comments

Comments
 (0)