Skip to content

Commit 195d44a

Browse files
author
Koen Zwikstra
authored
fixes invalid pubspec.yaml (#20)
1 parent d8a409f commit 195d44a

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.0.7] - 2025-11-10
6+
7+
### Fixes
8+
- Invalid pubspec.yaml package description
9+
510
## [1.0.6] - 2025-11-10
611

712
### Fixed
@@ -77,6 +82,7 @@ All notable changes to this project will be documented in this file.
7782
- Timezone-aware date/time handling
7883
- Two-layer architecture (document + semantic)
7984

85+
[1.0.7]: https://github.com/firstfloorsoftware/firstfloor_calendar/releases/tag/v1.0.7
8086
[1.0.6]: https://github.com/firstfloorsoftware/firstfloor_calendar/releases/tag/v1.0.6
8187
[1.0.5]: https://github.com/firstfloorsoftware/firstfloor_calendar/releases/tag/v1.0.5
8288
[1.0.4]: https://github.com/firstfloorsoftware/firstfloor_calendar/releases/tag/v1.0.4

pubspec.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: firstfloor_calendar
2-
description: >-
3-
RFC 5545 compliant iCalendar (.ics) parser for Dart and Flutter.
4-
Parse calendar events, todos, journals with full RRULE recurrence support.
5-
Memory-efficient streaming for large files. Type-safe API with timezone handling.
6-
version: 1.0.6
2+
description: RFC 5545 compliant iCalendar (.ics) parser for Dart and Flutter.
3+
version: 1.0.7
74
repository: https://github.com/firstfloorsoftware/firstfloor_calendar
85
topics:
96
- icalendar

0 commit comments

Comments
 (0)