build: Bump version to 0.22.3
This commit is contained in:
parent
b17f3a47f2
commit
ab0b9c6763
|
|
@ -1,3 +1,7 @@
|
||||||
|
## [0.22.3] - 23th August 2023
|
||||||
|
- feat: Add option to not cache users in memory when requesting all of a room (krille-chan)
|
||||||
|
- fix: Has new messages is never true (Krille)
|
||||||
|
|
||||||
## [0.22.2] - 6 August 2023
|
## [0.22.2] - 6 August 2023
|
||||||
|
|
||||||
- fix: direct message room name computation (The one with the braid)
|
- fix: direct message room name computation (The one with the braid)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
name: matrix
|
name: matrix
|
||||||
description: Matrix Dart SDK
|
description: Matrix Dart SDK
|
||||||
version: 0.22.2
|
version: 0.22.3
|
||||||
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
|
||||||
|
|
||||||
|
|
@ -39,7 +39,6 @@ dev_dependencies:
|
||||||
lints: ^2.0.0
|
lints: ^2.0.0
|
||||||
test: ^1.15.7
|
test: ^1.15.7
|
||||||
#flutter_test: {sdk: flutter}
|
#flutter_test: {sdk: flutter}
|
||||||
|
|
||||||
#dependency_overrides:
|
#dependency_overrides:
|
||||||
# matrix_api_lite:
|
# matrix_api_lite:
|
||||||
# path: ../matrix_api_lite
|
# path: ../matrix_api_lite
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue