Skip to content

Commit

Permalink
v1.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefuge committed Dec 15, 2023
1 parent 5ac2075 commit 73768ea
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions demo-snippets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions demo-snippets/package.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.13",
"version": "1.1.14",
"packages": [
"packages/*"
],
Expand Down
4 changes: 4 additions & 0 deletions packages/ui-document-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-document-picker/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 73768ea

Please sign in to comment.