Skip to content

Commit cb0adf1

Browse files
committed
chore(release): packages
- project: nx-fly-deployment-action 0.3.3 - project: create-nx-payload 2.0.2 - project: deploy-env-action 0.1.3 - project: nx-migrate-action 1.4.0 - project: nx-payload 2.2.0 - project: fly-node 0.2.3 - project: core 1.4.3
1 parent fc22ee9 commit cb0adf1

14 files changed

Lines changed: 73 additions & 7 deletions

File tree

packages/core/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 1.4.3 (2025-12-01)
2+
3+
### 🐞 Bug Fixes
4+
5+
- **core:** better debug log running commands ([315c52e0](https://github.com/codeware-sthlm/codeware/commit/315c52e0))
6+
- **core:** stabilize run nx command predicate ([3549f08b](https://github.com/codeware-sthlm/codeware/commit/3549f08b))
7+
8+
### ⚙️ Miscellaneous Chores
9+
10+
- **core:** reject with output log when nx command fails ([9b8a765c](https://github.com/codeware-sthlm/codeware/commit/9b8a765c))
11+
112
## 1.4.2 (2025-10-03)
213

314
### ⚙️ Miscellaneous Chores

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.2",
3+
"version": "1.4.3",
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.2 (2025-12-01)
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.1 (2025-10-03)
26

37
### ⚙️ Miscellaneous Chores

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.1",
3+
"version": "2.0.2",
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.1.3 (2025-12-01)
2+
3+
### 🧱 Updated Dependencies
4+
5+
- Updated core to 1.4.3
6+
17
## 0.1.2 (2025-10-03)
28

39
### ⚙️ Miscellaneous Chores

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.2",
3+
"version": "0.1.3",
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.2.3 (2025-12-01)
2+
3+
### 🧱 Updated Dependencies
4+
5+
- Updated core to 1.4.3
6+
17
## 0.2.2 (2025-10-03)
28

39
### ⚙️ Miscellaneous Chores

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.2",
3+
"version": "0.2.3",
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.3.3 (2025-12-01)
2+
3+
### 🧱 Updated Dependencies
4+
5+
- Updated fly-node to 0.2.3
6+
- Updated core to 1.4.3
7+
18
## 0.3.2 (2025-10-03)
29

310
### ⚙️ Miscellaneous Chores

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.2",
3+
"version": "0.3.3",
44
"description": "The Nx Fly Deployment Action will manage your deployments to fly.io.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)