Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: version bump #218

Merged
merged 1 commit into from
Sep 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,41 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2023-09-29

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`flutter_nekoton_bridge` - `v1.24.0`](#flutter_nekoton_bridge---v1240)
- [`nekoton_bridge` - `v1.16.0`](#nekoton_bridge---v1160)
- [`flutter_nekoton_bridge_example` - `v1.16.1`](#flutter_nekoton_bridge_example---v1161)

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.16.1`

---

#### `flutter_nekoton_bridge` - `v1.24.0`

- **FEAT**: add clock offset ([#222](https://github.com/broxus/nekoton_bridge/issues/222)). ([a8457b6d](https://github.com/broxus/nekoton_bridge/commit/a8457b6df60ed21305efde135566326567d83ea6))
- **FEAT**: empty ([#217](https://github.com/broxus/nekoton_bridge/issues/217)). ([80c18cb1](https://github.com/broxus/nekoton_bridge/commit/80c18cb15753b874f9329364507ed9e0c6f80676))

#### `nekoton_bridge` - `v1.16.0`

- **FEAT**: add clock offset ([#222](https://github.com/broxus/nekoton_bridge/issues/222)). ([a8457b6d](https://github.com/broxus/nekoton_bridge/commit/a8457b6df60ed21305efde135566326567d83ea6))
- **FEAT**: empty ([#217](https://github.com/broxus/nekoton_bridge/issues/217)). ([80c18cb1](https://github.com/broxus/nekoton_bridge/commit/80c18cb15753b874f9329364507ed9e0c6f80676))


## 2023-09-18

### Changes
Expand Down
5 changes: 5 additions & 0 deletions packages/flutter_nekoton_bridge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.24.0

- **FEAT**: add clock offset ([#222](https://github.com/broxus/nekoton_bridge/issues/222)). ([a8457b6d](https://github.com/broxus/nekoton_bridge/commit/a8457b6df60ed21305efde135566326567d83ea6))
- **FEAT**: empty ([#217](https://github.com/broxus/nekoton_bridge/issues/217)). ([80c18cb1](https://github.com/broxus/nekoton_bridge/commit/80c18cb15753b874f9329364507ed9e0c6f80676))

## 1.23.0

- **FIX**: remove isUtc from DateTimeJsonConverter ([#208](https://github.com/broxus/nekoton_bridge/issues/208)). ([5135f5df](https://github.com/broxus/nekoton_bridge/commit/5135f5dfd4333f280e00fe0ff7a1821120e0b219))
Expand Down
1 change: 1 addition & 0 deletions packages/flutter_nekoton_bridge/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,3 +261,4 @@ and you will see duplicate. Better to put it inside other files of module and im
[license_badge]: https://img.shields.io/badge/license-AGPLv3-blue.svg
[license_link]: https://opensource.org/license/agpl-v3/
[pubdev_link]: https://pub.dev/packages/flutter_nekoton_bridge

2 changes: 1 addition & 1 deletion packages/flutter_nekoton_bridge/android/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(LibraryVersion "nekoton_bridge-v1.15.1") # generated; do not edit
set(LibraryVersion "nekoton_bridge-v1.16.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.
Expand Down
4 changes: 4 additions & 0 deletions packages/flutter_nekoton_bridge/example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.16.1

- Update a dependency to the latest release.

## 1.16.0

- **FEAT**: automatically fetch network id in transport initialization ([#209](https://github.com/broxus/nekoton_bridge/issues/209)). ([81fd877e](https://github.com/broxus/nekoton_bridge/commit/81fd877e2c890f8a2cb9c120e6ba92f580488e2c))
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_nekoton_bridge/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0
version: 1.16.1

environment:
sdk: '>=3.0.0 <4.0.0'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
release_tag_name = 'nekoton_bridge-v1.15.1' # generated; do not edit
release_tag_name = 'nekoton_bridge-v1.16.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.
# #
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_nekoton_bridge/linux/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(LibraryVersion "nekoton_bridge-v1.15.1") # generated; do not edit
set(LibraryVersion "nekoton_bridge-v1.16.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)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
release_tag_name = 'nekoton_bridge-v1.15.1' # generated; do not edit
release_tag_name = 'nekoton_bridge-v1.16.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.
# #
Expand Down
4 changes: 2 additions & 2 deletions packages/flutter_nekoton_bridge/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_nekoton_bridge
description: Flutter Nekoton bridge.
version: 1.23.0
version: 1.24.0
homepage: https://github.com/broxus/nekoton_bridge.git
repository: https://github.com/broxus/nekoton_bridge.git

Expand All @@ -16,7 +16,7 @@ dependencies:
reflectable: ^4.0.5
money2_improver: ^1.3.1
money2: ^4.0.0
nekoton_bridge: ^1.15.1
nekoton_bridge: ^1.16.0
freezed_annotation: ^2.2.0
json_annotation: ^4.8.1
# for generating mirror hash
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_nekoton_bridge/windows/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(LibraryVersion "nekoton_bridge-v1.15.1") # generated; do not edit
set(LibraryVersion "nekoton_bridge-v1.16.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.
Expand Down
5 changes: 5 additions & 0 deletions packages/nekoton_bridge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.16.0

- **FEAT**: add clock offset ([#222](https://github.com/broxus/nekoton_bridge/issues/222)). ([a8457b6d](https://github.com/broxus/nekoton_bridge/commit/a8457b6df60ed21305efde135566326567d83ea6))
- **FEAT**: empty ([#217](https://github.com/broxus/nekoton_bridge/issues/217)). ([80c18cb1](https://github.com/broxus/nekoton_bridge/commit/80c18cb15753b874f9329364507ed9e0c6f80676))

## 1.15.1

- **FIX**: fix flutter_rust_bridge version to exact ([#210](https://github.com/broxus/nekoton_bridge/issues/210)). ([43ec5715](https://github.com/broxus/nekoton_bridge/commit/43ec57151230e7c6db7de49b67a16336352fee5d))
Expand Down
2 changes: 1 addition & 1 deletion packages/nekoton_bridge/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: nekoton_bridge
description: Nekoton bridge
version: 1.15.1
version: 1.16.0
homepage: https://github.com/broxus/nekoton_bridge.git
repository: https://github.com/broxus/nekoton_bridge.git

Expand Down
Loading