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

Bump version to 1.0.1 #52

Merged
merged 3 commits into from
Apr 6, 2022
Merged

Bump version to 1.0.1 #52

merged 3 commits into from
Apr 6, 2022

Conversation

kevinlind
Copy link
Collaborator

@kevinlind kevinlind commented Mar 31, 2022

Description

Bump version to 1.0.1

  • Sets AEPCore dependency to v3.5.0
  • Sets AEPEdge dependency to v1.4.0
  • Uses AEPCore staging in Podfile as AEPCore 3.5.0 is not released yet.

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.

Set AEPEdge dependency to 1.3.1 and AEPCore dependency to 3.5.0
@codecov
Copy link

codecov bot commented Mar 31, 2022

Codecov Report

Merging #52 (e1dacb6) into dev (6889e11) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##              dev      #52   +/-   ##
=======================================
  Coverage   85.81%   85.81%           
=======================================
  Files           4        4           
  Lines         155      155           
=======================================
  Hits          133      133           
  Misses         22       22           

s.dependency 'AEPCore', '>= 3.1.0'
s.dependency 'AEPEdge', '>= 1.1.0'
s.dependency 'AEPCore', '>= 3.5.0'
s.dependency 'AEPEdge', '>= 1.4.0'
Copy link
Contributor

Choose a reason for hiding this comment

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

This one is not a requirement, but are you bumping just for format consistency?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yes, for the format consistency.

@emdobrin emdobrin merged commit 9a19d9e into adobe:dev Apr 6, 2022
@kevinlind kevinlind deleted the bump-v1.0.1 branch April 6, 2022 23:17
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.

3 participants