From 2f6fc6aa332a7952aadf8288ccc95329778b6bf2 Mon Sep 17 00:00:00 2001 From: farfromrefuge Date: Sun, 19 Nov 2023 18:30:08 +0100 Subject: [PATCH] v5.0.7 --- CHANGELOG.md | 7 +++++++ lerna.json | 2 +- plugin/CHANGELOG.md | 6 ++++++ plugin/package.json | 2 +- 4 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6213fab..df20e16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.7](https://github.com/farfromrefug/nativescript-lottie/compare/v5.0.6...v5.0.7) (2023-11-19) + +### Bug Fixes + +- **android:** src is now loaded sync. You can change the behavior with the new `async` property ([7b28195](https://github.com/farfromrefug/nativescript-lottie/commit/7b281956afc0d31702ae12f8eada54796c09c798)) +- BREAKING CHANGE renamed `setOpacityValueDelegateForKeyPath` to `setOpacity` and `setColorValueDelegateForKeyPath` to `setColor` ([927a64f](https://github.com/farfromrefug/nativescript-lottie/commit/927a64fbeb21c2151f6647cb0360e4a79e0d4b11)) + ## [5.0.6](https://github.com/farfromrefug/nativescript-lottie/compare/v5.0.5...v5.0.6) (2023-03-11) ### Bug Fixes diff --git a/lerna.json b/lerna.json index bcd2362..9e24cd1 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "packages": ["plugin"], - "version": "5.0.6", + "version": "5.0.7", "command": { "publish": { "conventionalCommits": true diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index 9f08fd2..de7259d 100644 --- a/plugin/CHANGELOG.md +++ b/plugin/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.7](https://github.com/farfromrefug/nativescript-lottie/compare/v5.0.6...v5.0.7) (2023-11-19) + +### Bug Fixes + +- **android:** src is now loaded sync. You can change the behavior with the new `async` property ([7b28195](https://github.com/farfromrefug/nativescript-lottie/commit/7b281956afc0d31702ae12f8eada54796c09c798)) + ## [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 diff --git a/plugin/package.json b/plugin/package.json index 524f340..b6eeaf7 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-lottie", - "version": "5.0.6", + "version": "5.0.7", "description": "NativeScript plugin to expose AirBnB Lottie library", "main": "lottie", "sideEffects": false,