From 592c2a75ad089121c0e5ec21771ed677b1f64cdb Mon Sep 17 00:00:00 2001 From: farfromrefuge Date: Sat, 11 Mar 2023 14:26:43 +0100 Subject: [PATCH] v5.0.6 --- CHANGELOG.md | 6 ++++++ lerna.json | 2 +- plugin/CHANGELOG.md | 4 ++++ plugin/package.json | 2 +- 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9be3148..6213fab 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. +## [5.0.6](https://github.com/farfromrefug/nativescript-lottie/compare/v5.0.5...v5.0.6) (2023-03-11) + +### Bug Fixes + +- use color filter to set color on android ([af275e4](https://github.com/farfromrefug/nativescript-lottie/commit/af275e4f6e51a98845a7bc85d2dcf1201218f16c)) + ## [5.0.5](https://github.com/farfromrefug/nativescript-lottie/compare/v5.0.4...v5.0.5) (2023-01-24) ### Bug Fixes diff --git a/lerna.json b/lerna.json index ee1f62b..bcd2362 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "packages": ["plugin"], - "version": "5.0.5", + "version": "5.0.6", "command": { "publish": { "conventionalCommits": true diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index ca402bf..9f08fd2 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.6](https://github.com/farfromrefug/nativescript-lottie/compare/v5.0.5...v5.0.6) (2023-03-11) + +**Note:** Version bump only for package @nativescript-community/ui-lottie + ## [5.0.5](https://github.com/farfromrefug/nativescript-lottie/compare/v5.0.4...v5.0.5) (2023-01-24) ### Bug Fixes diff --git a/plugin/package.json b/plugin/package.json index 6aa36f0..524f340 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-lottie", - "version": "5.0.5", + "version": "5.0.6", "description": "NativeScript plugin to expose AirBnB Lottie library", "main": "lottie", "sideEffects": false,