Skip to content

Commit 1c22a66

Browse files
NathanWalkerclaude
andcommitted
release(local-notifications): 7.0.0
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>
1 parent 22fbbcb commit 1c22a66

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

packages/local-notifications/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 7.0.0 (2026-08-24)
2+
3+
### ⚠️ Breaking Changes
4+
5+
- **local-notifications:** now depends on `@nativescript-community/perms` v3, whose `check()`/`request()` resolve to a `Status` string instead of a `[Status, boolean]` tuple. Apps pinning perms v2 must upgrade.
6+
7+
### 🚀 Features
8+
9+
- **local-notifications:** use updated perms dependency + simplify authorization check ([#639](https://github.com/NativeScript/plugins/pull/639))
10+
11+
### ❤️ Thank You
12+
13+
- 江程训 @cnclboss
14+
115
## 6.4.0 (2025-03-03)
216

317
### 🩹 Fixes

packages/local-notifications/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/local-notifications",
3-
"version": "6.4.0",
3+
"version": "7.0.0",
44
"description": "The Local Notifications plugin allows your app to show notifications when the app is not running.",
55
"main": "index",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)