Skip to content

Commit

Permalink
Merge pull request #400 from 4lessandrodev/fix/money
Browse files Browse the repository at this point in the history
Fix/money
  • Loading branch information
4lessandrodev committed Jun 1, 2024
2 parents 950dc9c + 143f731 commit 16f20fd
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "type-ddd",
"version": "4.0.0",
"version": "4.0.1",
"description": "This package provide utils file and interfaces to assistant build a complex application with domain driving design",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/type-ddd/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ All notable changes to this project will be documented in this file.

## Released

### [0.0.3] - 2024-05-31

### Fix

- Fix: export money v.o

---

### [0.0.2] - 2024-05-31

### Fix
Expand Down
1 change: 1 addition & 0 deletions packages/type-ddd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ yarn add rich-domain @type-ddd/core
- "@type-ddd/phone"
- "@type-ddd/username"
- "@type-ddd/zip-code"
- "@type-ddd/money"
1 change: 1 addition & 0 deletions packages/type-ddd/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ export * from "@type-ddd/patterns";
export * from "@type-ddd/phone";
export * from "@type-ddd/username";
export * from "@type-ddd/zip-code";
export * from '@type-ddd/money';
4 changes: 2 additions & 2 deletions packages/type-ddd/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@type-ddd/core",
"description": "This package provide utils file and interfaces to assistant build a complex application with domain driving design",
"version": "0.0.2",
"version": "0.0.3",
"main": "index.js",
"types": "index.d.ts",
"author": "Alessandro Dev",
Expand All @@ -22,7 +22,7 @@
"@type-ddd/patterns": "^0.0.2",
"@type-ddd/phone": "^0.0.2",
"@type-ddd/username": "^0.0.2",
"@type-ddd/zip-code": "^0.0.1e",
"@type-ddd/zip-code": "^0.0.2",
"rich-domain": "^1.23.1"
},
"files": [
Expand Down

0 comments on commit 16f20fd

Please sign in to comment.