diff --git a/watch_connectivity/CHANGELOG.md b/watch_connectivity/CHANGELOG.md index 435d658..4bd1a33 100644 --- a/watch_connectivity/CHANGELOG.md +++ b/watch_connectivity/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.2.5 + +- Upgrades `watch_connectivity_platform_interface` to version 0.3.0 + ## 0.2.4 - Android compileSdkVersion 36 diff --git a/watch_connectivity/example/pubspec.lock b/watch_connectivity/example/pubspec.lock index 1dd9abc..e3b33ad 100644 --- a/watch_connectivity/example/pubspec.lock +++ b/watch_connectivity/example/pubspec.lock @@ -350,21 +350,21 @@ packages: path: ".." relative: true source: path - version: "0.2.4" + version: "0.2.5" watch_connectivity_garmin: dependency: "direct main" description: path: "../../watch_connectivity_garmin" relative: true source: path - version: "0.1.8" + version: "0.1.9" watch_connectivity_platform_interface: dependency: "direct overridden" description: path: "../../watch_connectivity_platform_interface" relative: true source: path - version: "0.2.0" + version: "0.3.0" watcher: dependency: transitive description: diff --git a/watch_connectivity/pubspec.yaml b/watch_connectivity/pubspec.yaml index 31d977a..54f7395 100644 --- a/watch_connectivity/pubspec.yaml +++ b/watch_connectivity/pubspec.yaml @@ -1,6 +1,6 @@ name: watch_connectivity description: Wrapper for WatchConnectivity on iOS and Wearable APIs on Android -version: 0.2.4 +version: 0.2.5 homepage: https://github.com/Rexios80/watch_connectivity/tree/master/watch_connectivity environment: @@ -11,7 +11,7 @@ dependencies: flutter: sdk: flutter - watch_connectivity_platform_interface: ^0.2.0 + watch_connectivity_platform_interface: ^0.3.0 dev_dependencies: flutter_test: diff --git a/watch_connectivity_garmin/CHANGELOG.md b/watch_connectivity_garmin/CHANGELOG.md index c579353..ee7f185 100644 --- a/watch_connectivity_garmin/CHANGELOG.md +++ b/watch_connectivity_garmin/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.9 + +- Upgrades `watch_connectivity_platform_interface` to version 0.3.0 + ## 0.1.8 - Android compileSdkVersion 36 diff --git a/watch_connectivity_garmin/README.md b/watch_connectivity_garmin/README.md index 14cf031..7e631f4 100644 --- a/watch_connectivity_garmin/README.md +++ b/watch_connectivity_garmin/README.md @@ -55,7 +55,7 @@ void example() { // Must be called before any other methods watch.initialize( - GarminInitializationOptions( + const GarminInitializationOptions( applicationId: 'your-application-id', urlScheme: 'your-url-scheme', ), diff --git a/watch_connectivity_garmin/pubspec.yaml b/watch_connectivity_garmin/pubspec.yaml index 8d46cb9..53c424e 100644 --- a/watch_connectivity_garmin/pubspec.yaml +++ b/watch_connectivity_garmin/pubspec.yaml @@ -1,6 +1,6 @@ name: watch_connectivity_garmin description: Wrapper for the ConnectIQ SDK to communicate with Garmin watches -version: 0.1.8 +version: 0.1.9 homepage: https://github.com/Rexios80/watch_connectivity/tree/master/watch_connectivity_garmin environment: @@ -12,7 +12,7 @@ dependencies: sdk: flutter meta: ^1.17.0 recase: ^4.1.0 - watch_connectivity_platform_interface: ^0.2.0 + watch_connectivity_platform_interface: ^0.3.0 dev_dependencies: flutter_test: