Skip to content

Commit 11d610b

Browse files
committed
docs: update changelog
1 parent 1cec829 commit 11d610b

27 files changed

+2559
-1302
lines changed

lerna.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
2-
"lerna": "2.4.0",
32
"packages": [
43
"packages/*"
54
],
6-
"version": "0.0.1"
5+
"version": "independent"
76
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@types/pino": "^7.0.5",
6262
"husky": "^9.0.6",
6363
"jest": "^27.5.1",
64-
"lerna": "2.11.0",
64+
"lerna": "^8.1.3",
6565
"lint-staged": "^15.0.1",
6666
"madge": "^7.0.0",
6767
"prettier": "^3.0.0",

packages/cnpj/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ All notable changes to this project will be documented in this file.
88

99
## Released
1010

11+
### [0.0.2] - 2024-05-31
12+
13+
### Docs
14+
15+
- Doc: update documentation
16+
17+
---
18+
1119
### [0.0.1] - 2024-05-31
1220

1321
### Base

packages/cnpj/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@
4343
],
4444
"repository": {
4545
"type": "git",
46-
"url": "git+https://github.com/4lessandrodev/types-ddd.git"
46+
"url": "git+https://github.com/4lessandrodev/type-ddd.git"
4747
},
4848
"bugs": {
49-
"url": "https://github.com/4lessandrodev/types-ddd/issues"
49+
"url": "https://github.com/4lessandrodev/type-ddd/issues"
5050
},
51-
"homepage": "https://github.com/4lessandrodev/types-ddd/tree/main/cnpj",
51+
"homepage": "https://github.com/4lessandrodev/type-ddd/tree/main/packages/cnpj",
5252
"gitHead": "4cb9159bde8d6fc951e9d902feed2ad25da49fa4"
5353
}

packages/cpf/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ All notable changes to this project will be documented in this file.
88

99
## Released
1010

11+
### [0.0.2] - 2024-05-31
12+
13+
### Docs
14+
15+
- Doc: update documentation
16+
17+
---
18+
1119
### [0.0.1] - 2024-05-14
1220

1321
### Base

packages/cpf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@
4545
"bugs": {
4646
"url": "https://github.com/4lessandrodev/type-ddd/issues"
4747
},
48-
"homepage": "https://github.com/4lessandrodev/type-ddd/tree/main/cpf",
48+
"homepage": "https://github.com/4lessandrodev/type-ddd/tree/main/packages/cpf",
4949
"gitHead": "4cb9159bde8d6fc951e9d902feed2ad25da49fa4"
5050
}

packages/date/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ All notable changes to this project will be documented in this file.
88

99
## Released
1010

11+
### [0.0.2] - 2024-05-31
12+
13+
### Docs
14+
15+
- Doc: update documentation
16+
17+
---
18+
1119
### [0.0.1] - 2024-05-31
1220

1321
### Base

packages/date/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@
4646
"bugs": {
4747
"url": "https://github.com/4lessandrodev/type-ddd/issues"
4848
},
49-
"homepage": "https://github.com/4lessandrodev/type-ddd/tree/main/date",
49+
"homepage": "https://github.com/4lessandrodev/type-ddd/tree/main/packages/date",
5050
"gitHead": "4cb9159bde8d6fc951e9d902feed2ad25da49fa4"
5151
}

packages/email/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ All notable changes to this project will be documented in this file.
88

99
## Released
1010

11+
### [0.0.2] - 2024-05-31
12+
13+
### Docs
14+
15+
- Doc: update documentation
16+
17+
---
18+
1119
### [0.0.1] - 2024-05-31
1220

1321
### Base

packages/email/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
"bugs": {
4545
"url": "https://github.com/4lessandrodev/type-ddd/issues"
4646
},
47-
"homepage": "https://github.com/4lessandrodev/type-ddd/tree/main/email",
47+
"homepage": "https://github.com/4lessandrodev/type-ddd/tree/main/packages/email",
4848
"gitHead": "4cb9159bde8d6fc951e9d902feed2ad25da49fa4"
4949
}

0 commit comments

Comments
 (0)