Skip to content

Commit

Permalink
chore(release): publish new version 1.1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Jun 14, 2024
1 parent 8607e8f commit 805c185
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
6 changes: 6 additions & 0 deletions 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.19](https://github.com/nativescript-community/ui-document-picker/compare/v1.1.18...v1.1.19) (2024-06-14)

### Bug Fixes

* **android:** new param `forceSAF` to always use SAF (and remove the need for storage permission) ([9a23f04](https://github.com/nativescript-community/ui-document-picker/commit/9a23f042deb482d6f04f6c8827afdab8fe5c766a))

## [1.1.18](https://github.com/nativescript-community/ui-document-picker/compare/v1.1.17...v1.1.18) (2024-04-07)

### 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.18",
"version": "1.1.19",
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
"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.19](https://github.com/nativescript-community/ui-document-picker/compare/v1.1.18...v1.1.19) (2024-06-14)

**Note:** Version bump only for package @nativescript-community/ui-document-picker

## [1.1.18](https://github.com/nativescript-community/ui-document-picker/compare/v1.1.17...v1.1.18) (2024-04-07)

**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.18",
"version": "1.1.19",
"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 805c185

Please sign in to comment.