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 29, 2024
2 parents 6409521 + ea6b35f commit f1638af
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
6 changes: 6 additions & 0 deletions build/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## 0.1.0 (2024-12-26)

### Features

- **monorepo:** Update `target` tasks to use `tsup` plugin ([914c970](https://github.com/storm-software/storm-stack/commit/914c970))
- **monorepo:** Split out build specific code into its own directory ([8ef179a](https://github.com/storm-software/storm-stack/commit/8ef179a))
2 changes: 1 addition & 1 deletion build/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storm-stack/build-core",
"version": "0.0.1",
"version": "0.1.0",
"type": "module",
"description": "A package containing `storm-build` for building Storm Stack libraries and services",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions build/plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.2.0 (2024-12-26)

### Features

- **monorepo:** Update `target` tasks to use `tsup` plugin ([914c970](https://github.com/storm-software/storm-stack/commit/914c970))
- **monorepo:** Split out build specific code into its own directory ([8ef179a](https://github.com/storm-software/storm-stack/commit/8ef179a))

## 0.1.0 (2024-12-20)

### Features
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.1.0",
"version": "0.2.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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,9 @@
"@storm-stack/server-result": "0.18.0",
"@storm-stack/hooks": "0.25.1",
"@storm-stack/env": "0.1.0",
"@storm-stack/build-plugin": "0.1.0",
"@storm-stack/build-plugin": "0.2.0",
"@storm-stack/build-nx": "0.0.1",
"@storm-stack/build-core": "0.0.1",
"@storm-stack/build-core": "0.1.0",
"@storm-stack/tools-config": "0.0.1",
"@storm-stack/cli-helpers": "0.0.1",
"@storm-stack/json": "0.0.1",
Expand Down

0 comments on commit f1638af

Please sign in to comment.