doc: cut the 5.0.4 release

This commit is contained in:
SvetoslavTsenov
2018-11-26 12:48:59 +02:00
parent 893942e76b
commit 1045958d95
3 changed files with 13 additions and 2 deletions

View File

@ -1,3 +1,14 @@
<a name="5.0.4"></a>
## [5.0.4](https://github.com/NativeScript/NativeScript/compare/5.0.3...5.0.4) (2018-11-26)
### Bug Fixes
* **android-fragment:** child already has a parent ([#6589](https://github.com/NativeScript/NativeScript/issues/6589)) ([5b9b335](https://github.com/NativeScript/NativeScript/commit/5b9b335))
* **back-navigation:** app freeze on going back in parent frame with states ([#6595](https://github.com/NativeScript/NativeScript/issues/6595)) ([fc1f8c1](https://github.com/NativeScript/NativeScript/commit/fc1f8c1))
<a name="5.0.3"></a>
## [5.0.3](https://github.com/NativeScript/NativeScript/compare/5.0.2...5.0.3) (2018-11-20)

View File

@ -1,7 +1,7 @@
{
"name": "tns-core-modules",
"description": "Telerik NativeScript Core Modules",
"version": "5.1.0",
"version": "5.0.4",
"homepage": "https://www.nativescript.org",
"repository": {
"type": "git",

View File

@ -1,6 +1,6 @@
{
"name": "tns-platform-declarations",
"version": "5.1.0",
"version": "5.0.4",
"description": "Platform-specific TypeScript declarations for NativeScript for accessing native objects",
"main": "",
"scripts": {