Skip to content

Commit 7053eb1

Browse files
committed
v5.1.2
1 parent ccf34c1 commit 7053eb1

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed

CHANGELOG.md

+11
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+
## [5.1.2](https://github.com/Akylas/nativescript-material-components/compare/v5.1.1...v5.1.2) (2020-11-09)
7+
8+
9+
### Bug Fixes
10+
11+
* **dialogs:** ios fix for dialogs when app in background ([bb36cb9](https://github.com/Akylas/nativescript-material-components/commit/bb36cb9bfa3795049ea82e0fa0651cfe1e1e73f1))
12+
13+
14+
15+
16+
617
## [5.1.1](https://github.com/Akylas/nativescript-material-components/compare/v5.1.0...v5.1.1) (2020-11-08)
718

819

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
]
1818
}
1919
},
20-
"version": "5.1.1"
20+
"version": "5.1.2"
2121
}

packages/dialogs/CHANGELOG.md

+8
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.1.2](https://github.com/Akylas/nativescript-material-components/compare/v5.1.1...v5.1.2) (2020-11-09)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-material-dialogs
9+
10+
11+
12+
13+
614
## [5.1.1](https://github.com/Akylas/nativescript-material-components/compare/v5.1.0...v5.1.1) (2020-11-08)
715

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

packages/dialogs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-material-dialogs",
3-
"version": "5.1.1",
3+
"version": "5.1.2",
44
"description": "Material Dialogs component",
55
"main": "./dialogs",
66
"sideEffects": false,

0 commit comments

Comments
 (0)