Skip to content

Commit 983c8a9

Browse files
committed
v5.0.4
1 parent 024b7d5 commit 983c8a9

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.0.4](https://github.com/farfromrefug/nativescript-lottie/compare/v5.0.3...v5.0.4) (2023-01-13)
7+
8+
### Bug Fixes
9+
10+
- **android:** lottie does not support clearing animation (src=null) ([024b7d5](https://github.com/farfromrefug/nativescript-lottie/commit/024b7d5a9de23bcc2fd0a754188cf5026fe3e031))
11+
612
## [5.0.3](https://github.com/farfromrefug/nativescript-lottie/compare/v5.0.2...v5.0.3) (2022-12-21)
713

814
**Note:** Version bump only for package @nativescript-community/ui-lottie

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["plugin"],
3-
"version": "5.0.3",
3+
"version": "5.0.4",
44
"command": {
55
"publish": {
66
"conventionalCommits": true

plugin/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.0.4](https://github.com/farfromrefug/nativescript-lottie/compare/v5.0.3...v5.0.4) (2023-01-13)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-lottie
9+
610
## [5.0.3](https://github.com/farfromrefug/nativescript-lottie/compare/v5.0.2...v5.0.3) (2022-12-21)
711

812
**Note:** Version bump only for package @nativescript-community/ui-lottie

plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-lottie",
3-
"version": "5.0.3",
3+
"version": "5.0.4",
44
"description": "NativeScript plugin to expose AirBnB Lottie library",
55
"main": "lottie",
66
"sideEffects": false,

0 commit comments

Comments
 (0)