Merge pull request #142 from famedly/release/v1.7.2
chore: release v1.7.2
This commit is contained in:
commit
150d5dbd76
|
|
@ -1,3 +1,10 @@
|
||||||
|
## [1.7.2] - 4th Oct 2023
|
||||||
|
|
||||||
|
- chore: add general and publish ci (td)
|
||||||
|
- chore: Add adjusted issue templates from product-management (Malin Errenst)
|
||||||
|
- chore: make dependencies compatible with dart 3 (Nicolas Werner)
|
||||||
|
- chore: add github action (Niklas Zender)
|
||||||
|
|
||||||
## [1.7.1] - 22nd Jun 2023
|
## [1.7.1] - 22nd Jun 2023
|
||||||
|
|
||||||
- fix: Fixed fake_matrix_api.dart signedOneTimeKeys upload (Malin Errenst)
|
- fix: Fixed fake_matrix_api.dart signedOneTimeKeys upload (Malin Errenst)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
name: matrix_api_lite
|
name: matrix_api_lite
|
||||||
description: Dead simple data model for the matrix.org client-server API.
|
description: Dead simple data model for the matrix.org client-server API.
|
||||||
version: 1.7.1
|
version: 1.7.2
|
||||||
homepage: https://famedly.com
|
homepage: https://famedly.com
|
||||||
repository: https://gitlab.com/famedly/company/frontend/libraries/matrix_api_lite/
|
repository: https://gitlab.com/famedly/company/frontend/libraries/matrix_api_lite/
|
||||||
issues: https://gitlab.com/famedly/company/frontend/libraries/matrix_api_lite/-/issues
|
issues: https://gitlab.com/famedly/company/frontend/libraries/matrix_api_lite/-/issues
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue