From d3e9470741bd76068bf62d4fcd1d85996b3b6126 Mon Sep 17 00:00:00 2001 From: farfromrefug <> Date: Sun, 6 Oct 2024 15:35:28 +0200 Subject: [PATCH] chore(release): publish new version 14.1.26 --- CHANGELOG.md | 9 +++++++++ lerna.json | 2 +- packages/ui-pager-indicator/CHANGELOG.md | 6 ++++++ packages/ui-pager-indicator/package.json | 2 +- packages/ui-pager/CHANGELOG.md | 4 ++++ packages/ui-pager/package.json | 2 +- 6 files changed, 22 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d3c9c7..d7385c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [14.1.26](https://github.com/nativescript-community/ui-pager/compare/v14.1.25...v14.1.26) (2024-10-06) + +### Bug Fixes + +* Added Angular usage to readme ([122ff41](https://github.com/nativescript-community/ui-pager/commit/122ff4113dfdc84a8d4e96f6ff3b9857571eb5e1)) +* Added registerElement import ([6eccc1a](https://github.com/nativescript-community/ui-pager/commit/6eccc1a8bfbfac1fe7c5bae48339480fc33375f2)) +* **android:** reqestTransform option for scrollToIndexAnimated ([691af12](https://github.com/nativescript-community/ui-pager/commit/691af1277bbe339956be72c5c6ef7965ec40a590)) +* Updated Angular snippet ([d4b0b12](https://github.com/nativescript-community/ui-pager/commit/d4b0b123ed7f6cbc3ab95105fc2533ba30626d5b)) + ## [14.1.25](https://github.com/nativescript-community/ui-pager/compare/v14.1.24...v14.1.25) (2024-05-31) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 25e089b..cdade40 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "14.1.25", + "version": "14.1.26", "$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 0bd214c..557417e 100644 --- a/packages/ui-pager-indicator/CHANGELOG.md +++ b/packages/ui-pager-indicator/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.26](https://github.com/nativescript-community/ui-pager/compare/v14.1.25...v14.1.26) (2024-10-06) + +### Bug Fixes + +* Added Angular usage to readme ([122ff41](https://github.com/nativescript-community/ui-pager/commit/122ff4113dfdc84a8d4e96f6ff3b9857571eb5e1)) + ## [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 diff --git a/packages/ui-pager-indicator/package.json b/packages/ui-pager-indicator/package.json index 8d6b92d..da95980 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.25", + "version": "14.1.26", "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 625906d..e0a6023 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.26](https://github.com/nativescript-community/ui-pager/compare/v14.1.25...v14.1.26) (2024-10-06) + +**Note:** Version bump only for package @nativescript-community/ui-pager + ## [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 diff --git a/packages/ui-pager/package.json b/packages/ui-pager/package.json index d1f431a..9ecf55c 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.25", + "version": "14.1.26", "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",