Skip to content

Commit ae63932

Browse files
sullivanpjstormie-bot
authored andcommitted
chore(release): Publish monorepo release updates
- project: build-plugin 0.3.0
1 parent f789045 commit ae63932

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

build/plugin/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.3.0 (2024-12-29)
2+
3+
### Features
4+
5+
- **utils-env:** Added the `env` runtime checks helpers ([f789045](https://github.com/storm-software/storm-stack/commit/f789045))
6+
17
## 0.2.1 (2024-12-29)
28

39
### Bug Fixes

build/plugin/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/build-plugin",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"type": "module",
55
"description": "⚡ A `unplugin` plugin used in Storm Stack build processes to handle `StormEnv` parameters, typia transforms, and much more.",
66
"repository": {

tsconfig.base.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"@storm-stack/cli/*": ["packages/base/cli/src/*"],
2121
"@storm-stack/date-time": ["packages/base/date-time/src/index.ts"],
2222
"@storm-stack/date-time/*": ["packages/base/date-time/src/*"],
23+
"@storm-stack/env": ["packages/utils/env/src/index.ts"],
2324
"@storm-stack/env/*": ["packages/utils/env/src/*"],
2425
"@storm-stack/errors": ["packages/base/errors/src/index.ts"],
2526
"@storm-stack/errors/*": ["packages/base/errors/src/*"],
@@ -64,8 +65,7 @@
6465
"packages/utils/unique-identifier/src/*"
6566
],
6667
"@storm-stack/utilities": ["packages/utils/utilities/src/index.ts"],
67-
"@storm-stack/utilities/*": ["packages/utils/utilities/src/*"],
68-
"@storm-stack/env": ["packages/utils/env/src/index.ts"]
68+
"@storm-stack/utilities/*": ["packages/utils/utilities/src/*"]
6969
}
7070
},
7171
"include": ["**/*.ts", "**/*.tsx", "**/*.d.ts", "**/*.js", "**/*.jsx"],

0 commit comments

Comments
 (0)