Skip to content

Commit

Permalink
chore(release): Publish packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
Skyost committed Jan 27, 2024
1 parent c5b610c commit 1c95b15
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions packages/bonsoir/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 5.1.7

- Update a dependency to the latest release.

## 5.1.6

- Update a dependency to the latest release.
Expand Down
4 changes: 2 additions & 2 deletions packages/bonsoir/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A Zeroconf library that allows you to discover network services and
homepage: https://bonsoir.skyost.eu
repository: https://github.com/Skyost/Bonsoir/tree/master/packages/bonsoir
issue_tracker: https://github.com/Skyost/Bonsoir/issues
version: 5.1.6
version: 5.1.7
funding:
- https://ko-fi.com/Skyost
- https://paypal.me/Skyost
Expand All @@ -19,7 +19,7 @@ dependencies:
flutter:
sdk: flutter
bonsoir_platform_interface: ^5.1.1
bonsoir_android: ^5.1.2
bonsoir_android: ^5.1.3
bonsoir_darwin: ^5.1.1
bonsoir_windows: ^5.1.3
bonsoir_linux: ^5.1.1
Expand Down
4 changes: 4 additions & 0 deletions packages/bonsoir_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 5.1.3

- **FIX**(android): Fixed a crash with services name containing a dot. ([8caf1c75](https://github.com/Skyost/Bonsoir/commit/8caf1c752bf4da6df7946ac0820acde169b50583))

## 5.1.2

- **FIX**(android): Fixed a crash with empty attributes values. ([87d8d60c](https://github.com/Skyost/Bonsoir/commit/87d8d60ced5e97284a91103c07594dd3fc979789))
Expand Down
2 changes: 1 addition & 1 deletion packages/bonsoir_android/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Android implementation of the Bonsoir plugin.
homepage: https://bonsoir.skyost.eu
repository: https://github.com/Skyost/Bonsoir/tree/master/packages/bonsoir_android
issue_tracker: https://github.com/Skyost/Bonsoir/issues
version: 5.1.2
version: 5.1.3

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down

0 comments on commit 1c95b15

Please sign in to comment.