Skip to content

Commit

Permalink
Downgrade login_client's meta dependency (#23)
Browse files Browse the repository at this point in the history
* Downgrade login_client's meta dep

* Bump login_client version to 2.0.1
  • Loading branch information
Albert221 authored Jun 7, 2021
1 parent 23bf6c6 commit 8462095
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/login_client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.0.1

- Downgrade `meta` dependency from `1.4.0` to `1.3.0`.

# 2.0.0

- **Breaking:** Migrate to null-safety.
Expand Down
4 changes: 2 additions & 2 deletions packages/login_client/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: login_client
version: 2.0.0
version: 2.0.1
homepage: https://github.com/leancodepl/flutter_corelibrary/tree/master/packages/login_client
repository: https://github.com/leancodepl/flutter_corelibrary
description: >-
Expand All @@ -13,7 +13,7 @@ environment:
dependencies:
http: ^0.13.0
http_parser: ^4.0.0
meta: ^1.4.0
meta: ^1.3.0
oauth2: ^2.0.0

dev_dependencies:
Expand Down

0 comments on commit 8462095

Please sign in to comment.