Skip to content

Commit f09f924

Browse files
sullivanpjstormie-bot
authored andcommitted
release(monorepo): Publish workspace release updates
- project: eslint-config-storm-stack 0.8.0 - project: preset-cloudflare-worker 0.9.0 - project: plugin-log-console 0.10.0 - project: plugin-log-storage 0.10.0 - project: plugin-log-sentry 0.13.0 - project: plugin-log-stream 0.10.0 - project: plugin-log-otel 0.10.0 - project: preset-cli 0.9.0 - project: devkit 0.2.0 - project: types 0.5.0 - project: core 0.16.0 - project: nx 0.10.0
1 parent 02ba100 commit f09f924

File tree

29 files changed

+236
-65
lines changed

29 files changed

+236
-65
lines changed

examples/cli-app/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@
1313
"examples-cli": "dist/examples-cli.js"
1414
},
1515
"dependencies": {
16-
"@storm-stack/types": "workspace:*",
16+
"@storm-stack/types": "0.5.0",
1717
"@stryke/cli": "catalog:",
1818
"@stryke/url": "catalog:",
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.16.0",
23+
"@storm-stack/nx": "0.10.0",
24+
"@storm-stack/plugin-log-console": "0.10.0",
25+
"@storm-stack/plugin-log-sentry": "0.13.0",
26+
"@storm-stack/preset-cli": "0.9.0"
2727
},
2828
"storm": {
2929
"plugins": [

examples/cloudflare-worker/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@
1212
"dependencies": {
1313
"@cloudflare/unenv-preset": "catalog:",
1414
"@deepkit/type": "catalog:",
15-
"@storm-stack/types": "workspace:*",
15+
"@storm-stack/types": "0.5.0",
1616
"@stryke/json": "catalog:",
1717
"@stryke/type-checks": "catalog:",
1818
"@stryke/url": "catalog:"
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.16.0",
23+
"@storm-stack/nx": "0.10.0",
24+
"@storm-stack/plugin-log-console": "0.10.0",
25+
"@storm-stack/preset-cloudflare-worker": "0.9.0",
2626
"@stryke/types": "catalog:"
2727
}
2828
}

examples/library/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
},
1111
"private": true,
1212
"dependencies": {
13-
"@storm-stack/types": "workspace:*",
13+
"@storm-stack/types": "0.5.0",
1414
"@stryke/json": "catalog:",
1515
"@stryke/type-checks": "catalog:",
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.16.0",
20+
"@storm-stack/devkit": "0.2.0",
21+
"@storm-stack/nx": "0.10.0",
2222
"@stryke/types": "catalog:"
2323
},
2424
"storm": {

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

5+
## [0.16.0](https://github.com/storm-software/storm-stack/releases/tag/core%400.16.0) (2025-05-13)
6+
7+
### Features
8+
9+
- **monorepo:** Major updates to structure of core engine processing
10+
- **plugin-typedoc:** Update typedoc functionality to be separate plugin
11+
12+
### Updated Dependencies
13+
14+
- Updated types to 0.5.0
15+
516
## [0.15.1](https://github.com/storm-software/storm-stack/releases/tag/core%400.15.1) (2025-05-08)
617

718
### Miscellaneous

packages/core/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/core",
3-
"version": "0.15.1",
3+
"version": "0.16.0",
44
"type": "module",
55
"description": "A build toolkit and runtime used by Storm Software in TypeScript applications",
66
"repository": {
@@ -638,7 +638,7 @@
638638
"@storm-software/config": "catalog:",
639639
"@storm-software/config-tools": "catalog:",
640640
"@storm-software/esbuild": "catalog:",
641-
"@storm-stack/types": "workspace:*",
641+
"@storm-stack/types": "0.5.0",
642642
"@stryke/convert": "catalog:",
643643
"@stryke/env": "catalog:",
644644
"@stryke/fs": "catalog:",

packages/devkit/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
![Storm Software](https://public.storm-cdn.com/brand-banner.png)
2+
3+
# Changelog for Storm Stack - Devkit
4+
5+
## [0.2.0](https://github.com/storm-software/storm-stack/releases/tag/devkit%400.2.0) (2025-05-13)
6+
7+
### Features
8+
9+
- **monorepo:** Major updates to structure of core engine processing
10+
11+
### Updated Dependencies
12+
13+
- Updated types to 0.5.0
14+
- Updated core to 0.16.0

packages/devkit/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storm-stack/devkit",
3-
"version": "0.1.5",
3+
"version": "0.2.0",
44
"type": "module",
55
"description": "A collection of tools and utilities for developing Storm Stack plugins and presets.",
66
"repository": {
@@ -178,14 +178,14 @@
178178
"dependencies": {
179179
"@storm-software/esbuild": "catalog:",
180180
"@storm-software/unbuild": "catalog:",
181-
"@storm-stack/core": "workspace:*",
181+
"@storm-stack/core": "0.16.0",
182182
"@stryke/path": "catalog:",
183183
"@stryke/string-format": "catalog:",
184184
"defu": "catalog:",
185185
"esbuild": "catalog:"
186186
},
187187
"devDependencies": {
188-
"@storm-stack/types": "workspace:*",
188+
"@storm-stack/types": "0.5.0",
189189
"@types/node": "catalog:"
190190
},
191191
"publishConfig": {

packages/eslint-config-storm-stack/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 - Eslint Config Storm Stack
44

5+
## [0.8.0](https://github.com/storm-software/storm-stack/releases/tag/eslint-config-storm-stack%400.8.0) (2025-05-13)
6+
7+
### Features
8+
9+
- **plugin-typedoc:** Update typedoc functionality to be separate plugin
10+
511
## [0.7.18](https://github.com/storm-software/storm-stack/releases/tag/eslint-config-storm-stack%400.7.18) (2025-05-08)
612

713
### Miscellaneous

packages/eslint-config-storm-stack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-storm-stack",
3-
"version": "0.7.18",
3+
"version": "0.8.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": {

packages/nx/CHANGELOG.md

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

33
# Changelog for Storm Stack - Nx
44

5+
## [0.10.0](https://github.com/storm-software/storm-stack/releases/tag/nx%400.10.0) (2025-05-13)
6+
7+
### Features
8+
9+
- **monorepo:** Major updates to structure of core engine processing
10+
- **plugin-typedoc:** Update typedoc functionality to be separate plugin
11+
12+
### Bug Fixes
13+
14+
- **nx:** Ensure plugin only infers tasks for projects with storm config
15+
16+
### Miscellaneous
17+
18+
- **monorepo:** Update workspace package links
19+
20+
### Updated Dependencies
21+
22+
- Updated core to 0.16.0
23+
- Updated core to 0.16.0
24+
525
## [0.9.19](https://github.com/storm-software/storm-stack/releases/tag/nx%400.9.19) (2025-05-08)
626

727
### Bug Fixes

0 commit comments

Comments
 (0)