diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e001d31..23f5fa22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,34 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2023-12-05 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`flutter_nekoton_bridge` - `v1.27.3`](#flutter_nekoton_bridge---v1273) + - [`flutter_nekoton_bridge_example` - `v1.17.5`](#flutter_nekoton_bridge_example---v1175) + +Packages with dependency updates only: + +> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project. + + - `flutter_nekoton_bridge_example` - `v1.17.5` + +--- + +#### `flutter_nekoton_bridge` - `v1.27.3` + + - **FIX**: added disposed flag to transport ([#243](https://github.com/broxus/nekoton_bridge/issues/243)). ([b49beb8c](https://github.com/broxus/nekoton_bridge/commit/b49beb8c2ef7aeae28d7456d8ff396647f8626b6)) + + ## 2023-11-17 ### Changes diff --git a/packages/flutter_nekoton_bridge/CHANGELOG.md b/packages/flutter_nekoton_bridge/CHANGELOG.md index 6ac1d00f..8860de4b 100644 --- a/packages/flutter_nekoton_bridge/CHANGELOG.md +++ b/packages/flutter_nekoton_bridge/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.27.3 + + - **FIX**: added disposed flag to transport ([#243](https://github.com/broxus/nekoton_bridge/issues/243)). ([b49beb8c](https://github.com/broxus/nekoton_bridge/commit/b49beb8c2ef7aeae28d7456d8ff396647f8626b6)) + ## 1.27.2 - **FIX**: abi methods ([#241](https://github.com/broxus/nekoton_bridge/issues/241)). ([d3f908aa](https://github.com/broxus/nekoton_bridge/commit/d3f908aada544a80b26d68a948eb349cc2591fc9)) diff --git a/packages/flutter_nekoton_bridge/example/CHANGELOG.md b/packages/flutter_nekoton_bridge/example/CHANGELOG.md index 3a24faca..b1133be6 100644 --- a/packages/flutter_nekoton_bridge/example/CHANGELOG.md +++ b/packages/flutter_nekoton_bridge/example/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.17.5 + + - Update a dependency to the latest release. + ## 1.17.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 58f033d0..0dadd959 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.17.4 +version: 1.17.5 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 b6ce8de8..b4077c45 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.27.2 +version: 1.27.3 homepage: https://github.com/broxus/nekoton_bridge.git repository: https://github.com/broxus/nekoton_bridge.git