Skip to content

Commit ea6b35f

Browse files
sullivanpjstormie-bot
authored andcommitted
chore(release): Publish monorepo release updates
- project: build-plugin 0.2.0 - project: build-core 0.1.0 - project: build-nx 1.4.0
1 parent d12e415 commit ea6b35f

File tree

6 files changed

+23
-3
lines changed

6 files changed

+23
-3
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/nx/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.4.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
## 1.2.0 (2024-02-10)
29

310
### 🚀 Features

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

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": {

0 commit comments

Comments
 (0)