Skip to content

Commit

Permalink
chore(release): Publish monorepo release updates
Browse files Browse the repository at this point in the history
- project: build-plugin 0.3.0
  • Loading branch information
sullivanpj authored and Stormie-Bot committed Dec 29, 2024
1 parent f789045 commit ae63932
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions build/plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.3.0 (2024-12-29)

### Features

- **utils-env:** Added the `env` runtime checks helpers ([f789045](https://github.com/storm-software/storm-stack/commit/f789045))

## 0.2.1 (2024-12-29)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion build/plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storm-stack/build-plugin",
"version": "0.2.1",
"version": "0.3.0",
"type": "module",
"description": "⚡ A `unplugin` plugin used in Storm Stack build processes to handle `StormEnv` parameters, typia transforms, and much more.",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"@storm-stack/cli/*": ["packages/base/cli/src/*"],
"@storm-stack/date-time": ["packages/base/date-time/src/index.ts"],
"@storm-stack/date-time/*": ["packages/base/date-time/src/*"],
"@storm-stack/env": ["packages/utils/env/src/index.ts"],
"@storm-stack/env/*": ["packages/utils/env/src/*"],
"@storm-stack/errors": ["packages/base/errors/src/index.ts"],
"@storm-stack/errors/*": ["packages/base/errors/src/*"],
Expand Down Expand Up @@ -64,8 +65,7 @@
"packages/utils/unique-identifier/src/*"
],
"@storm-stack/utilities": ["packages/utils/utilities/src/index.ts"],
"@storm-stack/utilities/*": ["packages/utils/utilities/src/*"],
"@storm-stack/env": ["packages/utils/env/src/index.ts"]
"@storm-stack/utilities/*": ["packages/utils/utilities/src/*"]
}
},
"include": ["**/*.ts", "**/*.tsx", "**/*.d.ts", "**/*.js", "**/*.jsx"],
Expand Down

0 comments on commit ae63932

Please sign in to comment.