Skip to content

Commit 86a98f0

Browse files
committed
Bump version to 0.0.28
1 parent 4b7459c commit 86a98f0

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
# Changelog
22

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

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

77
**Merged pull requests:**
88

9+
- \[hotfix\] resource names [\#302](https://github.com/viamrobotics/viam-flutter-sdk/pull/302) ([njooma](https://github.com/njooma))
10+
- Automated Protos Update [\#300](https://github.com/viamrobotics/viam-flutter-sdk/pull/300) ([github-actions[bot]](https://github.com/apps/github-actions))
11+
- \[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))
12+
- v0.0.27 [\#298](https://github.com/viamrobotics/viam-flutter-sdk/pull/298) ([github-actions[bot]](https://github.com/apps/github-actions))
913
- Shortcircuit if sessions disabled [\#297](https://github.com/viamrobotics/viam-flutter-sdk/pull/297) ([njooma](https://github.com/njooma))
14+
- Automated Protos Update [\#296](https://github.com/viamrobotics/viam-flutter-sdk/pull/296) ([github-actions[bot]](https://github.com/apps/github-actions))
1015
- Automated Protos Update [\#295](https://github.com/viamrobotics/viam-flutter-sdk/pull/295) ([github-actions[bot]](https://github.com/apps/github-actions))
1116
- Convert sensor reading values to types [\#294](https://github.com/viamrobotics/viam-flutter-sdk/pull/294) ([njooma](https://github.com/njooma))
1217
- v0.0.26 [\#293](https://github.com/viamrobotics/viam-flutter-sdk/pull/293) ([github-actions[bot]](https://github.com/apps/github-actions))
@@ -20,6 +25,10 @@
2025
- Improved error handling in sessions [\#284](https://github.com/viamrobotics/viam-flutter-sdk/pull/284) ([njooma](https://github.com/njooma))
2126
- Automated Protos Update [\#282](https://github.com/viamrobotics/viam-flutter-sdk/pull/282) ([github-actions[bot]](https://github.com/apps/github-actions))
2227

28+
## [v0.0.27](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.27) (2024-11-13)
29+
30+
[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.26...v0.0.27)
31+
2332
## [v0.0.26](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.26) (2024-11-11)
2433

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

lib/src/utils.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ extension GetReadingsResponseUtils on GetReadingsResponse {
116116
}
117117

118118
String getVersionMetadata() {
119-
const String sdkVersion = 'v0.0.27';
119+
const String sdkVersion = 'v0.0.28';
120120
const String apiTag = 'v0.1.364';
121121

122122
return 'flutter;$sdkVersion;$apiTag';

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: viam_sdk
22
description: Viam Robotics Flutter SDK. Connect to your Viam robots using WebRTC or gRPC, and control your robots remotely.
3-
version: 0.0.27
3+
version: 0.0.28
44
homepage: https://github.com/viamrobotics/viam-flutter-sdk/
55

66
environment:

0 commit comments

Comments
 (0)