Skip to content

Commit 83f8862

Browse files
committed
v5.0.5
1 parent ad3a299 commit 83f8862

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

Diff for: 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.5](https://github.com/farfromrefug/nativescript-lottie/compare/v5.0.4...v5.0.5) (2023-01-24)
7+
8+
### Bug Fixes
9+
10+
- **android:** native-api-usage fix ([ad3a299](https://github.com/farfromrefug/nativescript-lottie/commit/ad3a29994b033b9cb0786d7ff99e5c218a51603f))
11+
612
## [5.0.4](https://github.com/farfromrefug/nativescript-lottie/compare/v5.0.3...v5.0.4) (2023-01-13)
713

814
### Bug Fixes

Diff for: lerna.json

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

Diff for: plugin/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.5](https://github.com/farfromrefug/nativescript-lottie/compare/v5.0.4...v5.0.5) (2023-01-24)
7+
8+
### Bug Fixes
9+
10+
- **android:** native-api-usage fix ([ad3a299](https://github.com/farfromrefug/nativescript-lottie/commit/ad3a29994b033b9cb0786d7ff99e5c218a51603f))
11+
612
## [5.0.4](https://github.com/farfromrefug/nativescript-lottie/compare/v5.0.3...v5.0.4) (2023-01-13)
713

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

Diff for: 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.4",
3+
"version": "5.0.5",
44
"description": "NativeScript plugin to expose AirBnB Lottie library",
55
"main": "lottie",
66
"sideEffects": false,

0 commit comments

Comments
 (0)