Skip to content

Commit

Permalink
v5.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Mar 15, 2024
1 parent 80ea818 commit db60c82
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["plugin"],
"version": "5.0.10",
"version": "5.0.11",
"command": {
"publish": {
"conventionalCommits": true
Expand Down
4 changes: 4 additions & 0 deletions plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit db60c82

Please sign in to comment.