Skip to content

Commit 565cca7

Browse files
committed
v2.4.6
1 parent f535122 commit 565cca7

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [2.4.6](https://github.com/Akylas/nativescript-pulltorefresh/compare/v2.4.5...v2.4.6) (2021-03-14)
7+
8+
9+
### Bug Fixes
10+
11+
* css support ([61330dc](https://github.com/Akylas/nativescript-pulltorefresh/commit/61330dc7174a9875a418c89554294f5c2c501d0e))
12+
13+
14+
15+
16+
617
## [2.4.5](https://github.com/Akylas/nativescript-pulltorefresh/compare/v2.4.4...v2.4.5) (2020-11-11)
718

819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"plugin"
44
],
5-
"version": "2.4.5",
5+
"version": "2.4.6",
66
"command": {
77
"publish": {
88
"conventionalCommits": true

plugin/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+
## [2.4.6](https://github.com/akylas/nativescript-pulltorefresh/compare/v2.4.5...v2.4.6) (2021-03-14)
7+
8+
**Note:** Version bump only for package @akylas/nativescript-pulltorefresh
9+
10+
11+
12+
13+
614
## [2.4.5](https://github.com/akylas/nativescript-pulltorefresh/compare/v2.4.4...v2.4.5) (2020-11-11)
715

816

plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@akylas/nativescript-pulltorefresh",
3-
"version": "2.4.5",
3+
"version": "2.4.6",
44
"description": "A NativeScript plugin to provide the Pull to Refresh control on any view.",
55
"main": "pulltorefresh",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)