Skip to content

Commit c3f68c6

Browse files
committed
v5.3.37
1 parent 9f27041 commit c3f68c6

File tree

8 files changed

+24
-6
lines changed

8 files changed

+24
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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+
## [5.3.37](https://github.com/@nativescript-community/ui-collectionview/compare/v5.3.36...v5.3.37) (2024-06-17)
7+
8+
### Bug Fixes
9+
10+
* **collectionview:** ios fix for getViewForItemAtIndex when not loaded ([9f27041](https://github.com/@nativescript-community/ui-collectionview/commit/9f2704143bb8d05a371dc5cf3480ae06f026f486))
11+
612
## [5.3.36](https://github.com/@nativescript-community/ui-collectionview/compare/v5.3.35...v5.3.36) (2024-06-17)
713

814
### Bug Fixes

lerna.json

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

packages/collectionview/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [5.3.37](https://github.com/nativescript-community/ui-collectionview/compare/v5.3.36...v5.3.37) (2024-06-17)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-collectionview
9+
610
## [5.3.36](https://github.com/nativescript-community/ui-collectionview/compare/v5.3.35...v5.3.36) (2024-06-17)
711

812
**Note:** Version bump only for package @nativescript-community/ui-collectionview

packages/collectionview/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-collectionview",
3-
"version": "5.3.36",
3+
"version": "5.3.37",
44
"description": "Allows you to easily add a collection view (grid list view) to your projects. Supports vertical and horizontal modes, templating, and more.",
55
"main": "./index",
66
"sideEffects": false,

packages/swipemenu/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [5.3.37](https://github.com/nativescript-community/ui-collectionview/compare/v5.3.36...v5.3.37) (2024-06-17)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-swipemenu
9+
610
## [5.3.36](https://github.com/nativescript-community/ui-collectionview/compare/v5.3.35...v5.3.36) (2024-06-17)
711

812
**Note:** Version bump only for package @nativescript-community/ui-collectionview-swipemenu

packages/swipemenu/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-collectionview-swipemenu",
3-
"version": "5.3.36",
3+
"version": "5.3.37",
44
"description": "A NativeScript CollectionView SwipeMenu Plugin.",
55
"main": "./index",
66
"funding": "https://github.com/sponsors/farfromrefug",
@@ -41,7 +41,7 @@
4141
"homepage": "https://github.com/nativescript-community/ui-collectionview#readme",
4242
"dependencies": {
4343
"@nativescript-community/class-mixins": "^1.0.0",
44-
"@nativescript-community/ui-collectionview": "^5.3.36",
44+
"@nativescript-community/ui-collectionview": "^5.3.37",
4545
"@nativescript-community/ui-drawer": "^0.1.27"
4646
}
4747
}

packages/waterfall/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [5.3.37](https://github.com/nativescript-community/ui-collectionview/compare/v5.3.36...v5.3.37) (2024-06-17)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
9+
610
## [5.3.36](https://github.com/nativescript-community/ui-collectionview/compare/v5.3.35...v5.3.36) (2024-06-17)
711

812
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall

packages/waterfall/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-collectionview-waterfall",
3-
"version": "5.3.36",
3+
"version": "5.3.37",
44
"description": "A NativeScript CollectionView waterfall Plugin.",
55
"main": "./index",
66
"funding": "https://github.com/sponsors/farfromrefug",
@@ -39,6 +39,6 @@
3939
},
4040
"homepage": "https://github.com/nativescript-community/ui-collectionview#readme",
4141
"dependencies": {
42-
"@nativescript-community/ui-collectionview": "^5.3.36"
42+
"@nativescript-community/ui-collectionview": "^5.3.37"
4343
}
4444
}

0 commit comments

Comments
 (0)