Skip to content

Commit b30e093

Browse files
committed
chore(release): packages
- project: nx-fly-deployment-action 0.3.1 - project: create-nx-payload 2.0.0 - project: nx-payload 2.0.0 - project: core 1.4.1
1 parent d7085b8 commit b30e093

File tree

8 files changed

+45
-4
lines changed

8 files changed

+45
-4
lines changed

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.1 (2025-02-15)
2+
3+
### 🐞 Bug Fixes
4+
5+
- **core:** improve windows compatibility ([46057818f](https://github.com/codeware-sthlm/codeware/commit/46057818f))
6+
- **deps:** update dependencies ([1f7cafad9](https://github.com/codeware-sthlm/codeware/commit/1f7cafad9))
7+
8+
### ⚙️ Miscellaneous Chores
9+
10+
- **repo:** change to esm files for vite ([b93f286ab](https://github.com/codeware-sthlm/codeware/commit/b93f286ab))
11+
112
## 1.4.0 (2025-02-07)
213

314
### ✨ Features

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.0",
3+
"version": "1.4.1",
44
"private": false,
55
"description": "A set of core utilities for the Codeware ecosystem.",
66
"repository": {

packages/create-nx-payload/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# 2.0.0 (2025-02-15)
2+
3+
### ✨ Features
4+
5+
- ⚠️ **nx-payload:** add support for payload v3 ([f663aa9b3](https://github.com/codeware-sthlm/codeware/commit/f663aa9b3))
6+
7+
### 🔙 Revert Code Changes
8+
9+
- **repo:** revert incorrect nx migration ([c9cf098c3](https://github.com/codeware-sthlm/codeware/commit/c9cf098c3))
10+
11+
### ⚠️ Breaking Changes
12+
13+
- ⚠️ **nx-payload:** add support for payload v3 ([f663aa9b3](https://github.com/codeware-sthlm/codeware/commit/f663aa9b3))
14+
115
## 1.1.0 (2025-02-07)
216

317
### ✨ Features

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": "1.1.0",
3+
"version": "2.0.0",
44
"private": false,
55
"description": "Quickly scaffold a new Nx workspace with a Payload CMS admin application.",
66
"repository": {

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.3.1 (2025-02-15)
2+
3+
### ⚙️ Miscellaneous Chores
4+
5+
- **repo:** change to esm files for vite ([b93f286ab](https://github.com/codeware-sthlm/codeware/commit/b93f286ab))
6+
17
## 0.3.0 (2025-02-07)
28

39
### ✨ Features

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

packages/nx-payload/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 2.0.0 (2025-02-15)
2+
3+
### ✨ Features
4+
5+
- ⚠️ **nx-payload:** add support for payload v3 ([f663aa9b3](https://github.com/codeware-sthlm/codeware/commit/f663aa9b3))
6+
7+
### ⚠️ Breaking Changes
8+
9+
- ⚠️ **nx-payload:** add support for payload v3 ([f663aa9b3](https://github.com/codeware-sthlm/codeware/commit/f663aa9b3))
10+
111
## 1.2.0 (2025-02-07)
212

313
### ✨ Features

packages/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": "@cdwr/nx-payload",
3-
"version": "1.2.0",
3+
"version": "2.0.0",
44
"private": false,
55
"description": "The Nx Payload plugin adds support for Payload applications within an Nx workspace.",
66
"repository": {

0 commit comments

Comments
 (0)