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 4, 2024
1 parent cc5a330 commit 452d963
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.2

- Update a dependency to the latest release.

## 5.1.1

- **REFACTOR**: Removed `AutoStopBonsoirAction`. ([441063ae](https://github.com/Skyost/Bonsoir/commit/441063ae5ee2a4bd9b3f8779ab05fd6f9b3d83bd))
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.1
version: 5.1.2
funding:
- https://ko-fi.com/Skyost
- https://paypal.me/Skyost
Expand All @@ -21,7 +21,7 @@ dependencies:
bonsoir_platform_interface: ^5.1.0
bonsoir_android: ^5.1.0
bonsoir_darwin: ^5.1.0
bonsoir_windows: ^5.1.0
bonsoir_windows: ^5.1.1
bonsoir_linux: ^5.1.0

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.1

- **FIX**(windows): Fixed some thread safety problems. ([28ff2a44](https://github.com/Skyost/Bonsoir/commit/28ff2a448333e382f5d3672b6f851246152be8e3))

## 5.1.0

- **FEAT**: Now generating constants for platform implementations. ([3b0834d6](https://github.com/Skyost/Bonsoir/commit/3b0834d61c4b4b1a420a1b728808450fc410393d))
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.0
version: 5.1.1

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

0 comments on commit 452d963

Please sign in to comment.