Skip to content

Commit

Permalink
Bump version to 0.0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
njooma committed Nov 21, 2024
1 parent 4b7459c commit 86a98f0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
# Changelog

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

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

**Merged pull requests:**

- \[hotfix\] resource names [\#302](https://github.com/viamrobotics/viam-flutter-sdk/pull/302) ([njooma](https://github.com/njooma))
- Automated Protos Update [\#300](https://github.com/viamrobotics/viam-flutter-sdk/pull/300) ([github-actions[bot]](https://github.com/apps/github-actions))
- \[RSDK-9281\] Add native type return to Flutter SDK DiscoverComponents [\#299](https://github.com/viamrobotics/viam-flutter-sdk/pull/299) ([hexbabe](https://github.com/hexbabe))
- v0.0.27 [\#298](https://github.com/viamrobotics/viam-flutter-sdk/pull/298) ([github-actions[bot]](https://github.com/apps/github-actions))
- Shortcircuit if sessions disabled [\#297](https://github.com/viamrobotics/viam-flutter-sdk/pull/297) ([njooma](https://github.com/njooma))
- Automated Protos Update [\#296](https://github.com/viamrobotics/viam-flutter-sdk/pull/296) ([github-actions[bot]](https://github.com/apps/github-actions))
- 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))
Expand All @@ -20,6 +25,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.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.26...v0.0.27)

## [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)
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.27';
const String sdkVersion = 'v0.0.28';
const String apiTag = 'v0.1.364';

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

environment:
Expand Down

0 comments on commit 86a98f0

Please sign in to comment.