Skip to content

Commit f68cd80

Browse files
committed
release(monorepo): Publish workspace release updates
- project: plugin-storage-cloudflare-kv 0.16.1 - project: plugin-storage-cloudflare-r2 0.14.1 - project: plugin-log-console 0.23.5 - project: plugin-log-storage 0.26.5 - project: plugin-cloudflare 0.29.1 - project: plugin-log-sentry 0.31.1 - project: plugin-storage-fs 0.15.5 - project: plugin-storage-s3 0.15.1 - project: plugin-log-otel 0.26.1 - project: plugin-error 0.8.1 - project: plugin-react 0.6.1 - project: plugin-date 0.7.1 - project: plugin-node 0.21.1 - project: plugin-cli 0.36.1 - project: plugin-env 0.9.1 - project: devkit 0.17.1 - project: core 0.44.1 - project: cli 0.27.1 - project: nx 0.20.2
1 parent f450693 commit f68cd80

43 files changed

Lines changed: 344 additions & 99 deletions

File tree

Some content is hidden

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

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.44.1",
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.2",
22+
"@storm-stack/plugin-cli": "0.36.1",
23+
"@storm-stack/plugin-date": "0.7.1",
24+
"@storm-stack/plugin-log-console": "0.23.5",
25+
"@storm-stack/plugin-log-sentry": "0.31.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.44.1",
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.2",
23+
"@storm-stack/plugin-cloudflare": "0.29.1",
24+
"@storm-stack/plugin-log-console": "0.23.5",
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.44.1",
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.17.1",
20+
"@storm-stack/nx": "0.20.2",
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.44.1",
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.2",
22+
"@storm-stack/plugin-react": "0.6.1",
2323
"@types/react": "catalog:",
2424
"@types/react-dom": "catalog:"
2525
}

packages/cli/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 - CLI
44

5+
## [0.27.1](https://github.com/storm-software/storm-stack/releases/tag/cli%400.27.1) (2025-09-13)
6+
7+
### Bug Fixes
8+
9+
- **core:** Remove previous `scripts` build configuration
10+
([f450693b](https://github.com/storm-software/storm-stack/commit/f450693b))
11+
12+
### Miscellaneous
13+
14+
- **monorepo:** Update workspace package links
15+
([dfed963b](https://github.com/storm-software/storm-stack/commit/dfed963b))
16+
17+
### Updated Dependencies
18+
19+
- Updated plugin-log-storage to 0.26.5
20+
- Updated plugin-log-sentry to 0.31.1
21+
- Updated plugin-storage-fs to 0.15.5
22+
- Updated plugin-cli to 0.36.1
23+
- Updated core to 0.44.1
24+
- Updated nx to 0.20.2
25+
526
## [0.27.0](https://github.com/storm-software/storm-stack/releases/tag/cli%400.27.0) (2025-09-12)
627

728
### 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.27.0",
3+
"version": "0.27.1",
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.44.1",
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.2",
36+
"@storm-stack/plugin-cli": "0.36.1",
37+
"@storm-stack/plugin-log-sentry": "0.31.1",
38+
"@storm-stack/plugin-log-storage": "0.26.5",
39+
"@storm-stack/plugin-storage-fs": "0.15.5",
4040
"@types/node": "catalog:"
4141
},
4242
"publishConfig": {

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

5+
## [0.44.1](https://github.com/storm-software/storm-stack/releases/tag/core%400.44.1) (2025-09-13)
6+
7+
### Bug Fixes
8+
9+
- **core:** Remove previous `scripts` build configuration
10+
([f450693b](https://github.com/storm-software/storm-stack/commit/f450693b))
11+
- **core:** Resolve issue with `dist` folder and `schema`/`scripts` build
12+
artifacts
13+
([d5eaf2f2](https://github.com/storm-software/storm-stack/commit/d5eaf2f2))
14+
515
## [0.44.0](https://github.com/storm-software/storm-stack/releases/tag/core%400.44.0) (2025-09-12)
616

717
### 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.44.0",
3+
"version": "0.44.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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
# Changelog for Storm Stack - Devkit
44

5+
## [0.17.1](https://github.com/storm-software/storm-stack/releases/tag/devkit%400.17.1) (2025-09-13)
6+
7+
### Miscellaneous
8+
9+
- **monorepo:** Update workspace package links
10+
([dfed963b](https://github.com/storm-software/storm-stack/commit/dfed963b))
11+
12+
### Updated Dependencies
13+
14+
- Updated core to 0.44.1
15+
516
## [0.17.0](https://github.com/storm-software/storm-stack/releases/tag/devkit%400.17.0) (2025-09-12)
617

718
### 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.17.0",
3+
"version": "0.17.1",
44
"type": "module",
55
"description": "A collection of tools and utilities for developing Storm Stack plugins and presets.",
66
"repository": {
@@ -277,7 +277,7 @@
277277
"@storm-software/config-tools": "catalog:",
278278
"@storm-software/esbuild": "catalog:",
279279
"@storm-software/unbuild": "catalog:",
280-
"@storm-stack/core": "workspace:*",
280+
"@storm-stack/core": "0.44.1",
281281
"@stryke/convert": "catalog:",
282282
"@stryke/fs": "catalog:",
283283
"@stryke/helpers": "catalog:",

0 commit comments

Comments
 (0)