Skip to content

chore(release): bump version to 1.2.0 - #89

Merged
jkasprzyk17 merged 1 commit into
mainfrom
chore/release-1.2.0
Sep 15, 2026
Merged

jkasprzyk17 merged 1 commit into
mainfrom
chore/release-1.2.0

Conversation

@jkasprzyk17

@jkasprzyk17 jkasprzyk17 commented Sep 15, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Bumps package/package.json from 1.1.0 to 1.2.0. The podspec reads this version, so there is no second bump.
  • Same shape as chore(release): bump version to 1.1.0 #53: the version lands through a reviewed pull request, the tag pushed afterwards triggers the publish.

What ships in 1.2.0

Fourteen commits since v1.1.0 plus #88. Highlights:

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

  1. Optional: run the Release workflow manually on main (always a dry run).
  2. git checkout main && git pull && git tag -a v1.2.0 -m 'v1.2.0' && git push origin v1.2.0
  3. The workflow publishes to npm with provenance and creates the GitHub Release; replace the generated body with the prepared notes.

Verification

  • bun install --frozen-lockfile passes; bun.lock needs no change (same as the 1.1.0 bump).
  • bunx release-it --no-increment --no-git --dry-run in package/ runs the test:ci hook and generates the 1.2.0 changelog (2 features, 6 fixes).
  • CI on main at 5c333fd (the fix(ios): make podspec helpers visible inside the spec block #88 merge) is green; this branch adds only the version line.

View with [code]smith Autofix with [code]smith
Need help on this PR? Tag @codesmith-bot with what you need. Autofix is disabled.

@github-actions

Copy link
Copy Markdown

React Doctor found 6 issues in 3 files · 2 errors & 4 warnings · score 64 / 100 (Needs work) · full project

Errors

4 warnings

App.tsx

  • ⚠️ L727 Side effect inside a state updater function no-side-effect-in-state-updater-function
  • ⚠️ L732 Side effect inside a state updater function no-side-effect-in-state-updater-function
  • ⚠️ L733 Side effect inside a state updater function no-side-effect-in-state-updater-function

src/components/MapView.tsx

  • ⚠️ L46 React function has high control-flow complexity no-high-complexity-react-function

Reviewed by React Doctor for commit efd881a. See inline comments for fixes.

@coderabbitai

coderabbitai Bot commented Sep 15, 2026

Copy link
Copy Markdown

Review Change StackReview Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Essentials

Run ID: 587cc14d-f561-4502-bb55-0e8e8e74c64d

📥 Commits

Reviewing files that changed from the base of the PR and between 5c333fd and efd881a.

📒 Files selected for processing (1)
  • package/package.json

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.


📝 Summary

Summary by CodeRabbit

  • Chores
    • Updated the package version from 1.1.0 to 1.2.0.

Walkthrough

The package version changes from 1.1.0 to 1.2.0. No exported or public declarations change.

Changes

Package Version Update

Layer / File(s) Summary
Update package version
package/package.json
The package version changes from 1.1.0 to 1.2.0.

Priority: ⬇️ Low

Estimated code review effort: 1 (Trivial) | ~2 minutes

Change: Other

Merge Risk: ⚪ Minimal · up to efd88

The package version update is ready to merge.

🚥 Pre-merge checks | ✅ 6
✅ Passed checks (6 passed)
Check name Status Explanation
Title check ✅ Passed The title is concise, descriptive, under 50 characters, and uses the required PR type prefix. It accurately describes the version bump.
Description check ✅ Passed The description directly explains the version bump, release contents, verification steps, and post-merge release process. It is fully related to the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Security Check ✅ Passed PASS: The reviewed range changes only package/package.json line 3, from version 1.1.0 to 1.2.0. It changes no dependencies, scripts, publish settings, workflow files, or executable code. The pod…

Comment @coderabbitai help to get the list of available commands.

@jkasprzyk17
jkasprzyk17 merged commit a831442 into main Sep 15, 2026
6 checks passed
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.

2 participants