Skip to content

Commit

Permalink
release: 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
priyadi committed Jul 3, 2024
1 parent 38953c4 commit 6068bc1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
}
},
"replace": {
"rekalogika/domain-event": "2.3.4",
"rekalogika/domain-event-contracts": "2.3.4",
"rekalogika/domain-event-outbox": "2.3.4"
"rekalogika/domain-event": "2.4.0",
"rekalogika/domain-event-contracts": "2.4.0",
"rekalogika/domain-event-outbox": "2.4.0"
},
"config": {
"sort-packages": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/domain-event-contracts/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "2.4-dev"
"dev-main": "2.5-dev"
}
}
}
6 changes: 3 additions & 3 deletions packages/domain-event-outbox/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"doctrine/doctrine-bundle": "^2.11.3 || ^2.12",
"doctrine/orm": "^2.16 || ^3.0",
"doctrine/persistence": "^3.2",
"rekalogika/domain-event": "^2.3.4",
"rekalogika/domain-event-contracts": "^2.3.4",
"rekalogika/domain-event": "^2.4",
"rekalogika/domain-event-contracts": "^2.4",
"symfony/config": "^6.4 || ^7.0",
"symfony/dependency-injection": "^6.4 || ^7.0",
"symfony/http-kernel": "^6.4 || ^7.0",
Expand All @@ -43,7 +43,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "2.4-dev"
"dev-main": "2.5-dev"
}
}
}
4 changes: 2 additions & 2 deletions packages/domain-event/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"doctrine/orm": "^2.16 || ^3.0",
"doctrine/persistence": "^3.2",
"psr/event-dispatcher": "^1.0",
"rekalogika/domain-event-contracts": "^2.3.4",
"rekalogika/domain-event-contracts": "^2.4",
"symfony/config": "^6.4 || ^7.0",
"symfony/dependency-injection": "^6.4 || ^7.0",
"symfony/event-dispatcher": "^6.4 || ^7.0",
Expand All @@ -39,7 +39,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "2.4-dev"
"dev-main": "2.5-dev"
}
}
}

0 comments on commit 6068bc1

Please sign in to comment.