Skip to content

Commit

Permalink
Merge pull request #90 from RatakondalaArun/release/v2.1.4
Browse files Browse the repository at this point in the history
release/v2.1.4
  • Loading branch information
RatakondalaArun authored Aug 15, 2022
2 parents 448eda2 + 11c9a25 commit 523b399
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# ChangeLog

## 2.1.4

- Dependencies upgrade
- Updated discover api ([#89
](https://github.com/RatakondalaArun/tmdb_api/pull/89)). Thanks to ([@shr1k4nt](https://github.com/shr1k4nt))

## 2.1.3

- dependencies upgrade
- Dependencies upgrade

## 2.1.2

Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ packages:
name: _fe_analyzer_shared
url: "https://pub.dartlang.org"
source: hosted
version: "43.0.0"
version: "46.0.0"
analyzer:
dependency: transitive
description:
name: analyzer
url: "https://pub.dartlang.org"
source: hosted
version: "4.3.1"
version: "4.6.0"
args:
dependency: transitive
description:
Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: tmdb_api
description: Dart client-side API package for TMDB.org API (https://www.themoviedb.org/).
version: 2.1.3
version: 2.1.4
homepage: https://github.com/RatakondalaArun/tmdb_api.git
issue_tracker: https://github.com/RatakondalaArun/tmdb_api/issues

Expand All @@ -9,8 +9,8 @@ environment:

dependencies:
colorize: ^3.0.0
dio: ^4.0.4
dio: ^4.0.6

dev_dependencies:
lint: ^1.8.2
test: ^1.20.1
lint: ^1.10.0
test: ^1.21.4

0 comments on commit 523b399

Please sign in to comment.