From 3860c791d67fc666888e6c21bd7ce1822b3d479d Mon Sep 17 00:00:00 2001 From: Martin Guillon Date: Thu, 21 Mar 2024 10:37:34 +0100 Subject: [PATCH] v6.0.0 --- CHANGELOG.md | 10 ++++++++++ lerna.json | 2 +- plugin/CHANGELOG.md | 10 ++++++++++ plugin/package.json | 2 +- 4 files changed, 22 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dd9645..b3042e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.0.0](https://github.com/farfromrefug/nativescript-lottie/compare/v5.0.11...v6.0.0) (2024-03-21) + +### Bug Fixes + +- **ios:** updated native SDK ([b1d9f73](https://github.com/farfromrefug/nativescript-lottie/commit/b1d9f734988658a30838944923563bcac16a78ab)) + +### BREAKING CHANGES + +- **ios:** min deployment target has been raised to 13.0 + ## [5.0.11](https://github.com/farfromrefug/nativescript-lottie/compare/v5.0.10...v5.0.11) (2024-03-15) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 3f2672c..8cd0a16 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "packages": ["plugin"], - "version": "5.0.11", + "version": "6.0.0", "command": { "publish": { "conventionalCommits": true diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index c8c8f10..f2ac56d 100644 --- a/plugin/CHANGELOG.md +++ b/plugin/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.0.0](https://github.com/farfromrefug/nativescript-lottie/compare/v5.0.11...v6.0.0) (2024-03-21) + +### Bug Fixes + +- **ios:** updated native SDK ([b1d9f73](https://github.com/farfromrefug/nativescript-lottie/commit/b1d9f734988658a30838944923563bcac16a78ab)) + +### BREAKING CHANGES + +- **ios:** min deployment target has been raised to 13.0 + ## [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 diff --git a/plugin/package.json b/plugin/package.json index e9e773e..9f8a4de 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-lottie", - "version": "5.0.11", + "version": "6.0.0", "description": "NativeScript plugin to expose AirBnB Lottie library", "main": "lottie", "sideEffects": false,