Skip to content

Commit c4ffb60

Browse files
author
farfromrefug
committed
Merge remote-tracking branch 'origin/master'
2 parents 102157a + bc530ed commit c4ffb60

File tree

11 files changed

+46
-10
lines changed

11 files changed

+46
-10
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.3.43](https://github.com/@nativescript-community/ui-collectionview/compare/v5.3.42...v5.3.43) (2024-10-07)
7+
8+
### Bug Fixes
9+
10+
* **ios:** prevent error on observableArray item update ([0f75191](https://github.com/@nativescript-community/ui-collectionview/commit/0f751913c782c892f0e91a324c358c159294f87b))
11+
12+
## [5.3.42](https://github.com/@nativescript-community/ui-collectionview/compare/v5.3.41...v5.3.42) (2024-10-04)
13+
14+
### Bug Fixes
15+
16+
* **ios:** prevent error while modifying ObservableArray while collectionview is in a non presented controller ([521d105](https://github.com/@nativescript-community/ui-collectionview/commit/521d1055b7d55df279ecd98fa4f6880453071054))
17+
618
## [5.3.41](https://github.com/@nativescript-community/ui-collectionview/compare/v5.3.40...v5.3.41) (2024-09-30)
719

820
### Bug Fixes

docs/assets/navigation.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/search.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "5.3.41",
2+
"version": "5.3.43",
33
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
44
"packages": [
55
"packages/*"

packages/collectionview/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.3.43](https://github.com/nativescript-community/ui-collectionview/compare/v5.3.42...v5.3.43) (2024-10-07)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-collectionview
9+
10+
## [5.3.42](https://github.com/nativescript-community/ui-collectionview/compare/v5.3.41...v5.3.42) (2024-10-04)
11+
12+
**Note:** Version bump only for package @nativescript-community/ui-collectionview
13+
614
## [5.3.41](https://github.com/nativescript-community/ui-collectionview/compare/v5.3.40...v5.3.41) (2024-09-30)
715

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

packages/collectionview/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-collectionview",
3-
"version": "5.3.41",
3+
"version": "5.3.43",
44
"description": "Allows you to easily add a collection view (grid list view) to your projects. Supports vertical and horizontal modes, templating, and more.",
55
"main": "./index",
66
"sideEffects": false,

packages/swipemenu/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.3.43](https://github.com/nativescript-community/ui-collectionview/compare/v5.3.42...v5.3.43) (2024-10-07)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-swipemenu
9+
10+
## [5.3.42](https://github.com/nativescript-community/ui-collectionview/compare/v5.3.41...v5.3.42) (2024-10-04)
11+
12+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-swipemenu
13+
614
## [5.3.41](https://github.com/nativescript-community/ui-collectionview/compare/v5.3.40...v5.3.41) (2024-09-30)
715

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

packages/swipemenu/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-collectionview-swipemenu",
3-
"version": "5.3.41",
3+
"version": "5.3.43",
44
"description": "A NativeScript CollectionView SwipeMenu Plugin.",
55
"main": "./index",
66
"funding": "https://github.com/sponsors/farfromrefug",
@@ -41,7 +41,7 @@
4141
"homepage": "https://github.com/nativescript-community/ui-collectionview#readme",
4242
"dependencies": {
4343
"@nativescript-community/class-mixins": "^1.0.0",
44-
"@nativescript-community/ui-collectionview": "^5.3.41",
44+
"@nativescript-community/ui-collectionview": "^5.3.43",
4545
"@nativescript-community/ui-drawer": "^0.1.27"
4646
}
4747
}

packages/waterfall/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.3.43](https://github.com/nativescript-community/ui-collectionview/compare/v5.3.42...v5.3.43) (2024-10-07)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
9+
10+
## [5.3.42](https://github.com/nativescript-community/ui-collectionview/compare/v5.3.41...v5.3.42) (2024-10-04)
11+
12+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
13+
614
## [5.3.41](https://github.com/nativescript-community/ui-collectionview/compare/v5.3.40...v5.3.41) (2024-09-30)
715

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

packages/waterfall/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-collectionview-waterfall",
3-
"version": "5.3.41",
3+
"version": "5.3.43",
44
"description": "A NativeScript CollectionView waterfall Plugin.",
55
"main": "./index",
66
"funding": "https://github.com/sponsors/farfromrefug",
@@ -39,6 +39,6 @@
3939
},
4040
"homepage": "https://github.com/nativescript-community/ui-collectionview#readme",
4141
"dependencies": {
42-
"@nativescript-community/ui-collectionview": "^5.3.41"
42+
"@nativescript-community/ui-collectionview": "^5.3.43"
4343
}
4444
}

0 commit comments

Comments
 (0)