Skip to content

Commit c03844c

Browse files
committed
chore(release): packages
- project: nx-fly-deployment-action 0.4.0 - project: nx-pre-deploy-action 0.0.2 - project: create-nx-payload 2.0.3 - project: deploy-env-action 0.1.4 - project: nx-migrate-action 1.4.1 - project: nx-payload 2.2.1 - project: fly-node 0.3.0 - project: core 1.4.4
1 parent 1a46ea0 commit c03844c

File tree

16 files changed

+93
-8
lines changed

16 files changed

+93
-8
lines changed

packages/core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.4.4 (2026-01-02)
2+
3+
### ✨ Features
4+
5+
- **nx-fly-deployment-action:** support environment specific fly config ([f1c68b7](https://github.com/codeware-sthlm/codeware/commit/f1c68b7))
6+
- **repo:** refactor and improve multi-tenant deployment workflow ([6210e4d](https://github.com/codeware-sthlm/codeware/commit/6210e4d))
7+
18
## 1.4.3 (2025-12-01)
29

310
### 🐞 Bug Fixes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cdwr/core",
3-
"version": "1.4.3",
3+
"version": "1.4.4",
44
"private": false,
55
"description": "A set of core utilities for the Codeware ecosystem.",
66
"repository": {

packages/create-nx-payload/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.3 (2026-01-02)
2+
3+
This was a version bump only for create-nx-payload to align it with other projects, there were no code changes.
4+
15
## 2.0.2 (2025-12-01)
26

37
This was a version bump only for create-nx-payload to align it with other projects, there were no code changes.

packages/create-nx-payload/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-nx-payload",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"private": false,
55
"description": "Quickly scaffold a new Nx workspace with a Payload CMS admin application.",
66
"repository": {

packages/deploy-env-action/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.1.4 (2026-01-02)
2+
3+
### ✨ Features
4+
5+
- **repo:** refactor and improve multi-tenant deployment workflow ([6210e4d](https://github.com/codeware-sthlm/codeware/commit/6210e4d))
6+
7+
### 🧱 Updated Dependencies
8+
9+
- Updated core to 1.4.4
10+
111
## 0.1.3 (2025-12-01)
212

313
### 🧱 Updated Dependencies

packages/deploy-env-action/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cdwr/deploy-env-action",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "The Deploy Env Action will analyze the environment to deploy your Fly.io applications to.",
55
"repository": {
66
"type": "git",

packages/fly-node/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 0.3.0 (2026-01-02)
2+
3+
### ✨ Features
4+
5+
- **fly-node:** redact secrets for trace cli ([d980611](https://github.com/codeware-sthlm/codeware/commit/d980611))
6+
- **fly-node:** add integration tests and fix mismatched schemas ([a2eb288](https://github.com/codeware-sthlm/codeware/commit/a2eb288))
7+
8+
### 🐞 Bug Fixes
9+
10+
- **fly-node:** do not rely on access-token for authentication ([1a46ea0](https://github.com/codeware-sthlm/codeware/commit/1a46ea0))
11+
12+
### 🧱 Updated Dependencies
13+
14+
- Updated core to 1.4.4
15+
116
## 0.2.3 (2025-12-01)
217

318
### 🧱 Updated Dependencies

packages/fly-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cdwr/fly-node",
3-
"version": "0.2.3",
3+
"version": "0.3.0",
44
"description": "The flyctl node wrapper for programmatic deployments to fly.io.",
55
"repository": {
66
"type": "git",

packages/nx-fly-deployment-action/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## 0.4.0 (2026-01-02)
2+
3+
### ✨ Features
4+
5+
- **nx-fly-deployment-action:** possible to trace fly cli logs ([ea8c950](https://github.com/codeware-sthlm/codeware/commit/ea8c950))
6+
- **nx-fly-deployment-action:** support environment specific fly config ([f1c68b7](https://github.com/codeware-sthlm/codeware/commit/f1c68b7))
7+
- **repo:** refactor and improve multi-tenant deployment workflow ([6210e4d](https://github.com/codeware-sthlm/codeware/commit/6210e4d))
8+
- add workflow integration for multi-tenant deployment from Infisical ([d9f2b3c](https://github.com/codeware-sthlm/codeware/commit/d9f2b3c))
9+
- add multi-tenant deployment support to nx-fly-deployment-action ([19e2417](https://github.com/codeware-sthlm/codeware/commit/19e2417))
10+
11+
### 🤖 Continuous Integration
12+
13+
- **nx-fly-deployment-action:** fixes ([535d35d](https://github.com/codeware-sthlm/codeware/commit/535d35d))
14+
15+
### 🧱 Updated Dependencies
16+
17+
- Updated fly-node to 0.3.0
18+
- Updated core to 1.4.4
19+
120
## 0.3.3 (2025-12-01)
221

322
### 🧱 Updated Dependencies

packages/nx-fly-deployment-action/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cdwr/nx-fly-deployment-action",
3-
"version": "0.3.3",
3+
"version": "0.4.0",
44
"description": "The Nx Fly Deployment Action will manage your deployments to fly.io.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)