From 471b1147b03bbb373fabfd31dd7b52f444bf7783 Mon Sep 17 00:00:00 2001 From: Martin Guillon Date: Tue, 2 Apr 2024 15:40:57 +0200 Subject: [PATCH] v5.3.30 --- CHANGELOG.md | 4 ++++ lerna.json | 2 +- packages/collectionview/CHANGELOG.md | 4 ++++ packages/collectionview/package.json | 2 +- packages/swipemenu/CHANGELOG.md | 4 ++++ packages/swipemenu/package.json | 4 ++-- packages/waterfall/CHANGELOG.md | 4 ++++ packages/waterfall/package.json | 4 ++-- 8 files changed, 22 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13b7628..19fb6a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.3.30](https://github.com/@nativescript-community/ui-collectionview/compare/v5.3.29...v5.3.30) (2024-04-02) + +**Note:** Version bump only for package ui-collectionview + ## [5.3.29](https://github.com/@nativescript-community/ui-collectionview/compare/v5.3.28...v5.3.29) (2024-03-22) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 88cdf41..06340f0 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "5.3.29", + "version": "5.3.30", "packages": [ "packages/*" ], diff --git a/packages/collectionview/CHANGELOG.md b/packages/collectionview/CHANGELOG.md index c2bbc95..c6e9e41 100644 --- a/packages/collectionview/CHANGELOG.md +++ b/packages/collectionview/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.3.30](https://github.com/nativescript-community/ui-collectionview/compare/v5.3.29...v5.3.30) (2024-04-02) + +**Note:** Version bump only for package @nativescript-community/ui-collectionview + ## [5.3.29](https://github.com/nativescript-community/ui-collectionview/compare/v5.3.28...v5.3.29) (2024-03-22) **Note:** Version bump only for package @nativescript-community/ui-collectionview diff --git a/packages/collectionview/package.json b/packages/collectionview/package.json index 4ee9fc2..92d4791 100644 --- a/packages/collectionview/package.json +++ b/packages/collectionview/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-collectionview", - "version": "5.3.29", + "version": "5.3.30", "description": "Allows you to easily add a collection view (grid list view) to your projects. Supports vertical and horizontal modes, templating, and more.", "main": "./index", "sideEffects": false, diff --git a/packages/swipemenu/CHANGELOG.md b/packages/swipemenu/CHANGELOG.md index e3884a6..03c0b98 100644 --- a/packages/swipemenu/CHANGELOG.md +++ b/packages/swipemenu/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.3.30](https://github.com/nativescript-community/ui-collectionview/compare/v5.3.29...v5.3.30) (2024-04-02) + +**Note:** Version bump only for package @nativescript-community/ui-collectionview-swipemenu + ## [5.3.29](https://github.com/nativescript-community/ui-collectionview/compare/v5.3.28...v5.3.29) (2024-03-22) **Note:** Version bump only for package @nativescript-community/ui-collectionview-swipemenu diff --git a/packages/swipemenu/package.json b/packages/swipemenu/package.json index 7da41e4..f17bc2b 100644 --- a/packages/swipemenu/package.json +++ b/packages/swipemenu/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-collectionview-swipemenu", - "version": "5.3.29", + "version": "5.3.30", "description": "A NativeScript CollectionView SwipeMenu Plugin.", "main": "./index", "sideEffects": false, @@ -40,7 +40,7 @@ "homepage": "https://github.com/nativescript-community/ui-collectionview#readme", "dependencies": { "@nativescript-community/class-mixins": "^1.0.0", - "@nativescript-community/ui-collectionview": "^5.3.29", + "@nativescript-community/ui-collectionview": "^5.3.30", "@nativescript-community/ui-drawer": "^0.1.13" } } diff --git a/packages/waterfall/CHANGELOG.md b/packages/waterfall/CHANGELOG.md index 17f1d7f..d3f7bf2 100644 --- a/packages/waterfall/CHANGELOG.md +++ b/packages/waterfall/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.3.30](https://github.com/nativescript-community/ui-collectionview/compare/v5.3.29...v5.3.30) (2024-04-02) + +**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall + ## [5.3.29](https://github.com/nativescript-community/ui-collectionview/compare/v5.3.28...v5.3.29) (2024-03-22) **Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall diff --git a/packages/waterfall/package.json b/packages/waterfall/package.json index aaa110e..e157266 100644 --- a/packages/waterfall/package.json +++ b/packages/waterfall/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-collectionview-waterfall", - "version": "5.3.29", + "version": "5.3.30", "description": "A NativeScript CollectionView waterfall Plugin.", "main": "./index", "sideEffects": false, @@ -38,6 +38,6 @@ }, "homepage": "https://github.com/nativescript-community/ui-collectionview#readme", "dependencies": { - "@nativescript-community/ui-collectionview": "^5.3.29" + "@nativescript-community/ui-collectionview": "^5.3.30" } }