diff --git a/.changeset/ci-and-testing-improvements.md b/.changeset/ci-and-testing-improvements.md deleted file mode 100644 index 8caca35..0000000 --- a/.changeset/ci-and-testing-improvements.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@rineex/ddd': patch ---- - -### CI and Testing Improvements - -- Added a new "Type Tests" job that runs `pnpm run test:types` in the CI - workflow. -- Introduced a new script "test:types" and turbo task with inputs for - `src/**/*.test-d.ts` for type testing. diff --git a/packages/authentication/core/CHANGELOG.md b/packages/authentication/core/CHANGELOG.md index 511be73..8702681 100644 --- a/packages/authentication/core/CHANGELOG.md +++ b/packages/authentication/core/CHANGELOG.md @@ -1,5 +1,13 @@ # @rineex/auth-core +## 1.0.6 + +### Patch Changes + +- Updated dependencies + [[`3efe26f`](https://github.com/rineex/core/commit/3efe26f54152966d7a2e19fec5e25f2f4048c235)]: + - @rineex/ddd@3.2.1 + ## 1.0.5 ### Patch Changes diff --git a/packages/authentication/core/package.json b/packages/authentication/core/package.json index 6eccd00..9122b97 100644 --- a/packages/authentication/core/package.json +++ b/packages/authentication/core/package.json @@ -1,6 +1,6 @@ { "name": "@rineex/auth-core", - "version": "1.0.5", + "version": "1.0.6", "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 92aed90..0ceaf0f 100644 --- a/packages/authentication/methods/otp/CHANGELOG.md +++ b/packages/authentication/methods/otp/CHANGELOG.md @@ -1,5 +1,14 @@ # @rineex/authentication-method-otp +## 1.0.6 + +### Patch Changes + +- Updated dependencies + [[`3efe26f`](https://github.com/rineex/core/commit/3efe26f54152966d7a2e19fec5e25f2f4048c235)]: + - @rineex/ddd@3.2.1 + - @rineex/auth-core@1.0.6 + ## 1.0.5 ### Patch Changes diff --git a/packages/authentication/methods/otp/package.json b/packages/authentication/methods/otp/package.json index c799c53..275d77f 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.0.5", + "version": "1.0.6", "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 3ac08e4..2c5d094 100644 --- a/packages/authentication/methods/passwordless/CHANGELOG.md +++ b/packages/authentication/methods/passwordless/CHANGELOG.md @@ -1,5 +1,14 @@ # @rineex/authentication-method-passwordless +## 0.1.6 + +### Patch Changes + +- Updated dependencies + [[`3efe26f`](https://github.com/rineex/core/commit/3efe26f54152966d7a2e19fec5e25f2f4048c235)]: + - @rineex/ddd@3.2.1 + - @rineex/auth-core@1.0.6 + ## 0.1.5 ### Patch Changes diff --git a/packages/authentication/methods/passwordless/package.json b/packages/authentication/methods/passwordless/package.json index d34ab0f..32c930d 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.1.5", + "version": "0.1.6", "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 87a2c56..05b6c5a 100644 --- a/packages/ddd/CHANGELOG.md +++ b/packages/ddd/CHANGELOG.md @@ -1,5 +1,15 @@ # @rineex/ddd +## 3.2.1 + +### Patch Changes + +- ### CI and Testing Improvements ([#49](https://github.com/rineex/core/pull/49)) + - Added a new "Type Tests" job that runs `pnpm run test:types` in the CI + workflow. + - Introduced a new script "test:types" and turbo task with inputs for + `src/**/*.test-d.ts` for type testing. + ## 3.2.0 ### Minor Changes diff --git a/packages/ddd/package.json b/packages/ddd/package.json index f653805..d1abedd 100644 --- a/packages/ddd/package.json +++ b/packages/ddd/package.json @@ -1,6 +1,6 @@ { "name": "@rineex/ddd", - "version": "3.2.0", + "version": "3.2.1", "description": "Domain Driven Design package for Rineex core modules", "author": "Rineex Team", "main": "./dist/index.js",