Skip to content

Commit

Permalink
v5.3.30
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Apr 2, 2024
1 parent 5d4a5f2 commit 471b114
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 6 deletions.
4 changes: 4 additions & 0 deletions 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.30](https://github.com/@nativescript-community/ui-collectionview/compare/v5.3.29...v5.3.30) (2024-04-02)

**Note:** Version bump only for package ui-collectionview

## [5.3.29](https://github.com/@nativescript-community/ui-collectionview/compare/v5.3.28...v5.3.29) (2024-03-22)

### 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.29",
"version": "5.3.30",
"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.30](https://github.com/nativescript-community/ui-collectionview/compare/v5.3.29...v5.3.30) (2024-04-02)

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

## [5.3.29](https://github.com/nativescript-community/ui-collectionview/compare/v5.3.28...v5.3.29) (2024-03-22)

**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.29",
"version": "5.3.30",
"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.30](https://github.com/nativescript-community/ui-collectionview/compare/v5.3.29...v5.3.30) (2024-04-02)

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

## [5.3.29](https://github.com/nativescript-community/ui-collectionview/compare/v5.3.28...v5.3.29) (2024-03-22)

**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.29",
"version": "5.3.30",
"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.29",
"@nativescript-community/ui-collectionview": "^5.3.30",
"@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.30](https://github.com/nativescript-community/ui-collectionview/compare/v5.3.29...v5.3.30) (2024-04-02)

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

## [5.3.29](https://github.com/nativescript-community/ui-collectionview/compare/v5.3.28...v5.3.29) (2024-03-22)

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

0 comments on commit 471b114

Please sign in to comment.