Skip to content

Commit a54c1f2

Browse files
committed
v14.1.7
1 parent 6ae8929 commit a54c1f2

File tree

7 files changed

+84
-58
lines changed

7 files changed

+84
-58
lines changed

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.7](https://github.com/nativescript-community/ui-pager/compare/v14.1.6...v14.1.7) (2023-09-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **android:** indicator issue ([6ae8929](https://github.com/nativescript-community/ui-pager/commit/6ae8929d59c36300dab947f185aa57de2fd61cf6))
12+
13+
14+
15+
16+
617
## [14.1.6](https://github.com/nativescript-community/ui-pager/compare/v14.1.5...v14.1.6) (2023-05-11)
718

819

lerna.json

Lines changed: 39 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,42 @@
11
{
2-
"version": "14.1.6",
3-
"packages": [
4-
"packages/*"
5-
],
6-
"npmClient": "yarn",
7-
"useWorkspaces": true,
8-
"command": {
9-
"publish": {
10-
"conventionalCommits": true,
11-
"conventionalBlacklist": [
12-
"chore"
13-
],
14-
"changelogPreset": "angular",
15-
"createRelease": "github",
16-
"commitHooks": false,
17-
"private": false,
18-
"ignoreChanges": [
19-
"*.md",
20-
"docs/**"
21-
]
22-
},
23-
"version": {
24-
"conventionalCommits": true,
25-
"conventionalBlacklist": [
26-
"chore"
27-
],
28-
"changelogPreset": "angular",
29-
"createRelease": "github",
30-
"commitHooks": false,
31-
"private": false,
32-
"ignoreChanges": [
33-
"*.md",
34-
"docs/**"
35-
]
36-
},
37-
"bootstrap": {
38-
"npmClientArgs": [
39-
"--no-package-lock"
40-
]
41-
}
2+
"version": "14.1.7",
3+
"packages": [
4+
"packages/*"
5+
],
6+
"npmClient": "yarn",
7+
"command": {
8+
"publish": {
9+
"conventionalCommits": true,
10+
"conventionalBlacklist": [
11+
"chore"
12+
],
13+
"changelogPreset": "angular",
14+
"createRelease": "github",
15+
"commitHooks": false,
16+
"private": false,
17+
"ignoreChanges": [
18+
"*.md",
19+
"docs/**"
20+
]
21+
},
22+
"version": {
23+
"conventionalCommits": true,
24+
"conventionalBlacklist": [
25+
"chore"
26+
],
27+
"changelogPreset": "angular",
28+
"createRelease": "github",
29+
"commitHooks": false,
30+
"private": false,
31+
"ignoreChanges": [
32+
"*.md",
33+
"docs/**"
34+
]
35+
},
36+
"bootstrap": {
37+
"npmClientArgs": [
38+
"--no-package-lock"
39+
]
4240
}
41+
}
4342
}

packages/ui-pager-indicator/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.7](https://github.com/nativescript-community/ui-pager/compare/v14.1.6...v14.1.7) (2023-09-18)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-pager-indicator
9+
10+
11+
12+
13+
614
## [14.1.6](https://github.com/nativescript-community/ui-pager/compare/v14.1.5...v14.1.6) (2023-05-11)
715

816
**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.6",
3+
"version": "14.1.7",
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.7](https://github.com/nativescript-community/ui-pager/compare/v14.1.6...v14.1.7) (2023-09-18)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-pager
9+
10+
11+
12+
13+
614
## [14.1.6](https://github.com/nativescript-community/ui-pager/compare/v14.1.5...v14.1.6) (2023-05-11)
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.6",
3+
"version": "14.1.7",
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",

yarn.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3932,17 +3932,17 @@ __metadata:
39323932

39333933
"@nativescript-community/template-snippet@file:demo-snippets::locator=root-workspace-0b6124%40workspace%3A.":
39343934
version: 0.0.1
3935-
resolution: "@nativescript-community/template-snippet@file:demo-snippets#demo-snippets::hash=beecf6&locator=root-workspace-0b6124%40workspace%3A."
3935+
resolution: "@nativescript-community/template-snippet@file:demo-snippets#demo-snippets::hash=c887de&locator=root-workspace-0b6124%40workspace%3A."
39363936
dependencies:
39373937
"@nativescript-community/ui-pager": "link:../packages/ui-pager"
39383938
"@nativescript-community/ui-pager-indicator": "link:../packages/ui-pager-indicator"
3939-
checksum: 855baeec39afcf4710cdf0496d1b448b78fc03dbb1fc6beef31979b02db5a12c90c1575802ca4ebf600082c9e8175aa3019f14652549e3757641c479f75beaff
3939+
checksum: af4969ed3c0f0b619ee2a59c1f2f8a4562232b24d33317728a4e27dc0a9792d274844c603c82c144f4ec1d6d9c47c83557d83e9d5e05cfe2f815f56f47d2298f
39403940
languageName: node
39413941
linkType: hard
39423942

3943-
"@nativescript-community/ui-pager-indicator@link:../packages/ui-pager-indicator::locator=%40nativescript-community%2Ftemplate-snippet%40file%3Ademo-snippets%23demo-snippets%3A%3Ahash%3Dbeecf6%26locator%3Droot-workspace-0b6124%2540workspace%253A.":
3943+
"@nativescript-community/ui-pager-indicator@link:../packages/ui-pager-indicator::locator=%40nativescript-community%2Ftemplate-snippet%40file%3Ademo-snippets%23demo-snippets%3A%3Ahash%3Dc887de%26locator%3Droot-workspace-0b6124%2540workspace%253A.":
39443944
version: 0.0.0-use.local
3945-
resolution: "@nativescript-community/ui-pager-indicator@link:../packages/ui-pager-indicator::locator=%40nativescript-community%2Ftemplate-snippet%40file%3Ademo-snippets%23demo-snippets%3A%3Ahash%3Dbeecf6%26locator%3Droot-workspace-0b6124%2540workspace%253A."
3945+
resolution: "@nativescript-community/ui-pager-indicator@link:../packages/ui-pager-indicator::locator=%40nativescript-community%2Ftemplate-snippet%40file%3Ademo-snippets%23demo-snippets%3A%3Ahash%3Dc887de%26locator%3Droot-workspace-0b6124%2540workspace%253A."
39463946
languageName: node
39473947
linkType: soft
39483948

@@ -3958,9 +3958,9 @@ __metadata:
39583958
languageName: unknown
39593959
linkType: soft
39603960

3961-
"@nativescript-community/ui-pager@link:../packages/ui-pager::locator=%40nativescript-community%2Ftemplate-snippet%40file%3Ademo-snippets%23demo-snippets%3A%3Ahash%3Dbeecf6%26locator%3Droot-workspace-0b6124%2540workspace%253A.":
3961+
"@nativescript-community/ui-pager@link:../packages/ui-pager::locator=%40nativescript-community%2Ftemplate-snippet%40file%3Ademo-snippets%23demo-snippets%3A%3Ahash%3Dc887de%26locator%3Droot-workspace-0b6124%2540workspace%253A.":
39623962
version: 0.0.0-use.local
3963-
resolution: "@nativescript-community/ui-pager@link:../packages/ui-pager::locator=%40nativescript-community%2Ftemplate-snippet%40file%3Ademo-snippets%23demo-snippets%3A%3Ahash%3Dbeecf6%26locator%3Droot-workspace-0b6124%2540workspace%253A."
3963+
resolution: "@nativescript-community/ui-pager@link:../packages/ui-pager::locator=%40nativescript-community%2Ftemplate-snippet%40file%3Ademo-snippets%23demo-snippets%3A%3Ahash%3Dc887de%26locator%3Droot-workspace-0b6124%2540workspace%253A."
39643964
languageName: node
39653965
linkType: soft
39663966

@@ -10142,7 +10142,7 @@ __metadata:
1014210142

1014310143
"fsevents@patch:fsevents@^2.3.2#~builtin<compat/fsevents>, fsevents@patch:fsevents@~2.3.2#~builtin<compat/fsevents>":
1014410144
version: 2.3.2
10145-
resolution: "fsevents@patch:fsevents@npm%3A2.3.2#~builtin<compat/fsevents>::version=2.3.2&hash=18f3a7"
10145+
resolution: "fsevents@patch:fsevents@npm%3A2.3.2#~builtin<compat/fsevents>::version=2.3.2&hash=df0bf1"
1014610146
dependencies:
1014710147
node-gyp: latest
1014810148
conditions: os=darwin
@@ -16183,7 +16183,7 @@ __metadata:
1618316183

1618416184
"resolve@patch:resolve@^1.1.6#~builtin<compat/resolve>, resolve@patch:resolve@^1.1.7#~builtin<compat/resolve>, resolve@patch:resolve@^1.10.0#~builtin<compat/resolve>, resolve@patch:resolve@^1.14.2#~builtin<compat/resolve>, resolve@patch:resolve@^1.20.0#~builtin<compat/resolve>, resolve@patch:resolve@^1.22.1#~builtin<compat/resolve>, resolve@patch:resolve@^1.9.0#~builtin<compat/resolve>":
1618516185
version: 1.22.1
16186-
resolution: "resolve@patch:resolve@npm%3A1.22.1#~builtin<compat/resolve>::version=1.22.1&hash=07638b"
16186+
resolution: "resolve@patch:resolve@npm%3A1.22.1#~builtin<compat/resolve>::version=1.22.1&hash=c3c19d"
1618716187
dependencies:
1618816188
is-core-module: ^2.9.0
1618916189
path-parse: ^1.0.7
@@ -16196,7 +16196,7 @@ __metadata:
1619616196

1619716197
"resolve@patch:resolve@^2.0.0-next.4#~builtin<compat/resolve>":
1619816198
version: 2.0.0-next.4
16199-
resolution: "resolve@patch:resolve@npm%3A2.0.0-next.4#~builtin<compat/resolve>::version=2.0.0-next.4&hash=07638b"
16199+
resolution: "resolve@patch:resolve@npm%3A2.0.0-next.4#~builtin<compat/resolve>::version=2.0.0-next.4&hash=c3c19d"
1620016200
dependencies:
1620116201
is-core-module: ^2.9.0
1620216202
path-parse: ^1.0.7
@@ -18259,17 +18259,17 @@ __metadata:
1825918259

1826018260
"typescript@patch:typescript@^3 || ^4#~builtin<compat/typescript>":
1826118261
version: 4.9.4
18262-
resolution: "typescript@patch:typescript@npm%3A4.9.4#~builtin<compat/typescript>::version=4.9.4&hash=a1c5e5"
18262+
resolution: "typescript@patch:typescript@npm%3A4.9.4#~builtin<compat/typescript>::version=4.9.4&hash=ad5954"
1826318263
bin:
1826418264
tsc: bin/tsc
1826518265
tsserver: bin/tsserver
18266-
checksum: 37f6e2c3c5e2aa5934b85b0fddbf32eeac8b1bacf3a5b51d01946936d03f5377fe86255d4e5a4ae628fd0cd553386355ad362c57f13b4635064400f3e8e05b9d
18266+
checksum: 1caaea6cb7f813e64345190fddc4e6c924d0b698ab81189b503763c4a18f7f5501c69362979d36e19c042d89d936443e768a78b0675690b35eb663d19e0eae71
1826718267
languageName: node
1826818268
linkType: hard
1826918269

1827018270
"typescript@patch:typescript@^3.5.3#~builtin<compat/typescript>":
1827118271
version: 3.9.10
18272-
resolution: "typescript@patch:typescript@npm%3A3.9.10#~builtin<compat/typescript>::version=3.9.10&hash=a1c5e5"
18272+
resolution: "typescript@patch:typescript@npm%3A3.9.10#~builtin<compat/typescript>::version=3.9.10&hash=3bd3d3"
1827318273
bin:
1827418274
tsc: bin/tsc
1827518275
tsserver: bin/tsserver
@@ -18279,7 +18279,7 @@ __metadata:
1827918279

1828018280
"typescript@patch:typescript@^4.6.4 || ^5.0.0#~builtin<compat/typescript>":
1828118281
version: 5.0.3
18282-
resolution: "typescript@patch:typescript@npm%3A5.0.3#~builtin<compat/typescript>::version=5.0.3&hash=a1c5e5"
18282+
resolution: "typescript@patch:typescript@npm%3A5.0.3#~builtin<compat/typescript>::version=5.0.3&hash=ad5954"
1828318283
bin:
1828418284
tsc: bin/tsc
1828518285
tsserver: bin/tsserver
@@ -18289,7 +18289,7 @@ __metadata:
1828918289

1829018290
"typescript@patch:typescript@~4.2.3#~builtin<compat/typescript>":
1829118291
version: 4.2.4
18292-
resolution: "typescript@patch:typescript@npm%3A4.2.4#~builtin<compat/typescript>::version=4.2.4&hash=a1c5e5"
18292+
resolution: "typescript@patch:typescript@npm%3A4.2.4#~builtin<compat/typescript>::version=4.2.4&hash=334f98"
1829318293
bin:
1829418294
tsc: bin/tsc
1829518295
tsserver: bin/tsserver
@@ -18299,11 +18299,11 @@ __metadata:
1829918299

1830018300
"typescript@patch:typescript@~4.8.4#~builtin<compat/typescript>":
1830118301
version: 4.8.4
18302-
resolution: "typescript@patch:typescript@npm%3A4.8.4#~builtin<compat/typescript>::version=4.8.4&hash=a1c5e5"
18302+
resolution: "typescript@patch:typescript@npm%3A4.8.4#~builtin<compat/typescript>::version=4.8.4&hash=0102e9"
1830318303
bin:
1830418304
tsc: bin/tsc
1830518305
tsserver: bin/tsserver
18306-
checksum: 563a0ef47abae6df27a9a3ab38f75fc681f633ccf1a3502b1108e252e187787893de689220f4544aaf95a371a4eb3141e4a337deb9895de5ac3c1ca76430e5f0
18306+
checksum: 301459fc3eb3b1a38fe91bf96d98eb55da88a9cb17b4ef80b4d105d620f4d547ba776cc27b44cc2ef58b66eda23fe0a74142feb5e79a6fb99f54fc018a696afa
1830718307
languageName: node
1830818308
linkType: hard
1830918309

0 commit comments

Comments
 (0)