Skip to content

Commit

Permalink
Merge branch 'release'
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelsetragni committed Sep 30, 2023
2 parents b1049a3 + 0d3c2de commit f6b7dd4
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .dart_tool/package_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@
"languageVersion": "2.19"
}
],
"generated": "2023-09-27T00:22:33.347374Z",
"generated": "2023-09-27T02:54:47.294130Z",
"generator": "pub",
"generatorVersion": "3.1.2"
}
6 changes: 5 additions & 1 deletion .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.7.7]
### Improved
* Enhanced versioning of iOS core libraries to better support DevOps, ensuring greater flexibility for future updates.

## [0.7.6]
### Added
* Integration with awesome_notifications_core to automatically manage versions
Expand Down
14 changes: 7 additions & 7 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
PODS:
- awesome_notifications (0.7.5):
- awesome_notifications (0.7.6):
- Flutter
- IosAwnCore (= 0.7.5)
- IosAwnCore (~> 0.7.6)
- device_info_plus (0.0.1):
- Flutter
- Flutter (1.0.0)
- fluttertoast (0.0.2):
- Flutter
- Toast
- IosAwnCore (0.7.5)
- IosAwnCore (0.7.6)
- path_provider_foundation (0.0.1):
- Flutter
- FlutterMacOS
Expand Down Expand Up @@ -55,11 +55,11 @@ EXTERNAL SOURCES:
:path: ".symlinks/plugins/vibration/ios"

SPEC CHECKSUMS:
awesome_notifications: 866bda0a8fcf8f83cb0fe76762f730c6b77083db
awesome_notifications: ed4a1fc51472a08eb14849d03ba0b27dd170e7a2
device_info_plus: 7545d84d8d1b896cb16a4ff98c19f07ec4b298ea
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
fluttertoast: fafc4fa4d01a6a9e4f772ecd190ffa525e9e2d9c
IosAwnCore: 29cb6224ff81d33529b0055556897b63471de801
fluttertoast: 31b00dabfa7fb7bacd9e7dbee580d7a2ff4bf265
IosAwnCore: c5106760789f03b35823c3bb427a4698ec59aa47
path_provider_foundation: 29f094ae23ebbca9d3d0cec13889cd9060c0e943
shared_preferences_foundation: e2dae3258e06f44cc55f49d42024fd8dd03c590c
Toast: 91b396c56ee72a5790816f40d3a94dd357abc196
Expand All @@ -68,4 +68,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 75def7c0fdb0efe5a8b7599c2e7d9302906d572f

COCOAPODS: 1.12.1
COCOAPODS: 1.13.0
4 changes: 2 additions & 2 deletions ios/awesome_notifications.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'awesome_notifications'
s.version = '0.7.5'
s.version = '0.7.6'
s.summary = 'A complete solution to create Local and Push Notifications, through Firebase or another services, using Flutter.'
s.description = <<-DESC
A complete solution to create Local Notifications and Push Notifications, through Firebase or another services, using Flutter.
Expand All @@ -12,7 +12,7 @@ A complete solution to create Local Notifications and Push Notifications, throug
s.source_files = 'Classes/**/*'
s.static_framework = true
s.dependency 'Flutter'
s.dependency 'IosAwnCore', '0.7.5'
s.dependency 'IosAwnCore', '~> 0.7.6'
s.platform = :ios, '11.0'

# Flutter.framework does not contain a i386 slice. Only x86_64 simulators are supported.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: awesome_notifications
description: A complete solution to create Local and Push Notifications, customizing buttons, images, sounds, emoticons and applying many different layouts for Flutter apps.
version: 0.7.6
version: 0.7.7
repository: https://github.com/rafaelsetragni/awesome_notifications

environment:
Expand Down

0 comments on commit f6b7dd4

Please sign in to comment.