Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
build: Update changelog and readme for 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
krille-chan committed Jan 9, 2024
1 parent 150d5db commit de3e8f6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [1.7.3] - 9th Jan 2023
Mark package as discontinued.

## [1.7.2] - 4th Oct 2023

- chore: add general and publish ci (td)
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Deprecation Notice:

This package will soon be merged with the [Matrix Dart SDK](https://pub.dev/packages/matrix) and from there be available as a library, not a stand alone package anymore. We hope that this will save us some overhead when maintaining the code. If you rely on this package as stand alone and importing the whole Matrix Dart SDK just to use this library is not an option for you, please open an issue here: https://github.com/famedly/dart_matrix_api_lite/issues

# Matrix API Lite

This package is a dead simple data model over the client-server specification of https://matrix.org and is mostly used as a base for a more complete Matrix SDK.
Expand Down
9 changes: 4 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: matrix_api_lite
description: Dead simple data model for the matrix.org client-server API.
version: 1.7.2
version: 1.7.3
homepage: https://famedly.com
repository: https://gitlab.com/famedly/company/frontend/libraries/matrix_api_lite/
issues: https://gitlab.com/famedly/company/frontend/libraries/matrix_api_lite/-/issues
repository: https://github.com/famedly/dart_matrix_api_lite
issues: https://github.com/famedly/dart_matrix_api_lite/issues

environment:
sdk: ">=2.17.0 <4.0.0"
Expand All @@ -19,8 +19,7 @@ dev_dependencies:
import_sorter: ^4.6.0
lints: ^2.0.0
test: ^1.14.4

dependency_overrides:
# uncomment for local development
# dependency_overrides:
# matrix:
# path: '../famedlysdk'

0 comments on commit de3e8f6

Please sign in to comment.