@momentumcms/auth 0.5.2 → 0.5.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## 0.5.4 (2026-03-07)
2
+
3
+ ### 🚀 Features
4
+
5
+ - Versioning & drafts with draft/publish workflow ([#50](https://github.com/DonaldMurillo/momentum-cms/pull/50))
6
+
7
+ ### ❤️ Thank You
8
+
9
+ - Claude Haiku 4.5
10
+ - Claude Opus 4.6
11
+ - Donald Murillo @DonaldMurillo
12
+
1
13
  ## 0.5.0 (2026-02-23)
2
14
 
3
15
  This was a version bump only for auth to align it with other projects, there were no code changes.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momentumcms/auth",
3
- "version": "0.5.2",
3
+ "version": "0.5.4",
4
4
  "description": "Better Auth integration for Momentum CMS",
5
5
  "license": "MIT",
6
6
  "author": "Momentum CMS Contributors",
@@ -28,7 +28,7 @@
28
28
  "peerDependencies": {
29
29
  "@angular/core": ">=19.0.0",
30
30
  "@momentumcms/core": ">=0.0.1",
31
- "@momentumcms/email": ">=0.5.2",
31
+ "@momentumcms/email": ">=0.5.3",
32
32
  "@momentumcms/logger": ">=0.0.1",
33
33
  "better-auth": "^1.4.0",
34
34
  "better-sqlite3": "^12.0.0",