Skip to content

Commit

Permalink
Publish a dart client update.
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatz committed Jan 20, 2025
1 parent f3d24e5 commit fb083bb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions client/trailbase-dart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.2.1

- Fix heartbeat decoding issue with record subscriptions.

## 0.2.0

- Return ListResponse from RecordApi::list.
Expand Down
2 changes: 1 addition & 1 deletion client/trailbase-dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: trailbase
description: Thing client library for TrailBase.
homepage: https://trailbase.io
repository: https://github.com/trailbaseio/trailbase
version: 0.2.0
version: 0.2.1

environment:
sdk: ^3.5.3
Expand Down
2 changes: 1 addition & 1 deletion examples/blog/flutter/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ packages:
path: "../../../client/trailbase-dart"
relative: true
source: path
version: "0.2.0"
version: "0.2.1"
typed_data:
dependency: transitive
description:
Expand Down

0 comments on commit fb083bb

Please sign in to comment.