Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .changeset/ci-and-testing-improvements.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/authentication/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/authentication/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
9 changes: 9 additions & 0 deletions packages/authentication/methods/otp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/authentication/methods/otp/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
9 changes: 9 additions & 0 deletions packages/authentication/methods/passwordless/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/authentication/methods/passwordless/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
10 changes: 10 additions & 0 deletions packages/ddd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/ddd/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading