Skip to content

Commit 72adc69

Browse files
committed
Bump version to 0.0.19
1 parent 40b4528 commit 72adc69

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,11 +1,16 @@
11
# Changelog
22

3-
## [v0.0.18](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.18) (2024-07-30)
3+
## [v0.0.19](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.19) (2024-08-12)
44

5-
[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.17...v0.0.18)
5+
[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.18...v0.0.19)
66

77
**Merged pull requests:**
88

9+
- fix sed2 [\#253](https://github.com/viamrobotics/viam-flutter-sdk/pull/253) ([stuqdog](https://github.com/stuqdog))
10+
- fix sed [\#252](https://github.com/viamrobotics/viam-flutter-sdk/pull/252) ([stuqdog](https://github.com/stuqdog))
11+
- RSDK-8304 - send version metadata [\#251](https://github.com/viamrobotics/viam-flutter-sdk/pull/251) ([stuqdog](https://github.com/stuqdog))
12+
- Automated Protos Update [\#250](https://github.com/viamrobotics/viam-flutter-sdk/pull/250) ([github-actions[bot]](https://github.com/apps/github-actions))
13+
- v0.0.18 [\#249](https://github.com/viamrobotics/viam-flutter-sdk/pull/249) ([github-actions[bot]](https://github.com/apps/github-actions))
914
- Automated Protos Update [\#248](https://github.com/viamrobotics/viam-flutter-sdk/pull/248) ([github-actions[bot]](https://github.com/apps/github-actions))
1015
- Automated Protos Update [\#247](https://github.com/viamrobotics/viam-flutter-sdk/pull/247) ([github-actions[bot]](https://github.com/apps/github-actions))
1116
- Automated Protos Update [\#246](https://github.com/viamrobotics/viam-flutter-sdk/pull/246) ([github-actions[bot]](https://github.com/apps/github-actions))
@@ -149,6 +154,10 @@
149154
- RSDK-4580: Flutter SDK Base Properties [\#100](https://github.com/viamrobotics/viam-flutter-sdk/pull/100) ([martha-johnston](https://github.com/martha-johnston))
150155
- Automated Protos Update [\#97](https://github.com/viamrobotics/viam-flutter-sdk/pull/97) ([github-actions[bot]](https://github.com/apps/github-actions))
151156

157+
## [v0.0.18](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.18) (2024-07-30)
158+
159+
[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.17...v0.0.18)
160+
152161
## [v0.0.17](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.17) (2024-07-01)
153162

154163
[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.16...v0.0.17)

lib/src/utils.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ extension MapStructUtils on Map<String, dynamic> {
8484
}
8585

8686
String getVersionMetadata() {
87-
const String sdkVersion = 'v0.0.18';
87+
const String sdkVersion = 'v0.0.19';
8888
const String apiTag = 'v0.1.328';
8989
return 'flutter;$sdkVersion;$apiTag';
9090
}

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.18
3+
version: 0.0.19
44
homepage: https://github.com/viamrobotics/viam-flutter-sdk/
55

66
environment:

0 commit comments

Comments
 (0)