Skip to content

Commit 242a5a8

Browse files
committed
release(monorepo): Publish workspace release updates
- project: plugin-storage-cloudflare-kv 0.17.1 - project: plugin-storage-cloudflare-r2 0.15.1 - project: plugin-log-console 0.24.1 - project: plugin-log-storage 0.27.1 - project: plugin-cloudflare 0.32.0 - project: plugin-log-sentry 0.32.1 - project: plugin-storage-fs 0.16.1 - project: plugin-storage-s3 0.16.1 - project: plugin-log-otel 0.27.1 - project: plugin-error 0.9.1 - project: plugin-react 0.7.1 - project: plugin-date 0.9.1 - project: plugin-node 0.22.1 - project: plugin-cli 0.39.0 - project: plugin-env 0.12.0 - project: devkit 0.22.0 - project: core 0.48.0 - project: cli 0.28.1 - project: nx 0.22.1
1 parent c72706b commit 242a5a8

File tree

43 files changed

+402
-143
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+402
-143
lines changed

examples/cli-app/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
"examples-cli": "dist/examples-cli.mjs"
1414
},
1515
"dependencies": {
16-
"@storm-stack/core": "workspace:*",
16+
"@storm-stack/core": "0.48.0",
1717
"date-fns": "catalog:",
1818
"unstorage": "catalog:"
1919
},
2020
"devDependencies": {
21-
"@storm-stack/nx": "workspace:*",
22-
"@storm-stack/plugin-cli": "workspace:*",
23-
"@storm-stack/plugin-date": "workspace:*",
24-
"@storm-stack/plugin-log-console": "workspace:*",
25-
"@storm-stack/plugin-log-sentry": "workspace:*"
21+
"@storm-stack/nx": "0.22.1",
22+
"@storm-stack/plugin-cli": "0.39.0",
23+
"@storm-stack/plugin-date": "0.9.1",
24+
"@storm-stack/plugin-log-console": "0.24.1",
25+
"@storm-stack/plugin-log-sentry": "0.32.1"
2626
}
2727
}

