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 9, 2024
1 parent 893267a commit c8ff488
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.5

- Update a dependency to the latest release.

## 5.1.4

- **REFACTOR**(bonsoir): Ran `dart format`. ([41360b61](https://github.com/Skyost/Bonsoir/commit/41360b61326e134e44f391cc70725cb8e1b4f6e9))
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.4
version: 5.1.5
funding:
- https://ko-fi.com/Skyost
- https://paypal.me/Skyost
Expand All @@ -21,7 +21,7 @@ dependencies:
bonsoir_platform_interface: ^5.1.1
bonsoir_android: ^5.1.1
bonsoir_darwin: ^5.1.1
bonsoir_windows: ^5.1.2
bonsoir_windows: ^5.1.3
bonsoir_linux: ^5.1.1

dev_dependencies:
Expand Down
4 changes: 4 additions & 0 deletions packages/bonsoir_windows/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 5.1.3

- **FIX**(windows): Fixed broadcast hostnames not being used. ([57c8c9a6](https://github.com/Skyost/Bonsoir/commit/57c8c9a6e8d5412a2f6a62b88583a1150689473d))

## 5.1.2

- Update a dependency to the latest release.
Expand Down
2 changes: 1 addition & 1 deletion packages/bonsoir_windows/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Windows implementation of the Bonsoir plugin.
homepage: https://bonsoir.skyost.eu
repository: https://github.com/Skyost/Bonsoir/tree/master/packages/bonsoir_windows
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 c8ff488

Please sign in to comment.