Skip to content

Commit 5bfaec1

Browse files
committed
v14.1.4
1 parent db9ba43 commit 5bfaec1

File tree

6 files changed

+34
-3
lines changed

6 files changed

+34
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [14.1.4](https://github.com/nativescript-community/ui-pager/compare/v14.1.3...v14.1.4) (2023-05-09)
7+
8+
9+
### Bug Fixes
10+
11+
* indicator in circular mode ([0b38d56](https://github.com/nativescript-community/ui-pager/commit/0b38d56d127822cb82563f2874809ac25bc573c4))
12+
* indicator linking and circular functionality ([7bb05e5](https://github.com/nativescript-community/ui-pager/commit/7bb05e5669c1501b9a3f2fcdced36b10d88a797c))
13+
14+
15+
16+
17+
618
## [14.1.3](https://github.com/nativescript-community/ui-pager/compare/v14.1.2...v14.1.3) (2023-04-06)
719

820

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "14.1.3",
2+
"version": "14.1.4",
33
"packages": [
44
"packages/*"
55
],

packages/ui-pager-indicator/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [14.1.4](https://github.com/nativescript-community/ui-pager/compare/v14.1.3...v14.1.4) (2023-05-09)
7+
8+
9+
### Bug Fixes
10+
11+
* indicator linking and circular functionality ([7bb05e5](https://github.com/nativescript-community/ui-pager/commit/7bb05e5669c1501b9a3f2fcdced36b10d88a797c))
12+
13+
14+
15+
16+
617
## [14.1.3](https://github.com/nativescript-community/ui-pager/compare/v14.1.2...v14.1.3) (2023-04-06)
718

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

packages/ui-pager-indicator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-pager-indicator",
3-
"version": "14.1.3",
3+
"version": "14.1.4",
44
"description": "A NativeScript Indicator for Pager / Carousel /CollectionView",
55
"main": "index",
66
"typings": "index.d.ts",

packages/ui-pager/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [14.1.4](https://github.com/nativescript-community/ui-pager/compare/v14.1.3...v14.1.4) (2023-05-09)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-pager
9+
10+
11+
12+
13+
614
## [14.1.3](https://github.com/nativescript-community/ui-pager/compare/v14.1.2...v14.1.3) (2023-04-06)
715

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

packages/ui-pager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-pager",
3-
"version": "14.1.3",
3+
"version": "14.1.4",
44
"description": "A NativeScript Pager / Carousel component that allows the user to swipe left and right through pages of data. ",
55
"main": "index",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)