From e6e880c67e4dba9cc85415b40c03ab6e18439a16 Mon Sep 17 00:00:00 2001 From: Martin Guillon Date: Fri, 4 Oct 2024 14:21:26 +0200 Subject: [PATCH] chore(release): publish new version 5.3.42 --- CHANGELOG.md | 6 ++++++ 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, 24 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f044e4..ae257b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.3.42](https://github.com/@nativescript-community/ui-collectionview/compare/v5.3.41...v5.3.42) (2024-10-04) + +### Bug Fixes + +* **ios:** prevent error while modifying ObservableArray while collectionview is in a non presented controller ([521d105](https://github.com/@nativescript-community/ui-collectionview/commit/521d1055b7d55df279ecd98fa4f6880453071054)) + ## [5.3.41](https://github.com/@nativescript-community/ui-collectionview/compare/v5.3.40...v5.3.41) (2024-09-30) ### Bug Fixes diff --git a/lerna.json b/lerna.json index a1cfbe7..763dfb2 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "5.3.41", + "version": "5.3.42", "$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json", "packages": [ "packages/*" diff --git a/packages/collectionview/CHANGELOG.md b/packages/collectionview/CHANGELOG.md index 251908e..beef727 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.42](https://github.com/nativescript-community/ui-collectionview/compare/v5.3.41...v5.3.42) (2024-10-04) + +**Note:** Version bump only for package @nativescript-community/ui-collectionview + ## [5.3.41](https://github.com/nativescript-community/ui-collectionview/compare/v5.3.40...v5.3.41) (2024-09-30) **Note:** Version bump only for package @nativescript-community/ui-collectionview diff --git a/packages/collectionview/package.json b/packages/collectionview/package.json index 96ef3df..4db9915 100644 --- a/packages/collectionview/package.json +++ b/packages/collectionview/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-collectionview", - "version": "5.3.41", + "version": "5.3.42", "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 50c3195..1e790de 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.42](https://github.com/nativescript-community/ui-collectionview/compare/v5.3.41...v5.3.42) (2024-10-04) + +**Note:** Version bump only for package @nativescript-community/ui-collectionview-swipemenu + ## [5.3.41](https://github.com/nativescript-community/ui-collectionview/compare/v5.3.40...v5.3.41) (2024-09-30) **Note:** Version bump only for package @nativescript-community/ui-collectionview-swipemenu diff --git a/packages/swipemenu/package.json b/packages/swipemenu/package.json index 8b0cd5e..4ccb0c3 100644 --- a/packages/swipemenu/package.json +++ b/packages/swipemenu/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-collectionview-swipemenu", - "version": "5.3.41", + "version": "5.3.42", "description": "A NativeScript CollectionView SwipeMenu Plugin.", "main": "./index", "funding": "https://github.com/sponsors/farfromrefug", @@ -41,7 +41,7 @@ "homepage": "https://github.com/nativescript-community/ui-collectionview#readme", "dependencies": { "@nativescript-community/class-mixins": "^1.0.0", - "@nativescript-community/ui-collectionview": "^5.3.41", + "@nativescript-community/ui-collectionview": "^5.3.42", "@nativescript-community/ui-drawer": "^0.1.27" } } diff --git a/packages/waterfall/CHANGELOG.md b/packages/waterfall/CHANGELOG.md index 81a0d82..0727bad 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.42](https://github.com/nativescript-community/ui-collectionview/compare/v5.3.41...v5.3.42) (2024-10-04) + +**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall + ## [5.3.41](https://github.com/nativescript-community/ui-collectionview/compare/v5.3.40...v5.3.41) (2024-09-30) **Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall diff --git a/packages/waterfall/package.json b/packages/waterfall/package.json index 68e9877..766c7f4 100644 --- a/packages/waterfall/package.json +++ b/packages/waterfall/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-collectionview-waterfall", - "version": "5.3.41", + "version": "5.3.42", "description": "A NativeScript CollectionView waterfall Plugin.", "main": "./index", "funding": "https://github.com/sponsors/farfromrefug", @@ -39,6 +39,6 @@ }, "homepage": "https://github.com/nativescript-community/ui-collectionview#readme", "dependencies": { - "@nativescript-community/ui-collectionview": "^5.3.41" + "@nativescript-community/ui-collectionview": "^5.3.42" } }