Skip to content

Commit

Permalink
chore(monorepo): Merge branch 'main' of storm-stack
Browse files Browse the repository at this point in the history
  • Loading branch information
sullivanpj committed Dec 21, 2024
2 parents d9275fc + c785afc commit 6784820
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 3 deletions.
5 changes: 5 additions & 0 deletions packages/env/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## 0.1.0 (2024-12-20)

### Features

- **env:** Initial check-in for the `@storm-stack/env` package ([5a367cd](https://github.com/storm-software/storm-stack/commit/5a367cd))
2 changes: 1 addition & 1 deletion packages/env/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storm-stack/env",
"version": "0.0.1",
"version": "0.1.0",
"type": "module",
"description": "A package used by Storm Software to manage environment variables, configurations, and secrets",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/telemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.19.0 (2024-12-20)

### Features

- **env:** Initial check-in for the `@storm-stack/env` package ([5a367cd](https://github.com/storm-software/storm-stack/commit/5a367cd))

## 1.18.0 (2024-12-18)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/telemetry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storm-stack/telemetry",
"version": "1.18.0",
"version": "1.19.0",
"description": "A Storm-Stack library used to drive server logging and handling telemetry processing in a NodeJS environment.",
"repository": {
"type": "github",
Expand Down
8 changes: 8 additions & 0 deletions packages/unplugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## 0.1.0 (2024-12-20)

### Features

- **unplugin:** Added `typia` transformations to `unplugin` plugin ([46e904c](https://github.com/storm-software/storm-stack/commit/46e904c))
- **unplugin:** Added ESLint flat configuration generation ([3c5bf05](https://github.com/storm-software/storm-stack/commit/3c5bf05))
- **unplugin:** Rename package to `unplugin-storm-stack` for consistency ([3ce89c0](https://github.com/storm-software/storm-stack/commit/3ce89c0))
- **unplugin:** Initial check-in for the `unplugin-storm` package ([c00b71c](https://github.com/storm-software/storm-stack/commit/c00b71c))
2 changes: 1 addition & 1 deletion packages/unplugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unplugin-storm-stack",
"version": "0.0.1",
"version": "0.1.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

0 comments on commit 6784820

Please sign in to comment.