Skip to content

Commit 6eb10ec

Browse files
committed
v13.0.32
1 parent 9bab424 commit 6eb10ec

File tree

4 files changed

+26
-2
lines changed

4 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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+
## [13.0.32](https://github.com/nativescript-community/ui-pager/compare/v13.0.31...v13.0.32) (2021-11-15)
7+
8+
9+
### Bug Fixes
10+
11+
* broken demos ([97f0545](https://github.com/nativescript-community/ui-pager/commit/97f05459ffda22886560c40ebf4f40e127f5b616))
12+
* **ios:** prevent error on scrollToItem ([905d34a](https://github.com/nativescript-community/ui-pager/commit/905d34a5f38496e059d14cda41a640201e69461e))
13+
* missing platforms directory ([44bff68](https://github.com/nativescript-community/ui-pager/commit/44bff68074855d14032201fe9198e1519ab22ca0))
14+
15+
16+
17+
18+
619
## [13.0.31](https://github.com/nativescript-community/ui-pager/compare/v13.0.30...v13.0.31) (2021-10-22)
720

821

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "13.0.31",
5+
"version": "13.0.32",
66
"command": {
77
"publish": {
88
"conventionalCommits": true

packages/ui-pager/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+
## [13.0.32](https://github.com/nativescript-community/ui-pager/compare/v13.0.31...v13.0.32) (2021-11-15)
7+
8+
9+
### Bug Fixes
10+
11+
* missing platforms directory ([44bff68](https://github.com/nativescript-community/ui-pager/commit/44bff68074855d14032201fe9198e1519ab22ca0))
12+
13+
14+
15+
16+
617
## [13.0.31](https://github.com/nativescript-community/ui-pager/compare/v13.0.30...v13.0.31) (2021-10-22)
718

819
**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.31",
3+
"version": "13.0.32",
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)