From 3d10e08d0a71619e42ec337ee95a8bf8c0cbe7cc Mon Sep 17 00:00:00 2001 From: farfromrefug <> Date: Mon, 9 Sep 2024 14:01:36 +0200 Subject: [PATCH] chore(release): publish new version 1.1.25 --- 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 424479e..ca86a37 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.25](https://github.com/nativescript-community/ui-document-picker/compare/v1.1.24...v1.1.25) (2024-09-09) + +### Bug Fixes + +* **ios:** trying to fix issue when the UTType identifier is passed directly. ([a751ba9](https://github.com/nativescript-community/ui-document-picker/commit/a751ba986d5cfe522ad4efca549c301ad77be470)) + ## [1.1.24](https://github.com/nativescript-community/ui-document-picker/compare/v1.1.23...v1.1.24) (2024-07-25) ### Bug Fixes diff --git a/lerna.json b/lerna.json index c74e21f..df6d000 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.1.24", + "version": "1.1.25", "$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 16dd835..4cef7b2 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.25](https://github.com/nativescript-community/ui-document-picker/compare/v1.1.24...v1.1.25) (2024-09-09) + +**Note:** Version bump only for package @nativescript-community/ui-document-picker + ## [1.1.24](https://github.com/nativescript-community/ui-document-picker/compare/v1.1.23...v1.1.24) (2024-07-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 cc5c2cb..fec74b0 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.24", + "version": "1.1.25", "description": "A NativeScript plugin that allows you to select files from the device.", "main": "index", "typings": "index.d.ts",