Skip to content

release(local-notifications): 7.0.0 - #673

Open
NathanWalker wants to merge 1 commit into
mainfrom
release/local-notifications-7.0.0
Open

release(local-notifications): 7.0.0#673
NathanWalker wants to merge 1 commit into
mainfrom
release/local-notifications-7.0.0

Conversation

@NathanWalker

@NathanWalker NathanWalker commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

Records the @nativescript/local-notifications@7.0.0 release, already published to npm.

Why this was needed

a503c40 (#639) landed after the 6.4.0 release commit and no release had been cut since, so the published 6.4.0 still shipped the old code and @nativescript-community/perms: ^2.3.0. A user reported the commit missing from the latest package — it was.

Why major, not patch

perms v3 changed the resolved value of check() / request():

v2 v3
check('notification') [Status, boolean] tuple Status string

isAuthorized was updated to match, so the plugin now requires perms v3. Apps pinning perms v2 must upgrade.

Note

nx build local-notifications did not pass on main before this — the root perms devDependency was still v2, where Result is not generic, so index.android.ts:298 failed with TS2315. That is fixed by #679.

🤖 Generated with Claude Code

Published to npm as @nativescript/local-notifications@7.0.0.

Ships #639, which switched the plugin to @nativescript-community/perms v3
and was merged after 6.4.0 was cut. Major bump because v3's check()/request()
resolve to a Status string rather than the v2 [Status, boolean] tuple.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Aug 24, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 2872f4ef-83c3-4fc8-a664-4c37310ed8a0

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

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.

1 participant