Skip to content

Commit 5a9a89a

Browse files
committed
v4.0.48
1 parent e398b63 commit 5a9a89a

File tree

6 files changed

+37
-4
lines changed

6 files changed

+37
-4
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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+
## [4.0.48](https://github.com/@nativescript-community/ui-collectionview/compare/v4.0.47...v4.0.48) (2021-11-25)
7+
8+
9+
### Bug Fixes
10+
11+
* **ios:** measurement fix on orientation change ([62d7ba9](https://github.com/@nativescript-community/ui-collectionview/commit/62d7ba96c7140661c08e94675fdbb8dd864d1b74))
12+
* vue templates demo span ([5498c02](https://github.com/@nativescript-community/ui-collectionview/commit/5498c02d3b5223b2c732dc66f19c2336d4eab95f))
13+
14+
15+
### Reverts
16+
17+
* Revert "chore: cleanup" ([d42d50c](https://github.com/@nativescript-community/ui-collectionview/commit/d42d50cc90c4e8c94d668b7d0ae711f7c8e132c0))
18+
19+
20+
21+
22+
623
## [4.0.47](https://github.com/Akylas/nativescript-collectionview/compare/v4.0.46...v4.0.47) (2021-11-10)
724

825

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
]
1818
}
1919
},
20-
"version": "4.0.47"
20+
"version": "4.0.48"
2121
}

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+
## [4.0.48](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.47...v4.0.48) (2021-11-25)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-collectionview
9+
10+
11+
12+
13+
614
## [4.0.47](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.46...v4.0.47) (2021-11-10)
715

816

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": "4.0.47",
3+
"version": "4.0.48",
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
"module": "./index.mjs",

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+
## [4.0.48](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.47...v4.0.48) (2021-11-25)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-collectionview-waterfall
9+
10+
11+
12+
13+
614
## [4.0.47](https://github.com/nativescript-community/ui-collectionview/compare/v4.0.46...v4.0.47) (2021-11-10)
715

816

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": "4.0.47",
3+
"version": "4.0.48",
44
"description": "A NativeScript CollectionView waterfall Plugin.",
55
"main": "./index",
66
"sideEffects": false,
@@ -38,6 +38,6 @@
3838
},
3939
"homepage": "https://github.com/nativescript-community/ui-collectionview#readme",
4040
"dependencies": {
41-
"@nativescript-community/ui-collectionview": "^4.0.47"
41+
"@nativescript-community/ui-collectionview": "^4.0.48"
4242
}
4343
}

0 commit comments

Comments
 (0)