Merge branch 'release/v0.18.4' into 'main'
Release/v0.18.4 See merge request famedly/company/frontend/famedlysdk!1271
This commit is contained in:
commit
cd6525eedb
|
|
@ -1,3 +1,9 @@
|
|||
## [0.18.4] - 21st April 2023
|
||||
- chore: bump api_lite to 16.1 (td)
|
||||
- feat: allow sending messages inside threads (Dmitriy Bragin)
|
||||
- chore: Upgrade to matrix_api_lite 1.6 (Nicolas Werner)
|
||||
- ci: Allow overriding the template in a manual or triggered pipeline (Nicolas Werner)
|
||||
|
||||
## [0.18.3] - 13th April 2023
|
||||
- chore: stopMediaStream on all streams and make sure dispose runs everytime (td)
|
||||
- fix: test if setting track enabled on participants changed helps with the media not working randomly issue (td)
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
name: matrix
|
||||
description: Matrix Dart SDK
|
||||
version: 0.18.3
|
||||
version: 0.18.4
|
||||
homepage: https://famedly.com
|
||||
repository: https://gitlab.com/famedly/company/frontend/famedlysdk.git
|
||||
|
||||
|
|
@ -22,13 +22,13 @@ dependencies:
|
|||
image: ^3.1.1
|
||||
js: ^0.6.3
|
||||
markdown: ^4.0.0
|
||||
matrix_api_lite: ^1.6.0
|
||||
matrix_api_lite: ^1.6.1
|
||||
mime: ^1.0.0
|
||||
olm: ^2.0.2
|
||||
random_string: ^2.3.1
|
||||
sdp_transform: ^0.3.2
|
||||
slugify: ^2.0.0
|
||||
webrtc_interface: ^1.0.10
|
||||
webrtc_interface: ^1.0.13
|
||||
|
||||
dev_dependencies:
|
||||
coverage: ">=0.15.0 <2.0.0"
|
||||
|
|
|
|||
Loading…
Reference in New Issue