Skip to content

Commit

Permalink
v5.3.32
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed May 15, 2024
1 parent a3c6a20 commit 2f1941c
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.32](https://github.com/@nativescript-community/ui-collectionview/compare/v5.3.31...v5.3.32) (2024-05-15)

### Bug Fixes

* **ios:** correctly redraw Canvas on cell reuse ([2bc32da](https://github.com/@nativescript-community/ui-collectionview/commit/2bc32daa3e974c01e27435f2f16a51b7eb125200))

## [5.3.31](https://github.com/@nativescript-community/ui-collectionview/compare/v5.3.30...v5.3.31) (2024-04-29)

**Note:** Version bump only for package ui-collectionview
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.31",
"version": "5.3.32",
"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.32](https://github.com/nativescript-community/ui-collectionview/compare/v5.3.31...v5.3.32) (2024-05-15)

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

## [5.3.31](https://github.com/nativescript-community/ui-collectionview/compare/v5.3.30...v5.3.31) (2024-04-29)

**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.31",
"version": "5.3.32",
"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.32](https://github.com/nativescript-community/ui-collectionview/compare/v5.3.31...v5.3.32) (2024-05-15)

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

## [5.3.31](https://github.com/nativescript-community/ui-collectionview/compare/v5.3.30...v5.3.31) (2024-04-29)

**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.31",
"version": "5.3.32",
"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.31",
"@nativescript-community/ui-collectionview": "^5.3.32",
"@nativescript-community/ui-drawer": "^0.1.27"
}
}
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.32](https://github.com/nativescript-community/ui-collectionview/compare/v5.3.31...v5.3.32) (2024-05-15)

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

## [5.3.31](https://github.com/nativescript-community/ui-collectionview/compare/v5.3.30...v5.3.31) (2024-04-29)

**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.31",
"version": "5.3.32",
"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.31"
"@nativescript-community/ui-collectionview": "^5.3.32"
}
}

0 comments on commit 2f1941c

Please sign in to comment.