Skip to content

Commit

Permalink
v5.3.24
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Mar 1, 2024
1 parent 35c231f commit f280f1d
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.24](https://github.com/@nativescript-community/ui-collectionview/compare/v5.3.23...v5.3.24) (2024-03-01)

### Bug Fixes

* **ios:** `autoReloadItemOnLayout` handle more cases ([630f022](https://github.com/@nativescript-community/ui-collectionview/commit/630f022a779b459f9ca04239efdfc925ab6a13d0))

## [5.3.23](https://github.com/@nativescript-community/ui-collectionview/compare/v5.3.22...v5.3.23) (2024-03-01)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.3.23",
"version": "5.3.24",
"packages": [
"packages/*"
],
Expand Down
4 changes: 4 additions & 0 deletions packages/collectionview/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.24](https://github.com/nativescript-community/ui-collectionview/compare/v5.3.23...v5.3.24) (2024-03-01)

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

## [5.3.23](https://github.com/nativescript-community/ui-collectionview/compare/v5.3.22...v5.3.23) (2024-03-01)

**Note:** Version bump only for package @nativescript-community/ui-collectionview
Expand Down
2 changes: 1 addition & 1 deletion packages/collectionview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/ui-collectionview",
"version": "5.3.23",
"version": "5.3.24",
"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,
Expand Down
4 changes: 4 additions & 0 deletions packages/swipemenu/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.24](https://github.com/nativescript-community/ui-collectionview/compare/v5.3.23...v5.3.24) (2024-03-01)

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

## [5.3.23](https://github.com/nativescript-community/ui-collectionview/compare/v5.3.22...v5.3.23) (2024-03-01)

**Note:** Version bump only for package @nativescript-community/ui-collectionview-swipemenu
Expand Down
4 changes: 2 additions & 2 deletions packages/swipemenu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/ui-collectionview-swipemenu",
"version": "5.3.23",
"version": "5.3.24",
"description": "A NativeScript CollectionView SwipeMenu Plugin.",
"main": "./index",
"sideEffects": false,
Expand Down Expand Up @@ -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.23",
"@nativescript-community/ui-collectionview": "^5.3.24",
"@nativescript-community/ui-drawer": "^0.1.13"
}
}
4 changes: 4 additions & 0 deletions packages/waterfall/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.24](https://github.com/nativescript-community/ui-collectionview/compare/v5.3.23...v5.3.24) (2024-03-01)

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

## [5.3.23](https://github.com/nativescript-community/ui-collectionview/compare/v5.3.22...v5.3.23) (2024-03-01)

**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
Expand Down
4 changes: 2 additions & 2 deletions packages/waterfall/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/ui-collectionview-waterfall",
"version": "5.3.23",
"version": "5.3.24",
"description": "A NativeScript CollectionView waterfall Plugin.",
"main": "./index",
"sideEffects": false,
Expand Down Expand Up @@ -38,6 +38,6 @@
},
"homepage": "https://github.com/nativescript-community/ui-collectionview#readme",
"dependencies": {
"@nativescript-community/ui-collectionview": "^5.3.23"
"@nativescript-community/ui-collectionview": "^5.3.24"
}
}

0 comments on commit f280f1d

Please sign in to comment.