Skip to content

Commit

Permalink
chore(release): publish new version 5.3.42
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Oct 4, 2024
1 parent 52a5504 commit e6e880c
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.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
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.41",
"version": "5.3.42",
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
"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.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
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.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,
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.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
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.41",
"version": "5.3.42",
"description": "A NativeScript CollectionView SwipeMenu Plugin.",
"main": "./index",
"funding": "https://github.com/sponsors/farfromrefug",
Expand Down Expand Up @@ -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"
}
}
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.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
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.41",
"version": "5.3.42",
"description": "A NativeScript CollectionView waterfall Plugin.",
"main": "./index",
"funding": "https://github.com/sponsors/farfromrefug",
Expand Down Expand Up @@ -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"
}
}

0 comments on commit e6e880c

Please sign in to comment.