Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
 - flutter_nekoton_bridge@1.27.3
 - flutter_nekoton_bridge_example@1.17.5
  • Loading branch information
nesquikm committed Dec 5, 2023
1 parent b49beb8 commit 8dcb418
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.

## 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
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.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))
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.17.5

- Update a dependency to the latest release.

## 1.17.4

- 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.17.4
version: 1.17.5

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: 1.27.2
version: 1.27.3
homepage: https://github.com/broxus/nekoton_bridge.git
repository: https://github.com/broxus/nekoton_bridge.git

Expand Down

0 comments on commit 8dcb418

Please sign in to comment.