Skip to content

Commit 3df1eb2

Browse files
committed
Bump version to 0.0.23
1 parent b8a2411 commit 3df1eb2

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
11
# Changelog
22

3-
## [v0.0.22](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.22) (2024-09-30)
3+
## [v0.0.23](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.23) (2024-10-21)
44

5-
[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.21...v0.0.22)
5+
[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.22...v0.0.23)
66

77
**Merged pull requests:**
88

9+
- Automated Protos Update [\#275](https://github.com/viamrobotics/viam-flutter-sdk/pull/275) ([github-actions[bot]](https://github.com/apps/github-actions))
10+
- \[RSDK-8920\] Add DiscoverComponents to robot client [\#274](https://github.com/viamrobotics/viam-flutter-sdk/pull/274) ([hexbabe](https://github.com/hexbabe))
11+
- DOCS-2951: Make updates from components QA [\#273](https://github.com/viamrobotics/viam-flutter-sdk/pull/273) ([sguequierre](https://github.com/sguequierre))
12+
- Automated Protos Update [\#272](https://github.com/viamrobotics/viam-flutter-sdk/pull/272) ([github-actions[bot]](https://github.com/apps/github-actions))
13+
- v0.0.22 [\#271](https://github.com/viamrobotics/viam-flutter-sdk/pull/271) ([github-actions[bot]](https://github.com/apps/github-actions))
914
- Automated Protos Update [\#270](https://github.com/viamrobotics/viam-flutter-sdk/pull/270) ([github-actions[bot]](https://github.com/apps/github-actions))
1015
- \[refactor\] order imports & prefer local import [\#269](https://github.com/viamrobotics/viam-flutter-sdk/pull/269) ([clintpurser](https://github.com/clintpurser))
1116
- flyby fix lint suggesting const [\#268](https://github.com/viamrobotics/viam-flutter-sdk/pull/268) ([clintpurser](https://github.com/clintpurser))
1217
- Remove deprecated lints [\#267](https://github.com/viamrobotics/viam-flutter-sdk/pull/267) ([clintpurser](https://github.com/clintpurser))
18+
- RSDK-7962: organize sections in docs [\#266](https://github.com/viamrobotics/viam-flutter-sdk/pull/266) ([purplenicole730](https://github.com/purplenicole730))
1319
- Bump protos [\#265](https://github.com/viamrobotics/viam-flutter-sdk/pull/265) ([njooma](https://github.com/njooma))
1420
- \[hotfix\] Fix proto generation workflow [\#264](https://github.com/viamrobotics/viam-flutter-sdk/pull/264) ([njooma](https://github.com/njooma))
1521
- v0.0.21 [\#263](https://github.com/viamrobotics/viam-flutter-sdk/pull/263) ([github-actions[bot]](https://github.com/apps/github-actions))
@@ -170,6 +176,10 @@
170176
- RSDK-4580: Flutter SDK Base Properties [\#100](https://github.com/viamrobotics/viam-flutter-sdk/pull/100) ([martha-johnston](https://github.com/martha-johnston))
171177
- Automated Protos Update [\#97](https://github.com/viamrobotics/viam-flutter-sdk/pull/97) ([github-actions[bot]](https://github.com/apps/github-actions))
172178

179+
## [v0.0.22](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.22) (2024-09-30)
180+
181+
[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.21...v0.0.22)
182+
173183
## [v0.0.21](https://github.com/viamrobotics/viam-flutter-sdk/tree/v0.0.21) (2024-09-24)
174184

175185
[Full Changelog](https://github.com/viamrobotics/viam-flutter-sdk/compare/v0.0.20...v0.0.21)

lib/src/utils.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ grpc_duration.Duration durationToProto(Duration duration) {
9393
}
9494

9595
String getVersionMetadata() {
96-
const String sdkVersion = 'v0.0.22';
96+
const String sdkVersion = 'v0.0.23';
9797
const String apiTag = 'v0.1.348';
9898
return 'flutter;$sdkVersion;$apiTag';
9999
}

pubspec.yaml

Lines changed: 1 addition & 1 deletion
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.22
3+
version: 0.0.23
44
homepage: https://github.com/viamrobotics/viam-flutter-sdk/
55

66
environment:

0 commit comments

Comments
 (0)