From c6b6290796d368a48b40dc49ececf57343d9965c Mon Sep 17 00:00:00 2001 From: farfromrefuge Date: Tue, 24 Jan 2023 16:52:39 +0100 Subject: [PATCH] v2.5.3 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- plugin/CHANGELOG.md | 8 ++++++++ plugin/package.json | 2 +- 4 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5a11e6..c64b81e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.5.3](https://github.com/nativescript-community/ui-pulltorefresh/compare/v2.5.2...v2.5.3) (2023-01-24) + + +### Bug Fixes + +* cpy fix which would prevent typings in published package ([bc4e8eb](https://github.com/nativescript-community/ui-pulltorefresh/commit/bc4e8eb3d24323091daa9a9178a34363d84f7961)) + + + + + ## [2.5.2](https://github.com/nativescript-community/ui-pulltorefresh/compare/v2.5.1...v2.5.2) (2023-01-24) diff --git a/lerna.json b/lerna.json index 57b6a39..72551e9 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "plugin" ], - "version": "2.5.2", + "version": "2.5.3", "command": { "publish": { "conventionalCommits": true diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index 4037781..35f8dea 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.5.3](https://github.com/nativescript-community/ui-pulltorefresh/compare/v2.5.2...v2.5.3) (2023-01-24) + +**Note:** Version bump only for package @nativescript-community/ui-pulltorefresh + + + + + ## [2.5.2](https://github.com/nativescript-community/ui-pulltorefresh/compare/v2.5.1...v2.5.2) (2023-01-24) diff --git a/plugin/package.json b/plugin/package.json index 4f92f3c..d5ba7fa 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-pulltorefresh", - "version": "2.5.2", + "version": "2.5.3", "description": "A NativeScript plugin to provide the Pull to Refresh control on any view.", "main": "pulltorefresh", "typings": "index.d.ts",