From 57ffebf5c5191836d9a5f837459bcd45e6f5eb51 Mon Sep 17 00:00:00 2001 From: Martin Guillon Date: Mon, 2 Nov 2020 15:33:49 +0100 Subject: [PATCH] v1.1.3 --- CHANGELOG.md | 8 ++++++++ lerna.json | 2 +- plugin/CHANGELOG.md | 8 ++++++++ plugin/package.json | 4 ++-- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 264f70e..edca918 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.3](https://github.com/nativescript-community/ui-document-picker/compare/v1.1.2...v1.1.3) (2020-11-02) + +**Note:** Version bump only for package @nativescript-community/ui-document-picker + + + + + ## [1.1.2](https://github.com/nativescript-community/ui-document-picker/compare/v1.1.1...v1.1.2) (2020-10-13) diff --git a/lerna.json b/lerna.json index 029ef71..8c99b4e 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "plugin" ], - "version": "1.1.2", + "version": "1.1.3", "command": { "publish": { "conventionalCommits": true diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index 96d0e91..81bfac8 100644 --- a/plugin/CHANGELOG.md +++ b/plugin/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.3](https://github.com/nativescript-community/ui-document-picker/compare/v1.1.2...v1.1.3) (2020-11-02) + +**Note:** Version bump only for package @nativescript-community/ui-document-picker + + + + + ## [1.1.2](https://github.com/nativescript-community/ui-document-picker/compare/v1.1.1...v1.1.2) (2020-10-13) **Note:** Version bump only for package @nativescript-community/ui-document-picker diff --git a/plugin/package.json b/plugin/package.json index 41de419..5283069 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-document-picker", - "version": "1.1.2", + "version": "1.1.3", "description": "File Picker", "main": "./filepicker", "typings": "./filepicker.d.ts", @@ -31,4 +31,4 @@ "dependencies": { "@nativescript-community/perms": "^2.1.0" } -} \ No newline at end of file +}