File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## [ v0.0.26 ] ( https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.26 ) (2024-11-11 )
3
+ ## [ v0.0.27 ] ( https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.27 ) (2024-11-13 )
4
4
5
- [ Full Changelog] ( https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.25 ...v0.0.26 )
5
+ [ Full Changelog] ( https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.26 ...v0.0.27 )
6
6
7
7
** Merged pull requests:**
8
8
9
+ - Shortcircuit if sessions disabled [ \# 297] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/297 ) ([ njooma] ( https://github.com/njooma ) )
10
+ - Automated Protos Update [ \# 295] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/295 ) ([ github-actions[ bot]] ( https://github.com/apps/github-actions ) )
11
+ - Convert sensor reading values to types [ \# 294] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/294 ) ([ njooma] ( https://github.com/njooma ) )
12
+ - v0.0.26 [ \# 293] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/293 ) ([ github-actions[ bot]] ( https://github.com/apps/github-actions ) )
9
13
- Automated Protos Update [ \# 292] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/292 ) ([ github-actions[ bot]] ( https://github.com/apps/github-actions ) )
10
14
- Automated Protos Update [ \# 291] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/291 ) ([ github-actions[ bot]] ( https://github.com/apps/github-actions ) )
11
15
- Automated Protos Update [ \# 290] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/290 ) ([ github-actions[ bot]] ( https://github.com/apps/github-actions ) )
16
20
- Improved error handling in sessions [ \# 284] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/284 ) ([ njooma] ( https://github.com/njooma ) )
17
21
- Automated Protos Update [ \# 282] ( https://github.com/viamrobotics/viam-flutter-sdk/pull/282 ) ([ github-actions[ bot]] ( https://github.com/apps/github-actions ) )
18
22
23
+ ## [ v0.0.26] ( https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.26 ) (2024-11-11)
24
+
25
+ [ Full Changelog] ( https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.25...v0.0.26 )
26
+
19
27
## [ v0.0.25] ( https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.25 ) (2024-11-04)
20
28
21
29
[ Full Changelog] ( https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.24...v0.0.25 )
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ extension GetReadingsResponseUtils on GetReadingsResponse {
116
116
}
117
117
118
118
String getVersionMetadata () {
119
- const String sdkVersion = 'v0.0.26 ' ;
119
+ const String sdkVersion = 'v0.0.27 ' ;
120
120
const String apiTag = 'v0.1.361' ;
121
121
122
122
return 'flutter;$sdkVersion ;$apiTag ' ;
Original file line number Diff line number Diff line change 1
1
name : viam_sdk
2
2
description : Viam Robotics Flutter SDK. Connect to your Viam robots using WebRTC or gRPC, and control your robots remotely.
3
- version : 0.0.26
3
+ version : 0.0.27
4
4
homepage : https://github.com/viamrobotics/viam-flutter-sdk/
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments