-
Notifications
You must be signed in to change notification settings - Fork 1
fix: Publishing Migration To Central Portal #6
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
andredestro
approved these changes
Jun 26, 2025
github-actions bot
pushed a commit
that referenced
this pull request
Oct 24, 2025
# 1.0.0 (2025-10-24) * feat!: Fallback for no network or Play Services ([#7](#7)) ([e820114](e820114)), closes [IONGLOCLocationOptions#useLocationManagerFallback](https://github.com/IONGLOCLocationOptions/issues/useLocationManagerFallback) ### Bug Fixes * fix subtitle in README.md ([afc0bb4](afc0bb4)) * fix subtitles in README.md ([148471a](148471a)) * fix subtitles in README.md ([d778351](d778351)) * fix typo in yml file ([765b75d](765b75d)) * fixing typo in README ([7b5fa41](7b5fa41)) * LICENSE file directory in publish-module.gradle file ([3340682](3340682)) * publish library under `io.ionic.libs` instead of `com.capacitorjs` ([1bf7cd8](1bf7cd8)) * Publishing Migration To Central Portal ([#6](#6)) ([60228ff](60228ff)) ### Features * add publish-android workflow to publish Android lib in Maven ([7d33cbe](7d33cbe)) * bring full implementation of library from outsystems-geolocation repo ([0b1362c](0b1362c)) * set workflow_dispatch to manual trigger, avoiding the GitHub action to run when pushing to a branch ([8a1b7be](8a1b7be)) * use semantic-release for library ([53f775e](53f775e)) ### BREAKING CHANGES * The constructor and some methods of `IONGLOCController` have changed signatures. Updating the library will require changes to fix compilation errors. * refactor: Rename new fallback attribute References: https://outsystemsrd.atlassian.net/browse/RMET-2991 * refactor: Extract code to separate methods * fix: Improve `getCurrentLocation` fallback and fix fallback condition References: https://outsystemsrd.atlassian.net/browse/RMET-2991 * chore: update Gradle, AGP, and Android SDK * fix: Fallback Quality based on network connectivity * fix: Use maximumAge in addWatch fallback * fix: Improve use of providers in fallback References: https://outsystemsrd.atlassian.net/browse/RMET-2991 * refactor: Extract methods and classes to separate files References: https://outsystemsrd.atlassian.net/browse/RMET-2991 * chore: Return specific error on no network+location * docs: Document the IONGLOCLocationOptions properties * chore: Prepare to release 2.0.0 1.0.0->2.0.0 because it includes breaking changes References: https://outsystemsrd.atlassian.net/browse/RMET-2991 * chore: remove outdate doc References: https://outsystemsrd.atlassian.net/browse/RMET-2991 * chore: remove irrelevant portion of PR template References: https://outsystemsrd.atlassian.net/browse/RMET-2991 * refactor: minor changes from PR comments References: https://outsystemsrd.atlassian.net/browse/RMET-2991
|
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
alexgerardojacinto
pushed a commit
that referenced
this pull request
Oct 24, 2025
# 1.0.0 (2025-10-24) * feat!: Fallback for no network or Play Services ([#7](#7)) ([e820114](e820114)), closes [IONGLOCLocationOptions#useLocationManagerFallback](https://github.com/IONGLOCLocationOptions/issues/useLocationManagerFallback) ### Bug Fixes * fix subtitle in README.md ([afc0bb4](afc0bb4)) * fix subtitles in README.md ([148471a](148471a)) * fix subtitles in README.md ([d778351](d778351)) * fix typo in yml file ([765b75d](765b75d)) * fixing typo in README ([7b5fa41](7b5fa41)) * LICENSE file directory in publish-module.gradle file ([3340682](3340682)) * publish library under `io.ionic.libs` instead of `com.capacitorjs` ([1bf7cd8](1bf7cd8)) * Publishing Migration To Central Portal ([#6](#6)) ([60228ff](60228ff)) ### Features * add publish-android workflow to publish Android lib in Maven ([7d33cbe](7d33cbe)) * bring full implementation of library from outsystems-geolocation repo ([0b1362c](0b1362c)) * set workflow_dispatch to manual trigger, avoiding the GitHub action to run when pushing to a branch ([8a1b7be](8a1b7be)) * use semantic-release for library ([53f775e](53f775e)) ### BREAKING CHANGES * The constructor and some methods of `IONGLOCController` have changed signatures. Updating the library will require changes to fix compilation errors. * refactor: Rename new fallback attribute References: https://outsystemsrd.atlassian.net/browse/RMET-2991 * refactor: Extract code to separate methods * fix: Improve `getCurrentLocation` fallback and fix fallback condition References: https://outsystemsrd.atlassian.net/browse/RMET-2991 * chore: update Gradle, AGP, and Android SDK * fix: Fallback Quality based on network connectivity * fix: Use maximumAge in addWatch fallback * fix: Improve use of providers in fallback References: https://outsystemsrd.atlassian.net/browse/RMET-2991 * refactor: Extract methods and classes to separate files References: https://outsystemsrd.atlassian.net/browse/RMET-2991 * chore: Return specific error on no network+location * docs: Document the IONGLOCLocationOptions properties * chore: Prepare to release 2.0.0 1.0.0->2.0.0 because it includes breaking changes References: https://outsystemsrd.atlassian.net/browse/RMET-2991 * chore: remove outdate doc References: https://outsystemsrd.atlassian.net/browse/RMET-2991 * chore: remove irrelevant portion of PR template References: https://outsystemsrd.atlassian.net/browse/RMET-2991 * refactor: minor changes from PR comments References: https://outsystemsrd.atlassian.net/browse/RMET-2991
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
We currently publish the library in Maven Central through OSSRH, however this needs to be changed due OSSRH being shutdown in after June 30th 2025.
Migration of
io.ionicnamespace to Central Portal has already been done, this PR takes care of updating the publishing logic - which uses a new token that is now accessed in different github secrets.Relevant References:
Type of changes
Checklist