Skip to content

Commit 53bf589

Browse files
committed
chore(@ddd-framework/uuid): release @ddd-framework/uuid v0.0.1
1 parent bffcf80 commit 53bf589

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

lib/uuid/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Changelog
2+
3+
## 0.0.1 (2023-07-16)
4+
5+
6+
### Features
7+
8+
* **@ddd-framework/core:** new list constructor overload and presenter port ([13a6ad5](https://github.com/rmolinamir/ddd-framework/commit/13a6ad52a235a4d44f9bd017d3713a3135e27c1e))
9+
* **@ddd-framework:** init ([b2a1717](https://github.com/rmolinamir/ddd-framework/commit/b2a17178214acc55eb470c4e00a3815daec8b77f))
10+
* **@ddd-framework:** monorepo ([56fd484](https://github.com/rmolinamir/ddd-framework/commit/56fd48463ddb0354aeeb1ddc6b53c0cf1048395a))
11+
* **core:** experimental DDD tactical pattern decorators ([14c889e](https://github.com/rmolinamir/ddd-framework/commit/14c889e391cd0b22db73c68bd61e0b184204fecb))
12+
* **core:** experimental decorators for Aggregate Root, Member, and other DDD tactical patterns ([52c3df5](https://github.com/rmolinamir/ddd-framework/commit/52c3df5587369b098808c5664ab95cec1f85860f))
13+
* **core:** experimental module progress ([1f376dd](https://github.com/rmolinamir/ddd-framework/commit/1f376dd6e0d7c6706ddc2eb1ad9fba8ef0469776))
14+
* **core:** removed static null from IdentifiedDomainObject class | removed DomainEventClassMap ([896f06d](https://github.com/rmolinamir/ddd-framework/commit/896f06dfb899461ab6b465792e6eb0754a09580b))
15+
* **seedwork:** internal [@config](https://github.com/config) packages are ignored | internal directories __**__ are ignored ([375033f](https://github.com/rmolinamir/ddd-framework/commit/375033f82babb53874dd92d8f9de540ed5d569a5))
16+
* **uuid:** uuid package ([3dcc796](https://github.com/rmolinamir/ddd-framework/commit/3dcc7960242eb215196fa1adb2c733ece395bad4))
17+
* **v0:** refactored the classes into a more modular structure ([9b9e479](https://github.com/rmolinamir/ddd-framework/commit/9b9e479b75f18a6e5f2f6fb79fbec1c03006ef91))
18+
19+
20+
### Bug Fixes
21+
22+
* **@ddd-seedwork:** adapted seedwork to new monorepo ([715a147](https://github.com/rmolinamir/ddd-framework/commit/715a147fa7986a43abe090c71e9ad4bb77f920a3))

lib/uuid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ddd-framework/uuid",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"private": false,
55
"publishConfig": {
66
"access": "public",

0 commit comments

Comments
 (0)