Skip to content

Commit 1f2f2f1

Browse files
committed
v4.0.9
1 parent a8c3553 commit 1f2f2f1

File tree

4 files changed

+42
-2
lines changed

4 files changed

+42
-2
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,34 @@
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.9](https://github.com/Akylas/nativescript-collectionview/compare/v4.0.8...v4.0.9) (2020-11-10)
7+
8+
9+
### Bug Fixes
10+
11+
* android fix for isScrollEnabled ([1a3d69c](https://github.com/Akylas/nativescript-collectionview/commit/1a3d69cbefc9b5b1198835171a0a3b0280767a26))
12+
* make Vue demo consistent with others ([317cc0c](https://github.com/Akylas/nativescript-collectionview/commit/317cc0c3ab881a03d3fdf1379c545eeccab379ce))
13+
* package json syntax error and format ([9b5551f](https://github.com/Akylas/nativescript-collectionview/commit/9b5551fcbd17e330c81a3fed30400cbc7f63780c))
14+
* readme format ([5df6613](https://github.com/Akylas/nativescript-collectionview/commit/5df66136f00ad97523d2f0b748dc35cb9e476d2b))
15+
* remove leftover zip file ([b8152e9](https://github.com/Akylas/nativescript-collectionview/commit/b8152e96679cc70293aff5c4f0947282e0518d77))
16+
* typo detox test not detox run ([8bc82a4](https://github.com/Akylas/nativescript-collectionview/commit/8bc82a4b83b31e88b9cf5b758eb4264471fb9184))
17+
* Vue demo to get actionbar ([96af995](https://github.com/Akylas/nativescript-collectionview/commit/96af99506a3e38906d4e76f9d89bdf6de582cc16))
18+
19+
20+
### Features
21+
22+
* add Detox packages to demos ([90dfbb8](https://github.com/Akylas/nativescript-collectionview/commit/90dfbb81a11a12bafade93128adf30c63a36a967))
23+
* add Detox testing to React demo ([1ea0a28](https://github.com/Akylas/nativescript-collectionview/commit/1ea0a28485cc03492a95161a670033ef14b8101a))
24+
* add e2e script to package json ([814e052](https://github.com/Akylas/nativescript-collectionview/commit/814e052c40112a8268104b9f4f5a137306a1e371))
25+
* add initial Detox setup ([ad97677](https://github.com/Akylas/nativescript-collectionview/commit/ad97677677de9fba50d63a03d63724f364eb41a9))
26+
* add React plugin typings and demo ([a514801](https://github.com/Akylas/nativescript-collectionview/commit/a514801569777c50c48cb5aa6cfe10273e119938))
27+
* create Detox runner script ([8f6b091](https://github.com/Akylas/nativescript-collectionview/commit/8f6b09134ffd4031c337eba247d312aeae7982b4))
28+
* Update readme for React ([e025492](https://github.com/Akylas/nativescript-collectionview/commit/e02549227da6c90a77d030ba9416b29014cd84d1))
29+
30+
31+
32+
33+
634
## [4.0.8](https://github.com/Akylas/nativescript-collectionview/compare/v4.0.7...v4.0.8) (2020-10-29)
735

836

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.8",
5+
"version": "4.0.9",
66
"command": {
77
"publish": {
88
"conventionalCommits": true

plugin/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.9](https://github.com/nativescript-community/nativescript-collectionview/compare/v4.0.8...v4.0.9) (2020-11-10)
7+
8+
9+
### Bug Fixes
10+
11+
* android fix for isScrollEnabled ([1a3d69c](https://github.com/nativescript-community/nativescript-collectionview/commit/1a3d69cbefc9b5b1198835171a0a3b0280767a26))
12+
* package json syntax error and format ([9b5551f](https://github.com/nativescript-community/nativescript-collectionview/commit/9b5551fcbd17e330c81a3fed30400cbc7f63780c))
13+
14+
15+
16+
17+
618
## [4.0.8](https://github.com/nativescript-community/nativescript-collectionview/compare/v4.0.7...v4.0.8) (2020-10-29)
719

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

plugin/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.8",
3+
"version": "4.0.9",
44
"description": "NativeScript plugin that allows you to easily add a collection view (grid list view) to your projects.",
55
"main": "./collectionview",
66
"module": "./collectionview.mjs",

0 commit comments

Comments
 (0)