Skip to content

Commit

Permalink
chore: Updated changelogs and melos settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
Skyost committed Jul 15, 2024
1 parent 6fe803d commit 6362c17
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ command:
chore(release): Publish packages.
{new_package_versions}
changelogs:
- path: packages/bonsoir/CHANGELOG.md
description: |
All notable changes to Bonsoir packages will be documented in this file.
packageFilters:
scope: bonsoir*

scripts:
analyze:
Expand Down
1 change: 1 addition & 0 deletions packages/bonsoir_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## 5.1.5

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

## 5.1.4
Expand Down
3 changes: 2 additions & 1 deletion packages/bonsoir_darwin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
## 5.1.3

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

## 5.1.2

Expand Down
1 change: 1 addition & 0 deletions packages/bonsoir_windows/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## 5.1.5

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

## 5.1.4
Expand Down

0 comments on commit 6362c17

Please sign in to comment.