Skip to content

Commit 22fbbcb

Browse files
chore(release): publish
- project: secure-storage 4.0.2
1 parent c2015f6 commit 22fbbcb

3 files changed

Lines changed: 20 additions & 3 deletions

File tree

packages/secure-storage/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 4.0.2 (2026-08-04)
2+
3+
### 🚀 Features
4+
5+
- **iqkeyboardmanager:** swift package 8.0.2 ([d58bf0d](https://github.com/NativeScript/plugins/commit/d58bf0d))
6+
- input accessory ([#659](https://github.com/NativeScript/plugins/pull/659))
7+
8+
### 🩹 Fixes
9+
10+
- **secure-storage:** make the ios simulator NSUserDefaults fallback opt-in ([#670](https://github.com/NativeScript/plugins/pull/670))
11+
- **datetimepicker:** android build case with NativeClass ([6a2cc61](https://github.com/NativeScript/plugins/commit/6a2cc61))
12+
13+
### ❤️ Thank You
14+
15+
- Eduardo Speroni @edusperoni
16+
- Nathan Walker
17+
118
## 4.0.1 (2025-09-17)
219

320
### 🩹 Fixes

packages/secure-storage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/secure-storage",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "Secure Storage NativeScript plugin",
55
"main": "index",
66
"typings": "index.d.ts",

tsconfig.base.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"@nativescript/google-signin": ["packages/google-signin/index.d.ts"],
5252
"@nativescript/haptics": ["packages/haptics/index.d.ts"],
5353
"@nativescript/imagepicker": ["packages/imagepicker/index.d.ts"],
54+
"@nativescript/input-accessory": ["packages/input-accessory/index.d.ts"],
5455
"@nativescript/ios-security": ["packages/ios-security/index.d.ts"],
5556
"@nativescript/iqkeyboardmanager": ["packages/iqkeyboardmanager/index.d.ts"],
5657
"@nativescript/keyboard-toolbar": ["packages/keyboard-toolbar/index.d.ts"],
@@ -65,8 +66,7 @@
6566
"@nativescript/social-share": ["packages/social-share/index.d.ts"],
6667
"@nativescript/theme-switcher": ["packages/theme-switcher/index.ts"],
6768
"@nativescript/twitter": ["packages/twitter/index.d.ts"],
68-
"@nativescript/zip": ["packages/zip/index.d.ts"],
69-
"@nativescript/input-accessory": ["packages/input-accessory/index.d.ts"]
69+
"@nativescript/zip": ["packages/zip/index.d.ts"]
7070
}
7171
},
7272
"exclude": ["node_modules", "tmp"]

0 commit comments

Comments
 (0)