Skip to content

Commit 56fb887

Browse files
sullivanpjstormie-bot
authored andcommitted
chore(release): Publish monorepo release updates
- project: build-core 0.2.0 - project: build-nx 1.5.0
1 parent 9fe5176 commit 56fb887

File tree

4 files changed

+20
-2
lines changed

4 files changed

+20
-2
lines changed

build/core/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-29)
2+
3+
### Features
4+
5+
- **build-core:** Added additional build options ([9fe5176](https://github.com/storm-software/storm-stack/commit/9fe5176))
6+
- **build-core:** Add additional options to the `node-app` build ([8f9a3e7](https://github.com/storm-software/storm-stack/commit/8f9a3e7))
7+
18
## 0.1.1 (2024-12-29)
29

310
### Bug Fixes

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.1",
3+
"version": "0.2.0",
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 1.5.0 (2024-12-29)
2+
3+
### Features
4+
5+
- **build-core:** Added additional build options ([9fe5176](https://github.com/storm-software/storm-stack/commit/9fe5176))
6+
- **build-core:** Add additional options to the `node-app` build ([8f9a3e7](https://github.com/storm-software/storm-stack/commit/8f9a3e7))
7+
8+
### Bug Fixes
9+
10+
- **monorepo:** Resolve issues with recently added `project.json` files ([de38863](https://github.com/storm-software/storm-stack/commit/de38863))
11+
112
## 1.4.2 (2024-12-29)
213

314
### Bug Fixes

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": "1.4.2",
3+
"version": "1.5.0",
44
"type": "commonjs",
55
"repository": {
66
"type": "github",

0 commit comments

Comments
 (0)