Skip to content

Commit

Permalink
chore(release): publish packages (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
nesquikm authored Sep 18, 2023
1 parent 2105066 commit 34a16af
Show file tree
Hide file tree
Showing 12 changed files with 52 additions and 9 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## 2023-09-14

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`flutter_nekoton_bridge` - `v1.22.0`](#flutter_nekoton_bridge---v1220)
- [`flutter_nekoton_bridge_example` - `v1.15.0`](#flutter_nekoton_bridge_example---v1150)
- [`nekoton_bridge` - `v1.15.0`](#nekoton_bridge---v1150)

---

#### `flutter_nekoton_bridge` - `v1.22.0`

- **FEAT**: revert JRPC ([#206](https://github.com/broxus/nekoton_bridge/issues/206)). ([6b0f2941](https://github.com/broxus/nekoton_bridge/commit/6b0f2941874ac47103b4783cc86249a80e6f363b))

#### `flutter_nekoton_bridge_example` - `v1.15.0`

- **FEAT**: revert JRPC ([#206](https://github.com/broxus/nekoton_bridge/issues/206)). ([6b0f2941](https://github.com/broxus/nekoton_bridge/commit/6b0f2941874ac47103b4783cc86249a80e6f363b))

#### `nekoton_bridge` - `v1.15.0`

- **FEAT**: revert JRPC ([#206](https://github.com/broxus/nekoton_bridge/issues/206)). ([6b0f2941](https://github.com/broxus/nekoton_bridge/commit/6b0f2941874ac47103b4783cc86249a80e6f363b))


## 2023-09-12

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

- **FEAT**: revert JRPC ([#206](https://github.com/broxus/nekoton_bridge/issues/206)). ([6b0f2941](https://github.com/broxus/nekoton_bridge/commit/6b0f2941874ac47103b4783cc86249a80e6f363b))

## 1.21.0

- **FEAT**: implement more abi methods ([#204](https://github.com/broxus/nekoton_bridge/issues/204)). ([b0d957c4](https://github.com/broxus/nekoton_bridge/commit/b0d957c4411bc3527db24f577242da000132a32d))
Expand Down
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.14.0") # generated; do not edit
set(LibraryVersion "nekoton_bridge-v1.15.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.15.0

- **FEAT**: revert JRPC ([#206](https://github.com/broxus/nekoton_bridge/issues/206)). ([6b0f2941](https://github.com/broxus/nekoton_bridge/commit/6b0f2941874ac47103b4783cc86249a80e6f363b))

## 1.14.0

- **FEAT**: implement more abi methods ([#204](https://github.com/broxus/nekoton_bridge/issues/204)). ([b0d957c4](https://github.com/broxus/nekoton_bridge/commit/b0d957c4411bc3527db24f577242da000132a32d))
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.14.0
version: 1.15.0

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.14.0' # generated; do not edit
release_tag_name = 'nekoton_bridge-v1.15.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.14.0") # generated; do not edit
set(LibraryVersion "nekoton_bridge-v1.15.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.14.0' # generated; do not edit
release_tag_name = 'nekoton_bridge-v1.15.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.21.0
version: 1.22.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.14.0
nekoton_bridge: ^1.15.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.14.0") # generated; do not edit
set(LibraryVersion "nekoton_bridge-v1.15.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
4 changes: 4 additions & 0 deletions packages/nekoton_bridge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.15.0

- **FEAT**: revert JRPC ([#206](https://github.com/broxus/nekoton_bridge/issues/206)). ([6b0f2941](https://github.com/broxus/nekoton_bridge/commit/6b0f2941874ac47103b4783cc86249a80e6f363b))

## 1.14.0

- **FEAT**: implement more abi methods ([#204](https://github.com/broxus/nekoton_bridge/issues/204)). ([b0d957c4](https://github.com/broxus/nekoton_bridge/commit/b0d957c4411bc3527db24f577242da000132a32d))
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.14.0
version: 1.15.0
homepage: https://github.com/broxus/nekoton_bridge.git
repository: https://github.com/broxus/nekoton_bridge.git

Expand Down

0 comments on commit 34a16af

Please sign in to comment.