Skip to content

Commit 6e86bb4

Browse files
committed
v5.0.3
1 parent bb14c95 commit 6e86bb4

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.3](https://github.com/farfromrefug/nativescript-lottie/compare/v5.0.2...v5.0.3) (2022-12-21)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-lottie
9+
610
## [5.0.2](https://github.com/farfromrefug/nativescript-lottie/compare/v5.0.1...v5.0.2) (2022-12-21)
711

812
### Bug Fixes

lerna.json

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

plugin/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.3](https://github.com/farfromrefug/nativescript-lottie/compare/v5.0.2...v5.0.3) (2022-12-21)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-lottie
9+
610
## [5.0.2](https://github.com/farfromrefug/nativescript-lottie/compare/v5.0.1...v5.0.2) (2022-12-21)
711

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

plugin/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-lottie",
3-
"version": "5.0.2",
3+
"version": "5.0.3",
44
"description": "NativeScript plugin to expose AirBnB Lottie library",
55
"main": "lottie",
66
"sideEffects": false,
@@ -56,5 +56,6 @@
5656
"url": "https://github.com/farfromrefug/nativescript-lottie/issues"
5757
},
5858
"homepage": "https://github.com/farfromrefug/nativescript-lottie",
59-
"readmeFilename": "README.md"
59+
"readmeFilename": "README.md",
60+
"gitHead": "bb14c9536defaecdd768efcfc91e911282430d76"
6061
}

0 commit comments

Comments
 (0)