From 8c129a1104a681862f37e669b444e29167b2018e Mon Sep 17 00:00:00 2001 From: Odrin Date: Mon, 29 Jul 2024 13:52:37 +0000 Subject: [PATCH] chore(release): publish packages - flutter_nekoton_bridge@1.28.0-dev.5 - flutter_nekoton_bridge_example@1.18.0-dev.5 - nekoton_bridge@1.20.0-dev.3 --- CHANGELOG.md | 31 +++++++++++++++++++ packages/flutter_nekoton_bridge/CHANGELOG.md | 4 +++ .../android/CMakeLists.txt | 2 +- .../example/CHANGELOG.md | 4 +++ .../example/pubspec.yaml | 2 +- .../ios/flutter_nekoton_bridge.podspec | 2 +- .../linux/CMakeLists.txt | 2 +- .../macos/flutter_nekoton_bridge.podspec | 2 +- packages/flutter_nekoton_bridge/pubspec.yaml | 4 +-- .../windows/CMakeLists.txt | 2 +- packages/nekoton_bridge/CHANGELOG.md | 4 +++ packages/nekoton_bridge/pubspec.yaml | 2 +- 12 files changed, 52 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9860431f..36e83955 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,37 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2024-07-29 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`flutter_nekoton_bridge` - `v1.28.0-dev.5`](#flutter_nekoton_bridge---v1280-dev5) + - [`flutter_nekoton_bridge_example` - `v1.18.0-dev.5`](#flutter_nekoton_bridge_example---v1180-dev5) + - [`nekoton_bridge` - `v1.20.0-dev.3`](#nekoton_bridge---v1200-dev3) + +--- + +#### `flutter_nekoton_bridge` - `v1.28.0-dev.5` + + - **FIX**: update nekoton. ([bfc8837d](https://github.com/broxus/nekoton_bridge/commit/bfc8837d4fc94e8a8247341c4a8fbc8cfe1c1727)) + +#### `flutter_nekoton_bridge_example` - `v1.18.0-dev.5` + + - **FIX**: update nekoton. ([bfc8837d](https://github.com/broxus/nekoton_bridge/commit/bfc8837d4fc94e8a8247341c4a8fbc8cfe1c1727)) + +#### `nekoton_bridge` - `v1.20.0-dev.3` + + - **FIX**: update nekoton. ([bfc8837d](https://github.com/broxus/nekoton_bridge/commit/bfc8837d4fc94e8a8247341c4a8fbc8cfe1c1727)) + + ## 2024-07-26 ### Changes diff --git a/packages/flutter_nekoton_bridge/CHANGELOG.md b/packages/flutter_nekoton_bridge/CHANGELOG.md index 4a61cbb5..d6efa128 100644 --- a/packages/flutter_nekoton_bridge/CHANGELOG.md +++ b/packages/flutter_nekoton_bridge/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.28.0-dev.5 + + - **FIX**: update nekoton. ([bfc8837d](https://github.com/broxus/nekoton_bridge/commit/bfc8837d4fc94e8a8247341c4a8fbc8cfe1c1727)) + ## 1.28.0-dev.4 - **FIX**: `estimate_min_attached_amount` return type. ([7fbcb2a1](https://github.com/broxus/nekoton_bridge/commit/7fbcb2a11bb5e3b52cb8b58f9ee56e7651bbcd99)) diff --git a/packages/flutter_nekoton_bridge/android/CMakeLists.txt b/packages/flutter_nekoton_bridge/android/CMakeLists.txt index ef86be49..4fd1aff8 100644 --- a/packages/flutter_nekoton_bridge/android/CMakeLists.txt +++ b/packages/flutter_nekoton_bridge/android/CMakeLists.txt @@ -1,4 +1,4 @@ -set(LibraryVersion "nekoton_bridge-v1.20.0-dev.2") # generated; do not edit +set(LibraryVersion "nekoton_bridge-v1.20.0-dev.3") # generated; do not edit # Unlike the Windows & Linux CMakeLists.txt, this Android equivalent is just here # to download the Android binaries into src/main/jniLibs/ and does not build anything. diff --git a/packages/flutter_nekoton_bridge/example/CHANGELOG.md b/packages/flutter_nekoton_bridge/example/CHANGELOG.md index c68b160e..887cc0d7 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.5 + + - **FIX**: update nekoton. ([bfc8837d](https://github.com/broxus/nekoton_bridge/commit/bfc8837d4fc94e8a8247341c4a8fbc8cfe1c1727)) + ## 1.18.0-dev.4 - **FIX**: `estimate_min_attached_amount` return type. ([7fbcb2a1](https://github.com/broxus/nekoton_bridge/commit/7fbcb2a11bb5e3b52cb8b58f9ee56e7651bbcd99)) diff --git a/packages/flutter_nekoton_bridge/example/pubspec.yaml b/packages/flutter_nekoton_bridge/example/pubspec.yaml index 4042503b..9449e10d 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.4 +version: 1.18.0-dev.5 environment: sdk: '>=3.0.0 <4.0.0' diff --git a/packages/flutter_nekoton_bridge/ios/flutter_nekoton_bridge.podspec b/packages/flutter_nekoton_bridge/ios/flutter_nekoton_bridge.podspec index 87aa967b..04b732f6 100644 --- a/packages/flutter_nekoton_bridge/ios/flutter_nekoton_bridge.podspec +++ b/packages/flutter_nekoton_bridge/ios/flutter_nekoton_bridge.podspec @@ -1,4 +1,4 @@ -release_tag_name = 'nekoton_bridge-v1.20.0-dev.2' # generated; do not edit +release_tag_name = 'nekoton_bridge-v1.20.0-dev.3' # generated; do not edit # # To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html. # # Run `pod lib lint flutter_nekoton_bridge.podspec` to validate before publishing. # # diff --git a/packages/flutter_nekoton_bridge/linux/CMakeLists.txt b/packages/flutter_nekoton_bridge/linux/CMakeLists.txt index bc52bf2f..9f75fd69 100644 --- a/packages/flutter_nekoton_bridge/linux/CMakeLists.txt +++ b/packages/flutter_nekoton_bridge/linux/CMakeLists.txt @@ -1,4 +1,4 @@ -set(LibraryVersion "nekoton_bridge-v1.20.0-dev.2") # generated; do not edit +set(LibraryVersion "nekoton_bridge-v1.20.0-dev.3") # generated; do not edit # # installed. You should not increase this version, as doing so will cause # # the plugin to fail to compile for some customers of the plugin. # cmake_minimum_required(VERSION 3.10) diff --git a/packages/flutter_nekoton_bridge/macos/flutter_nekoton_bridge.podspec b/packages/flutter_nekoton_bridge/macos/flutter_nekoton_bridge.podspec index 87aa967b..04b732f6 100644 --- a/packages/flutter_nekoton_bridge/macos/flutter_nekoton_bridge.podspec +++ b/packages/flutter_nekoton_bridge/macos/flutter_nekoton_bridge.podspec @@ -1,4 +1,4 @@ -release_tag_name = 'nekoton_bridge-v1.20.0-dev.2' # generated; do not edit +release_tag_name = 'nekoton_bridge-v1.20.0-dev.3' # generated; do not edit # # To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html. # # Run `pod lib lint flutter_nekoton_bridge.podspec` to validate before publishing. # # diff --git a/packages/flutter_nekoton_bridge/pubspec.yaml b/packages/flutter_nekoton_bridge/pubspec.yaml index 67af390f..a817a7f4 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.4 +version: 1.28.0-dev.5 homepage: https://github.com/broxus/nekoton_bridge.git repository: https://github.com/broxus/nekoton_bridge.git @@ -16,7 +16,7 @@ dependencies: reflectable: ^4.0.5 money2_improver: ^1.3.1 money2: ^4.0.0 - nekoton_bridge: ^1.20.0-dev.2 + nekoton_bridge: ^1.20.0-dev.3 freezed_annotation: ^2.4.1 json_annotation: ^4.8.1 # for generating mirror hash diff --git a/packages/flutter_nekoton_bridge/windows/CMakeLists.txt b/packages/flutter_nekoton_bridge/windows/CMakeLists.txt index c2c1ae90..f29a23e5 100644 --- a/packages/flutter_nekoton_bridge/windows/CMakeLists.txt +++ b/packages/flutter_nekoton_bridge/windows/CMakeLists.txt @@ -1,4 +1,4 @@ -set(LibraryVersion "nekoton_bridge-v1.20.0-dev.2") # generated; do not edit +set(LibraryVersion "nekoton_bridge-v1.20.0-dev.3") # generated; do not edit # # installed that includes CMake 3.14 or later. You should not increase this # # version, as doing so will cause the plugin to fail to compile for some # # customers of the plugin. diff --git a/packages/nekoton_bridge/CHANGELOG.md b/packages/nekoton_bridge/CHANGELOG.md index 693f29ab..8afc74ed 100644 --- a/packages/nekoton_bridge/CHANGELOG.md +++ b/packages/nekoton_bridge/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.20.0-dev.3 + + - **FIX**: update nekoton. ([bfc8837d](https://github.com/broxus/nekoton_bridge/commit/bfc8837d4fc94e8a8247341c4a8fbc8cfe1c1727)) + ## 1.20.0-dev.2 - **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/nekoton_bridge/pubspec.yaml b/packages/nekoton_bridge/pubspec.yaml index 71a1a67c..7165aec2 100644 --- a/packages/nekoton_bridge/pubspec.yaml +++ b/packages/nekoton_bridge/pubspec.yaml @@ -1,6 +1,6 @@ name: nekoton_bridge description: Nekoton bridge -version: 1.20.0-dev.2 +version: 1.20.0-dev.3 homepage: https://github.com/broxus/nekoton_bridge.git repository: https://github.com/broxus/nekoton_bridge.git