Skip to content

Commit

Permalink
chore(release): publish packages (#85)
Browse files Browse the repository at this point in the history
- nekoton_repository@0.25.0-dev.0
  • Loading branch information
Odrin committed Sep 29, 2023
1 parent 0695703 commit 7afb7b0
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 1 deletion.
97 changes: 97 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,103 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2023-09-29

### Changes

---

Packages with breaking changes:

- [`nekoton_repository` - `v0.25.0-dev.0`](#nekoton_repository---v0250-dev0)

Packages with other changes:

- There are no other changes in this release.

---

#### `nekoton_repository` - `v0.25.0-dev.0`

- **FIX**: update props for seed (#12).
- **FIX**: removing seed name (#82).
- **FIX**: add keys sorting by accound id (#80).
- **FIX**: contract state changed stream (#74).
- **FIX**: added loading accounts after transport changed (#77).
- **FIX**: update adding seed with name (#64).
- **FIX**: add GenericContract to NekotonRepository (#65).
- **FIX**: deleting pending transaction (#28).
- **FIX**: change interface to pure class (#26).
- **FEAT**: bump bridge version (#72).
- **FEAT**: revert JRPC (#75).
- **FEAT**: ntp time (#84).
- **FEAT**: implement GenericContractRepository (#61).
- **FEAT**: update bridge and replace jrpc transport (#59).
- **FEAT**: update mapping external accounts (#58).
- **FEAT**: update TonWalletMultisigPendingTransaction (#56).
- **FEAT**: update subscriptions. Add TonWallet test. Add TokenWallet test (#53).
- **FEAT**: update transaction fields (#43).
- **FEAT**: update token wallet (#39).
- **FEAT**: add logging subscriptions (#37).
- **FEAT**: add local custodians getter (#35).
- **FEAT**: replace Fixed to BigInt (#34).
- **FEAT**: add cancellable operation (#32).
- **FEAT**: seed detail (#4).
- **FEAT**: add send unawaited version (#70).
- **FEAT**: update bridge, add staking info, add updating contracts after transport changed (#68).
- **FEAT**: add transactions mapping (#24).
- **FEAT**: add TokenWalletRepository (#23).
- **FEAT**: add TonWalletRepository (#22).
- **FEAT**: use flutter templates repository (#21).
- **FEAT**: add seed names to Seed instance (#7).
- **FEAT**: clear nekoton directly (#15).
- **FEAT**: add seed list change hooks (#66).
- **FEAT**: add rename method to Seed (#10).
- **FEAT**: add registering currency after transport update (#30).
- **BREAKING** **REFACTOR**: add PublicKey and Address dataclasses (#14).

## 0.25.0-dev.0

> Note: This release has breaking changes.
- **FIX**: update props for seed (#12).
- **FIX**: removing seed name (#82).
- **FIX**: add keys sorting by accound id (#80).
- **FIX**: contract state changed stream (#74).
- **FIX**: added loading accounts after transport changed (#77).
- **FIX**: update adding seed with name (#64).
- **FIX**: add GenericContract to NekotonRepository (#65).
- **FIX**: deleting pending transaction (#28).
- **FIX**: change interface to pure class (#26).
- **FEAT**: bump bridge version (#72).
- **FEAT**: revert JRPC (#75).
- **FEAT**: ntp time (#84).
- **FEAT**: implement GenericContractRepository (#61).
- **FEAT**: update bridge and replace jrpc transport (#59).
- **FEAT**: update mapping external accounts (#58).
- **FEAT**: update TonWalletMultisigPendingTransaction (#56).
- **FEAT**: update subscriptions. Add TonWallet test. Add TokenWallet test (#53).
- **FEAT**: update transaction fields (#43).
- **FEAT**: update token wallet (#39).
- **FEAT**: add logging subscriptions (#37).
- **FEAT**: add local custodians getter (#35).
- **FEAT**: replace Fixed to BigInt (#34).
- **FEAT**: add cancellable operation (#32).
- **FEAT**: seed detail (#4).
- **FEAT**: add send unawaited version (#70).
- **FEAT**: update bridge, add staking info, add updating contracts after transport changed (#68).
- **FEAT**: add transactions mapping (#24).
- **FEAT**: add TokenWalletRepository (#23).
- **FEAT**: add TonWalletRepository (#22).
- **FEAT**: use flutter templates repository (#21).
- **FEAT**: add seed names to Seed instance (#7).
- **FEAT**: clear nekoton directly (#15).
- **FEAT**: add seed list change hooks (#66).
- **FEAT**: add rename method to Seed (#10).
- **FEAT**: add registering currency after transport update (#30).
- **BREAKING** **REFACTOR**: add PublicKey and Address dataclasses (#14).


## 2023-09-27

### Changes
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: nekoton_repository
description: Nekoton repository package
version: 0.24.0
version: 0.25.0-dev.0
repository: https://github.com/broxus/nekoton_repository

environment:
Expand Down

0 comments on commit 7afb7b0

Please sign in to comment.