Skip to content

Commit

Permalink
Bump version to 0.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
stuqdog committed Aug 12, 2024
1 parent 40b4528 commit 72adc69
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,11 +1,16 @@
# Changelog

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

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

**Merged pull requests:**

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

## [v0.0.18](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.18) (2024-07-30)

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

## [v0.0.17](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.17) (2024-07-01)

[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.16...v0.0.17)
Expand Down
2 changes: 1 addition & 1 deletion lib/src/utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ extension MapStructUtils on Map<String, dynamic> {
}

String getVersionMetadata() {
const String sdkVersion = 'v0.0.18';
const String sdkVersion = 'v0.0.19';
const String apiTag = 'v0.1.328';
return 'flutter;$sdkVersion;$apiTag';
}
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.18
version: 0.0.19
homepage: https://github.com/viamrobotics/viam-flutter-sdk/

environment:
Expand Down

0 comments on commit 72adc69

Please sign in to comment.