Skip to content

Commit

Permalink
chore(release): publish new version 14.1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Oct 6, 2024
1 parent 58e9785 commit d3e9470
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.25",
"version": "14.1.26",
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
"packages": [
"packages/*"
Expand Down
6 changes: 6 additions & 0 deletions packages/ui-pager-indicator/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.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
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.25",
"version": "14.1.26",
"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.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
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.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",
Expand Down

0 comments on commit d3e9470

Please sign in to comment.