diff --git a/CHANGELOG.md b/CHANGELOG.md
index a97dd946b4..43c88ecca4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,16 @@
+
+## [2.0.1](https://github.com/akveo/nebular/compare/v2.0.0...v2.0.1) (2018-10-03)
+
+
+### Bug Fixes
+
+* **datepicker:** fix datepicker spec ([#850](https://github.com/akveo/nebular/issues/850)) ([a69e681](https://github.com/akveo/nebular/commit/a69e681))
+* **playground:** use nebular buttons in examples ([#849](https://github.com/akveo/nebular/issues/849)) ([b8c3148](https://github.com/akveo/nebular/commit/b8c3148))
+* **theme:** fix overlay components providers import ([#858](https://github.com/akveo/nebular/issues/858)) ([843a6c6](https://github.com/akveo/nebular/commit/843a6c6))
+* **theme:** inline cdk styles ([#857](https://github.com/akveo/nebular/issues/857)) ([e218df4](https://github.com/akveo/nebular/commit/e218df4)), closes [#856](https://github.com/akveo/nebular/issues/856)
+
+
+
# [2.0.0](https://github.com/akveo/nebular/compare/2.0.0-rc.10...2.0.0) (2018-10-02)
diff --git a/package.json b/package.json
index 3e565f91b6..0684ee0702 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "nebular",
- "version": "2.0.0",
+ "version": "2.0.1",
"license": "MIT",
"author": "akveo ",
"browserslist": [
diff --git a/src/framework/auth/package.json b/src/framework/auth/package.json
index aa6f3574dc..728cf77ff2 100644
--- a/src/framework/auth/package.json
+++ b/src/framework/auth/package.json
@@ -1,6 +1,6 @@
{
"name": "@nebular/auth",
- "version": "2.0.0",
+ "version": "2.0.1",
"description": "@nebular/auth",
"main": "./bundles/auth.umd.js",
"module": "./index.js",
@@ -32,7 +32,7 @@
"@angular/router": "^6.0.0",
"@angular/forms": "^6.0.0",
"@angular/http": "^6.0.0",
- "@nebular/theme": "2.0.0",
+ "@nebular/theme": "2.0.1",
"rxjs": "^6.1.0"
}
}
diff --git a/src/framework/bootstrap/package.json b/src/framework/bootstrap/package.json
index 0d9f7e1c0f..2a98d94dba 100644
--- a/src/framework/bootstrap/package.json
+++ b/src/framework/bootstrap/package.json
@@ -1,6 +1,6 @@
{
"name": "@nebular/bootstrap",
- "version": "2.0.0",
+ "version": "2.0.1",
"description": "@nebular/bootstrap",
"author": "akveo",
"license": "MIT",
@@ -22,6 +22,6 @@
],
"peerDependencies": {
"bootstrap": "^4.0.0",
- "@nebular/theme": "2.0.0"
+ "@nebular/theme": "2.0.1"
}
}
diff --git a/src/framework/date-fns/package.json b/src/framework/date-fns/package.json
index b74d6bf381..0ba825e9c9 100644
--- a/src/framework/date-fns/package.json
+++ b/src/framework/date-fns/package.json
@@ -1,6 +1,6 @@
{
"name": "@nebular/date-fns",
- "version": "2.0.0",
+ "version": "2.0.1",
"description": "@nebular/date-fns",
"main": "./bundles/theme.umd.js",
"module": "./index.js",
@@ -24,7 +24,7 @@
"nebular"
],
"peerDependencies": {
- "@nebular/theme": "2.0.0",
+ "@nebular/theme": "2.0.1",
"date-fns": "^2.0.0-alpha.16"
}
}
diff --git a/src/framework/moment/package.json b/src/framework/moment/package.json
index ef741a1eb7..4afe712f00 100644
--- a/src/framework/moment/package.json
+++ b/src/framework/moment/package.json
@@ -1,6 +1,6 @@
{
"name": "@nebular/moment",
- "version": "2.0.0",
+ "version": "2.0.1",
"description": "@nebular/moment",
"main": "./bundles/theme.umd.js",
"module": "./index.js",
@@ -24,7 +24,7 @@
"nebular"
],
"peerDependencies": {
- "@nebular/theme": "2.0.0",
+ "@nebular/theme": "2.0.1",
"moment": "^2.22.2"
}
}
diff --git a/src/framework/security/package.json b/src/framework/security/package.json
index 1beeb40cff..78a2abd62f 100644
--- a/src/framework/security/package.json
+++ b/src/framework/security/package.json
@@ -1,6 +1,6 @@
{
"name": "@nebular/security",
- "version": "2.0.0",
+ "version": "2.0.1",
"description": "@nebular/security",
"main": "./bundles/security.umd.js",
"module": "./index.js",
diff --git a/src/framework/theme/package.json b/src/framework/theme/package.json
index a2c120c31e..73c090a332 100644
--- a/src/framework/theme/package.json
+++ b/src/framework/theme/package.json
@@ -1,6 +1,6 @@
{
"name": "@nebular/theme",
- "version": "2.0.0",
+ "version": "2.0.1",
"description": "@nebular/theme",
"main": "./bundles/theme.umd.js",
"module": "./index.js",