diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f96293..924fc55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.15](https://github.com/nativescript-community/ui-document-picker/compare/v1.1.14...v1.1.15) (2023-12-23) + +### Bug Fixes + +* **android:** native-api-usage ([a87fa8e](https://github.com/nativescript-community/ui-document-picker/commit/a87fa8e71dafac822644eb69559ba5b9a9257fae)) +* **android:** removed logging and refactor ([c83a06d](https://github.com/nativescript-community/ui-document-picker/commit/c83a06da2d3903635f759715cb92f8dbe44e2184)) + ## [1.1.14](https://github.com/nativescript-community/ui-document-picker/compare/v1.1.13...v1.1.14) (2023-12-15) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 7a06f68..3d5a939 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.1.14", + "version": "1.1.15", "packages": [ "packages/*" ], diff --git a/packages/ui-document-picker/CHANGELOG.md b/packages/ui-document-picker/CHANGELOG.md index d104ab5..4bcd26e 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.15](https://github.com/nativescript-community/ui-document-picker/compare/v1.1.14...v1.1.15) (2023-12-23) + +### Bug Fixes + +* **android:** native-api-usage ([a87fa8e](https://github.com/nativescript-community/ui-document-picker/commit/a87fa8e71dafac822644eb69559ba5b9a9257fae)) + ## [1.1.14](https://github.com/nativescript-community/ui-document-picker/compare/v1.1.13...v1.1.14) (2023-12-15) **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 6b2fd84..da486e4 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.14", + "version": "1.1.15", "description": "A NativeScript plugin that allows you to select files from the device.", "main": "index", "typings": "index.d.ts",