diff --git a/CHANGELOG.md b/CHANGELOG.md index 6303723..52fb1f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.3.0] - 30 April 2024 + +* Fix issue with pubspec in flutter_notification_center_firebase + ## [1.2.0] - 17 April 2024 * Add functionality to pin notifications by swiping diff --git a/packages/flutter_notification_center/pubspec.yaml b/packages/flutter_notification_center/pubspec.yaml index ab49fab..cdc6e9a 100644 --- a/packages/flutter_notification_center/pubspec.yaml +++ b/packages/flutter_notification_center/pubspec.yaml @@ -1,10 +1,8 @@ name: flutter_notification_center description: "A Flutter package for displaying notifications in a notification center." -# The following line prevents the package from being accidentally published to -# pub.dev using `flutter pub publish`. This is preferred for private packages. -publish_to: 'none' # Remove this line if you wish to publish to pub.dev +publish_to: 'none' -version: 1.0.0 +version: 1.3.0 environment: sdk: '>=3.3.2 <4.0.0' diff --git a/packages/flutter_notification_center_firebase/pubspec.yaml b/packages/flutter_notification_center_firebase/pubspec.yaml index eb53c43..8b9b68e 100644 --- a/packages/flutter_notification_center_firebase/pubspec.yaml +++ b/packages/flutter_notification_center_firebase/pubspec.yaml @@ -1,9 +1,8 @@ name: flutter_notification_center_firebase description: "A new Flutter project." - publish_to: "none" -version: 0.0.1+1 +version: 1.3.0 environment: sdk: ">=2.18.0 <3.0.0" @@ -23,7 +22,10 @@ dependencies: cupertino_icons: ^1.0.2 flutter_notification_center: - path: ../flutter_notification_center + git: + url: https://github.com/Iconica-Development/flutter_notification_center + ref: 1.3.0 + path: packages/flutter_notification_center dev_dependencies: flutter_test: