From 173369fbba4ba090710d69840befabe2965826ac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 12:31:53 -0400 Subject: [PATCH] Bump version to 0.0.22 (#271) Co-authored-by: njooma --- CHANGELOG.md | 17 +++++++++++++++-- lib/src/utils.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eea922ebbd..103c55c1e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,20 @@ # Changelog -## [v0.0.21](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.21) (2024-09-24) +## [v0.0.22](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.22) (2024-09-30) -[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.20...v0.0.21) +[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.21...v0.0.22) **Merged pull requests:** +- Automated Protos Update [\#270](https://github.com/viamrobotics/viam-flutter-sdk/pull/270) ([github-actions[bot]](https://github.com/apps/github-actions)) +- \[refactor\] order imports & prefer local import [\#269](https://github.com/viamrobotics/viam-flutter-sdk/pull/269) ([clintpurser](https://github.com/clintpurser)) +- flyby fix lint suggesting const [\#268](https://github.com/viamrobotics/viam-flutter-sdk/pull/268) ([clintpurser](https://github.com/clintpurser)) +- Remove deprecated lints [\#267](https://github.com/viamrobotics/viam-flutter-sdk/pull/267) ([clintpurser](https://github.com/clintpurser)) +- Bump protos [\#265](https://github.com/viamrobotics/viam-flutter-sdk/pull/265) ([njooma](https://github.com/njooma)) +- \[hotfix\] Fix proto generation workflow [\#264](https://github.com/viamrobotics/viam-flutter-sdk/pull/264) ([njooma](https://github.com/njooma)) +- v0.0.21 [\#263](https://github.com/viamrobotics/viam-flutter-sdk/pull/263) ([github-actions[bot]](https://github.com/apps/github-actions)) +- RSDK-7961: highlight viam sdk section [\#262](https://github.com/viamrobotics/viam-flutter-sdk/pull/262) ([purplenicole730](https://github.com/purplenicole730)) +- RSDK-8812: Add frame\_rate to flutter sdk [\#261](https://github.com/viamrobotics/viam-flutter-sdk/pull/261) ([jckras](https://github.com/jckras)) - make RobotClientOptions properties \*not\* final [\#260](https://github.com/viamrobotics/viam-flutter-sdk/pull/260) ([clintpurser](https://github.com/clintpurser)) - fix documentation comment [\#259](https://github.com/viamrobotics/viam-flutter-sdk/pull/259) ([clintpurser](https://github.com/clintpurser)) - Workflow/update protos [\#258](https://github.com/viamrobotics/viam-flutter-sdk/pull/258) ([njooma](https://github.com/njooma)) @@ -161,6 +170,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.21](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.21) (2024-09-24) + +[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.20...v0.0.21) + ## [v0.0.20](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.20) (2024-08-26) [Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.19...v0.0.20) diff --git a/lib/src/utils.dart b/lib/src/utils.dart index ffffd0af3f..70d93ca174 100644 --- a/lib/src/utils.dart +++ b/lib/src/utils.dart @@ -93,7 +93,7 @@ grpc_duration.Duration durationToProto(Duration duration) { } String getVersionMetadata() { - const String sdkVersion = 'v0.0.21'; + const String sdkVersion = 'v0.0.22'; const String apiTag = 'v0.1.342'; return 'flutter;$sdkVersion;$apiTag'; } diff --git a/pubspec.yaml b/pubspec.yaml index 2add960e8d..9cd2bc7505 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.21 +version: 0.0.22 homepage: https://github.com/viamrobotics/viam-flutter-sdk/ environment: