Skip to content

Commit

Permalink
Bump version to 0.2.2 (#342)
Browse files Browse the repository at this point in the history
Co-authored-by: purplenicole730 <[email protected]>
  • Loading branch information
github-actions[bot] and purplenicole730 authored Feb 18, 2025
1 parent 9ce7cef commit 665451f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# Changelog

## [v0.2.1](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.2.1) (2025-02-03)
## [v0.2.2](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.2.2) (2025-02-18)

[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.2.0...v0.2.1)
[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.2.1...v0.2.2)

**Merged pull requests:**

- RSDK-9898 - fix switch rename [\#341](https://github.com/viamrobotics/viam-flutter-sdk/pull/341) ([stuqdog](https://github.com/stuqdog))
- DATA-3759: Update TabularDataByMQL to have optional bool for useRecentData [\#340](https://github.com/viamrobotics/viam-flutter-sdk/pull/340) ([gloriacai01](https://github.com/gloriacai01))
- RSDK-9904 - add job to notify slack of proto failure [\#339](https://github.com/viamrobotics/viam-flutter-sdk/pull/339) ([stuqdog](https://github.com/stuqdog))
- RSDK-9898 - rename switch component [\#338](https://github.com/viamrobotics/viam-flutter-sdk/pull/338) ([stuqdog](https://github.com/stuqdog))
- DOCS-3398: Add data client code samples to flutter sdk [\#337](https://github.com/viamrobotics/viam-flutter-sdk/pull/337) ([sguequierre](https://github.com/sguequierre))
- v0.2.1 [\#336](https://github.com/viamrobotics/viam-flutter-sdk/pull/336) ([github-actions[bot]](https://github.com/apps/github-actions))
- RSDK-9622 FIX: fix discoverResources input parameters [\#335](https://github.com/viamrobotics/viam-flutter-sdk/pull/335) ([martha-johnston](https://github.com/martha-johnston))
- v0.2.0 [\#334](https://github.com/viamrobotics/viam-flutter-sdk/pull/334) ([github-actions[bot]](https://github.com/apps/github-actions))
- Automated Protos Update [\#333](https://github.com/viamrobotics/viam-flutter-sdk/pull/333) ([github-actions[bot]](https://github.com/apps/github-actions))
Expand Down Expand Up @@ -58,6 +64,10 @@
- Improved error handling in sessions [\#284](https://github.com/viamrobotics/viam-flutter-sdk/pull/284) ([njooma](https://github.com/njooma))
- Automated Protos Update [\#282](https://github.com/viamrobotics/viam-flutter-sdk/pull/282) ([github-actions[bot]](https://github.com/apps/github-actions))

## [v0.2.1](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.2.1) (2025-02-03)

[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.2.0...v0.2.1)

## [v0.2.0](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.2.0) (2025-01-27)

[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.1.0...v0.2.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/src/utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ extension GetReadingsResponseUtils on GetReadingsResponse {
}

String getVersionMetadata() {
const String sdkVersion = 'v0.2.1';
const String sdkVersion = 'v0.2.2';
const String apiTag = 'v0.1.391';

return 'flutter;$sdkVersion;$apiTag';
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.2.1
version: 0.2.2
homepage: https://github.com/viamrobotics/viam-flutter-sdk/

environment:
Expand Down

0 comments on commit 665451f

Please sign in to comment.