Skip to content

Commit a78bbb4

Browse files
committed
v4.0.11
1 parent bfe6d6d commit a78bbb4

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
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.11](https://github.com/Akylas/nativescript-collectionview/compare/v4.0.10...v4.0.11) (2020-11-19)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-collectionview
9+
10+
11+
12+
13+
614
## [4.0.10](https://github.com/Akylas/nativescript-collectionview/compare/v4.0.9...v4.0.10) (2020-11-17)
715

816

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"plugin"
44
],
5-
"version": "4.0.10",
5+
"version": "4.0.11",
66
"command": {
77
"publish": {
88
"conventionalCommits": true

plugin/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.11](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.10...v4.0.11) (2020-11-19)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-collectionview
9+
10+
11+
12+
13+
614
## [4.0.10](https://github.com/nativescript-community/nativescript-collectionview/compare/v4.0.9...v4.0.10) (2020-11-17)
715

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

plugin/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-collectionview",
3-
"version": "4.0.10",
3+
"version": "4.0.11",
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",
@@ -44,8 +44,8 @@
4444
"url": "https://github.com/nativescript-community/ui-collectionview/issues"
4545
},
4646
"repository": {
47-
"type" : "git",
48-
"url" : "https://github.com/nativescript-community/ui-collectionview"
47+
"type": "git",
48+
"url": "https://github.com/nativescript-community/ui-collectionview"
4949
},
5050
"license": "Apache-2.0",
5151
"readmeFilename": "README.md"

0 commit comments

Comments
 (0)