Skip to content

Commit 10fcf59

Browse files
committed
v5.0.0
1 parent 204f694 commit 10fcf59

File tree

6 files changed

+44
-4
lines changed

6 files changed

+44
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.0.0](https://github.com/@nativescript-community/ui-collectionview/compare/v4.0.73...v5.0.0) (2023-03-30)
7+
8+
9+
### Features
10+
11+
* **ios:** improved cell size computation ([00d2350](https://github.com/@nativescript-community/ui-collectionview/commit/00d23502fa9f9ecf0bd50395eae38a92531d2193))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **ios:** this needs testing to ensure it does not break anything for fixed size and dynamic size templates
17+
18+
19+
20+
21+
622
## [4.0.73](https://github.com/@nativescript-community/ui-collectionview/compare/v4.0.72...v4.0.73) (2023-03-28)
723

824

lerna.json

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

packages/collectionview/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.0.0](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.73...v5.0.0) (2023-03-30)
7+
8+
9+
### Features
10+
11+
* **ios:** improved cell size computation ([00d2350](https://github.com/nativescript-community/ui-collectionview/commit/00d23502fa9f9ecf0bd50395eae38a92531d2193))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **ios:** this needs testing to ensure it does not break anything for fixed size and dynamic size templates
17+
18+
19+
20+
21+
622
## [4.0.73](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.72...v4.0.73) (2023-03-28)
723

824
**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": "4.0.73",
3+
"version": "5.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/waterfall/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+
# [5.0.0](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.73...v5.0.0) (2023-03-30)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
9+
10+
11+
12+
13+
614
## [4.0.73](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.72...v4.0.73) (2023-03-28)
715

816
**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": "4.0.73",
3+
"version": "5.0.0",
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": "^4.0.73"
41+
"@nativescript-community/ui-collectionview": "^5.0.0"
4242
}
4343
}

0 commit comments

Comments
 (0)