Skip to content

Commit

Permalink
chore(release): publish packages (#260)
Browse files Browse the repository at this point in the history
- flutter_nekoton_bridge@2.0.1-dev.1
 - flutter_nekoton_bridge_example@1.18.1-dev.1
 - nekoton_bridge@2.0.1-dev.0
  • Loading branch information
Odrin authored Sep 23, 2024
1 parent 35999f7 commit 21abea8
Show file tree
Hide file tree
Showing 12 changed files with 58 additions and 9 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,40 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-09-19

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`flutter_nekoton_bridge` - `v2.0.1-dev.1`](#flutter_nekoton_bridge---v201-dev1)
- [`flutter_nekoton_bridge_example` - `v1.18.1-dev.1`](#flutter_nekoton_bridge_example---v1181-dev1)
- [`nekoton_bridge` - `v2.0.1-dev.0`](#nekoton_bridge---v201-dev0)

---

#### `flutter_nekoton_bridge` - `v2.0.1-dev.1`

- **FIX**: Transaction json parse. ([b1977e8e](https://github.com/broxus/nekoton_bridge/commit/b1977e8ef950206f4da5db57cc3ad49f43b1bd50))
- **FIX**: android build. ([a68fe9b9](https://github.com/broxus/nekoton_bridge/commit/a68fe9b90e91a65109df7919cb3fb1f0523cbbaa))

#### `flutter_nekoton_bridge_example` - `v1.18.1-dev.1`

- **FIX**: Transaction json parse. ([b1977e8e](https://github.com/broxus/nekoton_bridge/commit/b1977e8ef950206f4da5db57cc3ad49f43b1bd50))
- **FIX**: android build. ([a68fe9b9](https://github.com/broxus/nekoton_bridge/commit/a68fe9b90e91a65109df7919cb3fb1f0523cbbaa))

#### `nekoton_bridge` - `v2.0.1-dev.0`

- **REFACTOR**: use struct to parse json string. ([35999f74](https://github.com/broxus/nekoton_bridge/commit/35999f74c5613f9888b523f6e94a2658a8a32fb6))
- **FIX**: Transaction json parse. ([b1977e8e](https://github.com/broxus/nekoton_bridge/commit/b1977e8ef950206f4da5db57cc3ad49f43b1bd50))


## 2024-08-31

### 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 @@
## 2.0.1-dev.1

- **FIX**: Transaction json parse. ([b1977e8e](https://github.com/broxus/nekoton_bridge/commit/b1977e8ef950206f4da5db57cc3ad49f43b1bd50))
- **FIX**: android build. ([a68fe9b9](https://github.com/broxus/nekoton_bridge/commit/a68fe9b90e91a65109df7919cb3fb1f0523cbbaa))

## 2.0.1-dev.0

- **FIX**: pubspec.yaml. ([69d3f686](https://github.com/broxus/nekoton_bridge/commit/69d3f686b07bc9b27dd77d2b5e3a4f0646ea7de2))
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-v2.0.0") # generated; do not edit
set(LibraryVersion "nekoton_bridge-v2.0.1-dev.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
5 changes: 5 additions & 0 deletions packages/flutter_nekoton_bridge/example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.18.1-dev.1

- **FIX**: Transaction json parse. ([b1977e8e](https://github.com/broxus/nekoton_bridge/commit/b1977e8ef950206f4da5db57cc3ad49f43b1bd50))
- **FIX**: android build. ([a68fe9b9](https://github.com/broxus/nekoton_bridge/commit/a68fe9b90e91a65109df7919cb3fb1f0523cbbaa))

## 1.18.1-dev.0

- Update a dependency to the latest release.
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.18.1-dev.0
version: 1.18.1-dev.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-v2.0.0' # generated; do not edit
release_tag_name = 'nekoton_bridge-v2.0.1-dev.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-v2.0.0") # generated; do not edit
set(LibraryVersion "nekoton_bridge-v2.0.1-dev.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-v2.0.0' # generated; do not edit
release_tag_name = 'nekoton_bridge-v2.0.1-dev.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: 2.0.1-dev.0
version: 2.0.1-dev.1
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.9
money2_fixer: ^2.0.0
money2: ^5.2.1
nekoton_bridge: ^2.0.0
nekoton_bridge: ^2.0.1-dev.0
freezed_annotation: ^2.4.4
json_annotation: ^4.9.0
# 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-v2.0.0") # generated; do not edit
set(LibraryVersion "nekoton_bridge-v2.0.1-dev.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 @@
## 2.0.1-dev.0

- **REFACTOR**: use struct to parse json string. ([35999f74](https://github.com/broxus/nekoton_bridge/commit/35999f74c5613f9888b523f6e94a2658a8a32fb6))
- **FIX**: Transaction json parse. ([b1977e8e](https://github.com/broxus/nekoton_bridge/commit/b1977e8ef950206f4da5db57cc3ad49f43b1bd50))

## 2.0.0

- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
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: 2.0.0
version: 2.0.1-dev.0
homepage: https://github.com/broxus/nekoton_bridge.git
repository: https://github.com/broxus/nekoton_bridge.git

Expand Down

0 comments on commit 21abea8

Please sign in to comment.