From 420001d84eb0abfc43017ad92e398247220656f1 Mon Sep 17 00:00:00 2001 From: Odrin Date: Fri, 26 Jul 2024 12:45:05 +0000 Subject: [PATCH] chore(release): publish packages - flutter_nekoton_bridge@1.28.0-dev.4 - flutter_nekoton_bridge_example@1.18.0-dev.4 --- CHANGELOG.md | 26 +++++++++++++++++++ packages/flutter_nekoton_bridge/CHANGELOG.md | 4 +++ .../example/CHANGELOG.md | 4 +++ .../example/pubspec.yaml | 2 +- packages/flutter_nekoton_bridge/pubspec.yaml | 2 +- 5 files changed, 36 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7922c387..9860431f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,32 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2024-07-26 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`flutter_nekoton_bridge` - `v1.28.0-dev.4`](#flutter_nekoton_bridge---v1280-dev4) + - [`flutter_nekoton_bridge_example` - `v1.18.0-dev.4`](#flutter_nekoton_bridge_example---v1180-dev4) + +--- + +#### `flutter_nekoton_bridge` - `v1.28.0-dev.4` + + - **FIX**: `estimate_min_attached_amount` return type. ([7fbcb2a1](https://github.com/broxus/nekoton_bridge/commit/7fbcb2a11bb5e3b52cb8b58f9ee56e7651bbcd99)) + +#### `flutter_nekoton_bridge_example` - `v1.18.0-dev.4` + + - **FIX**: `estimate_min_attached_amount` return type. ([7fbcb2a1](https://github.com/broxus/nekoton_bridge/commit/7fbcb2a11bb5e3b52cb8b58f9ee56e7651bbcd99)) + + ## 2024-07-26 ### Changes diff --git a/packages/flutter_nekoton_bridge/CHANGELOG.md b/packages/flutter_nekoton_bridge/CHANGELOG.md index 7c409871..4a61cbb5 100644 --- a/packages/flutter_nekoton_bridge/CHANGELOG.md +++ b/packages/flutter_nekoton_bridge/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.28.0-dev.4 + + - **FIX**: `estimate_min_attached_amount` return type. ([7fbcb2a1](https://github.com/broxus/nekoton_bridge/commit/7fbcb2a11bb5e3b52cb8b58f9ee56e7651bbcd99)) + ## 1.28.0-dev.3 - **FEAT**: `estimate_min_attached_amount` method ([#250](https://github.com/broxus/nekoton_bridge/issues/250)). ([f2b75c60](https://github.com/broxus/nekoton_bridge/commit/f2b75c6030a4d6e42b8f328ea2e2fbb112647dda)) diff --git a/packages/flutter_nekoton_bridge/example/CHANGELOG.md b/packages/flutter_nekoton_bridge/example/CHANGELOG.md index 4bd58520..c68b160e 100644 --- a/packages/flutter_nekoton_bridge/example/CHANGELOG.md +++ b/packages/flutter_nekoton_bridge/example/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.18.0-dev.4 + + - **FIX**: `estimate_min_attached_amount` return type. ([7fbcb2a1](https://github.com/broxus/nekoton_bridge/commit/7fbcb2a11bb5e3b52cb8b58f9ee56e7651bbcd99)) + ## 1.18.0-dev.3 - **FEAT**: `estimate_min_attached_amount` method ([#250](https://github.com/broxus/nekoton_bridge/issues/250)). ([f2b75c60](https://github.com/broxus/nekoton_bridge/commit/f2b75c6030a4d6e42b8f328ea2e2fbb112647dda)) diff --git a/packages/flutter_nekoton_bridge/example/pubspec.yaml b/packages/flutter_nekoton_bridge/example/pubspec.yaml index bbc15c7a..4042503b 100644 --- a/packages/flutter_nekoton_bridge/example/pubspec.yaml +++ b/packages/flutter_nekoton_bridge/example/pubspec.yaml @@ -17,7 +17,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.18.0-dev.3 +version: 1.18.0-dev.4 environment: sdk: '>=3.0.0 <4.0.0' diff --git a/packages/flutter_nekoton_bridge/pubspec.yaml b/packages/flutter_nekoton_bridge/pubspec.yaml index bb7b73d0..67af390f 100644 --- a/packages/flutter_nekoton_bridge/pubspec.yaml +++ b/packages/flutter_nekoton_bridge/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_nekoton_bridge description: Flutter Nekoton bridge. -version: 1.28.0-dev.3 +version: 1.28.0-dev.4 homepage: https://github.com/broxus/nekoton_bridge.git repository: https://github.com/broxus/nekoton_bridge.git