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

feat: bump plugin version for next major #749

Merged
merged 2 commits into from
Aug 9, 2021
Merged

Conversation

erisu
Copy link
Member

@erisu erisu commented Jul 17, 2021

Platforms affected

None

Motivation and Context

Preparing for next major release that will be for Cordova-Android's next major.

Description

Bump package and package-lock to 6.0.0-dev

Testing

  • n/a

Checklist

  • I've run the tests to see all new and existing tests pass
  • I added automated test coverage as appropriate for this change
  • Commit is prefixed with (platform) if this change only applies to one platform (e.g. (android))
  • If this Pull Request resolves an issue, I linked to the issue in the text above (and used the correct keyword to close issues using keywords)
  • I've updated the documentation if necessary

@erisu erisu requested a review from jcesarmobile July 17, 2021 08:07
Copy link
Member

@jcesarmobile jcesarmobile left a comment

Choose a reason for hiding this comment

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

requested two changes

package.json Outdated
"cordova-android": "<10.0.0",
"cordova-ios": ">=5.1.0",
"cordova": ">=9.0.0"
},
"6.0.0": {
Copy link
Member

Choose a reason for hiding this comment

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

6.0.0 should include new engines and the >100 should be for a 7.0.0 entry

plugin.xml Outdated
@@ -31,7 +31,7 @@

<engines>
<engine name="cordova" version=">=9.0.0"/>
<engine name="cordova-android" version=">=9.0.0" />
<engine name="cordova-android" version="<10.0.0" />
Copy link
Member

Choose a reason for hiding this comment

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

Should be

Suggested change
<engine name="cordova-android" version="<10.0.0" />
<engine name="cordova-android" version=">=10.0.0" />

@jcesarmobile
Copy link
Member

ok, nevermind, the changes I requested are actually done on #750

it's confusing that the PR show those changes, but it's probably related to the PR having conflicts

@erisu erisu merged commit 4ee90a8 into apache:master Aug 9, 2021
@erisu erisu deleted the feat/bump-major branch August 9, 2021 11:52
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

4 participants