chore: Release v0.0.24 - Add support for iq-kr and other new flags#54
Merged
tnovau merged 1 commit intoon-the-edge-cloud:masterfrom Nov 7, 2025
Merged
Conversation
- Includes new flags added in commit 4baecab (fixes on-the-edge-cloud#50) - Notably adds support for iq-kr flag which exists on CDN - Rebuilt dist/ with updated countries list
Member
|
You're right, sorry I forgot to publish |
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
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.
Summary
This PR bumps the version to 0.0.24 to include new flags that were added after the last release (0.0.23).
Closes #53
What's Changed
package.jsondist/rebuilt with updatedcountries.jsthat includes new flagsRoot Cause
The flag
iq-krwas added in commit 4baecab (fixes #50), after version 0.0.23 was tagged and published. While the flag file exists on the CDN, the npm package'scountries.jsdidn't include it, causing the component to render the unknown flag (xx) instead.Testing
✅ All tests pass:
npm test✅ Build completes successfully:
Next Steps for Publishing
Once this PR is merged, the maintainer with npm credentials should:
Pull the latest master:
Verify the version and build:
Create a git tag:
Publish to npm:
Verify the published package:
npm view react-circle-flags version # Should show 0.0.24Related Issues
iq-krflag