From 7338b411e5780b56d8cde95220e8c38bafbebef2 Mon Sep 17 00:00:00 2001 From: farfromrefug <> Date: Wed, 3 Jul 2024 14:19:31 +0200 Subject: [PATCH] chore(release): publish new version 1.1.22 --- CHANGELOG.md | 6 ++++++ lerna.json | 2 +- packages/ui-document-picker/CHANGELOG.md | 6 ++++++ packages/ui-document-picker/package.json | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 966cb98..7c7a511 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.22](https://github.com/nativescript-community/ui-document-picker/compare/v1.1.21...v1.1.22) (2024-07-03) + +### Bug Fixes + +* **android:** prevent error while using content:// file path ([2ee2b45](https://github.com/nativescript-community/ui-document-picker/commit/2ee2b45d7cea6ceb7a2c0d14d1d91b6879403268)) + ## [1.1.21](https://github.com/nativescript-community/ui-document-picker/compare/v1.1.20...v1.1.21) (2024-06-25) ### Bug Fixes diff --git a/lerna.json b/lerna.json index a53941e..a78de95 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.1.21", + "version": "1.1.22", "$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 8cd9ef2..cc7d747 100644 --- a/packages/ui-document-picker/CHANGELOG.md +++ b/packages/ui-document-picker/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.22](https://github.com/nativescript-community/ui-document-picker/compare/v1.1.21...v1.1.22) (2024-07-03) + +### Bug Fixes + +* **android:** prevent error while using content:// file path ([2ee2b45](https://github.com/nativescript-community/ui-document-picker/commit/2ee2b45d7cea6ceb7a2c0d14d1d91b6879403268)) + ## [1.1.21](https://github.com/nativescript-community/ui-document-picker/compare/v1.1.20...v1.1.21) (2024-06-25) **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 455ebfc..00cfc58 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.21", + "version": "1.1.22", "description": "A NativeScript plugin that allows you to select files from the device.", "main": "index", "typings": "index.d.ts",