Skip to content

Commit

Permalink
Merge pull request #6 from Iconica-Development/1.3.0
Browse files Browse the repository at this point in the history
fix: pubspec
  • Loading branch information
Gorter-dev authored Apr 23, 2024
2 parents c306c45 + 0c4e674 commit 9df43a3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 2 additions & 4 deletions packages/flutter_notification_center/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
8 changes: 5 additions & 3 deletions packages/flutter_notification_center_firebase/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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:
Expand Down

0 comments on commit 9df43a3

Please sign in to comment.