Skip to content

Commit 0bafc20

Browse files
sullivanpjstormie-bot
authored andcommitted
release(monorepo): Publish workspace release updates
- project: plugin-storage-cloudflare-kv 0.5.1 - project: plugin-storage-cloudflare-r2 0.3.1 - project: preset-cloudflare-worker 0.12.3 - project: plugin-log-console 0.12.1 - project: plugin-log-storage 0.14.1 - project: plugin-log-sentry 0.16.1 - project: plugin-storage-fs 0.4.1 - project: plugin-storage-s3 0.4.1 - project: plugin-log-otel 0.13.1 - project: preset-cli 0.14.1 - project: devkit 0.5.3 - project: core 0.22.1 - project: cli 0.4.1 - project: nx 0.11.3
1 parent ab5b0eb commit 0bafc20

File tree

32 files changed

+246
-67
lines changed

32 files changed

+246
-67
lines changed

examples/cli-app/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
"unstorage": "catalog:"
2020
},
2121
"devDependencies": {
22-
"@storm-stack/core": "workspace:*",
23-
"@storm-stack/nx": "workspace:*",
24-
"@storm-stack/plugin-log-console": "workspace:*",
25-
"@storm-stack/plugin-log-sentry": "workspace:*",
26-
"@storm-stack/preset-cli": "workspace:*"
22+
"@storm-stack/core": "0.22.1",
23+
"@storm-stack/nx": "0.11.3",
24+
"@storm-stack/plugin-log-console": "0.12.1",
25+
"@storm-stack/plugin-log-sentry": "0.16.1",
26+
"@storm-stack/preset-cli": "0.14.1"
2727
},
2828
"storm": {
2929
"plugins": [

examples/cloudflare-worker/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
},
2020
"devDependencies": {
2121
"@cloudflare/workers-types": "catalog:",
22-
"@storm-stack/core": "workspace:*",
23-
"@storm-stack/nx": "workspace:*",
24-
"@storm-stack/plugin-log-console": "workspace:*",
25-
"@storm-stack/preset-cloudflare-worker": "workspace:*",
22+
"@storm-stack/core": "0.22.1",
23+
"@storm-stack/nx": "0.11.3",
24+
"@storm-stack/plugin-log-console": "0.12.1",
25+
"@storm-stack/preset-cloudflare-worker": "0.12.3",
2626
"@stryke/types": "catalog:"
2727
},
2828
"storm": {

examples/library/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
"@stryke/url": "catalog:"
1717
},
1818
"devDependencies": {
19-
"@storm-stack/core": "workspace:*",
20-
"@storm-stack/devkit": "workspace:*",
21-
"@storm-stack/nx": "workspace:*",
19+
"@storm-stack/core": "0.22.1",
20+
"@storm-stack/devkit": "0.5.3",
21+
"@storm-stack/nx": "0.11.3",
2222
"@stryke/types": "catalog:"
2323
},
2424
"storm": {

packages/cli/CHANGELOG.md

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

33
# Changelog for Storm Stack - Cli
44

5+
## [0.4.1](https://github.com/storm-software/storm-stack/releases/tag/cli%400.4.1) (2025-05-25)
6+
7+
### Bug Fixes
8+
9+
- **core:** Resolved issue with invalid runtime imports in output
10+
11+
### Updated Dependencies
12+
13+
- Updated plugin-log-storage to 0.14.1
14+
- Updated plugin-log-sentry to 0.16.1
15+
- Updated plugin-storage-fs to 0.4.1
16+
- Updated preset-cli to 0.14.1
17+
- Updated preset-cli to 0.14.1
18+
- Updated core to 0.22.1
19+
- Updated nx to 0.11.3
20+
- Updated nx to 0.11.3
21+
522
## [0.4.0](https://github.com/storm-software/storm-stack/releases/tag/cli%400.4.0) (2025-05-25)
623

724
### Features

packages/cli/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storm-stack/cli",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"type": "module",
55
"description": "The command-line interface application for managing Storm Stack projects.",
66
"repository": {
@@ -23,7 +23,7 @@
2323
"@sentry/core": "catalog:",
2424
"@sentry/node": "catalog:",
2525
"@storm-software/config-tools": "catalog:",
26-
"@storm-stack/core": "workspace:*",
26+
"@storm-stack/core": "0.22.1",
2727
"@stryke/env": "catalog:",
2828
"@stryke/json": "catalog:",
2929
"@stryke/type-checks": "catalog:",
@@ -32,11 +32,11 @@
3232
"unstorage": "catalog:"
3333
},
3434
"devDependencies": {
35-
"@storm-stack/nx": "workspace:*",
36-
"@storm-stack/plugin-log-sentry": "workspace:*",
37-
"@storm-stack/plugin-log-storage": "workspace:*",
38-
"@storm-stack/plugin-storage-fs": "workspace:*",
39-
"@storm-stack/preset-cli": "workspace:*",
35+
"@storm-stack/nx": "0.11.3",
36+
"@storm-stack/plugin-log-sentry": "0.16.1",
37+
"@storm-stack/plugin-log-storage": "0.14.1",
38+
"@storm-stack/plugin-storage-fs": "0.4.1",
39+
"@storm-stack/preset-cli": "0.14.1",
4040
"@storm-stack/types": "workspace:*",
4141
"@stryke/types": "catalog:",
4242
"@types/node": "catalog:"

packages/core/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 Stack - Core
44

5+
## [0.22.1](https://github.com/storm-software/storm-stack/releases/tag/core%400.22.1) (2025-05-25)
6+
7+
### Bug Fixes
8+
9+
- **core:** Resolved issue with invalid runtime imports in output
10+
511
## [0.22.0](https://github.com/storm-software/storm-stack/releases/tag/core%400.22.0) (2025-05-25)
612

713
### Features

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storm-stack/core",
3-
"version": "0.22.0",
3+
"version": "0.22.1",
44
"type": "module",
55
"description": "A build toolkit and runtime used by Storm Software in TypeScript applications",
66
"repository": {

packages/devkit/CHANGELOG.md

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

33
# Changelog for Storm Stack - Devkit
44

5+
## [0.5.3](https://github.com/storm-software/storm-stack/releases/tag/devkit%400.5.3) (2025-05-25)
6+
7+
### Bug Fixes
8+
9+
- **core:** Resolved issue with invalid runtime imports in output
10+
11+
### Updated Dependencies
12+
13+
- Updated core to 0.22.1
14+
515
## [0.5.2](https://github.com/storm-software/storm-stack/releases/tag/devkit%400.5.2) (2025-05-24)
616

717
### Miscellaneous

packages/devkit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storm-stack/devkit",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"type": "module",
55
"description": "A collection of tools and utilities for developing Storm Stack plugins and presets.",
66
"repository": {
@@ -178,7 +178,7 @@
178178
"dependencies": {
179179
"@storm-software/esbuild": "catalog:",
180180
"@storm-software/unbuild": "catalog:",
181-
"@storm-stack/core": "workspace:*",
181+
"@storm-stack/core": "0.22.1",
182182
"@stryke/path": "catalog:",
183183
"@stryke/string-format": "catalog:",
184184
"defu": "catalog:",

packages/nx/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 Stack - Nx
44

5+
## [0.11.3](https://github.com/storm-software/storm-stack/releases/tag/nx%400.11.3) (2025-05-25)
6+
7+
### Bug Fixes
8+
9+
- **core:** Resolved issue with invalid runtime imports in output
10+
11+
### Updated Dependencies
12+
13+
- Updated core to 0.22.1
14+
- Updated core to 0.22.1
15+
516
## [0.11.2](https://github.com/storm-software/storm-stack/releases/tag/nx%400.11.2) (2025-05-24)
617

718
### Miscellaneous

0 commit comments

Comments
 (0)