Skip to content

Commit

Permalink
Bump version to 0.0.27 (#298)
Browse files Browse the repository at this point in the history
Co-authored-by: njooma <[email protected]>
  • Loading branch information
github-actions[bot] and njooma authored Nov 13, 2024
1 parent ba96ae3 commit 22ed53c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# Changelog

## [v0.0.26](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.26) (2024-11-11)
## [v0.0.27](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.27) (2024-11-13)

[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.25...v0.0.26)
[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.26...v0.0.27)

**Merged pull requests:**

- Shortcircuit if sessions disabled [\#297](https://github.com/viamrobotics/viam-flutter-sdk/pull/297) ([njooma](https://github.com/njooma))
- Automated Protos Update [\#295](https://github.com/viamrobotics/viam-flutter-sdk/pull/295) ([github-actions[bot]](https://github.com/apps/github-actions))
- Convert sensor reading values to types [\#294](https://github.com/viamrobotics/viam-flutter-sdk/pull/294) ([njooma](https://github.com/njooma))
- v0.0.26 [\#293](https://github.com/viamrobotics/viam-flutter-sdk/pull/293) ([github-actions[bot]](https://github.com/apps/github-actions))
- Automated Protos Update [\#292](https://github.com/viamrobotics/viam-flutter-sdk/pull/292) ([github-actions[bot]](https://github.com/apps/github-actions))
- Automated Protos Update [\#291](https://github.com/viamrobotics/viam-flutter-sdk/pull/291) ([github-actions[bot]](https://github.com/apps/github-actions))
- Automated Protos Update [\#290](https://github.com/viamrobotics/viam-flutter-sdk/pull/290) ([github-actions[bot]](https://github.com/apps/github-actions))
Expand All @@ -16,6 +20,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.0.26](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.26) (2024-11-11)

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

## [v0.0.25](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.25) (2024-11-04)

[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.24...v0.0.25)
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.0.26';
const String sdkVersion = 'v0.0.27';
const String apiTag = 'v0.1.361';

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.0.26
version: 0.0.27
homepage: https://github.com/viamrobotics/viam-flutter-sdk/

environment:
Expand Down

0 comments on commit 22ed53c

Please sign in to comment.