diff --git a/CHANGELOG.md b/CHANGELOG.md
index 91fa22463..c29a3042a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+
+## [5.0.5](https://github.com/NativeScript/NativeScript/compare/5.0.4...5.0.5) (2018-11-26)
+
+
+
## [5.0.4](https://github.com/NativeScript/NativeScript/compare/5.0.3...5.0.4) (2018-11-26)
diff --git a/tns-core-modules/package.json b/tns-core-modules/package.json
index 9fe85da7d..a33a4d315 100644
--- a/tns-core-modules/package.json
+++ b/tns-core-modules/package.json
@@ -1,7 +1,7 @@
{
"name": "tns-core-modules",
"description": "Telerik NativeScript Core Modules",
- "version": "5.0.4",
+ "version": "5.0.5",
"homepage": "https://www.nativescript.org",
"repository": {
"type": "git",
@@ -26,7 +26,7 @@
"license": "Apache-2.0",
"typings": "tns-core-modules.d.ts",
"dependencies": {
- "tns-core-modules-widgets": "next",
+ "tns-core-modules-widgets": "5.0.1",
"tslib": "^1.9.3"
},
"devDependencies": {
diff --git a/tns-platform-declarations/package.json b/tns-platform-declarations/package.json
index bb7873d25..7ac2e55e8 100644
--- a/tns-platform-declarations/package.json
+++ b/tns-platform-declarations/package.json
@@ -1,6 +1,6 @@
{
"name": "tns-platform-declarations",
- "version": "5.0.4",
+ "version": "5.0.5",
"description": "Platform-specific TypeScript declarations for NativeScript for accessing native objects",
"main": "",
"scripts": {