Skip to content

Commit

Permalink
v1.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefuge committed Dec 23, 2023
1 parent c83a06d commit 2704930
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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.14",
"version": "1.1.15",
"packages": [
"packages/*"
],
Expand Down
6 changes: 6 additions & 0 deletions packages/ui-document-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.14",
"version": "1.1.15",
"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 2704930

Please sign in to comment.