Skip to content

Commit a5ab473

Browse files
author
farfromrefug
committed
chore(release): publish new version 6.0.0
1 parent 7545449 commit a5ab473

File tree

10 files changed

+40
-8
lines changed

10 files changed

+40
-8
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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+
## [6.0.0](https://github.com/@nativescript-community/ui-collectionview/compare/v5.3.46...v6.0.0) (2024-11-07)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* `itemOverlap` is now a function returning [top,right,bottom,left]. So you need to change your code. This allows per item overlap.
11+
12+
### Bug Fixes
13+
14+
* `itemOverlap` is now a function returning [top,right,bottom,left] ([2a17115](https://github.com/@nativescript-community/ui-collectionview/commit/2a17115a7117e74f2573c1dce6138102c8745daa))
15+
616
## [5.3.46](https://github.com/@nativescript-community/ui-collectionview/compare/v5.3.45...v5.3.46) (2024-10-25)
717

818
### Features

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.46",
2+
"version": "6.0.0",
33
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
44
"packages": [
55
"packages/*"

packages/alignedflowlayout/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+
## [6.0.0](https://github.com/nativescript-community/ui-collectionview/compare/v5.3.46...v6.0.0) (2024-11-07)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-alignedflowlayout
9+
610
## [5.3.46](https://github.com/nativescript-community/ui-collectionview/compare/v5.3.45...v5.3.46) (2024-10-25)
711

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

packages/alignedflowlayout/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-alignedflowlayout",
3-
"version": "5.3.46",
3+
"version": "6.0.0",
44
"description": "A NativeScript CollectionView For Custom aligned Layout 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.46"
42+
"@nativescript-community/ui-collectionview": "^6.0.0"
4343
}
4444
}

packages/collectionview/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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+
## [6.0.0](https://github.com/nativescript-community/ui-collectionview/compare/v5.3.46...v6.0.0) (2024-11-07)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* `itemOverlap` is now a function returning [top,right,bottom,left]. So you need to change your code. This allows per item overlap.
11+
12+
### Bug Fixes
13+
14+
* `itemOverlap` is now a function returning [top,right,bottom,left] ([2a17115](https://github.com/nativescript-community/ui-collectionview/commit/2a17115a7117e74f2573c1dce6138102c8745daa))
15+
616
## [5.3.46](https://github.com/nativescript-community/ui-collectionview/compare/v5.3.45...v5.3.46) (2024-10-25)
717

818
**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.46",
3+
"version": "6.0.0",
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+
## [6.0.0](https://github.com/nativescript-community/ui-collectionview/compare/v5.3.46...v6.0.0) (2024-11-07)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-swipemenu
9+
610
## [5.3.46](https://github.com/nativescript-community/ui-collectionview/compare/v5.3.45...v5.3.46) (2024-10-25)
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.46",
3+
"version": "6.0.0",
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.46",
44+
"@nativescript-community/ui-collectionview": "^6.0.0",
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+
## [6.0.0](https://github.com/nativescript-community/ui-collectionview/compare/v5.3.46...v6.0.0) (2024-11-07)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
9+
610
## [5.3.46](https://github.com/nativescript-community/ui-collectionview/compare/v5.3.45...v5.3.46) (2024-10-25)
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.46",
3+
"version": "6.0.0",
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.46"
42+
"@nativescript-community/ui-collectionview": "^6.0.0"
4343
}
4444
}

0 commit comments

Comments
 (0)