examples/cloudflare-worker/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111
"private": true,
1212
"dependencies": {
1313
"@cloudflare/unenv-preset": "catalog:",
14-
"@storm-stack/core": "workspace:*",
14+
"@storm-stack/core": "0.48.0",
1515
"@stryke/json": "catalog:",
1616
"@stryke/type-checks": "catalog:",
1717
"@stryke/url": "catalog:",
1818
"unenv": "catalog:",
1919
"unstorage": "catalog:"
2020
},
2121
"devDependencies": {
22-
"@storm-stack/nx": "workspace:*",
23-
"@storm-stack/plugin-cloudflare": "workspace:*",
24-
"@storm-stack/plugin-log-console": "workspace:*",
22+
"@storm-stack/nx": "0.22.1",
23+
"@storm-stack/plugin-cloudflare": "0.32.0",
24+
"@storm-stack/plugin-log-console": "0.24.1",
2525
"@stryke/types": "catalog:",
2626
"@types/node": "catalog:",
2727
"wrangler": "catalog:"

examples/library/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
},
1111
"private": true,
1212
"dependencies": {
13-
"@storm-stack/core": "workspace:*",
13+
"@storm-stack/core": "0.48.0",
1414
"@stryke/json": "catalog:",
1515
"@stryke/type-checks": "catalog:",
1616
"@stryke/url": "catalog:"
1717
},
1818
"devDependencies": {
19-
"@storm-stack/devkit": "workspace:*",
20-
"@storm-stack/nx": "workspace:*",
19+
"@storm-stack/devkit": "0.22.0",
20+
"@storm-stack/nx": "0.22.1",
2121
"@stryke/types": "catalog:"
2222
},
2323
"storm": {

examples/react-app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010
},
1111
"private": true,
1212
"dependencies": {
13-
"@storm-stack/core": "workspace:*",
13+
"@storm-stack/core": "0.48.0",
1414
"date-fns": "catalog:",
1515
"react": "catalog:",
1616
"react-dom": "catalog:",
1717
"unstorage": "catalog:",
1818
"vite": "catalog:"
1919
},
2020
"devDependencies": {
21-
"@storm-stack/nx": "workspace:*",
22-
"@storm-stack/plugin-react": "workspace:*",
21+
"@storm-stack/nx": "0.22.1",
22+
"@storm-stack/plugin-react": "0.7.1",
2323
"@types/react": "catalog:",
2424
"@types/react-dom": "catalog:"
2525
}

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.28.1](https://github.com/storm-software/storm-stack/releases/tag/cli%400.28.1) (2025-09-30)
6+
7+
### Miscellaneous
8+
9+
- **monorepo:** Update workspace package links
10+
([b42a5c31](https://github.com/storm-software/storm-stack/commit/b42a5c31))
11+
12+
### Updated Dependencies
13+
14+
- Updated plugin-log-storage to 0.27.1
15+
- Updated plugin-log-sentry to 0.32.1
16+
- Updated plugin-storage-fs to 0.16.1
17+
- Updated plugin-cli to 0.39.0
18+
- Updated plugin-env to 0.12.0
19+
- Updated core to 0.48.0
20+
- Updated nx to 0.22.1
21+
522
## [0.28.0](https://github.com/storm-software/storm-stack/releases/tag/cli%400.28.0) (2025-09-30)
623

724
### Features

packages/cli/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storm-stack/cli",
3-
"version": "0.28.0",
3+
"version": "0.28.1",
44
"type": "module",
55
"description": "The command-line interface application for managing Storm Stack projects.",
66
"repository": {
@@ -24,20 +24,20 @@
2424
"@sentry/core": "catalog:",
2525
"@sentry/node": "catalog:",
2626
"@storm-software/config-tools": "catalog:",
27-
"@storm-stack/core": "workspace:*",
27+
"@storm-stack/core": "0.48.0",
2828
"@stryke/fs": "catalog:",
2929
"date-fns": "catalog:",
3030
"defu": "catalog:",
3131
"minimatch": "catalog:",
3232
"unstorage": "catalog:"
3333
},
3434
"devDependencies": {
35-
"@storm-stack/nx": "workspace:*",
36-
"@storm-stack/plugin-cli": "workspace:*",
37-
"@storm-stack/plugin-env": "workspace:*",
38-
"@storm-stack/plugin-log-sentry": "workspace:*",
39-
"@storm-stack/plugin-log-storage": "workspace:*",
40-
"@storm-stack/plugin-storage-fs": "workspace:*",
35+
"@storm-stack/nx": "0.22.1",
36+
"@storm-stack/plugin-cli": "0.39.0",
37+
"@storm-stack/plugin-env": "0.12.0",
38+
"@storm-stack/plugin-log-sentry": "0.32.1",
39+
"@storm-stack/plugin-log-storage": "0.27.1",
40+
"@storm-stack/plugin-storage-fs": "0.16.1",
4141
"@types/node": "catalog:"
4242
},
4343
"publishConfig": {

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

5+
## [0.48.0](https://github.com/storm-software/storm-stack/releases/tag/core%400.48.0) (2025-09-30)
6+
7+
### Features
8+
9+
- **core:** Added the `rolldown` build library module
10+
([a7b36470](https://github.com/storm-software/storm-stack/commit/a7b36470))
11+
12+
### Miscellaneous
13+
14+
- **monorepo:** Update workspace package links
15+
([b42a5c31](https://github.com/storm-software/storm-stack/commit/b42a5c31))
16+
517
## [0.47.0](https://github.com/storm-software/storm-stack/releases/tag/core%400.47.0) (2025-09-30)
618

719
### 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.47.0",
3+
"version": "0.48.0",
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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
# Changelog for Storm Stack - Devkit
44

5+
## [0.22.0](https://github.com/storm-software/storm-stack/releases/tag/devkit%400.22.0) (2025-09-30)
6+
7+
### Features
8+
9+
- **devkit:** Update `PluginPluginOptions` to reduce fields and remove unneeded
10+
data
11+
([c72706b0](https://github.com/storm-software/storm-stack/commit/c72706b0))
12+
13+
### Miscellaneous
14+
15+
- **monorepo:** Update workspace package links
16+
([b42a5c31](https://github.com/storm-software/storm-stack/commit/b42a5c31))
17+
18+
### Updated Dependencies
19+
20+
- Updated core to 0.48.0
21+
522
## [0.21.0](https://github.com/storm-software/storm-stack/releases/tag/devkit%400.21.0) (2025-09-30)
623

724
### Features

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.21.0",
3+
"version": "0.22.0",
44
"type": "module",
55
"description": "A collection of tools and utilities for developing Storm Stack plugins and presets.",
66
"repository": {
@@ -344,7 +344,7 @@
344344
"@storm-software/config-tools": "catalog:",
345345
"@storm-software/esbuild": "catalog:",
346346
"@storm-software/unbuild": "catalog:",
347-
"@storm-stack/core": "workspace:*",
347+
"@storm-stack/core": "0.48.0",
348348
"@stryke/convert": "catalog:",
349349
"@stryke/fs": "catalog:",
350350
"@stryke/helpers": "catalog:",

0 commit comments

Comments
 (0)