Skip to content

Commit 6c07308

Browse files
committed
release(monorepo): Publish workspace release updates
- project: plugin-storage-cloudflare-kv 0.15.3 - project: plugin-storage-cloudflare-r2 0.13.3 - project: plugin-log-console 0.23.3 - project: plugin-log-storage 0.26.3 - project: plugin-cloudflare 0.28.0 - project: plugin-log-sentry 0.30.1 - project: plugin-storage-fs 0.15.3 - project: plugin-storage-s3 0.14.3 - project: plugin-log-otel 0.25.3 - project: eslint-config 0.15.1 - project: plugin-config 0.8.0 - project: plugin-error 0.7.3 - project: plugin-react 0.5.3 - project: plugin-date 0.6.3 - project: plugin-node 0.20.3 - project: plugin-cli 0.35.0 - project: devkit 0.16.0 - project: types 0.19.1 - project: core 0.43.0 - project: cli 0.26.0 - project: nx 0.20.0
1 parent 2283e61 commit 6c07308

File tree

47 files changed

+586
-120
lines changed

Some content is hidden

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

47 files changed

+586
-120
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.43.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.20.0",
22+
"@storm-stack/plugin-cli": "0.35.0",
23+
"@storm-stack/plugin-date": "0.6.3",
24+
"@storm-stack/plugin-log-console": "0.23.3",
25+
"@storm-stack/plugin-log-sentry": "0.30.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.43.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.20.0",
23+
"@storm-stack/plugin-cloudflare": "0.28.0",
24+
"@storm-stack/plugin-log-console": "0.23.3",
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.43.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.16.0",
20+
"@storm-stack/nx": "0.20.0",
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.43.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.20.0",
22+
"@storm-stack/plugin-react": "0.5.3",
2323
"@types/react": "catalog:",
2424
"@types/react-dom": "catalog:"
2525
}

packages/cli/CHANGELOG.md

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

33
# Changelog for Storm Stack - CLI
44

