Skip to content

Commit a35ec48

Browse files
committed
chore(@ddd-framework/uuid): release @ddd-framework/uuid v1.0.2
1 parent 0cb58c2 commit a35ec48

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

lib/uuid/CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [1.0.2](https://github.com/rmolinamir/ddd-framework/compare/@ddd-framework/uuid-v1.0.1...${npm.name}-v1.0.2) (2024-07-09)
4+
5+
6+
### Features
7+
8+
* **@ddd-framework/collections:** entityCollection now supports Entity keys | `from` improvements ([18203ae](https://github.com/rmolinamir/ddd-framework/commit/18203ae49098f81e7b1886df41043ee323ec2369))
9+
10+
11+
### Bug Fixes
12+
13+
* **@ddd-framework/collections:** generic type fix ([6252ced](https://github.com/rmolinamir/ddd-framework/commit/6252ced49ecd8f201f21666b489ca423fc1b2312))
14+
* **@ddd-framework/collections:** type improvements | now attempting to unpack entity IDs ([c2ddb72](https://github.com/rmolinamir/ddd-framework/commit/c2ddb720f0319043474a73d8687814760978be8c))
15+
* **@ddd-framework/core:** added details to exceptions thrown in domain events module ([984cac9](https://github.com/rmolinamir/ddd-framework/commit/984cac94aee0680dae2fe9d64701c2759910a63c))
16+
* **core:** removed logs ([dfaf76f](https://github.com/rmolinamir/ddd-framework/commit/dfaf76f4987723a20d00590cf54faf012e7b4535))
17+
318
## [1.0.1](https://github.com/rmolinamir/ddd-framework/compare/@ddd-framework/uuid-v1.0.0...${npm.name}-v1.0.1) (2023-07-17)
419

520
## [1.0.0](https://github.com/rmolinamir/ddd-framework/compare/@ddd-framework/uuid-v0.0.1...${npm.name}-v1.0.0) (2023-07-17)
@@ -28,4 +43,4 @@
2843

2944
### Bug Fixes
3045

31-
* **@ddd-seedwork:** adapted seedwork to new monorepo ([715a147](https://github.com/rmolinamir/ddd-framework/commit/715a147fa7986a43abe090c71e9ad4bb77f920a3))
46+
* **@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": "1.0.1",
3+
"version": "1.0.2",
44
"private": false,
55
"publishConfig": {
66
"access": "public",

0 commit comments

Comments
 (0)