Skip to content

Commit

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

- project: build-core 0.1.0

- project: build-nx 1.4.0
  • Loading branch information
sullivanpj authored and Stormie-Bot committed Dec 26, 2024
1 parent d12e415 commit ea6b35f
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 3 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/nx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.4.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))

## 1.2.0 (2024-02-10)

### 🚀 Features
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.3.0",
"version": "1.4.0",
"type": "commonjs",
"repository": {
"type": "github",
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

0 comments on commit ea6b35f

Please sign in to comment.