diff --git a/CHANGELOG.md b/CHANGELOG.md index c483f90..5d3c9c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [14.1.25](https://github.com/nativescript-community/ui-pager/compare/v14.1.24...v14.1.25) (2024-05-31) + +### Bug Fixes + +* **android:** update indicator on items change ([56d7066](https://github.com/nativescript-community/ui-pager/commit/56d70660d7bd3c42cfb0d124ecf455952ee269b4)) + ## [14.1.24](https://github.com/nativescript-community/ui-pager/compare/v14.1.23...v14.1.24) (2024-05-14) ### Features diff --git a/lerna.json b/lerna.json index 42d3012..25e089b 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "14.1.24", + "version": "14.1.25", "$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json", "packages": [ "packages/*" diff --git a/packages/ui-pager-indicator/CHANGELOG.md b/packages/ui-pager-indicator/CHANGELOG.md index 3cd41bc..0bd214c 100644 --- a/packages/ui-pager-indicator/CHANGELOG.md +++ b/packages/ui-pager-indicator/CHANGELOG.md @@ -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. +## [14.1.25](https://github.com/nativescript-community/ui-pager/compare/v14.1.24...v14.1.25) (2024-05-31) + +**Note:** Version bump only for package @nativescript-community/ui-pager-indicator + ## [14.1.24](https://github.com/nativescript-community/ui-pager/compare/v14.1.23...v14.1.24) (2024-05-14) **Note:** Version bump only for package @nativescript-community/ui-pager-indicator diff --git a/packages/ui-pager-indicator/package.json b/packages/ui-pager-indicator/package.json index 8d529dc..8d6b92d 100644 --- a/packages/ui-pager-indicator/package.json +++ b/packages/ui-pager-indicator/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-pager-indicator", - "version": "14.1.24", + "version": "14.1.25", "description": "A NativeScript Indicator for Pager / Carousel /CollectionView", "main": "index", "typings": "index.d.ts", diff --git a/packages/ui-pager/CHANGELOG.md b/packages/ui-pager/CHANGELOG.md index d4425b1..625906d 100644 --- a/packages/ui-pager/CHANGELOG.md +++ b/packages/ui-pager/CHANGELOG.md @@ -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. +## [14.1.25](https://github.com/nativescript-community/ui-pager/compare/v14.1.24...v14.1.25) (2024-05-31) + +**Note:** Version bump only for package @nativescript-community/ui-pager + ## [14.1.24](https://github.com/nativescript-community/ui-pager/compare/v14.1.23...v14.1.24) (2024-05-14) **Note:** Version bump only for package @nativescript-community/ui-pager diff --git a/packages/ui-pager/package.json b/packages/ui-pager/package.json index 3fe19fd..d1f431a 100644 --- a/packages/ui-pager/package.json +++ b/packages/ui-pager/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-pager", - "version": "14.1.24", + "version": "14.1.25", "description": "A NativeScript Pager / Carousel component that allows the user to swipe left and right through pages of data. ", "main": "index", "typings": "index.d.ts",