Skip to content
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

Merged
merged 3 commits into from
May 10, 2024

Conversation

cacheung
Copy link
Contributor

@cacheung cacheung commented May 10, 2024

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

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have signed the Adobe Open Source CLA.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

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'
Copy link
Contributor Author

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

Copy link

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?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This version shows up when doing the pod update.

e.g flutter_aepcore (4.0.2)

So should match to Pubspec version. It doesn't affect functionality.

podupdate

@@ -3,7 +3,7 @@
#
Pod::Spec.new do |s|
s.name = 'flutter_aepedge'
s.version = '4.0.0'
s.version = '4.1.0'
Copy link
Contributor Author

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.

## 4.1.0

* Added support to customize datastream configurations on a per-event basis using the sendEvent API
* Update enviornment dependencies in pubspec.
Copy link
Contributor

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.
@cacheung cacheung merged commit 896dde3 into adobe:staging May 10, 2024
10 checks passed
@cacheung cacheung deleted the versionUpdate branch May 10, 2024 21:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants