diff --git a/CHANGELOG.md b/CHANGELOG.md index c702ace..6003ba8 100644 --- a/CHANGELOG.md +++ b/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.17](https://github.com/nativescript-community/ui-document-picker/compare/v1.1.16...v1.1.17) (2024-01-14) + +### Bug Fixes + +* **ios:** rollback for now ([748f455](https://github.com/nativescript-community/ui-document-picker/commit/748f45503c6c883f3bfc6104939371ee7372339c)) + ## [1.1.16](https://github.com/nativescript-community/ui-document-picker/compare/v1.1.15...v1.1.16) (2024-01-14) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 65a5cd4..ade4d9a 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.1.16", + "version": "1.1.17", "packages": [ "packages/*" ], diff --git a/packages/ui-document-picker/CHANGELOG.md b/packages/ui-document-picker/CHANGELOG.md index 3308314..d761f49 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.17](https://github.com/nativescript-community/ui-document-picker/compare/v1.1.16...v1.1.17) (2024-01-14) + +**Note:** Version bump only for package @nativescript-community/ui-document-picker + ## [1.1.16](https://github.com/nativescript-community/ui-document-picker/compare/v1.1.15...v1.1.16) (2024-01-14) **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 d0ce5d1..bb394f8 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.16", + "version": "1.1.17", "description": "A NativeScript plugin that allows you to select files from the device.", "main": "index", "typings": "index.d.ts",