From 805c1853375d55a95ba8730b06324b6b48291c55 Mon Sep 17 00:00:00 2001 From: farfromrefug <> Date: Fri, 14 Jun 2024 10:37:36 +0200 Subject: [PATCH] chore(release): publish new version 1.1.19 --- CHANGELOG.md | 6 ++++++ lerna.json | 2 +- packages/ui-document-picker/CHANGELOG.md | 4 ++++ packages/ui-document-picker/package.json | 2 +- 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 251ff8d..65e3db2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.19](https://github.com/nativescript-community/ui-document-picker/compare/v1.1.18...v1.1.19) (2024-06-14) + +### Bug Fixes + +* **android:** new param `forceSAF` to always use SAF (and remove the need for storage permission) ([9a23f04](https://github.com/nativescript-community/ui-document-picker/commit/9a23f042deb482d6f04f6c8827afdab8fe5c766a)) + ## [1.1.18](https://github.com/nativescript-community/ui-document-picker/compare/v1.1.17...v1.1.18) (2024-04-07) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 44a38d0..9afcff3 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.1.18", + "version": "1.1.19", "$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json", "packages": [ "packages/*" diff --git a/packages/ui-document-picker/CHANGELOG.md b/packages/ui-document-picker/CHANGELOG.md index e7d33ba..0cec2b9 100644 --- a/packages/ui-document-picker/CHANGELOG.md +++ b/packages/ui-document-picker/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.19](https://github.com/nativescript-community/ui-document-picker/compare/v1.1.18...v1.1.19) (2024-06-14) + +**Note:** Version bump only for package @nativescript-community/ui-document-picker + ## [1.1.18](https://github.com/nativescript-community/ui-document-picker/compare/v1.1.17...v1.1.18) (2024-04-07) **Note:** Version bump only for package @nativescript-community/ui-document-picker diff --git a/packages/ui-document-picker/package.json b/packages/ui-document-picker/package.json index a6d84b0..1663aff 100644 --- a/packages/ui-document-picker/package.json +++ b/packages/ui-document-picker/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-document-picker", - "version": "1.1.18", + "version": "1.1.19", "description": "A NativeScript plugin that allows you to select files from the device.", "main": "index", "typings": "index.d.ts",