Skip to content

Commit

Permalink
chore(release): publish packages (#284)
Browse files Browse the repository at this point in the history
- flutter_nekoton_bridge@2.0.1-dev.12
 - flutter_nekoton_bridge_example@1.18.1-dev.11
  • Loading branch information
Odrin authored Dec 13, 2024
1 parent 7eeb6e0 commit 86e5106
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 2 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## 2024-12-13

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`flutter_nekoton_bridge` - `v2.0.1-dev.12`](#flutter_nekoton_bridge---v201-dev12)
- [`flutter_nekoton_bridge_example` - `v1.18.1-dev.11`](#flutter_nekoton_bridge_example---v1181-dev11)

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.18.1-dev.11`

---

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

- **FIX**: add `ton_wallet_transfer` wallet interaction method. ([7eeb6e02](https://github.com/broxus/nekoton_bridge/commit/7eeb6e024b55a206adacaa1bc156614477b615da))


## 2024-12-13

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

- **FIX**: add `ton_wallet_transfer` wallet interaction method. ([7eeb6e02](https://github.com/broxus/nekoton_bridge/commit/7eeb6e024b55a206adacaa1bc156614477b615da))

## 2.0.1-dev.11

- **FIX**: ton `KnownPayload` support. ([e8628199](https://github.com/broxus/nekoton_bridge/commit/e8628199a642edc9477a93b3844a935846550b49))
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.18.1-dev.11

- Update a dependency to the latest release.

## 1.18.1-dev.10

- 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.10
version: 1.18.1-dev.11

environment:
sdk: '>=3.0.0 <4.0.0'
Expand Down
2 changes: 1 addition & 1 deletion 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.11
version: 2.0.1-dev.12
homepage: https://github.com/broxus/nekoton_bridge.git
repository: https://github.com/broxus/nekoton_bridge.git

Expand Down

0 comments on commit 86e5106

Please sign in to comment.