Skip to content

Commit

Permalink
chore(release): publish packages (#278)
Browse files Browse the repository at this point in the history
- flutter_nekoton_bridge@2.0.1-dev.9
 - flutter_nekoton_bridge_example@1.18.1-dev.8
  • Loading branch information
Odrin authored Dec 9, 2024
1 parent 11d9efe commit 0dc2146
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 2 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,33 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-12-09

### Changes

---

Packages with breaking changes:

- [`flutter_nekoton_bridge` - `v2.0.1-dev.9`](#flutter_nekoton_bridge---v201-dev9)
- [`flutter_nekoton_bridge_example` - `v1.18.1-dev.8`](#flutter_nekoton_bridge_example---v1181-dev8)

Packages with other changes:

- There are no other changes in this release.

---

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

- **FEAT**: combine token & jetton transaction models. ([d22f1c48](https://github.com/broxus/nekoton_bridge/commit/d22f1c4886932666d8128fb6d9bb501f907434fd))
- **BREAKING** **REFACTOR**: remove `tuple`. ([11d9efed](https://github.com/broxus/nekoton_bridge/commit/11d9efed69398b72beba14fedaa00213d82da7bc))

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

- **BREAKING** **REFACTOR**: remove `tuple`. ([11d9efed](https://github.com/broxus/nekoton_bridge/commit/11d9efed69398b72beba14fedaa00213d82da7bc))


## 2024-12-06

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

> Note: This release has breaking changes.
- **FEAT**: combine token & jetton transaction models. ([d22f1c48](https://github.com/broxus/nekoton_bridge/commit/d22f1c4886932666d8128fb6d9bb501f907434fd))
- **BREAKING** **REFACTOR**: remove `tuple`. ([11d9efed](https://github.com/broxus/nekoton_bridge/commit/11d9efed69398b72beba14fedaa00213d82da7bc))

## 2.0.1-dev.8

- **FEAT**: add jetton wallet support ([#276](https://github.com/broxus/nekoton_bridge/issues/276)). ([6120e3c6](https://github.com/broxus/nekoton_bridge/commit/6120e3c638214a5271aa9a901beccd48fe910ff4))
Expand Down
6 changes: 6 additions & 0 deletions packages/flutter_nekoton_bridge/example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.18.1-dev.8

> Note: This release has breaking changes.
- **BREAKING** **REFACTOR**: remove `tuple`. ([11d9efed](https://github.com/broxus/nekoton_bridge/commit/11d9efed69398b72beba14fedaa00213d82da7bc))

## 1.18.1-dev.7

- **FEAT**: add jetton wallet support ([#276](https://github.com/broxus/nekoton_bridge/issues/276)). ([6120e3c6](https://github.com/broxus/nekoton_bridge/commit/6120e3c638214a5271aa9a901beccd48fe910ff4))
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.7
version: 1.18.1-dev.8

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.8
version: 2.0.1-dev.9
homepage: https://github.com/broxus/nekoton_bridge.git
repository: https://github.com/broxus/nekoton_bridge.git

Expand Down

0 comments on commit 0dc2146

Please sign in to comment.