5+
## [0.26.0](https://github.com/storm-software/storm-stack/releases/tag/cli%400.26.0) (2025-09-08)
6+
7+
### Features
8+
9+
- **plugin-config:** Added `types` exports to package
10+
([c67ad368](https://github.com/storm-software/storm-stack/commit/c67ad368))
11+
12+
### Bug Fixes
13+
14+
- **core:** Update build packages and resolve issue with bundling
15+
([c4ba0fd7](https://github.com/storm-software/storm-stack/commit/c4ba0fd7))
16+
- **core:** Resolve issue with type imports
17+
([61d9c59c](https://github.com/storm-software/storm-stack/commit/61d9c59c))
18+
- **core:** Import via `@storm-stack/core/deepkit` to treat as external bundle
19+
([bc154950](https://github.com/storm-software/storm-stack/commit/bc154950))
20+
21+
### Miscellaneous
22+
23+
- **monorepo:** Update workspace package links
24+
([c19b06fb](https://github.com/storm-software/storm-stack/commit/c19b06fb))
25+
26+
### Updated Dependencies
27+
28+
- Updated plugin-log-storage to 0.26.3
29+
- Updated plugin-log-sentry to 0.30.1
30+
- Updated plugin-storage-fs to 0.15.3
31+
- Updated plugin-cli to 0.35.0
32+
- Updated core to 0.43.0
33+
- Updated nx to 0.20.0
34+
535
## [0.25.0](https://github.com/storm-software/storm-stack/releases/tag/cli%400.25.0) (2025-09-08)
636

737
### 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.25.0",
3+
"version": "0.26.0",
44
"type": "module",
55
"description": "The command-line interface application for managing Storm Stack projects.",
66
"repository": {
@@ -24,19 +24,19 @@
2424
"@sentry/core": "catalog:",
2525
"@sentry/node": "catalog:",
2626
"@storm-software/config-tools": "catalog:",
27-
"@storm-stack/core": "workspace:*",
27+
"@storm-stack/core": "0.43.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-log-sentry": "workspace:*",
38-
"@storm-stack/plugin-log-storage": "workspace:*",
39-
"@storm-stack/plugin-storage-fs": "workspace:*",
35+
"@storm-stack/nx": "0.20.0",
36+
"@storm-stack/plugin-cli": "0.35.0",
37+
"@storm-stack/plugin-log-sentry": "0.30.1",
38+
"@storm-stack/plugin-log-storage": "0.26.3",
39+
"@storm-stack/plugin-storage-fs": "0.15.3",
4040
"@types/node": "catalog:"
4141
},
4242
"publishConfig": {

packages/core/CHANGELOG.md

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

33
# Changelog for Storm Stack - Core
44

5+
## [0.43.0](https://github.com/storm-software/storm-stack/releases/tag/core%400.43.0) (2025-09-08)
6+
7+
### Features
8+
9+
- **devkit:** Update `PluginPlugin` to ensure tsconfig properties are correct
10+
([7daf744e](https://github.com/storm-software/storm-stack/commit/7daf744e))
11+
12+
### Bug Fixes
13+
14+
- **core:** Update build packages and resolve issue with bundling
15+
([c4ba0fd7](https://github.com/storm-software/storm-stack/commit/c4ba0fd7))
16+
- **core:** Resolve issue with type imports
17+
([61d9c59c](https://github.com/storm-software/storm-stack/commit/61d9c59c))
18+
- **core:** Import via `@storm-stack/core/deepkit` to treat as external bundle
19+
([bc154950](https://github.com/storm-software/storm-stack/commit/bc154950))
20+
21+
### Miscellaneous
22+
23+
- **tools-config:** Update configuration helper to `defineTsupConfig`
24+
([f3a1fd18](https://github.com/storm-software/storm-stack/commit/f3a1fd18))
25+
526
## [0.42.0](https://github.com/storm-software/storm-stack/releases/tag/core%400.42.0) (2025-09-08)
627

728
### 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.42.0",
3+
"version": "0.43.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: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,35 @@
22

33
# Changelog for Storm Stack - Devkit
44

5+
## [0.16.0](https://github.com/storm-software/storm-stack/releases/tag/devkit%400.16.0) (2025-09-08)
6+
7+
### Features
8+
9+
- **devkit:** Update `PluginPlugin` to ensure tsconfig properties are correct
10+
([7daf744e](https://github.com/storm-software/storm-stack/commit/7daf744e))
11+
- **devkit:** Added the `PluginPlugin` to improve plugin DX
12+
([3a8a7bb8](https://github.com/storm-software/storm-stack/commit/3a8a7bb8))
13+
14+
### Bug Fixes
15+
16+
- **devkit:** Resolve issues with duplicate imports
17+
([f61a81da](https://github.com/storm-software/storm-stack/commit/f61a81da))
18+
- **core:** Resolve issue with type imports
19+
([61d9c59c](https://github.com/storm-software/storm-stack/commit/61d9c59c))
20+
21+
### Miscellaneous
22+
23+
- **devkit:** Add `alloy-js` framework packages as peer dependencies
24+
([2283e617](https://github.com/storm-software/storm-stack/commit/2283e617))
25+
- **tools-config:** Update configuration helper to `defineTsupConfig`
26+
([f3a1fd18](https://github.com/storm-software/storm-stack/commit/f3a1fd18))
27+
- **monorepo:** Update workspace package links
28+
([c19b06fb](https://github.com/storm-software/storm-stack/commit/c19b06fb))
29+
30+
### Updated Dependencies
31+
32+
- Updated core to 0.43.0
33+
534
## [0.15.2](https://github.com/storm-software/storm-stack/releases/tag/devkit%400.15.2) (2025-09-08)
635

736
### 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.15.2",
3+
"version": "0.16.0",
44
"type": "module",
55
"description": "A collection of tools and utilities for developing Storm Stack plugins and presets.",
66
"repository": {
@@ -235,7 +235,7 @@
235235
"@storm-software/config-tools": "catalog:",
236236
"@storm-software/esbuild": "catalog:",
237237
"@storm-software/unbuild": "catalog:",
238-
"@storm-stack/core": "workspace:*",
238+
"@storm-stack/core": "0.43.0",
239239
"@stryke/convert": "catalog:",
240240
"@stryke/fs": "catalog:",
241241
"@stryke/helpers": "catalog:",

0 commit comments

Comments
 (0)