From 699592e8d4686ed1c033782ac47ab359f0cd81b8 Mon Sep 17 00:00:00 2001 From: Egor Komarov Date: Wed, 26 Jul 2023 13:23:40 +0200 Subject: [PATCH] chore(release): publish packages (#38) - nekoton_repository@0.7.0 --- CHANGELOG.md | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++ pubspec.yaml | 2 +- 2 files changed, 60 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6698776..9dd3fcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,65 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2023-07-26 + +### Changes + +--- + +Packages with breaking changes: + + - [`nekoton_repository` - `v0.7.0`](#nekoton_repository---v070) + +Packages with other changes: + + - There are no other changes in this release. + +--- + +#### `nekoton_repository` - `v0.7.0` + + - **FIX**: deleting pending transaction (#28). + - **FIX**: change interface to pure class (#26). + - **FIX**: update props for seed (#12). + - **FEAT**: add logging subscriptions (#37). + - **FEAT**: add local custodians getter (#35). + - **FEAT**: replace Fixed to BigInt (#34). + - **FEAT**: add cancellable operation (#32). + - **FEAT**: add registering currency after transport update (#30). + - **FEAT**: add transactions mapping (#24). + - **FEAT**: add TokenWalletRepository (#23). + - **FEAT**: add TonWalletRepository (#22). + - **FEAT**: use flutter templates repository (#21). + - **FEAT**: clear nekoton directly (#15). + - **FEAT**: add rename method to Seed (#10). + - **FEAT**: add seed names to Seed instance (#7). + - **FEAT**: seed detail (#4). + - **BREAKING** **REFACTOR**: add PublicKey and Address dataclasses (#14). + +## 0.7.0 + +> Note: This release has breaking changes. + + - **FIX**: deleting pending transaction (#28). + - **FIX**: change interface to pure class (#26). + - **FIX**: update props for seed (#12). + - **FEAT**: add logging subscriptions (#37). + - **FEAT**: add local custodians getter (#35). + - **FEAT**: replace Fixed to BigInt (#34). + - **FEAT**: add cancellable operation (#32). + - **FEAT**: add registering currency after transport update (#30). + - **FEAT**: add transactions mapping (#24). + - **FEAT**: add TokenWalletRepository (#23). + - **FEAT**: add TonWalletRepository (#22). + - **FEAT**: use flutter templates repository (#21). + - **FEAT**: clear nekoton directly (#15). + - **FEAT**: add rename method to Seed (#10). + - **FEAT**: add seed names to Seed instance (#7). + - **FEAT**: seed detail (#4). + - **BREAKING** **REFACTOR**: add PublicKey and Address dataclasses (#14). + + ## 2023-07-24 ### Changes diff --git a/pubspec.yaml b/pubspec.yaml index 2d86a36..1051367 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: nekoton_repository description: Nekoton repository package -version: 0.6.0 +version: 0.7.0 repository: https://github.com/broxus/nekoton_repository environment: