We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ff5ba8 commit 18402ebCopy full SHA for 18402eb
2 files changed
packages/zip/CHANGELOG.md
@@ -0,0 +1,15 @@
1
+# 7.0.0 (2025-08-26)
2
+
3
+### 🚀 Features
4
5
+- **zip:** use spm to support mac catalyst and latest ios, plus android 2.11.5 ([#636](https://github.com/NativeScript/plugins/pull/636))
6
+- update zip native libs to latest ([6a6e477](https://github.com/NativeScript/plugins/commit/6a6e477))
7
8
+### 🩹 Fixes
9
10
+- **zip:** type ([6c9f360](https://github.com/NativeScript/plugins/commit/6c9f360))
11
12
+### ❤️ Thank You
13
14
+- Nathan Walker
15
+- Osei Fortune @triniwiz
packages/zip/package.json
@@ -1,6 +1,6 @@
{
"name": "@nativescript/zip",
- "version": "7.0.0-alpha.0",
+ "version": "7.0.0",
"description": "A simple utility class for zipping and unzipping files in NativeScript",
"main": "index",
"typings": "index.d.ts",
0 commit comments