Skip to content

Commit 3aac670

Browse files
committed
v13.0.38
1 parent 7a33ae0 commit 3aac670

File tree

4 files changed

+28
-2
lines changed

4 files changed

+28
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.38](https://github.com/nativescript-community/ui-pager/compare/v13.0.37...v13.0.38) (2022-07-15)
7+
8+
9+
### Bug Fixes
10+
11+
* **android:** regression fix ([7a33ae0](https://github.com/nativescript-community/ui-pager/commit/7a33ae03c9b7d9b057bc74f6a2c40d471b308d13))
12+
* **android:** set page listener in initNativeView ([6e9273f](https://github.com/nativescript-community/ui-pager/commit/6e9273fe9ac18636a31a270ea5ec0981924d6363))
13+
* switch bug example to v-show ([cfede99](https://github.com/nativescript-community/ui-pager/commit/cfede991d32ef929ff51c8923210357ee5aea9eb))
14+
15+
16+
### Features
17+
18+
* `getChildView` working with templates ([76e5d85](https://github.com/nativescript-community/ui-pager/commit/76e5d85d5d7eefd5e22fc39b0d2583da647b26e2))
19+
20+
21+
22+
23+
624
## [13.0.37](https://github.com/nativescript-community/ui-pager/compare/v13.0.36...v13.0.37) (2022-05-17)
725

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

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.37",
5+
"version": "13.0.38",
66
"command": {
77
"publish": {
88
"conventionalCommits": true

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+
## [13.0.38](https://github.com/nativescript-community/ui-pager/compare/v13.0.37...v13.0.38) (2022-07-15)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-pager
9+
10+
11+
12+
13+
614
## [13.0.37](https://github.com/nativescript-community/ui-pager/compare/v13.0.36...v13.0.37) (2022-05-17)
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": "13.0.37",
3+
"version": "13.0.38",
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)