Skip to content

Commit f7bdce9

Browse files
committed
Merge branch 'release/v3.0.1' into develop
2 parents af26f7f + 3a98804 commit f7bdce9

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ This is a lockstep workspace: all packages share the same version and release no
99

1010
## [Unreleased]
1111

12+
## [3.0.1] - 2026-01-22
13+
1214
### Changed
1315

1416
- Updated dependencies to use latest versions:

packages/raiser/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: raiser
22
description: A type-safe, async-first domain event library for Dart. Clean event bus implementation following clean architecture principles.
3-
version: 3.0.0
3+
version: 3.0.1
44
repository: https://github.com/zooper/raiser
55
issue_tracker: https://github.com/zooper/raiser/issues
66

packages/raiser_annotation/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: raiser_annotation
22
description: Annotations for the Raiser domain event library code generator.
3-
version: 3.0.0
3+
version: 3.0.1
44
repository: https://github.com/zooper/raiser
55
issue_tracker: https://github.com/zooper/raiser/issues
66

packages/raiser_generator/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: raiser_generator
22
description: Code generator for the Raiser domain event library. Auto-discovers and registers handlers.
3-
version: 3.0.0
3+
version: 3.0.1
44
repository: https://github.com/zooper/raiser
55
issue_tracker: https://github.com/zooper/raiser/issues
66

0 commit comments

Comments
 (0)