diff --git a/CHANGELOG.md b/CHANGELOG.md index b112ba4..4f96293 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.14](https://github.com/nativescript-community/ui-document-picker/compare/v1.1.13...v1.1.14) (2023-12-15) + +### Bug Fixes + +* **android:** multiple extensions fix ([9d0f0b8](https://github.com/nativescript-community/ui-document-picker/commit/9d0f0b86dded175f51ad31c63931ad784395a787)) + +### Features + +* new `mimeTypes` and `documentTypes` to pass them directly to iOS and Android (without trying to figure out from `extensions`) ([5405704](https://github.com/nativescript-community/ui-document-picker/commit/5405704b051add12907146f99f1c124d8ad1e7fd)) + ## [1.1.13](https://github.com/nativescript-community/ui-document-picker/compare/v1.1.12...v1.1.13) (2023-10-24) ### Features diff --git a/demo-snippets/CHANGELOG.md b/demo-snippets/CHANGELOG.md index b8ca745..b8b8d7c 100644 --- a/demo-snippets/CHANGELOG.md +++ b/demo-snippets/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.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/template-snippet + ## [1.1.13](https://github.com/nativescript-community/ui-document-picker/compare/v1.1.12...v1.1.13) (2023-10-24) **Note:** Version bump only for package @nativescript-community/template-snippet diff --git a/demo-snippets/package.json b/demo-snippets/package.json index 5c66ad6..2a4835e 100644 --- a/demo-snippets/package.json +++ b/demo-snippets/package.json @@ -1,7 +1,7 @@ { "name": "@nativescript-community/template-snippet", - "version": "1.1.13", + "version": "1.1.14", "dependencies": { - "@nativescript-community/ui-document-picker": "*" + "@nativescript-community/ui-document-picker": "^1.1.14" } } diff --git a/lerna.json b/lerna.json index a0f174f..7a06f68 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.1.13", + "version": "1.1.14", "packages": [ "packages/*" ], diff --git a/packages/ui-document-picker/CHANGELOG.md b/packages/ui-document-picker/CHANGELOG.md index 4474ecc..d104ab5 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.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 + ## [1.1.13](https://github.com/nativescript-community/ui-document-picker/compare/v1.1.12...v1.1.13) (2023-10-24) **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 9dca029..28b536c 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.13", + "version": "1.1.14", "description": "A NativeScript plugin that allows you to select files from the device.", "main": "index", "typings": "index.d.ts",