build: release v3.0.2
This commit is contained in:
parent
ed07945089
commit
e3440c610c
|
|
@ -1,3 +1,9 @@
|
||||||
|
## [3.0.2] 24th October 2025
|
||||||
|
|
||||||
|
- chore: bump vodozemac version to v0.4.0 (Karthikeyan S)
|
||||||
|
- refactor: merge onGroupCallState and onGroupCallEvent into matrixRTCEventStream with proper types (Karthikeyan S)
|
||||||
|
- test: matrixRTCEventStream emitted events in a group call (Karthikeyan S)
|
||||||
|
|
||||||
## [3.0.1] 15th October 2025
|
## [3.0.1] 15th October 2025
|
||||||
- feat: Make display sending event configurable in Room.sendEvent() (Christian Kußowski)
|
- feat: Make display sending event configurable in Room.sendEvent() (Christian Kußowski)
|
||||||
- chore: tidy up call membership event (td)
|
- chore: tidy up call membership event (td)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
name: matrix
|
name: matrix
|
||||||
description: Matrix Dart SDK
|
description: Matrix Dart SDK
|
||||||
version: 3.0.1
|
version: 3.0.2
|
||||||
homepage: https://famedly.com
|
homepage: https://famedly.com
|
||||||
repository: https://github.com/famedly/matrix-dart-sdk.git
|
repository: https://github.com/famedly/matrix-dart-sdk.git
|
||||||
issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues
|
issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue