Skip to content

chore(release): bump to 1.1.6 and document Wear installer fix#2

Merged
c0d3rb4b4 merged 1 commit into
mainfrom
codex/fix-wear-apk-installation-crash
Feb 21, 2026
Merged

chore(release): bump to 1.1.6 and document Wear installer fix#2
c0d3rb4b4 merged 1 commit into
mainfrom
codex/fix-wear-apk-installation-crash

Conversation

@c0d3rb4b4
Copy link
Copy Markdown
Owner

Motivation

  • Record and ship the Wear APK installer fix so release artifacts and store submissions reflect the change.
  • Increment the mobile package version so CI and release tooling pick up the new release metadata.

Description

  • Set the Wear module applicationId to com.lallimaven.eclipsetimer.wear in apps/mobile/android/wear/build.gradle so the Wear APK installs as a distinct package.
  • Bumped apps/mobile/package.json version from 1.1.5 to 1.1.6.
  • Added a 1.1.6 section to CHANGELOG.md documenting the Wear APK installer fix.

Testing

  • Verified the package version with node -e "const pkg=require('./apps/mobile/package.json'); if(pkg.version!=='1.1.6'){process.exit(1)}; console.log(pkg.version)", which succeeded.
  • Ran git diff --check and pre-commit hooks (which run biome checks) during commit, and they completed without errors.

Codex Task

@c0d3rb4b4 c0d3rb4b4 merged commit f7ac475 into main Feb 21, 2026
1 check passed
@c0d3rb4b4 c0d3rb4b4 deleted the codex/fix-wear-apk-installation-crash branch February 26, 2026 05:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant