Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Odrin committed Jan 21, 2025
1 parent 3232278 commit dabd127
Show file tree
Hide file tree
Showing 9 changed files with 49 additions and 6 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.

## 2025-01-21

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`flutter_nekoton_bridge` - `v2.3.0-dev.4`](#flutter_nekoton_bridge---v230-dev4)
- [`flutter_nekoton_bridge_example` - `v1.21.0-dev.4`](#flutter_nekoton_bridge_example---v1210-dev4)
- [`nekoton_bridge` - `v2.3.0-dev.4`](#nekoton_bridge---v230-dev4)

---

#### `flutter_nekoton_bridge` - `v2.3.0-dev.4`

- **FIX**(ios): rename nekoton_bridge to flutter_nekoton_bridge. ([c30e409f](https://github.com/broxus/nekoton_bridge/commit/c30e409ff982cce2a0c2025061a6489ee78271af))

#### `flutter_nekoton_bridge_example` - `v1.21.0-dev.4`

- **FIX**(ios): rename nekoton_bridge to flutter_nekoton_bridge. ([c30e409f](https://github.com/broxus/nekoton_bridge/commit/c30e409ff982cce2a0c2025061a6489ee78271af))

#### `nekoton_bridge` - `v2.3.0-dev.4`

- **FIX**(ios): rename nekoton_bridge to flutter_nekoton_bridge. ([c30e409f](https://github.com/broxus/nekoton_bridge/commit/c30e409ff982cce2a0c2025061a6489ee78271af))


## 2025-01-20

### 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.3.0-dev.4

- **FIX**(ios): rename nekoton_bridge to flutter_nekoton_bridge. ([c30e409f](https://github.com/broxus/nekoton_bridge/commit/c30e409ff982cce2a0c2025061a6489ee78271af))

## 2.3.0-dev.3

- Update a dependency to the latest release.
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.3.0-dev.3") # generated; do not edit
set(LibraryVersion "nekoton_bridge-v2.3.0-dev.4") # 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.21.0-dev.4

- **FIX**(ios): rename nekoton_bridge to flutter_nekoton_bridge. ([c30e409f](https://github.com/broxus/nekoton_bridge/commit/c30e409ff982cce2a0c2025061a6489ee78271af))

## 1.21.0-dev.3

- 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.21.0-dev.3
version: 1.21.0-dev.4

environment:
sdk: ^3.6.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
release_tag_name = 'nekoton_bridge-v2.3.0-dev.3' # generated; do not edit
release_tag_name = 'nekoton_bridge-v2.3.0-dev.4' # 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.3.0-dev.3
version: 2.3.0-dev.4
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.10
money2_fixer: ^2.0.0
money2: '>=5.2.1 <5.4.0' # do not update to 5.4.0 due to json serialization issues
nekoton_bridge: ^2.3.0-dev.3
nekoton_bridge: ^2.3.0-dev.4
freezed_annotation: ^2.4.4
json_annotation: ^4.9.0
# for generating mirror hash
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 @@
## 2.3.0-dev.4

- **FIX**(ios): rename nekoton_bridge to flutter_nekoton_bridge. ([c30e409f](https://github.com/broxus/nekoton_bridge/commit/c30e409ff982cce2a0c2025061a6489ee78271af))

## 2.3.0-dev.3

- **FIX**: update dependencies. ([f592261b](https://github.com/broxus/nekoton_bridge/commit/f592261b392387b9166036649bf02a39bcb214db))
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.3.0-dev.3
version: 2.3.0-dev.4
homepage: https://github.com/broxus/nekoton_bridge.git
repository: https://github.com/broxus/nekoton_bridge.git

Expand Down

0 comments on commit dabd127

Please sign in to comment.