Skip to content

Commit e23ac3f

Browse files
committed
fix: typo in CLAUDE.md and correct changelog entries
- Fix typo in CLAUDE.md line 18 - Move dependency updates to correct changelog files - Remove incorrect BREAKING label from Pigeon update
1 parent 8694052 commit e23ac3f

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
- Use melos to run all tests: `melos run test`
1616
- Or run tests in individual packages:
1717
- `cd workmanager_android && flutter test`
18-
- `cd workmanager_apple && flutter test`you did just
18+
- `cd workmanager_apple && flutter test`
1919
- `cd workmanager && flutter test`
2020
- Before running tests in workmanager package, ensure mocks are up-to-date: `melos run generate:dart`
2121

workmanager/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Future
22

33
## Dependencies & Infrastructure Updates
4-
* **BREAKING**: Updated Pigeon from 22.7.4 to 26.0.0 for enhanced multi-platform support
4+
* Updated Pigeon from 22.7.4 to 26.0.0 for enhanced multi-platform support
55
* Updated androidx.work from 2.9.0 to 2.10.2 with improved Flow-based observability and precise periodic scheduling
66
* Updated permission_handler in example app from 11.3.1 to 12.0.1
77
* Updated dev dependencies for better compatibility

workmanager_platform_interface/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## Future
22

3+
### Dependencies & Infrastructure Updates
4+
* Updated Pigeon from 22.7.4 to 26.0.0 for enhanced multi-platform support
5+
* Regenerated platform interface files with new Pigeon version
6+
* Fixed Kotlin null safety issues compatibility
7+
38
### Breaking Changes
49
* **BREAKING**: Separate `ExistingWorkPolicy` and `ExistingPeriodicWorkPolicy` enums for better type safety
510
* Mirrors Android's native WorkManager API design

0 commit comments

Comments
 (0)