Skip to content

Commit

Permalink
docs: changesets-conventional-commits
Browse files Browse the repository at this point in the history
  • Loading branch information
lucagiove committed Apr 3, 2024
1 parent 43c3f75 commit a32b38a
Show file tree
Hide file tree
Showing 10 changed files with 50 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/brave-kids-invite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@fizzbuds/ddd-toolkit": minor
---

feat(core): add outbox to mongo aggregate repo
5 changes: 5 additions & 0 deletions .changeset/bright-feet-cover.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@fizzbuds/ddd-toolkit": patch
---

fix(core): missing scheduledEventIds in mongo aggregate repo with outbox
5 changes: 5 additions & 0 deletions .changeset/fuzzy-sheep-tap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@fizzbuds/ddd-toolkit": patch
---

refactor(core): introduce ITerminate and rename outbox dispose
5 changes: 5 additions & 0 deletions .changeset/healthy-frogs-shout.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@fizzbuds/ddd-toolkit": patch
---

refactor(core): add IInit to outbox
5 changes: 5 additions & 0 deletions .changeset/mean-emus-explain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@fizzbuds/ddd-toolkit": patch
---

test(outbox): remove duplication
5 changes: 5 additions & 0 deletions .changeset/pink-poems-begin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@fizzbuds/ddd-toolkit": patch
---

chore: remove generic id since not clean
5 changes: 5 additions & 0 deletions .changeset/silent-cooks-think.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@fizzbuds/ddd-toolkit": minor
---

feat(core): add publish with concurrency control in outbox
5 changes: 5 additions & 0 deletions .changeset/tame-rockets-travel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@fizzbuds/ddd-toolkit": patch
---

refactor(core): better naming
5 changes: 5 additions & 0 deletions .changeset/ten-tomatoes-grow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@fizzbuds/ddd-toolkit": minor
---

feat(core): add mongo outbox implementation
5 changes: 5 additions & 0 deletions .changeset/wet-queens-do.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@fizzbuds/ddd-toolkit": minor
---

feat(mongo-query-repo): separate mongo-aggregate-repo-with-outbox class

0 comments on commit a32b38a

Please sign in to comment.