Skip to content

Commit

Permalink
'dependency bump'
Browse files Browse the repository at this point in the history
  • Loading branch information
faithoflifedev committed Sep 9, 2023
1 parent 91ac28c commit 5bae5f4
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 16 deletions.
7 changes: 1 addition & 6 deletions CHANGELOG.md
@@ -1,4 +1,4 @@
## 2.2.3
## 2.2.4

* dependency bump

Expand All @@ -7,11 +7,6 @@
* remove dart:io dependency from library to enable web platform support
* api doc updates

## 2.2.1

* remove dart:io dependency from library to enable web platform support
* api doc updates

## 2.2.0-dev.2

* remove dart:io dependency from library to enable web platform support
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -80,7 +80,7 @@ To use this package, add the dependency to your pubspec.yaml file:
```yaml
dependencies:
...
yt: ^2.2.3
yt: ^2.2.4
```

## Obtaining Authorization Credentials
Expand Down
4 changes: 2 additions & 2 deletions example/flutter_youtube/pubspec.yaml
Expand Up @@ -11,8 +11,8 @@ environment:
sdk: ">=2.19.2 <4.0.0"

dependencies:
desktop_webview_auth: ^0.0.11
google_sign_in: ^6.0.2
desktop_webview_auth: ^0.0.13
google_sign_in: ^6.1.5
loggy: ^2.0.3
yt:
path: ../../../yt
Expand Down
10 changes: 5 additions & 5 deletions example/pubspec.yaml
Expand Up @@ -6,12 +6,12 @@ homepage: https://github.com/faithoflifedev/yt
publish_to: none

environment:
sdk: ">=2.19.2 <4.0.0"
sdk: ">=3.1.0 <4.0.0"

dependencies:
googleapis: ^10.1.0
googleapis_auth: ^1.4.0
lints: ^2.0.1
yaml: ^3.1.1
googleapis: ^11.4.0
googleapis_auth: ^1.4.1
lints: ^2.1.1
yaml: ^3.1.2
yt:
path: ../../yt
2 changes: 1 addition & 1 deletion lib/meta.dart
Expand Up @@ -3,4 +3,4 @@
import 'dart:convert' show json;

final pubSpec = json.decode(
'{"name":"yt","version":"2.2.3","homepage":"https://github.com/faithoflifedev/yt","environment":{"sdk":">=3.1.0 <4.0.0"},"description":"Native Dart interface to multiple YouTube REST APIs including the Data API.","dependencies":{"args":"^2.4.2","csv":"^5.0.2","dio":"^5.3.2","fling_pickle":"^0.4.3","googleapis_auth":"^1.4.1","http":"^1.1.0","http_parser":"^4.0.2","json_annotation":"^4.8.1","loggy":"^2.0.3","retrofit":"^4.0.1","stemmer":"^2.2.0","universal_io":"^2.2.2","yaml":"^3.1.2"},"dev_dependencies":{"build_runner":"^2.4.6","grinder":"^0.9.4","isar_generator":"^3.1.0+1","json_serializable":"^6.7.1","lints":"^2.1.1","pub_semver":"^2.1.4","publish_tools":"^0.1.0+11","pubspec":"^2.3.0","retrofit_generator":"^7.0.8"},"executables":{"yt":""},"repository":"https://github.com/faithoflifedev/yt"}');
'{"name":"yt","version":"2.2.4","homepage":"https://github.com/faithoflifedev/yt","environment":{"sdk":">=3.1.0 <4.0.0"},"description":"Native Dart interface to multiple YouTube REST APIs including the Data API.","dependencies":{"args":"^2.4.2","csv":"^5.0.2","dio":"^5.3.2","fling_pickle":"^0.4.3","googleapis_auth":"^1.4.1","http":"^1.1.0","http_parser":"^4.0.2","json_annotation":"^4.8.1","loggy":"^2.0.3","retrofit":"^4.0.1","stemmer":"^2.2.0","universal_io":"^2.2.2","yaml":"^3.1.2"},"dev_dependencies":{"build_runner":"^2.4.6","grinder":"^0.9.4","isar_generator":"^3.1.0+1","json_serializable":"^6.7.1","lints":"^2.1.1","pub_semver":"^2.1.4","publish_tools":"^0.1.0+11","pubspec":"^2.3.0","retrofit_generator":"^7.0.8"},"executables":{"yt":""},"repository":"https://github.com/faithoflifedev/yt"}');
2 changes: 1 addition & 1 deletion pubspec.yaml
@@ -1,5 +1,5 @@
name: yt
version: 2.2.3
version: 2.2.4
description: Native Dart interface to multiple YouTube REST APIs including the Data API.
repository: https://github.com/faithoflifedev/yt
homepage: https://github.com/faithoflifedev/yt
Expand Down

0 comments on commit 5bae5f4

Please sign in to comment.