Skip to content

Commit 87c4496

Browse files
sullivanpjstormie-bot
authored andcommitted
release(monorepo): Publish workspace release updates
- project: eslint-config-storm-stack 0.3.0 - project: eslint-plugin-storm-stack 0.5.0 - project: preset-cloudflare-worker 0.4.0 - project: log-console 0.3.0 - project: log-storage 0.3.0 - project: plugin-http 0.2.0 - project: plugin-node 0.4.0 - project: log-sentry 0.3.0 - project: log-stream 0.3.0 - project: preset-cli 0.1.0 - project: log-otel 0.3.0 - project: biome 0.1.2 - project: core 0.4.0 - project: nx 0.3.0
1 parent 909b12c commit 87c4496

File tree

33 files changed

+396
-78
lines changed

33 files changed

+396
-78
lines changed

examples/cli-app/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"private": true,
1212
"dependencies": {
1313
"@deepkit/injector": "catalog:",
14-
"@storm-stack/log-storage": "workspace:*",
14+
"@storm-stack/log-storage": "0.3.0",
1515
"@stryke/cli": "catalog:",
1616
"unstorage": "catalog:"
1717
},
1818
"devDependencies": {
19-
"@storm-stack/core": "workspace:*",
20-
"@storm-stack/nx": "workspace:*",
21-
"@storm-stack/preset-cli": "workspace:*"
19+
"@storm-stack/core": "0.4.0",
20+
"@storm-stack/nx": "0.3.0",
21+
"@storm-stack/preset-cli": "0.1.0"
2222
}
2323
}

examples/cloudflare-worker/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"private": true,
1212
"dependencies": {
1313
"@deepkit/injector": "catalog:",
14-
"@storm-stack/log-console": "workspace:*"
14+
"@storm-stack/log-console": "0.3.0"
1515
},
1616
"devDependencies": {
17-
"@storm-stack/core": "workspace:*",
18-
"@storm-stack/nx": "workspace:*",
19-
"@storm-stack/preset-cloudflare-worker": "workspace:*"
17+
"@storm-stack/core": "0.4.0",
18+
"@storm-stack/nx": "0.3.0",
19+
"@storm-stack/preset-cloudflare-worker": "0.4.0"
2020
}
2121
}

