Skip to content

Commit

Permalink
v14.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefuge committed Dec 14, 2023
1 parent bfc186b commit 7d4bb6f
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.15](https://github.com/nativescript-community/ui-pager/compare/v14.1.14...v14.1.15) (2023-12-14)

### Bug Fixes

* refresh should be called if `items` is changed ([bfc186b](https://github.com/nativescript-community/ui-pager/commit/bfc186bbb2489d97568e69c5e03ee2e3049e9508))

## [14.1.14](https://github.com/nativescript-community/ui-pager/compare/v14.1.13...v14.1.14) (2023-12-12)

### 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.14",
"version": "14.1.15",
"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.15](https://github.com/nativescript-community/ui-pager/compare/v14.1.14...v14.1.15) (2023-12-14)

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

## [14.1.14](https://github.com/nativescript-community/ui-pager/compare/v14.1.13...v14.1.14) (2023-12-12)

**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.14",
"version": "14.1.15",
"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.15](https://github.com/nativescript-community/ui-pager/compare/v14.1.14...v14.1.15) (2023-12-14)

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

## [14.1.14](https://github.com/nativescript-community/ui-pager/compare/v14.1.13...v14.1.14) (2023-12-12)

**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.14",
"version": "14.1.15",
"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 7d4bb6f

Please sign in to comment.