From 72adc69eacf9e6fc495e9c3057a063d0ac8bb483 Mon Sep 17 00:00:00 2001 From: stuqdog Date: Mon, 12 Aug 2024 19:37:36 +0000 Subject: [PATCH] Bump version to 0.0.19 --- CHANGELOG.md | 13 +++++++++++-- lib/src/utils.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 689d4fa28f..ae2b6c4aae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,16 @@ # Changelog -## [v0.0.18](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.18) (2024-07-30) +## [v0.0.19](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.19) (2024-08-12) -[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.17...v0.0.18) +[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.18...v0.0.19) **Merged pull requests:** +- fix sed2 [\#253](https://github.com/viamrobotics/viam-flutter-sdk/pull/253) ([stuqdog](https://github.com/stuqdog)) +- fix sed [\#252](https://github.com/viamrobotics/viam-flutter-sdk/pull/252) ([stuqdog](https://github.com/stuqdog)) +- RSDK-8304 - send version metadata [\#251](https://github.com/viamrobotics/viam-flutter-sdk/pull/251) ([stuqdog](https://github.com/stuqdog)) +- Automated Protos Update [\#250](https://github.com/viamrobotics/viam-flutter-sdk/pull/250) ([github-actions[bot]](https://github.com/apps/github-actions)) +- v0.0.18 [\#249](https://github.com/viamrobotics/viam-flutter-sdk/pull/249) ([github-actions[bot]](https://github.com/apps/github-actions)) - Automated Protos Update [\#248](https://github.com/viamrobotics/viam-flutter-sdk/pull/248) ([github-actions[bot]](https://github.com/apps/github-actions)) - Automated Protos Update [\#247](https://github.com/viamrobotics/viam-flutter-sdk/pull/247) ([github-actions[bot]](https://github.com/apps/github-actions)) - Automated Protos Update [\#246](https://github.com/viamrobotics/viam-flutter-sdk/pull/246) ([github-actions[bot]](https://github.com/apps/github-actions)) @@ -149,6 +154,10 @@ - RSDK-4580: Flutter SDK Base Properties [\#100](https://github.com/viamrobotics/viam-flutter-sdk/pull/100) ([martha-johnston](https://github.com/martha-johnston)) - Automated Protos Update [\#97](https://github.com/viamrobotics/viam-flutter-sdk/pull/97) ([github-actions[bot]](https://github.com/apps/github-actions)) +## [v0.0.18](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.18) (2024-07-30) + +[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.17...v0.0.18) + ## [v0.0.17](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.17) (2024-07-01) [Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.16...v0.0.17) diff --git a/lib/src/utils.dart b/lib/src/utils.dart index 5254d7ce56..a38855d249 100644 --- a/lib/src/utils.dart +++ b/lib/src/utils.dart @@ -84,7 +84,7 @@ extension MapStructUtils on Map { } String getVersionMetadata() { - const String sdkVersion = 'v0.0.18'; + const String sdkVersion = 'v0.0.19'; const String apiTag = 'v0.1.328'; return 'flutter;$sdkVersion;$apiTag'; } diff --git a/pubspec.yaml b/pubspec.yaml index 7820de0ee0..b2a9fa361a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: viam_sdk description: Viam Robotics Flutter SDK. Connect to your Viam robots using WebRTC or gRPC, and control your robots remotely. -version: 0.0.18 +version: 0.0.19 homepage: https://github.com/viamrobotics/viam-flutter-sdk/ environment: