mirror of
https://github.com/Iconica-Development/flutter_timetable.git
synced 2025-05-18 19:43:43 +02:00
fix: version and changelog
This commit is contained in:
parent
18f40b115f
commit
e05105d452
2 changed files with 5 additions and 1 deletions
|
@ -14,3 +14,7 @@
|
||||||
## [1.1.0] - 17 August 2023
|
## [1.1.0] - 17 August 2023
|
||||||
|
|
||||||
* Set scrolling to the current time by default if there are no blocks
|
* Set scrolling to the current time by default if there are no blocks
|
||||||
|
|
||||||
|
## [1.2.0] - 6 November 2023
|
||||||
|
|
||||||
|
* Add the ability to use BorderScroll. If enabled the next page is shown when scrolling to an specific offset.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: flutter_timetable
|
name: flutter_timetable
|
||||||
description: Flutter package to create a Timetable Widget that display blocks of widgets inside a timetable.
|
description: Flutter package to create a Timetable Widget that display blocks of widgets inside a timetable.
|
||||||
version: 1.1.0
|
version: 1.2.0
|
||||||
repository: https://github.com/Iconica-Development/timetable
|
repository: https://github.com/Iconica-Development/timetable
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in a new issue