diff --git a/CHANGELOG.md b/CHANGELOG.md index 73659ab9..7a837244 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,39 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2023-11-10 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`flutter_nekoton_bridge` - `v1.26.0`](#flutter_nekoton_bridge---v1260) + - [`flutter_nekoton_bridge_example` - `v1.17.0`](#flutter_nekoton_bridge_example---v1170) + - [`nekoton_bridge` - `v1.18.0`](#nekoton_bridge---v1180) + +--- + +#### `flutter_nekoton_bridge` - `v1.26.0` + + - **FIX**: generated files ([#229](https://github.com/broxus/nekoton_bridge/issues/229)). ([ed63cac4](https://github.com/broxus/nekoton_bridge/commit/ed63cac4c5b2382f0b6fa34e120ae5066f08732b)) + - **FEAT**: added method to add multiple token wallets at timme ([#231](https://github.com/broxus/nekoton_bridge/issues/231)). ([f88c0da3](https://github.com/broxus/nekoton_bridge/commit/f88c0da3ed357316b1bd66dec49b985b92fe29d2)) + +#### `flutter_nekoton_bridge_example` - `v1.17.0` + + - **FEAT**: added method to add multiple token wallets at timme ([#231](https://github.com/broxus/nekoton_bridge/issues/231)). ([f88c0da3](https://github.com/broxus/nekoton_bridge/commit/f88c0da3ed357316b1bd66dec49b985b92fe29d2)) + +#### `nekoton_bridge` - `v1.18.0` + + - **FIX**: generated files ([#229](https://github.com/broxus/nekoton_bridge/issues/229)). ([ed63cac4](https://github.com/broxus/nekoton_bridge/commit/ed63cac4c5b2382f0b6fa34e120ae5066f08732b)) + - **FEAT**: added method to add multiple token wallets at timme ([#231](https://github.com/broxus/nekoton_bridge/issues/231)). ([f88c0da3](https://github.com/broxus/nekoton_bridge/commit/f88c0da3ed357316b1bd66dec49b985b92fe29d2)) + + ## 2023-10-06 ### Changes diff --git a/packages/flutter_nekoton_bridge/CHANGELOG.md b/packages/flutter_nekoton_bridge/CHANGELOG.md index 0636f93f..942ec960 100644 --- a/packages/flutter_nekoton_bridge/CHANGELOG.md +++ b/packages/flutter_nekoton_bridge/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.26.0 + + - **FIX**: generated files ([#229](https://github.com/broxus/nekoton_bridge/issues/229)). ([ed63cac4](https://github.com/broxus/nekoton_bridge/commit/ed63cac4c5b2382f0b6fa34e120ae5066f08732b)) + - **FEAT**: added method to add multiple token wallets at timme ([#231](https://github.com/broxus/nekoton_bridge/issues/231)). ([f88c0da3](https://github.com/broxus/nekoton_bridge/commit/f88c0da3ed357316b1bd66dec49b985b92fe29d2)) + ## 1.25.2 - **FIX**: http header for protobuf ([#226](https://github.com/broxus/nekoton_bridge/issues/226)). ([ade9998e](https://github.com/broxus/nekoton_bridge/commit/ade9998ea41ce9186cfc16ca5dbd5e108a943c79)) diff --git a/packages/flutter_nekoton_bridge/android/CMakeLists.txt b/packages/flutter_nekoton_bridge/android/CMakeLists.txt index e605a9df..f761d2ce 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.17.0") # generated; do not edit +set(LibraryVersion "nekoton_bridge-v1.18.0") # 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 d1bafb4a..a7576aae 100644 --- a/packages/flutter_nekoton_bridge/example/CHANGELOG.md +++ b/packages/flutter_nekoton_bridge/example/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.17.0 + + - **FEAT**: added method to add multiple token wallets at timme ([#231](https://github.com/broxus/nekoton_bridge/issues/231)). ([f88c0da3](https://github.com/broxus/nekoton_bridge/commit/f88c0da3ed357316b1bd66dec49b985b92fe29d2)) + ## 1.16.4 - Update a dependency to the latest release. diff --git a/packages/flutter_nekoton_bridge/example/pubspec.yaml b/packages/flutter_nekoton_bridge/example/pubspec.yaml index 50c574ad..0f1221fa 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.16.4 +version: 1.17.0 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 318cd7c4..15d00aa3 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.17.0' # generated; do not edit +release_tag_name = 'nekoton_bridge-v1.18.0' # 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 a7e1b15b..331c48e4 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.17.0") # generated; do not edit +set(LibraryVersion "nekoton_bridge-v1.18.0") # 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 318cd7c4..15d00aa3 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.17.0' # generated; do not edit +release_tag_name = 'nekoton_bridge-v1.18.0' # 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 9aea6103..40c60fe3 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.25.2 +version: 1.26.0 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.17.0 + nekoton_bridge: ^1.18.0 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 777a3e97..589d83c0 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.17.0") # generated; do not edit +set(LibraryVersion "nekoton_bridge-v1.18.0") # 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 35180a33..215aa9de 100644 --- a/packages/nekoton_bridge/CHANGELOG.md +++ b/packages/nekoton_bridge/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.18.0 + + - **FIX**: generated files ([#229](https://github.com/broxus/nekoton_bridge/issues/229)). ([ed63cac4](https://github.com/broxus/nekoton_bridge/commit/ed63cac4c5b2382f0b6fa34e120ae5066f08732b)) + - **FEAT**: added method to add multiple token wallets at timme ([#231](https://github.com/broxus/nekoton_bridge/issues/231)). ([f88c0da3](https://github.com/broxus/nekoton_bridge/commit/f88c0da3ed357316b1bd66dec49b985b92fe29d2)) + ## 1.17.0 - **FEAT**: add clock offset ([#222](https://github.com/broxus/nekoton_bridge/issues/222)). ([a8457b6d](https://github.com/broxus/nekoton_bridge/commit/a8457b6df60ed21305efde135566326567d83ea6)) diff --git a/packages/nekoton_bridge/pubspec.yaml b/packages/nekoton_bridge/pubspec.yaml index 79fb228d..43080bbc 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.17.0 +version: 1.18.0 homepage: https://github.com/broxus/nekoton_bridge.git repository: https://github.com/broxus/nekoton_bridge.git