-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update environment dependencies in pubspec #122
Conversation
Update environment dependencies in pubspec. Update versions to 4.0.2 for all plugin except aepedge is 4.1.0. Update Readme for Edge Bridge.
@@ -1,6 +1,6 @@ | |||
Pod::Spec.new do |s| | |||
s.name = 'flutter_aepedgebridge' | |||
s.version = '4.0.0' | |||
s.version = '4.0.2' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
podspec update from 4.0.0 to 4.0.2 due to I miss to update the 4.0.1 version
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will this be an issue? Or it is fine if they are not able to access 4.0.1 version?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -3,7 +3,7 @@ | |||
# | |||
Pod::Spec.new do |s| | |||
s.name = 'flutter_aepedge' | |||
s.version = '4.0.0' | |||
s.version = '4.1.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Edge is version 4.1.0, we added datastreamOverride feature.
plugins/flutter_aepedge/CHANGELOG.md
Outdated
## 4.1.0 | ||
|
||
* Added support to customize datastream configurations on a per-event basis using the sendEvent API | ||
* Update enviornment dependencies in pubspec. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo: environment in all the CHANGELOG.md file
Fix typo and few missed version update.
Update environment dependencies in pubspec.
Update versions to 4.0.2 for all plugin except aepedge is 4.1.0.
Update Readme for Edge Bridge.
Description
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: