diff --git a/.travis.yml b/.travis.yml
index cffcda6030..7ca41f5c07 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,11 +1,7 @@
sudo: false
language: node_js
addons:
- apt:
- sources:
- - google-chrome
- packages:
- - google-chrome-stable
+ chrome: stable
node_js:
- '8'
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 521f4f2f7f..72e35606c3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,23 @@
+
+# [3.5.0](https://github.com/akveo/nebular/compare/v3.4.2...v3.5.0) (2019-04-12)
+
+
+### Bug Fixes
+
+* remove scss debug calls ([#1339](https://github.com/akveo/nebular/issues/1339)) ([b9bd521](https://github.com/akveo/nebular/commit/b9bd521))
+* **calendar:** fix native date service addMonth date overflow ([#1347](https://github.com/akveo/nebular/issues/1347)) ([ffd386c](https://github.com/akveo/nebular/commit/ffd386c))
+* **cdk:** fix scroll blocker for custom `withScroll` mode ([#1364](https://github.com/akveo/nebular/issues/1364)) ([34193cc](https://github.com/akveo/nebular/commit/34193cc)), closes [#1158](https://github.com/akveo/nebular/issues/1158) [#1259](https://github.com/akveo/nebular/issues/1259)
+* **month picker:** prevent duplicates ([#1377](https://github.com/akveo/nebular/issues/1377)) ([47aff73](https://github.com/akveo/nebular/commit/47aff73))
+* **option:** emit selection change when selection is changed ([#1334](https://github.com/akveo/nebular/issues/1334)) ([788a6d4](https://github.com/akveo/nebular/commit/788a6d4))
+* **select:** prevent dispose call on uninitialized properties ([#1340](https://github.com/akveo/nebular/issues/1340)) ([a7a158d](https://github.com/akveo/nebular/commit/a7a158d))
+
+
+### Features
+
+* **search:** input event ([#1038](https://github.com/akveo/nebular/issues/1038)) ([58fa556](https://github.com/akveo/nebular/commit/58fa556))
+
+
+
## [3.4.2](https://github.com/akveo/nebular/compare/v3.4.1...v3.4.2) (2019-03-31)
diff --git a/package-lock.json b/package-lock.json
index 1c568ed82a..b834d9a4a8 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "nebular",
- "version": "3.4.1",
+ "version": "3.5.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 365f9b6792..e753ab4dc5 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "nebular",
- "version": "3.4.2",
+ "version": "3.5.0",
"license": "MIT",
"author": "akveo ",
"browserslist": [
diff --git a/packages-smoke/package-lock.json b/packages-smoke/package-lock.json
index 07026d2bc8..0a54eebe76 100644
--- a/packages-smoke/package-lock.json
+++ b/packages-smoke/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "packages-smoke",
- "version": "3.4.0",
+ "version": "3.5.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/packages-smoke/package.json b/packages-smoke/package.json
index 65c15bbe00..29918cc083 100644
--- a/packages-smoke/package.json
+++ b/packages-smoke/package.json
@@ -1,6 +1,6 @@
{
"name": "packages-smoke",
- "version": "3.4.2",
+ "version": "3.5.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
diff --git a/src/framework/auth/package.json b/src/framework/auth/package.json
index c8c229693c..d7e59adc43 100644
--- a/src/framework/auth/package.json
+++ b/src/framework/auth/package.json
@@ -1,6 +1,6 @@
{
"name": "@nebular/auth",
- "version": "3.4.2",
+ "version": "3.5.0",
"description": "@nebular/auth",
"main": "./bundles/auth.umd.js",
"module": "./index.js",
@@ -32,7 +32,7 @@
"@angular/router": "^7.0.0",
"@angular/forms": "^7.0.0",
"@angular/http": "^7.0.0",
- "@nebular/theme": "3.4.2",
+ "@nebular/theme": "3.5.0",
"rxjs": "^6.3.0"
}
}
\ No newline at end of file
diff --git a/src/framework/bootstrap/package.json b/src/framework/bootstrap/package.json
index 751f0cc5e3..3e4aaa2ccd 100644
--- a/src/framework/bootstrap/package.json
+++ b/src/framework/bootstrap/package.json
@@ -1,6 +1,6 @@
{
"name": "@nebular/bootstrap",
- "version": "3.4.2",
+ "version": "3.5.0",
"description": "@nebular/bootstrap",
"author": "akveo",
"license": "MIT",
@@ -22,6 +22,6 @@
],
"peerDependencies": {
"bootstrap": "^4.0.0",
- "@nebular/theme": "3.4.2"
+ "@nebular/theme": "3.5.0"
}
}
\ No newline at end of file
diff --git a/src/framework/date-fns/package.json b/src/framework/date-fns/package.json
index 308bcc9f52..2ab05d63b3 100644
--- a/src/framework/date-fns/package.json
+++ b/src/framework/date-fns/package.json
@@ -1,6 +1,6 @@
{
"name": "@nebular/date-fns",
- "version": "3.4.2",
+ "version": "3.5.0",
"description": "@nebular/date-fns",
"main": "./bundles/theme.umd.js",
"module": "./index.js",
@@ -24,7 +24,7 @@
"nebular"
],
"peerDependencies": {
- "@nebular/theme": "3.4.2",
+ "@nebular/theme": "3.5.0",
"date-fns": ">=2.0.0-alpha.16 <=2.0.0-alpha.27"
}
}
\ No newline at end of file
diff --git a/src/framework/moment/package.json b/src/framework/moment/package.json
index 26dcfce3dd..3c2a235f8c 100644
--- a/src/framework/moment/package.json
+++ b/src/framework/moment/package.json
@@ -1,6 +1,6 @@
{
"name": "@nebular/moment",
- "version": "3.4.2",
+ "version": "3.5.0",
"description": "@nebular/moment",
"main": "./bundles/theme.umd.js",
"module": "./index.js",
@@ -24,7 +24,7 @@
"nebular"
],
"peerDependencies": {
- "@nebular/theme": "3.4.2",
+ "@nebular/theme": "3.5.0",
"moment": "^2.22.2"
}
}
\ No newline at end of file
diff --git a/src/framework/security/package.json b/src/framework/security/package.json
index 82d1fefa94..8b1d6ae8f6 100644
--- a/src/framework/security/package.json
+++ b/src/framework/security/package.json
@@ -1,6 +1,6 @@
{
"name": "@nebular/security",
- "version": "3.4.2",
+ "version": "3.5.0",
"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 885dac07ff..e816143a24 100644
--- a/src/framework/theme/package.json
+++ b/src/framework/theme/package.json
@@ -1,6 +1,6 @@
{
"name": "@nebular/theme",
- "version": "3.4.2",
+ "version": "3.5.0",
"description": "@nebular/theme",
"main": "./bundles/theme.umd.js",
"module": "./index.js",