From 97e261f1cc3f124b4d75db7773cbe0b9096ac236 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 15:31:14 +0000 Subject: [PATCH] ci: Version Packages --- .changeset/deep-primitive-entity-tojson.md | 12 ------------ packages/authentication/core/CHANGELOG.md | 8 ++++++++ packages/authentication/core/package.json | 2 +- packages/authentication/methods/otp/CHANGELOG.md | 9 +++++++++ packages/authentication/methods/otp/package.json | 2 +- .../methods/passwordless/CHANGELOG.md | 9 +++++++++ .../methods/passwordless/package.json | 2 +- packages/ddd/CHANGELOG.md | 13 +++++++++++++ packages/ddd/package.json | 2 +- 9 files changed, 43 insertions(+), 16 deletions(-) delete mode 100644 .changeset/deep-primitive-entity-tojson.md diff --git a/.changeset/deep-primitive-entity-tojson.md b/.changeset/deep-primitive-entity-tojson.md deleted file mode 100644 index df47abf..0000000 --- a/.changeset/deep-primitive-entity-tojson.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -'@rineex/ddd': minor ---- - -Add `DeepPrimitive` and type-safe `Entity.toJSON()` return types. - -- `DeepPrimitive` recursively maps domain values to JSON-safe primitives - (`Date` → ISO string, `EntityId` → `value`, `ValueObject` unwrap, - arrays/objects) -- `EntityJson` is the structural shape returned by `toJSON()` -- `Entity.toJSON()` is typed as `EntityJson` instead of - `Record` diff --git a/packages/authentication/core/CHANGELOG.md b/packages/authentication/core/CHANGELOG.md index 0271057..25a041c 100644 --- a/packages/authentication/core/CHANGELOG.md +++ b/packages/authentication/core/CHANGELOG.md @@ -1,5 +1,13 @@ # @rineex/auth-core +## 1.1.2 + +### Patch Changes + +- Updated dependencies + [[`2101d70`](https://github.com/rineex/core/commit/2101d703c1c34d0dd90978f2929032c57ed314b9)]: + - @rineex/ddd@6.2.0 + ## 1.1.1 ### Patch Changes diff --git a/packages/authentication/core/package.json b/packages/authentication/core/package.json index d7e289b..004e260 100644 --- a/packages/authentication/core/package.json +++ b/packages/authentication/core/package.json @@ -1,6 +1,6 @@ { "name": "@rineex/auth-core", - "version": "1.1.1", + "version": "1.1.2", "description": "Authentication Core package for Rineex core modules", "author": "Rineex Team", "main": "./dist/index.js", diff --git a/packages/authentication/methods/otp/CHANGELOG.md b/packages/authentication/methods/otp/CHANGELOG.md index 89935c0..e94f2a4 100644 --- a/packages/authentication/methods/otp/CHANGELOG.md +++ b/packages/authentication/methods/otp/CHANGELOG.md @@ -1,5 +1,14 @@ # @rineex/authentication-method-otp +## 1.1.2 + +### Patch Changes + +- Updated dependencies + [[`2101d70`](https://github.com/rineex/core/commit/2101d703c1c34d0dd90978f2929032c57ed314b9)]: + - @rineex/ddd@6.2.0 + - @rineex/auth-core@1.1.2 + ## 1.1.1 ### Patch Changes diff --git a/packages/authentication/methods/otp/package.json b/packages/authentication/methods/otp/package.json index d77ffef..e8fdc1c 100644 --- a/packages/authentication/methods/otp/package.json +++ b/packages/authentication/methods/otp/package.json @@ -1,6 +1,6 @@ { "name": "@rineex/authentication-method-otp", - "version": "1.1.1", + "version": "1.1.2", "description": "OTP authentication method for Rineex authentication system", "main": "./dist/index.js", "module": "./dist/index.mjs", diff --git a/packages/authentication/methods/passwordless/CHANGELOG.md b/packages/authentication/methods/passwordless/CHANGELOG.md index 20c88f7..aac4367 100644 --- a/packages/authentication/methods/passwordless/CHANGELOG.md +++ b/packages/authentication/methods/passwordless/CHANGELOG.md @@ -1,5 +1,14 @@ # @rineex/authentication-method-passwordless +## 0.2.2 + +### Patch Changes + +- Updated dependencies + [[`2101d70`](https://github.com/rineex/core/commit/2101d703c1c34d0dd90978f2929032c57ed314b9)]: + - @rineex/ddd@6.2.0 + - @rineex/auth-core@1.1.2 + ## 0.2.1 ### Patch Changes diff --git a/packages/authentication/methods/passwordless/package.json b/packages/authentication/methods/passwordless/package.json index 1636f15..a12d944 100644 --- a/packages/authentication/methods/passwordless/package.json +++ b/packages/authentication/methods/passwordless/package.json @@ -1,6 +1,6 @@ { "name": "@rineex/authentication-method-passwordless", - "version": "0.2.1", + "version": "0.2.2", "description": "Passwordless authentication method for Rineex authentication system", "main": "./dist/index.js", "module": "./dist/index.mjs", diff --git a/packages/ddd/CHANGELOG.md b/packages/ddd/CHANGELOG.md index e7c84bd..c7ac7d4 100644 --- a/packages/ddd/CHANGELOG.md +++ b/packages/ddd/CHANGELOG.md @@ -1,5 +1,18 @@ # @rineex/ddd +## 6.2.0 + +### Minor Changes + +- Add `DeepPrimitive` and type-safe `Entity.toJSON()` return types. + ([#73](https://github.com/rineex/core/pull/73)) + - `DeepPrimitive` recursively maps domain values to JSON-safe primitives + (`Date` → ISO string, `EntityId` → `value`, `ValueObject` unwrap, + arrays/objects) + - `EntityJson` is the structural shape returned by `toJSON()` + - `Entity.toJSON()` is typed as `EntityJson` instead of + `Record` + ## 6.1.0 ### Minor Changes diff --git a/packages/ddd/package.json b/packages/ddd/package.json index 6d6884a..9aeccb0 100644 --- a/packages/ddd/package.json +++ b/packages/ddd/package.json @@ -1,6 +1,6 @@ { "name": "@rineex/ddd", - "version": "6.1.0", + "version": "6.2.0", "description": "Domain Driven Design package for Rineex core modules", "author": "Rineex Team", "main": "./dist/index.js",