Skip to content

Commit b3163b4

Browse files
committed
chore(@ddd-framework/cqrs): release @ddd-framework/cqrs v0.0.1
1 parent 2a8ea50 commit b3163b4

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

lib/cqrs/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
### [0.0.1](https://github.com/rmolinamir/ddd-framework/compare/@ddd-framework/cqrs-v0.0.0...${npm.name}-v0.0.1) (2023-07-15)
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+
* **core:** experimental DDD tactical pattern decorators ([14c889e](https://github.com/rmolinamir/ddd-framework/commit/14c889e391cd0b22db73c68bd61e0b184204fecb))
10+
* **core:** experimental decorators for Aggregate Root, Member, and other DDD tactical patterns ([52c3df5](https://github.com/rmolinamir/ddd-framework/commit/52c3df5587369b098808c5664ab95cec1f85860f))
11+
* **core:** experimental module progress ([1f376dd](https://github.com/rmolinamir/ddd-framework/commit/1f376dd6e0d7c6706ddc2eb1ad9fba8ef0469776))
12+
* **core:** removed static null from IdentifiedDomainObject class | removed DomainEventClassMap ([896f06d](https://github.com/rmolinamir/ddd-framework/commit/896f06dfb899461ab6b465792e6eb0754a09580b))
13+
* **seedwork:** internal [@config](https://github.com/config) packages are ignored | internal directories __**__ are ignored ([375033f](https://github.com/rmolinamir/ddd-framework/commit/375033f82babb53874dd92d8f9de540ed5d569a5))
14+
* **uuid:** uuid package ([3dcc796](https://github.com/rmolinamir/ddd-framework/commit/3dcc7960242eb215196fa1adb2c733ece395bad4))

lib/cqrs/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/cqrs",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"private": false,
55
"publishConfig": {
66
"access": "public",

0 commit comments

Comments
 (0)