examples/node-app/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
"private": true,
1212
"dependencies": {
1313
"@deepkit/injector": "catalog:",
14-
"@storm-stack/log-console": "workspace:*"
14+
"@storm-stack/log-console": "0.3.0"
1515
},
1616
"devDependencies": {
17-
"@storm-stack/core": "workspace:*",
18-
"@storm-stack/nx": "workspace:*",
19-
"@storm-stack/plugin-node": "workspace:*"
17+
"@storm-stack/core": "0.4.0",
18+
"@storm-stack/nx": "0.3.0",
19+
"@storm-stack/plugin-node": "0.4.0"
2020
},
2121
"storm": {
2222
"plugins": [

packages/biome/CHANGELOG.md

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

33
# Changelog for Storm Stack - Biome
44

5+
## [0.1.2](https://github.com/storm-software/storm-stack/releases/tag/biome%400.1.2) (2025-04-13)
6+
7+
### Miscellaneous
8+
9+
- **monorepo:** Format repository markdown files
10+
([b0643179](https://github.com/storm-software/storm-stack/commit/b0643179))
11+
- **monorepo:** Update the Storm CDN url in image links
12+
([22cb22d7](https://github.com/storm-software/storm-stack/commit/22cb22d7))
13+
514
## [0.1.1](https://github.com/storm-software/storm-stack/releases/tag/biome%400.1.1) (2025-04-07)
615

716
### Miscellaneous

packages/biome/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/biome",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"type": "module",
55
"description": "A shared Biome configuration containing globals used in Storm Stack projects.",
66
"repository": {

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

5+
## [0.4.0](https://github.com/storm-software/storm-stack/releases/tag/core%400.4.0) (2025-04-13)
6+
7+
### Features
8+
9+
- **monorepo:** Added `devenv` to repository
10+
([f442b14f](https://github.com/storm-software/storm-stack/commit/f442b14f))
11+
- **nx:** Added the `lint` and `docs` executors
12+
([13f40e06](https://github.com/storm-software/storm-stack/commit/13f40e06))
13+
- **core:** Completed transform error compiler functionality
14+
([0599c3fc](https://github.com/storm-software/storm-stack/commit/0599c3fc))
15+
16+
### Bug Fixes
17+
18+
- **core:** Resolve Typescript compilation issue
19+
([48d6cd7e](https://github.com/storm-software/storm-stack/commit/48d6cd7e))
20+
- **core:** Resolve issues with entry file generation
21+
([4aad7536](https://github.com/storm-software/storm-stack/commit/4aad7536))
22+
23+
### Miscellaneous
24+
25+
- **core:** Added exception logging to env file writter
26+
([62797eda](https://github.com/storm-software/storm-stack/commit/62797eda))
27+
- **core:** Reduce the amount of noise in trace logs
28+
([7ab51069](https://github.com/storm-software/storm-stack/commit/7ab51069))
29+
- **monorepo:** Format repository markdown files
30+
([b0643179](https://github.com/storm-software/storm-stack/commit/b0643179))
31+
- **monorepo:** Update the Storm CDN url in image links
32+
([22cb22d7](https://github.com/storm-software/storm-stack/commit/22cb22d7))
33+
534
## [0.3.0](https://github.com/storm-software/storm-stack/releases/tag/core%400.3.0) (2025-04-07)
635

736
### 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.3.0",
3+
"version": "0.4.0",
44
"type": "module",
55
"description": "A build toolkit and runtime used by Storm Software in TypeScript applications",
66
"repository": {

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

5+
## [0.3.0](https://github.com/storm-software/storm-stack/releases/tag/eslint-config-storm-stack%400.3.0) (2025-04-13)
6+
7+
### Features
8+
9+
- **monorepo:** Added `devenv` to repository
10+
([f442b14f](https://github.com/storm-software/storm-stack/commit/f442b14f))
11+
- **core:** Completed transform error compiler functionality
12+
([0599c3fc](https://github.com/storm-software/storm-stack/commit/0599c3fc))
13+
14+
### Miscellaneous
15+
16+
- **monorepo:** Format repository markdown files
17+
([b0643179](https://github.com/storm-software/storm-stack/commit/b0643179))
18+
- **monorepo:** Update the Storm CDN url in image links
19+
([22cb22d7](https://github.com/storm-software/storm-stack/commit/22cb22d7))
20+
21+
### Updated Dependencies
22+
23+
- Updated eslint-plugin-storm-stack to 0.5.0
24+
525
## [0.2.0](https://github.com/storm-software/storm-stack/releases/tag/eslint-config-storm-stack%400.2.0) (2025-04-07)
626

727
### Features

packages/eslint-config-storm-stack/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.2.0",
3+
"version": "0.3.0",
44
"type": "module",
55
"description": "⚡ The storm-stack monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.",
66
"repository": {
@@ -100,7 +100,7 @@
100100
"dependencies": {
101101
"@storm-software/eslint": "catalog:",
102102
"eslint-flat-config-utils": "catalog:",
103-
"eslint-plugin-storm-stack": "workspace:*"
103+
"eslint-plugin-storm-stack": "0.5.0"
104104
},
105105
"devDependencies": {
106106
"eslint": "catalog:",

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

5+
## [0.5.0](https://github.com/storm-software/storm-stack/releases/tag/eslint-plugin-storm-stack%400.5.0) (2025-04-13)
6+
7+
### Features
8+
9+
- **eslint-plugin-storm-stack:** Added eslint plugin rule documentation
10+
([21c9b31a](https://github.com/storm-software/storm-stack/commit/21c9b31a))
11+
- **core:** Completed transform error compiler functionality
12+
([0599c3fc](https://github.com/storm-software/storm-stack/commit/0599c3fc))
13+
14+
### Bug Fixes
15+
16+
- **core:** Resolve issues with entry file generation
17+
([4aad7536](https://github.com/storm-software/storm-stack/commit/4aad7536))
18+
19+
### Miscellaneous
20+
21+
- **monorepo:** Format repository markdown files
22+
([b0643179](https://github.com/storm-software/storm-stack/commit/b0643179))
23+
524
## [0.4.0](https://github.com/storm-software/storm-stack/releases/tag/eslint-plugin-storm-stack%400.4.0) (2025-04-08)
625

726
### Features

0 commit comments

Comments
 (0)