Skip to content

Commit 25f7910

Browse files
committed
v14.0.0
1 parent 3609090 commit 25f7910

File tree

6 files changed

+51
-3
lines changed

6 files changed

+51
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.0.0](https://github.com/nativescript-community/ui-pager/compare/v13.0.44...v14.0.0) (2023-01-23)
7+
8+
9+
### Features
10+
11+
* moved indicator into it's own package ([631859d](https://github.com/nativescript-community/ui-pager/commit/631859d077d4afcc52e4ac06a3ab1f326e64f593))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* You now create a `PagerIndicator`(from `@nativescript-community/ui-pager-indicator) and set `pagerViewId` on it to the id of your Pager.
17+
18+
19+
20+
21+
622
## [13.0.44](https://github.com/nativescript-community/ui-pager/compare/v13.0.43...v13.0.44) (2022-12-01)
723

824
**Note:** Version bump only for package nativescript-pager

lerna.json

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

packages/ui-pager-indicator/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.0.0](https://github.com/nativescript-community/ui-pager/compare/v13.0.44...v14.0.0) (2023-01-23)
7+
8+
9+
### Features
10+
11+
* moved indicator into it's own package ([631859d](https://github.com/nativescript-community/ui-pager/commit/631859d077d4afcc52e4ac06a3ab1f326e64f593))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* You now create a `PagerIndicator`(from `@nativescript-community/ui-pager-indicator) and set `pagerViewId` on it to the id of your Pager.
17+
18+
19+
20+
21+
622
## [13.0.44](https://github.com/nativescript-community/ui-pager/compare/v13.0.43...v13.0.44) (2022-12-01)
723

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

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": "13.0.44",
3+
"version": "14.0.0",
44
"description": "A NativeScript Indicator for Pager / Carousel /CollectionView",
55
"main": "index",
66
"typings": "index.d.ts",

packages/ui-pager/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.0.0](https://github.com/nativescript-community/ui-pager/compare/v13.0.44...v14.0.0) (2023-01-23)
7+
8+
9+
### Features
10+
11+
* moved indicator into it's own package ([631859d](https://github.com/nativescript-community/ui-pager/commit/631859d077d4afcc52e4ac06a3ab1f326e64f593))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* You now create a `PagerIndicator`(from `@nativescript-community/ui-pager-indicator) and set `pagerViewId` on it to the id of your Pager.
17+
18+
19+
20+
21+
622
## [13.0.44](https://github.com/nativescript-community/ui-pager/compare/v13.0.43...v13.0.44) (2022-12-01)
723

824
**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": "13.0.44",
3+
"version": "14.0.0",
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)