Skip to content

Commit f1638af

Browse files
committed
chore(monorepo): Merge branch 'main' of storm-stack
2 parents 6409521 + ea6b35f commit f1638af

File tree

5 files changed

+17
-4
lines changed

5 files changed

+17
-4
lines changed

build/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## 0.1.0 (2024-12-26)
2+
3+
### Features
4+
5+
- **monorepo:** Update `target` tasks to use `tsup` plugin ([914c970](https://github.com/storm-software/storm-stack/commit/914c970))
6+
- **monorepo:** Split out build specific code into its own directory ([8ef179a](https://github.com/storm-software/storm-stack/commit/8ef179a))

build/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/build-core",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"type": "module",
55
"description": "A package containing `storm-build` for building Storm Stack libraries and services",
66
"repository": {

build/plugin/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.2.0 (2024-12-26)
2+
3+
### Features
4+
5+
- **monorepo:** Update `target` tasks to use `tsup` plugin ([914c970](https://github.com/storm-software/storm-stack/commit/914c970))
6+
- **monorepo:** Split out build specific code into its own directory ([8ef179a](https://github.com/storm-software/storm-stack/commit/8ef179a))
7+
18
## 0.1.0 (2024-12-20)
29

310
### Features

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.1.0",
3+
"version": "0.2.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": {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,9 @@
190190
"@storm-stack/server-result": "0.18.0",
191191
"@storm-stack/hooks": "0.25.1",
192192
"@storm-stack/env": "0.1.0",
193-
"@storm-stack/build-plugin": "0.1.0",
193+
"@storm-stack/build-plugin": "0.2.0",
194194
"@storm-stack/build-nx": "0.0.1",
195-
"@storm-stack/build-core": "0.0.1",
195+
"@storm-stack/build-core": "0.1.0",
196196
"@storm-stack/tools-config": "0.0.1",
197197
"@storm-stack/cli-helpers": "0.0.1",
198198
"@storm-stack/json": "0.0.1",

0 commit comments

Comments
 (0)