Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mpoplavkov committed Dec 2, 2023
1 parent 08fc0fb commit 66f0c2a
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2023-12-02

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`flutter_fuels` - `v0.0.28`](#flutter_fuels---v0028)

---

#### `flutter_fuels` - `v0.0.28`

- **FIX**: fix mobile implementation. ([9e5c8c3c](https://github.com/Fuelet/fuels-dart/commit/9e5c8c3ca0b2eb3433788aada17f84349386c66c))
- **FEAT**: tx cost estimation on mobile. ([08fc0fbb](https://github.com/Fuelet/fuels-dart/commit/08fc0fbb74a3d963a130d93c7d70d7496b923316))
- **DOCS**: clarify differences between web & mobile tx encoding. ([9ea5b78c](https://github.com/Fuelet/fuels-dart/commit/9ea5b78ca689210d6c522bd5a16c513b2ba54a6c))


## 2023-12-02

### Changes
Expand Down
6 changes: 6 additions & 0 deletions packages/flutter_fuels/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.0.28

- **FIX**: fix mobile implementation. ([9e5c8c3c](https://github.com/Fuelet/fuels-dart/commit/9e5c8c3ca0b2eb3433788aada17f84349386c66c))
- **FEAT**: tx cost estimation on mobile. ([08fc0fbb](https://github.com/Fuelet/fuels-dart/commit/08fc0fbb74a3d963a130d93c7d70d7496b923316))
- **DOCS**: clarify differences between web & mobile tx encoding. ([9ea5b78c](https://github.com/Fuelet/fuels-dart/commit/9ea5b78ca689210d6c522bd5a16c513b2ba54a6c))

## 0.0.27

- **REFACTOR**: move wallet creation to a separate package. ([72091392](https://github.com/Fuelet/fuels-dart/commit/720913922a42c4952b181589aed4d02858bbec19))
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_fuels/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_fuels
description: Flutter Plugin for Fuel SDK
version: 0.0.27
version: 0.0.28
homepage: https://github.com/Fuelet/fuels-dart/tree/main/packages/flutter_fuels

environment:
Expand Down

0 comments on commit 66f0c2a

Please sign in to comment.