From db60c82dc4bce52de9d5e28ec2aa8af76c3183ae Mon Sep 17 00:00:00 2001 From: Martin Guillon Date: Fri, 15 Mar 2024 10:39:39 +0100 Subject: [PATCH] v5.0.11 --- 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 2fc79ae..9dd9645 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.11](https://github.com/farfromrefug/nativescript-lottie/compare/v5.0.10...v5.0.11) (2024-03-15) + +### Bug Fixes + +- **ios:** ensure animation start playing on src change with autoPlay ([80ea818](https://github.com/farfromrefug/nativescript-lottie/commit/80ea81853d8ac225a37c623809c7383498ea68ee)) + ## [5.0.10](https://github.com/farfromrefug/nativescript-lottie/compare/v5.0.9...v5.0.10) (2023-11-21) ### Bug Fixes diff --git a/lerna.json b/lerna.json index f8dfae8..3f2672c 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "packages": ["plugin"], - "version": "5.0.10", + "version": "5.0.11", "command": { "publish": { "conventionalCommits": true diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index d0a4978..c8c8f10 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.11](https://github.com/farfromrefug/nativescript-lottie/compare/v5.0.10...v5.0.11) (2024-03-15) + +**Note:** Version bump only for package @nativescript-community/ui-lottie + ## [5.0.10](https://github.com/farfromrefug/nativescript-lottie/compare/v5.0.9...v5.0.10) (2023-11-21) **Note:** Version bump only for package @nativescript-community/ui-lottie diff --git a/plugin/package.json b/plugin/package.json index a72e12a..e9e773e 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-lottie", - "version": "5.0.10", + "version": "5.0.11", "description": "NativeScript plugin to expose AirBnB Lottie library", "main": "lottie", "sideEffects": false,