mirror of
https://github.com/Iconica-Development/flutter_timeline.git
synced 2025-05-19 02:23:46 +02:00
chore: update CHANGELOG and set publish_to URL
This commit is contained in:
parent
25a6fd6129
commit
24719fa7f8
5 changed files with 13 additions and 9 deletions
|
@ -1,3 +1,7 @@
|
|||
## 4.1.1
|
||||
|
||||
- Get posts from the updated service when a new TimelineService has been passed
|
||||
|
||||
## 4.1.0
|
||||
- Migrate to flutter 3.22 which deprecates the background and onBackground properties in the ThemeData and also removes MaterialStatePropertyAll
|
||||
- Add categorySelectionButtonSelectedTextColor and categorySelectionButtonUnselectedTextColor to the timeline theme to allow for the customization of the text color of the category selection buttons
|
||||
|
|
|
@ -3,9 +3,9 @@
|
|||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
name: flutter_timeline
|
||||
description: Visual elements and interface combined into one package
|
||||
version: 4.1.0
|
||||
|
||||
publish_to: none
|
||||
version: 4.1.1
|
||||
homepage: https://github.com/Iconica-Development/flutter_timeline
|
||||
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
||||
|
||||
environment:
|
||||
sdk: ">=3.1.3 <4.0.0"
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
name: flutter_timeline_firebase
|
||||
description: Implementation of the Flutter Timeline interface for Firebase.
|
||||
version: 4.1.0
|
||||
|
||||
publish_to: none
|
||||
homepage: https://github.com/Iconica-Development/flutter_timeline
|
||||
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
||||
|
||||
environment:
|
||||
sdk: '>=3.1.3 <4.0.0'
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
name: flutter_timeline_interface
|
||||
description: Interface for the service of the Flutter Timeline component
|
||||
version: 4.1.0
|
||||
|
||||
publish_to: none
|
||||
homepage: https://github.com/Iconica-Development/flutter_timeline
|
||||
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
||||
|
||||
environment:
|
||||
sdk: '>=3.1.3 <4.0.0'
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
name: flutter_timeline_view
|
||||
description: Visual elements of the Flutter Timeline Component
|
||||
version: 4.1.0
|
||||
|
||||
publish_to: none
|
||||
homepage: https://github.com/Iconica-Development/flutter_timeline
|
||||
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
||||
|
||||
environment:
|
||||
sdk: '>=3.1.3 <4.0.0'
|
||||
|
|
Loading…
Reference in a new issue