Skip to content

Commit

Permalink
🔖 1.0.0-dev.24
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Sep 29, 2024
1 parent 103ea31 commit 66aec42
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ that can be found in the LICENSE file. -->

# Changelog

## 1.0.0-dev.24

- Implement subaccount as `Principal.subAccount`, which also removes the `subAccount` parameter
when converting a principal to an Account ID. Some other constructors are also removed due to duplicates.

## 1.0.0-dev.23

- Fix encoder with deps and format files.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: |
a plugin package for dart and flutter apps.
Developers can build ones to interact with Dfinity's blockchain directly.
repository: https://github.com/AstroxNetwork/agent_dart
version: 1.0.0-dev.23
version: 1.0.0-dev.24

environment:
sdk: '>=3.0.0 <4.0.0'
Expand Down

0 comments on commit 66aec42

Please sign in to comment.