Skip to content

Commit 483556b

Browse files
committed
v4.0.24
1 parent cf98439 commit 483556b

File tree

6 files changed

+30
-6
lines changed

6 files changed

+30
-6
lines changed

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+
## [4.0.24](https://github.com/Akylas/nativescript-collectionview/compare/v4.0.23...v4.0.24) (2021-02-18)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-collectionview
9+
10+
11+
12+
13+
614
## [4.0.23](https://github.com/Akylas/nativescript-collectionview/compare/v4.0.22...v4.0.23) (2021-02-09)
715

816

lerna.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
]
1818
}
1919
},
20-
"version": "4.0.23"
21-
}
20+
"version": "4.0.24"
21+
}

packages/collectionview/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+
## [4.0.24](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.23...v4.0.24) (2021-02-18)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-collectionview
9+
10+
11+
12+
13+
614
## [4.0.23](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.22...v4.0.23) (2021-02-09)
715

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

packages/collectionview/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",
3-
"version": "4.0.23",
3+
"version": "4.0.24",
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": "./collectionview",
66
"module": "./collectionview.mjs",
@@ -56,4 +56,4 @@
5656
},
5757
"license": "Apache-2.0",
5858
"readmeFilename": "README.md"
59-
}
59+
}

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+
## [4.0.24](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.23...v4.0.24) (2021-02-18)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
9+
10+
11+
12+
13+
614
# [1.1.0](https://github.com/nativescript-community/ui-collectionview-waterfall/compare/v1.0.10...v1.1.0) (2020-09-06)
715

816

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": "1.1.0",
3+
"version": "4.0.24",
44
"main": "./waterfall",
55
"sideEffects": false,
66
"typings": "./waterfall.d.ts",
@@ -36,6 +36,6 @@
3636
},
3737
"homepage": "https://github.com/nativescript-community/ui-collectionview#readme",
3838
"dependencies": {
39-
"@nativescript-community/ui-collectionview": "^4.0.23"
39+
"@nativescript-community/ui-collectionview": "^4.0.24"
4040
}
4141
}

0 commit comments

Comments
 (0)