Skip to content

Commit 24fba9a

Browse files
committed
v4.0.30
1 parent 880c279 commit 24fba9a

File tree

6 files changed

+36
-4
lines changed

6 files changed

+36
-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+
## [4.0.30](https://github.com/Akylas/nativescript-collectionview/compare/v4.0.29...v4.0.30) (2021-05-19)
7+
8+
9+
### Bug Fixes
10+
11+
* prevent tracing error ([32d9e40](https://github.com/Akylas/nativescript-collectionview/commit/32d9e400f8c259ad867dbaddd2069858614c3c59))
12+
* update Angular demo ([c5b13d1](https://github.com/Akylas/nativescript-collectionview/commit/c5b13d1ae1250f5eb69ceffd1ed5ec0d9a241377))
13+
* update React demo ([01ab895](https://github.com/Akylas/nativescript-collectionview/commit/01ab895530e5bafa7636c4cfec1968341421ecf7))
14+
* update Svelte demo ([64937de](https://github.com/Akylas/nativescript-collectionview/commit/64937de0598dad15d873c3bcdba0f46b5f01290f))
15+
* update Vue demo ([010e7a1](https://github.com/Akylas/nativescript-collectionview/commit/010e7a1f2e90de07eebd0c82495168a7c3bac1fb))
16+
* updates for NS8 ([4b0a753](https://github.com/Akylas/nativescript-collectionview/commit/4b0a753b563f171b1dc0505d98adf31a18b07986))
17+
18+
19+
20+
21+
622
## [4.0.29](https://github.com/Akylas/nativescript-collectionview/compare/v4.0.28...v4.0.29) (2021-03-22)
723

824

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
]
1818
}
1919
},
20-
"version": "4.0.29"
20+
"version": "4.0.30"
2121
}

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.30](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.29...v4.0.30) (2021-05-19)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-collectionview
9+
10+
11+
12+
13+
614
## [4.0.29](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.28...v4.0.29) (2021-03-22)
715

816
**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.29",
3+
"version": "4.0.30",
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",

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.30](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.29...v4.0.30) (2021-05-19)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
9+
10+
11+
12+
13+
614
## [4.0.29](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.28...v4.0.29) (2021-03-22)
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.29",
3+
"version": "4.0.30",
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.29"
39+
"@nativescript-community/ui-collectionview": "^4.0.30"
4040
}
4141
}

0 commit comments

Comments
 (0)