From 6e86bb4ae8bf55dff629a9313d7b150fe5492b2f Mon Sep 17 00:00:00 2001 From: farfromrefuge Date: Wed, 21 Dec 2022 21:26:23 +0100 Subject: [PATCH] v5.0.3 --- CHANGELOG.md | 4 ++++ lerna.json | 2 +- plugin/CHANGELOG.md | 4 ++++ plugin/package.json | 5 +++-- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5301b57..b0ea276 100644 --- a/CHANGELOG.md +++ b/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. +## [5.0.3](https://github.com/farfromrefug/nativescript-lottie/compare/v5.0.2...v5.0.3) (2022-12-21) + +**Note:** Version bump only for package @nativescript-community/ui-lottie + ## [5.0.2](https://github.com/farfromrefug/nativescript-lottie/compare/v5.0.1...v5.0.2) (2022-12-21) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 9c80a1b..e565ab8 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "packages": ["plugin"], - "version": "5.0.2", + "version": "5.0.3", "command": { "publish": { "conventionalCommits": true diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index 35d0956..f76b1d9 100644 --- a/plugin/CHANGELOG.md +++ b/plugin/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. +## [5.0.3](https://github.com/farfromrefug/nativescript-lottie/compare/v5.0.2...v5.0.3) (2022-12-21) + +**Note:** Version bump only for package @nativescript-community/ui-lottie + ## [5.0.2](https://github.com/farfromrefug/nativescript-lottie/compare/v5.0.1...v5.0.2) (2022-12-21) **Note:** Version bump only for package @nativescript-community/ui-lottie diff --git a/plugin/package.json b/plugin/package.json index 7fe517f..4ca79ae 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-lottie", - "version": "5.0.2", + "version": "5.0.3", "description": "NativeScript plugin to expose AirBnB Lottie library", "main": "lottie", "sideEffects": false, @@ -56,5 +56,6 @@ "url": "https://github.com/farfromrefug/nativescript-lottie/issues" }, "homepage": "https://github.com/farfromrefug/nativescript-lottie", - "readmeFilename": "README.md" + "readmeFilename": "README.md", + "gitHead": "bb14c9536defaecdd768efcfc91e911282430d76" }