From 30e29361ede5e1358c817782694db6af592296e3 Mon Sep 17 00:00:00 2001 From: Martin Guillon Date: Fri, 3 Dec 2021 13:13:37 +0100 Subject: [PATCH] v1.1.8 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/ui-document-picker/CHANGELOG.md | 11 +++++++++++ packages/ui-document-picker/package.json | 2 +- 4 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8d1f12..a885844 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.8](https://github.com/nativescript-community/ui-document-picker/compare/v13.0.32...v1.1.8) (2021-12-03) + + +### Bug Fixes + +* package version ([9e52a0d](https://github.com/nativescript-community/ui-document-picker/commit/9e52a0ddec67b47a369efbf422731388681e2965)) + + + + + ## [13.0.32](https://github.com/nativescript-community/ui-document-picker/compare/v1.1.7...v13.0.32) (2021-12-03) diff --git a/lerna.json b/lerna.json index 3dd80d5..db93fe3 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "1.1.7", + "version": "1.1.8", "command": { "publish": { "conventionalCommits": true diff --git a/packages/ui-document-picker/CHANGELOG.md b/packages/ui-document-picker/CHANGELOG.md index aa7cc00..c4d6405 100644 --- a/packages/ui-document-picker/CHANGELOG.md +++ b/packages/ui-document-picker/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.8](https://github.com/nativescript-community/ui-document-picker/compare/v13.0.32...v1.1.8) (2021-12-03) + + +### Bug Fixes + +* package version ([9e52a0d](https://github.com/nativescript-community/ui-document-picker/commit/9e52a0ddec67b47a369efbf422731388681e2965)) + + + + + ## [13.0.32](https://github.com/nativescript-community/ui-document-picker/compare/v1.1.7...v13.0.32) (2021-12-03) **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 67097e5..e8e4b98 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.7", + "version": "1.1.8", "description": "A NativeScript plugin that allows you to select files from the device.", "main": "index", "typings": "index.d.ts",