Skip to content

Commit c876fc5

Browse files
committed
release(monorepo): Publish workspace release updates
- project: plugin-storage-cloudflare-kv 0.16.2 - project: plugin-storage-cloudflare-r2 0.14.2 - project: plugin-log-console 0.23.6 - project: plugin-log-storage 0.26.6 - project: plugin-cloudflare 0.29.2 - project: plugin-log-sentry 0.31.2 - project: plugin-storage-fs 0.15.6 - project: plugin-storage-s3 0.15.2 - project: plugin-log-otel 0.26.2 - project: eslint-config 0.16.0 - project: plugin-error 0.8.2 - project: plugin-react 0.6.2 - project: plugin-date 0.7.2 - project: plugin-node 0.21.2 - project: plugin-cli 0.36.2 - project: plugin-env 0.9.2 - project: tsconfig 0.3.0 - project: devkit 0.17.2 - project: tsdoc 0.4.0 - project: cli 0.27.2 - project: nx 0.20.3
1 parent a76eb52 commit c876fc5

47 files changed

Lines changed: 305 additions & 74 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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
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.3",
22+
"@storm-stack/plugin-cli": "0.36.2",
23+
"@storm-stack/plugin-date": "0.7.2",
24+
"@storm-stack/plugin-log-console": "0.23.6",
25+
"@storm-stack/plugin-log-sentry": "0.31.2"
2626
}
2727
}

examples/cloudflare-worker/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
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.3",
23+
"@storm-stack/plugin-cloudflare": "0.29.2",
24+
"@storm-stack/plugin-log-console": "0.23.6",
2525
"@stryke/types": "catalog:",
2626
"@types/node": "catalog:",
2727
"wrangler": "catalog:"

examples/library/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"@stryke/url": "catalog:"
1717
},
1818
"devDependencies": {
19-
"@storm-stack/devkit": "workspace:*",
20-
"@storm-stack/nx": "workspace:*",
19+
"@storm-stack/devkit": "0.17.2",
20+
"@storm-stack/nx": "0.20.3",
2121
"@stryke/types": "catalog:"
2222
},
2323
"storm": {

examples/react-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"vite": "catalog:"
1919
},
2020
"devDependencies": {
21-
"@storm-stack/nx": "workspace:*",
22-
"@storm-stack/plugin-react": "workspace:*",
21+
"@storm-stack/nx": "0.20.3",
22+
"@storm-stack/plugin-react": "0.6.2",
2323
"@types/react": "catalog:",
2424
"@types/react-dom": "catalog:"
2525
}

packages/cli/CHANGELOG.md

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

33
# Changelog for Storm Stack - CLI
44

5+
## [0.27.2](https://github.com/storm-software/storm-stack/releases/tag/cli%400.27.2) (2025-09-13)
6+
7+
### Miscellaneous
8+
9+
- **monorepo:** Update `pnpm-lock.yaml` file
10+
([a76eb52a](https://github.com/storm-software/storm-stack/commit/a76eb52a))
11+
- **monorepo:** Added recursive workspace updates to script
12+
([7c8d59bb](https://github.com/storm-software/storm-stack/commit/7c8d59bb))
13+
- **monorepo:** Update workspace package links
14+
([b8a93cff](https://github.com/storm-software/storm-stack/commit/b8a93cff))
15+
16+
### Updated Dependencies
17+
18+
- Updated plugin-log-storage to 0.26.6
19+
- Updated plugin-log-sentry to 0.31.2
20+
- Updated plugin-storage-fs to 0.15.6
21+
- Updated plugin-cli to 0.36.2
22+
- Updated nx to 0.20.3
23+
524
## [0.27.1](https://github.com/storm-software/storm-stack/releases/tag/cli%400.27.1) (2025-09-13)
625

726
### Bug Fixes

packages/cli/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storm-stack/cli",
3-
"version": "0.27.1",
3+
"version": "0.27.2",
44
"type": "module",
55
"description": "The command-line interface application for managing Storm Stack projects.",
66
"repository": {
@@ -32,11 +32,11 @@
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.3",
36+
"@storm-stack/plugin-cli": "0.36.2",
37+
"@storm-stack/plugin-log-sentry": "0.31.2",
38+
"@storm-stack/plugin-log-storage": "0.26.6",
39+
"@storm-stack/plugin-storage-fs": "0.15.6",
4040
"@types/node": "catalog:"
4141
},
4242
"publishConfig": {

packages/devkit/CHANGELOG.md

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

33
# Changelog for Storm Stack - Devkit
44

5+
## [0.17.2](https://github.com/storm-software/storm-stack/releases/tag/devkit%400.17.2) (2025-09-13)
6+
7+
### Miscellaneous
8+
9+
- **monorepo:** Update workspace package links
10+
([b8a93cff](https://github.com/storm-software/storm-stack/commit/b8a93cff))
11+
512
## [0.17.1](https://github.com/storm-software/storm-stack/releases/tag/devkit%400.17.1) (2025-09-13)
613

714
### Miscellaneous

packages/devkit/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/devkit",
3-
"version": "0.17.1",
3+
"version": "0.17.2",
44
"type": "module",
55
"description": "A collection of tools and utilities for developing Storm Stack plugins and presets.",
66
"repository": {

packages/eslint-config/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 - ESLint Config
44

5+
## [0.16.0](https://github.com/storm-software/storm-stack/releases/tag/eslint-config%400.16.0) (2025-09-13)
6+
7+
### Features
8+
9+
- **eslint-config:** Added the `tsdoc` config type options to preset
10+
([21ce9fba](https://github.com/storm-software/storm-stack/commit/21ce9fba))
11+
12+
### Updated Dependencies
13+
14+
- Updated tsdoc to 0.4.0
15+
516
## [0.15.1](https://github.com/storm-software/storm-stack/releases/tag/eslint-config%400.15.1) (2025-09-08)
617

718
### Miscellaneous

packages/eslint-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-storm-stack",
3-
"version": "0.15.1",
3+
"version": "0.16.0",
44
"type": "module",
55
"description": "An ESLint configuration with linting rules that ensure a Storm Stack project is following the best practices.",
66
"repository": {
@@ -103,7 +103,7 @@
103103
"dependencies": {
104104
"@storm-software/config-tools": "catalog:",
105105
"@storm-software/eslint": "catalog:",
106-
"@storm-stack/tsdoc": "workspace:*",
106+
"@storm-stack/tsdoc": "0.4.0",
107107
"@stryke/fs": "catalog:",
108108
"defu": "catalog:",
109109
"eslint-flat-config-utils": "catalog:",

0 commit comments

Comments
 (0)