Skip to content

Commit 4e93745

Browse files
committed
Publish
- @type-ddd/[email protected] - @type-ddd/[email protected] - @type-ddd/[email protected] - @type-ddd/[email protected] - @type-ddd/[email protected] - @type-ddd/[email protected] - @type-ddd/[email protected] - @type-ddd/[email protected] - @type-ddd/[email protected] - @type-ddd/[email protected] - @type-ddd/[email protected] - @type-ddd/[email protected]
1 parent 0aac671 commit 4e93745

File tree

24 files changed

+300
-22
lines changed

24 files changed

+300
-22
lines changed

packages/cnpj/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [0.0.4-alpha.0](https://github.com/4lessandrodev/type-ddd/compare/@type-ddd/[email protected]...@type-ddd/[email protected]) (2024-12-16)
7+
8+
9+
10+
## 4.0.5 (2024-11-28)
11+
12+
13+
### Bug Fixes
14+
15+
* change type create method return null [#194](https://github.com/4lessandrodev/type-ddd/issues/194) ([2cd03bf](https://github.com/4lessandrodev/type-ddd/commit/2cd03bf34387f4889a0a292ba350f2c0cfc753b7))
16+
17+
18+
19+
## 4.0.3 (2024-07-26)
20+
21+
22+
23+
24+
125
# Changelog
226

327
All notable changes to this project will be documented in this file.

packages/cnpj/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@type-ddd/cnpj",
33
"description": "Library that provides TypeScript type definitions for handling CNPJ (Cadastro Nacional da Pessoa Jurídica) in Domain-Driven Design contexts. It facilitates the validation and manipulation of CNPJ numbers, ensuring they adhere to the Brazilian legal standards.",
4-
"version": "0.0.3",
4+
"version": "0.0.4-alpha.0",
55
"main": "index.js",
66
"types": "index.d.ts",
77
"author": "Alessandro Dev",

packages/cpf/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [0.0.4-alpha.0](https://github.com/4lessandrodev/type-ddd/compare/@type-ddd/[email protected]...@type-ddd/[email protected]) (2024-12-16)
7+
8+
9+
10+
## 4.0.5 (2024-11-28)
11+
12+
13+
### Bug Fixes
14+
15+
* change type create method return null [#194](https://github.com/4lessandrodev/type-ddd/issues/194) ([2cd03bf](https://github.com/4lessandrodev/type-ddd/commit/2cd03bf34387f4889a0a292ba350f2c0cfc753b7))
16+
17+
18+
19+
## 4.0.3 (2024-07-26)
20+
21+
22+
23+
24+
125
# Changelog
226

327
All notable changes to this project will be documented in this file.

packages/cpf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@type-ddd/cpf",
33
"description": "This package provides TypeScript type definitions for handling CPF (Cadastro de Pessoa Física) in Domain-Driven Design contexts",
4-
"version": "0.0.3",
4+
"version": "0.0.4-alpha.0",
55
"main": "index.js",
66
"types": "index.d.ts",
77
"author": "Alessandro Dev",

packages/date/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [0.0.4-alpha.0](https://github.com/4lessandrodev/type-ddd/compare/@type-ddd/[email protected]...@type-ddd/[email protected]) (2024-12-16)
7+
8+
9+
10+
## 4.0.5 (2024-11-28)
11+
12+
13+
### Bug Fixes
14+
15+
* change type create method return null [#194](https://github.com/4lessandrodev/type-ddd/issues/194) ([2cd03bf](https://github.com/4lessandrodev/type-ddd/commit/2cd03bf34387f4889a0a292ba350f2c0cfc753b7))
16+
17+
18+
19+
## 4.0.3 (2024-07-26)
20+
21+
22+
23+
24+
125
# Changelog
226

327
All notable changes to this project will be documented in this file.

packages/date/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@type-ddd/date",
33
"description": "Library that provides TypeScript type definitions for handling Dates in Domain-Driven Design contexts. It facilitates the validation and manipulation of Dates.",
4-
"version": "0.0.3",
4+
"version": "0.0.4-alpha.0",
55
"main": "index.js",
66
"types": "index.d.ts",
77
"author": "Alessandro Dev",

packages/email/CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [0.0.5-alpha.0](https://github.com/4lessandrodev/type-ddd/compare/@type-ddd/[email protected]...@type-ddd/[email protected]) (2024-12-16)
7+
8+
9+
10+
## 4.0.5 (2024-11-28)
11+
12+
13+
### Bug Fixes
14+
15+
* change type create method return null [#194](https://github.com/4lessandrodev/type-ddd/issues/194) ([2cd03bf](https://github.com/4lessandrodev/type-ddd/commit/2cd03bf34387f4889a0a292ba350f2c0cfc753b7))
16+
* solve error module not found [#449](https://github.com/4lessandrodev/type-ddd/issues/449) ([e9d14f6](https://github.com/4lessandrodev/type-ddd/commit/e9d14f694cafc9c2123cc31055a4561f460a82d3))
17+
18+
19+
20+
## 4.0.3 (2024-07-26)
21+
22+
23+
24+
25+
126
# Changelog
227

328
All notable changes to this project will be documented in this file.

packages/email/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@type-ddd/email",
33
"description": "Library that provides TypeScript type definitions for handling Email in Domain-Driven Design contexts. It facilitates the validation and manipulation of emails.",
4-
"version": "0.0.4",
4+
"version": "0.0.5-alpha.0",
55
"main": "index.js",
66
"types": "index.d.ts",
77
"author": "Alessandro Dev",

packages/logger/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [0.0.3-alpha.0](https://github.com/4lessandrodev/type-ddd/compare/@type-ddd/[email protected]...@type-ddd/[email protected]) (2024-12-16)
7+
8+
**Note:** Version bump only for package @type-ddd/logger
9+
10+
11+
12+
13+
114
# Changelog
215

316
All notable changes to this project will be documented in this file.

packages/logger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@type-ddd/logger",
33
"description": "This package provide utils file and interfaces to assistant build a complex application with domain driving design",
4-
"version": "0.0.2",
4+
"version": "0.0.3-alpha.0",
55
"main": "index.js",
66
"types": "index.d.ts",
77
"author": "Alessandro Dev",

0 commit comments

Comments
 (0)