Skip to content

Commit

Permalink
v4.0.37
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Jul 26, 2021
1 parent a052283 commit 383d957
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.37](https://github.com/Akylas/nativescript-collectionview/compare/v4.0.36...v4.0.37) (2021-07-26)

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





## [4.0.36](https://github.com/Akylas/nativescript-collectionview/compare/v4.0.35...v4.0.36) (2021-07-22)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
]
}
},
"version": "4.0.36"
"version": "4.0.37"
}
8 changes: 8 additions & 0 deletions packages/collectionview/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.37](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.36...v4.0.37) (2021-07-26)

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





## [4.0.36](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.35...v4.0.36) (2021-07-22)


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": "4.0.36",
"version": "4.0.37",
"description": "Allows you to easily add a collection view (grid list view) to your projects. Supports vertical and horizontal modes, templating, and more.",
"main": "./collectionview",
"module": "./collectionview.mjs",
Expand Down
8 changes: 8 additions & 0 deletions packages/waterfall/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.37](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.36...v4.0.37) (2021-07-26)

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





## [4.0.36](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.35...v4.0.36) (2021-07-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": "4.0.36",
"version": "4.0.37",
"main": "./waterfall",
"sideEffects": false,
"typings": "./waterfall.d.ts",
Expand Down Expand Up @@ -36,6 +36,6 @@
},
"homepage": "https://github.com/nativescript-community/ui-collectionview#readme",
"dependencies": {
"@nativescript-community/ui-collectionview": "^4.0.36"
"@nativescript-community/ui-collectionview": "^4.0.37"
}
}

0 comments on commit 383d957

Please sign in to comment.