Skip to content

Commit 6362c17

Browse files
committed
chore: Updated changelogs and melos settings.
1 parent 6fe803d commit 6362c17

File tree

4 files changed

+10
-1
lines changed

4 files changed

+10
-1
lines changed

melos.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ command:
1616
chore(release): Publish packages.
1717
1818
{new_package_versions}
19+
changelogs:
20+
- path: packages/bonsoir/CHANGELOG.md
21+
description: |
22+
All notable changes to Bonsoir packages will be documented in this file.
23+
packageFilters:
24+
scope: bonsoir*
1925

2026
scripts:
2127
analyze:

packages/bonsoir_android/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## 5.1.5
22

3+
- **FIX**(android): Fixed a `ConcurrentModificationException`. ([1f0b163](https://github.com/Skyost/Bonsoir/commit/1f0b163c2a7c59127f1c58bc923c81015c735bd5))
34
- **FIX**: Fixed some issues triggered by the analyzer. ([db62bd06](https://github.com/Skyost/Bonsoir/commit/db62bd06b6bc4b1714d623a23b836fbac0f188b5))
45

56
## 5.1.4

packages/bonsoir_darwin/CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
## 5.1.3
22

33
- **FIX**: Fixed some issues triggered by the analyzer. ([db62bd06](https://github.com/Skyost/Bonsoir/commit/db62bd06b6bc4b1714d623a23b836fbac0f188b5))
4-
- **FIX**: support unascii character for TxtRecord on darwin. ([f89e3c06](https://github.com/Skyost/Bonsoir/commit/f89e3c06dbd0b5540c2baca1fe9cccc4cb0e200e))
4+
- **FIX**(darwin): Fixed crashes in DNSServiceProcessResult by using DispatchSourceRead. ([67d6ea3f](https://github.com/Skyost/Bonsoir/commit/67d6ea3f2b5d6263b84f761631229205b54518e8))
5+
- **FIX**: Support unascii character for TxtRecord on darwin. ([f89e3c06](https://github.com/Skyost/Bonsoir/commit/f89e3c06dbd0b5540c2baca1fe9cccc4cb0e200e))
56

67
## 5.1.2
78

packages/bonsoir_windows/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## 5.1.5
22

3+
- **FIX**(windows): Fixed a crash when DNS client is stopping on Windows. ([5941f71](https://github.com/Skyost/Bonsoir/commit/5941f71cc275fe86b23f309e1c0e1dcfa6dd4d38))
34
- Update a dependency to the latest release.
45

56
## 5.1.4

0 commit comments

Comments
 (0)