Skip to content

Commit

Permalink
chore(release): Publish monorepo release updates
Browse files Browse the repository at this point in the history
- project: build-core 0.2.0

- project: build-nx 1.5.0
  • Loading branch information
sullivanpj authored and Stormie-Bot committed Dec 29, 2024
1 parent 9fe5176 commit 56fb887
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
7 changes: 7 additions & 0 deletions build/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.2.0 (2024-12-29)

### Features

- **build-core:** Added additional build options ([9fe5176](https://github.com/storm-software/storm-stack/commit/9fe5176))
- **build-core:** Add additional options to the `node-app` build ([8f9a3e7](https://github.com/storm-software/storm-stack/commit/8f9a3e7))

## 0.1.1 (2024-12-29)

### Bug Fixes
Expand Down
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.1.1",
"version": "0.2.0",
"type": "module",
"description": "A package containing `storm-build` for building Storm Stack libraries and services",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions build/nx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 1.5.0 (2024-12-29)

### Features

- **build-core:** Added additional build options ([9fe5176](https://github.com/storm-software/storm-stack/commit/9fe5176))
- **build-core:** Add additional options to the `node-app` build ([8f9a3e7](https://github.com/storm-software/storm-stack/commit/8f9a3e7))

### Bug Fixes

- **monorepo:** Resolve issues with recently added `project.json` files ([de38863](https://github.com/storm-software/storm-stack/commit/de38863))

## 1.4.2 (2024-12-29)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion build/nx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storm-stack/build-nx",
"version": "1.4.2",
"version": "1.5.0",
"type": "commonjs",
"repository": {
"type": "github",
Expand Down

0 comments on commit 56fb887

Please sign in to comment.