Skip to content

Commit

Permalink
v5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Dec 21, 2022
1 parent bb14c95 commit 6e86bb4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
4 changes: 4 additions & 0 deletions 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.3](https://github.com/farfromrefug/nativescript-lottie/compare/v5.0.2...v5.0.3) (2022-12-21)

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

## [5.0.2](https://github.com/farfromrefug/nativescript-lottie/compare/v5.0.1...v5.0.2) (2022-12-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.2",
"version": "5.0.3",
"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.3](https://github.com/farfromrefug/nativescript-lottie/compare/v5.0.2...v5.0.3) (2022-12-21)

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

## [5.0.2](https://github.com/farfromrefug/nativescript-lottie/compare/v5.0.1...v5.0.2) (2022-12-21)

**Note:** Version bump only for package @nativescript-community/ui-lottie
Expand Down
5 changes: 3 additions & 2 deletions 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.2",
"version": "5.0.3",
"description": "NativeScript plugin to expose AirBnB Lottie library",
"main": "lottie",
"sideEffects": false,
Expand Down Expand Up @@ -56,5 +56,6 @@
"url": "https://github.com/farfromrefug/nativescript-lottie/issues"
},
"homepage": "https://github.com/farfromrefug/nativescript-lottie",
"readmeFilename": "README.md"
"readmeFilename": "README.md",
"gitHead": "bb14c9536defaecdd768efcfc91e911282430d76"
}

0 comments on commit 6e86bb4

Please sign in to comment.