Skip to content

Commit cea1de9

Browse files
committed
chore(monorepo): Merge branch 'main' of storm-stack
2 parents 08fcef7 + c816457 commit cea1de9

File tree

7 files changed

+24
-7
lines changed

7 files changed

+24
-7
lines changed

build/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.1.1 (2024-12-29)
2+
3+
### Bug Fixes
4+
5+
- **monorepo:** Resolve issues with `tsup` plugin ([6409521](https://github.com/storm-software/storm-stack/commit/6409521))
6+
17
## 0.1.0 (2024-12-26)
28

39
### Features

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

build/nx/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## 1.4.1 (2024-12-29)
2+
3+
### Bug Fixes
4+
5+
- **monorepo:** Resolve issues with `tsup` plugin ([6409521](https://github.com/storm-software/storm-stack/commit/6409521))

build/nx/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-nx",
3-
"version": "0.0.1",
3+
"version": "1.4.1",
44
"type": "commonjs",
55
"repository": {
66
"type": "github",

build/plugin/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.2.1 (2024-12-29)
2+
3+
### Bug Fixes
4+
5+
- **monorepo:** Resolve issues with `tsup` plugin ([6409521](https://github.com/storm-software/storm-stack/commit/6409521))
6+
17
## 0.2.0 (2024-12-26)
28

39
### 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.2.0",
3+
"version": "0.2.1",
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": {

pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)