Skip to content

Commit a671a05

Browse files
authored
release(local-notifications): 7.0.0 (#673)
1 parent 0ab9cc4 commit a671a05

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)