Skip to content

Commit

Permalink
chore(release): publish packages (#31)
Browse files Browse the repository at this point in the history
- nekoton_repository@0.4.0
  • Loading branch information
Odrin authored Jul 19, 2023
1 parent 6c6b819 commit ba9a869
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 1 deletion.
51 changes: 51 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,57 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2023-07-19

### Changes

---

Packages with breaking changes:

- [`nekoton_repository` - `v0.4.0`](#nekoton_repository---v040)

Packages with other changes:

- There are no other changes in this release.

---

#### `nekoton_repository` - `v0.4.0`

- **FIX**: deleting pending transaction (#28).
- **FIX**: change interface to pure class (#26).
- **FIX**: update props for seed (#12).
- **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.4.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 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-18

### 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.3.0
version: 0.4.0
repository: https://github.com/broxus/nekoton_repository

environment:
Expand Down

0 comments on commit ba9a869

Please sign in to comment.