chore(release): bump version to 1.2.0 - #89
Conversation
|
React Doctor found 6 issues in 3 files · 2 errors & 4 warnings · score 64 / 100 (Needs work) · full project Errors
4 warnings
Reviewed by React Doctor for commit |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Essentials Run ID: 📒 Files selected for processing (1)
Included review availability: 3 reviews are currently available. Your included PR review attempts over the past 7 days set your current allowance at 4 reviews per hour. 📝 SummarySummary by CodeRabbit
WalkthroughThe package version changes from ChangesPackage Version Update
Priority: ⬇️ Low Estimated code review effort: 1 (Trivial) | ~2 minutes Change: Other Merge Risk: ⚪ Minimal · up to The package version update is ready to merge. 🚥 Pre-merge checks | ✅ 6✅ Passed checks (6 passed)
Comment |
Summary
package/package.jsonfrom1.1.0to1.2.0. The podspec reads this version, so there is no second bump.What ships in 1.2.0
Fourteen commits since
v1.1.0plus #88. Highlights:<Geojson>(feat: add GeoJSON overlays #61)Podfile.properties.json(feat(ios): opt-in Google Maps SDK via Podfile.properties #51), with the podspec fix that makes it installable (fix(ios): make podspec helpers visible inside the spec block #88)Two of these change behavior without a type change (the iOS Google SDK opt-in and the Metro resolution through
src/), so the GitHub Release body gets a Behavior changes section, as 1.1.0 did. No peer dependency changes.After merge
main(always a dry run).git checkout main && git pull && git tag -a v1.2.0 -m 'v1.2.0' && git push origin v1.2.0Verification
bun install --frozen-lockfilepasses;bun.lockneeds no change (same as the 1.1.0 bump).bunx release-it --no-increment --no-git --dry-runinpackage/runs thetest:cihook and generates the 1.2.0 changelog (2 features, 6 fixes).mainat 5c333fd (the fix(ios): make podspec helpers visible inside the spec block #88 merge) is green; this branch adds only the version line.Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.