Skip to content

Commit

Permalink
Updated version and changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
IVLIVS-III committed Dec 2, 2022
1 parent 384890c commit 2e1fa43
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@

<!-- To benefit from the current changelog reader in CI/CD, please follow the changelog format from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -->

## [4.2.1](https://github.com/builttoroam/device_calendar/releases/tag/4.2.1)
## [4.3.0](https://github.com/builttoroam/device_calendar/releases/tag/4.3.0)

- Updated multiple underlying dependencies
- *Note:* `timezone 0.9.0` [removed named database files](https://pub.dev/packages/timezone/changelog#090). If you are only using `device_calendar`, you can ignore this note.
- Added support for all-day multi-day events on iOS
- Fixed iOS issue of adding attendees to events
- Fixed Android issue of the `ownerAccount` being null

## [4.2.0](https://github.com/builttoroam/device_calendar/releases/tag/4.2.0)

Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: device_calendar
description: A cross platform plugin for modifying calendars on the user's device.
version: 4.2.1
version: 4.3.0
homepage: https://github.com/builttoroam/device_calendar/tree/master

dependencies:
flutter:
sdk: flutter
collection: ^1.16.0
sprintf: ^6.0.2
sprintf: ^7.0.0
timezone: ^0.9.0
flutter_native_timezone: ^2.0.0

Expand Down

0 comments on commit 2e1fa43

Please sign in to comment.