From 96466f21fd73ceea01ad2203da9f24ad29ab8df9 Mon Sep 17 00:00:00 2001 From: Norman Breau Date: Sun, 20 Oct 2024 17:47:49 -0300 Subject: [PATCH] 8.1.1 Release Draft --- RELEASENOTES.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- plugin.xml | 2 +- tests/package-lock.json | 13 +++++++++++++ tests/package.json | 2 +- tests/plugin.xml | 2 +- 7 files changed, 28 insertions(+), 6 deletions(-) create mode 100644 tests/package-lock.json diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 49e7e644..b2754229 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,15 @@ --> # Release Notes +### 8.1.1 (Oct 20, 2024) + +**Fixes:** +* [GH-629](https://github.com/apache/cordova-plugin-file/pull/629) fix(android): Content FS support in PathHandler (#629) + +**Documentation:** +* [GH-639](https://github.com/apache/cordova-plugin-file/pull/639) docs: Correct onwriteend to onwrite (#639) +* [GH-628](https://github.com/apache/cordova-plugin-file/pull/638) docs: Reformatting specs (#638) + ### 8.1.0 (May 31, 2024) **Features:** diff --git a/package-lock.json b/package-lock.json index 2c7fd087..3c648de0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cordova-plugin-file", - "version": "8.1.1-dev", + "version": "8.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cordova-plugin-file", - "version": "8.1.1-dev", + "version": "8.1.1", "license": "Apache-2.0", "devDependencies": { "@cordova/eslint-config": "^5.0.0" diff --git a/package.json b/package.json index 63183bb9..47eb1f4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-file", - "version": "8.1.1-dev", + "version": "8.1.1", "description": "Cordova File Plugin", "types": "./types/index.d.ts", "cordova": { diff --git a/plugin.xml b/plugin.xml index 87c87157..94cac8d1 100644 --- a/plugin.xml +++ b/plugin.xml @@ -21,7 +21,7 @@ + version="8.1.1"> File Cordova File Plugin Apache 2.0 diff --git a/tests/package-lock.json b/tests/package-lock.json new file mode 100644 index 00000000..40cfb8fa --- /dev/null +++ b/tests/package-lock.json @@ -0,0 +1,13 @@ +{ + "name": "cordova-plugin-file-tests", + "version": "8.1.1", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "cordova-plugin-file-tests", + "version": "8.1.1", + "license": "Apache-2.0" + } + } +} diff --git a/tests/package.json b/tests/package.json index 1a5f2c19..ffaf40d7 100644 --- a/tests/package.json +++ b/tests/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-file-tests", - "version": "8.1.1-dev", + "version": "8.1.1", "description": "", "cordova": { "id": "cordova-plugin-file-tests", diff --git a/tests/plugin.xml b/tests/plugin.xml index 556d3144..d900cc45 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -21,7 +21,7 @@ + version="8.1.1"> Cordova File Plugin Tests Apache 2.0