Skip to content

Commit a337eff

Browse files
committed
v5.3.10
1 parent 44b5ee8 commit a337eff

File tree

8 files changed

+29
-6
lines changed

8 files changed

+29
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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.10](https://github.com/@nativescript-community/ui-collectionview/compare/v5.3.9...v5.3.10) (2023-12-06)
7+
8+
### Bug Fixes
9+
10+
* **collectionview:** `itemOverlap` fixes ([a473aa9](https://github.com/@nativescript-community/ui-collectionview/commit/a473aa96e5fcc5529081bfc1048141f672a223a2))
11+
* **collectionview:** bring back `displayItem` event ([0c73f3c](https://github.com/@nativescript-community/ui-collectionview/commit/0c73f3c85c0435641b931330b718dc19b4a259ed))
12+
* **collectionview:** native api usage fix ([d0e544b](https://github.com/@nativescript-community/ui-collectionview/commit/d0e544bf2f651213f1a3c6a30cabe0cc48a0c2ca))
13+
* **swipemenu:** `swipeMenuId` on the collectionView to allow the swipeMenu to not be the root child of the template ([ab4addb](https://github.com/@nativescript-community/ui-collectionview/commit/ab4addb0bbac8be0de0b0cd53aa209e8d4085e12))
14+
615
## [5.3.9](https://github.com/@nativescript-community/ui-collectionview/compare/v5.3.8...v5.3.9) (2023-11-30)
716

817
**Note:** Version bump only for package ui-collectionview

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.9",
2+
"version": "5.3.10",
33
"packages": [
44
"packages/*"
55
],

packages/collectionview/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.10](https://github.com/nativescript-community/ui-collectionview/compare/v5.3.9...v5.3.10) (2023-12-06)
7+
8+
### Bug Fixes
9+
10+
* **collectionview:** native api usage fix ([d0e544b](https://github.com/nativescript-community/ui-collectionview/commit/d0e544bf2f651213f1a3c6a30cabe0cc48a0c2ca))
11+
612
## [5.3.9](https://github.com/nativescript-community/ui-collectionview/compare/v5.3.8...v5.3.9) (2023-11-30)
713

814
**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.9",
3+
"version": "5.3.10",
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.10](https://github.com/nativescript-community/ui-collectionview/compare/v5.3.9...v5.3.10) (2023-12-06)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-swipemenu
9+
610
## [5.3.9](https://github.com/nativescript-community/ui-collectionview/compare/v5.3.8...v5.3.9) (2023-11-30)
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.9",
3+
"version": "5.3.10",
44
"description": "A NativeScript CollectionView SwipeMenu Plugin.",
55
"main": "./index",
66
"sideEffects": false,
@@ -40,7 +40,7 @@
4040
"homepage": "https://github.com/nativescript-community/ui-collectionview#readme",
4141
"dependencies": {
4242
"@nativescript-community/class-mixins": "^1.0.0",
43-
"@nativescript-community/ui-collectionview": "^5.3.9",
43+
"@nativescript-community/ui-collectionview": "^5.3.10",
4444
"@nativescript-community/ui-drawer": "^0.1.13"
4545
}
4646
}

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.10](https://github.com/nativescript-community/ui-collectionview/compare/v5.3.9...v5.3.10) (2023-12-06)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
9+
610
## [5.3.9](https://github.com/nativescript-community/ui-collectionview/compare/v5.3.8...v5.3.9) (2023-11-30)
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.9",
3+
"version": "5.3.10",
44
"description": "A NativeScript CollectionView waterfall Plugin.",
55
"main": "./index",
66
"sideEffects": false,
@@ -38,6 +38,6 @@
3838
},
3939
"homepage": "https://github.com/nativescript-community/ui-collectionview#readme",
4040
"dependencies": {
41-
"@nativescript-community/ui-collectionview": "^5.3.9"
41+
"@nativescript-community/ui-collectionview": "^5.3.10"
4242
}
4343
}

0 commit comments

Comments
 (0)