Skip to content

Commit

Permalink
chore(release): publish new version 14.1.27
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Oct 8, 2024
1 parent 4f8042b commit fb7b649
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.27](https://github.com/nativescript-community/ui-pager/compare/v14.1.26...v14.1.27) (2024-10-08)

### Bug Fixes

* **android:** circularMode fix for `scrollToIndexAnimated` and `getViewForItemAtIndex` ([fd1cbca](https://github.com/nativescript-community/ui-pager/commit/fd1cbcacd1fe31c3ecb752050b473a57ec4f8742))

## [14.1.26](https://github.com/nativescript-community/ui-pager/compare/v14.1.25...v14.1.26) (2024-10-06)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "14.1.26",
"version": "14.1.27",
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
"packages": [
"packages/*"
Expand Down
4 changes: 4 additions & 0 deletions packages/ui-pager-indicator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.27](https://github.com/nativescript-community/ui-pager/compare/v14.1.26...v14.1.27) (2024-10-08)

**Note:** Version bump only for package @nativescript-community/ui-pager-indicator

## [14.1.26](https://github.com/nativescript-community/ui-pager/compare/v14.1.25...v14.1.26) (2024-10-06)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-pager-indicator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/ui-pager-indicator",
"version": "14.1.26",
"version": "14.1.27",
"description": "A NativeScript Indicator for Pager / Carousel /CollectionView",
"main": "index",
"typings": "index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/ui-pager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.27](https://github.com/nativescript-community/ui-pager/compare/v14.1.26...v14.1.27) (2024-10-08)

**Note:** Version bump only for package @nativescript-community/ui-pager

## [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
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-pager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/ui-pager",
"version": "14.1.26",
"version": "14.1.27",
"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",
Expand Down

0 comments on commit fb7b649

Please sign in to comment.