Skip to content

Commit f40e5f1

Browse files
committed
chore(release): Publish packages.
- [email protected] - [email protected]
1 parent afe3a91 commit f40e5f1

File tree

4 files changed

+42
-3
lines changed

4 files changed

+42
-3
lines changed

packages/bonsoir/CHANGELOG.md

+35
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
# Change Log
2+
3+
All notable changes to Bonsoir packages will be documented in this file.
4+
5+
## 2025-02-14
6+
7+
### Changes
8+
9+
---
10+
11+
Packages with breaking changes:
12+
13+
- There are no breaking changes in this release.
14+
15+
Packages with other changes:
16+
17+
- [`bonsoir_android` - `v5.1.6`](#bonsoir_android---v516)
18+
- [`bonsoir` - `v5.1.11`](#bonsoir---v5111)
19+
20+
Packages with dependency updates only:
21+
22+
> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
23+
24+
- `bonsoir` - `v5.1.11`
25+
26+
---
27+
28+
#### `bonsoir_android` - `v5.1.6`
29+
30+
- **FIX**: remove android v1 embedding. ([d26707f7](https://github.com/Skyost/Bonsoir/commit/d26707f7c870a19d64bf256b7173de7ac5891825))
31+
32+
## 5.1.11
33+
34+
- Update a dependency to the latest release.
35+
136
## 5.1.10
237

338
- **FIX**: Fixed some issues triggered by the analyzer. ([db62bd06](https://github.com/Skyost/Bonsoir/commit/db62bd06b6bc4b1714d623a23b836fbac0f188b5))

packages/bonsoir/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: A Zeroconf library that allows you to discover network services and
33
homepage: https://bonsoir.skyost.eu
44
repository: https://github.com/Skyost/Bonsoir/tree/master/packages/bonsoir
55
issue_tracker: https://github.com/Skyost/Bonsoir/issues
6-
version: 5.1.10
6+
version: 5.1.11
77
funding:
88
- https://ko-fi.com/Skyost
99
- https://paypal.me/Skyost
@@ -19,7 +19,7 @@ dependencies:
1919
flutter:
2020
sdk: flutter
2121
bonsoir_platform_interface: ^5.1.3
22-
bonsoir_android: ^5.1.5
22+
bonsoir_android: ^5.1.6
2323
bonsoir_darwin: ^5.1.3
2424
bonsoir_windows: ^5.1.5
2525
bonsoir_linux: ^5.1.3

packages/bonsoir_android/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 5.1.6
2+
3+
- **FIX**: remove android v1 embedding. ([d26707f7](https://github.com/Skyost/Bonsoir/commit/d26707f7c870a19d64bf256b7173de7ac5891825))
4+
15
## 5.1.5
26

37
- **FIX**(android): Fixed a `ConcurrentModificationException`. ([1f0b163](https://github.com/Skyost/Bonsoir/commit/1f0b163c2a7c59127f1c58bc923c81015c735bd5))

packages/bonsoir_android/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Android implementation of the Bonsoir plugin.
33
homepage: https://bonsoir.skyost.eu
44
repository: https://github.com/Skyost/Bonsoir/tree/master/packages/bonsoir_android
55
issue_tracker: https://github.com/Skyost/Bonsoir/issues
6-
version: 5.1.5
6+
version: 5.1.6
77

88
environment:
99
sdk: ">=3.0.0 <4.0.0"

0 commit comments

Comments
 (0)