From 971766c11d3329934d73c4bd5b57ee6caab6c62c Mon Sep 17 00:00:00 2001 From: Martin Guillon Date: Mon, 2 Nov 2020 15:32:22 +0100 Subject: [PATCH] v2.4.4 --- CHANGELOG.md | 8 ++++++++ lerna.json | 2 +- plugin/CHANGELOG.md | 8 ++++++++ plugin/package.json | 3 ++- 4 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dd6c43..fde6295 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.4.4](https://github.com/Akylas/nativescript-pulltorefresh/compare/v2.4.3...v2.4.4) (2020-11-02) + +**Note:** Version bump only for package @akylas/nativescript-pulltorefresh + + + + + ## [2.4.3](https://github.com/Akylas/nativescript-pulltorefresh/compare/v2.4.2...v2.4.3) (2020-10-06) diff --git a/lerna.json b/lerna.json index 2774bf9..0284515 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "plugin" ], - "version": "2.4.3", + "version": "2.4.4", "command": { "publish": { "conventionalCommits": true diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index af5072f..6423a3e 100644 --- a/plugin/CHANGELOG.md +++ b/plugin/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.4.4](https://github.com/akylas/nativescript-pulltorefresh/compare/v2.4.3...v2.4.4) (2020-11-02) + +**Note:** Version bump only for package @akylas/nativescript-pulltorefresh + + + + + ## [2.4.3](https://github.com/akylas/nativescript-pulltorefresh/compare/v2.4.2...v2.4.3) (2020-10-06) **Note:** Version bump only for package @akylas/nativescript-pulltorefresh diff --git a/plugin/package.json b/plugin/package.json index 50ad492..03bacb4 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,9 +1,10 @@ { "name": "@akylas/nativescript-pulltorefresh", - "version": "2.4.3", + "version": "2.4.4", "description": "A NativeScript plugin to provide the Pull to Refresh control on any view.", "main": "pulltorefresh", "typings": "index.d.ts", + "sideEffects": false, "nativescript": { "platforms": { "ios": "3.0.1",