From 464f85e34a1bb7db55d7ce5f086832d0f4e92101 Mon Sep 17 00:00:00 2001 From: Dmitry Nehaychik <4dmitr@gmail.com> Date: Mon, 18 Mar 2019 17:21:39 +0300 Subject: [PATCH] release: 3.4.1 --- CHANGELOG.md | 23 ++++++++++++++++++++++- package-lock.json | 2 +- package.json | 4 ++-- src/framework/auth/package.json | 4 ++-- src/framework/bootstrap/package.json | 4 ++-- src/framework/date-fns/package.json | 4 ++-- src/framework/moment/package.json | 4 ++-- src/framework/security/package.json | 2 +- src/framework/theme/package.json | 2 +- 9 files changed, 35 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index faf351da72..4796d8c92e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ + +## [3.4.1](https://github.com/akveo/nebular/compare/v3.4.0...v3.4.1) (2019-03-18) + + +### Bug Fixes + +* **context-menu:** updated context menu arrow left position calculation ([#1268](https://github.com/akveo/nebular/issues/1268)) ([0db8c2c](https://github.com/akveo/nebular/commit/0db8c2c)), closes [#973](https://github.com/akveo/nebular/issues/973) +* **date service:** prevent format calls if date isn't passed ([#1291](https://github.com/akveo/nebular/issues/1291)) ([a3d6035](https://github.com/akveo/nebular/commit/a3d6035)) +* **datepicker:** start from date typed in input ([#1300](https://github.com/akveo/nebular/issues/1300)) ([dfc75f0](https://github.com/akveo/nebular/commit/dfc75f0)) +* **docs:** add search container class ([#1270](https://github.com/akveo/nebular/issues/1270)) ([e1a84f4](https://github.com/akveo/nebular/commit/e1a84f4)) +* **select:** update selected after cd run is finished ([#1299](https://github.com/akveo/nebular/issues/1299)) ([2a1f113](https://github.com/akveo/nebular/commit/2a1f113)) +* **window:** Fixed window.component.ts creating incorrect context ([#1266](https://github.com/akveo/nebular/issues/1266)) ([30f4a5d](https://github.com/akveo/nebular/commit/30f4a5d)) + + +### Features + +* **playground:** add without-styles folder for bootstrap like use-cases ([#1271](https://github.com/akveo/nebular/issues/1271)) ([8e852ca](https://github.com/akveo/nebular/commit/8e852ca)) +* **smoke:** include packages-smoke update into release ([#1258](https://github.com/akveo/nebular/issues/1258)) ([8db4b29](https://github.com/akveo/nebular/commit/8db4b29)) + + + # [3.4.0](https://github.com/akveo/nebular/compare/v3.3.0...v3.4.0) (2019-02-25) @@ -8,7 +29,7 @@ * **docs:** fix password strategy link ([#1245](https://github.com/akveo/nebular/issues/1245)) ([c71d9fd](https://github.com/akveo/nebular/commit/c71d9fd)) -### Features +### Dev Features * **route-tabset:** configurable routerLinkActiveOptions ([#1239](https://github.com/akveo/nebular/issues/1239)) ([3cf29d8](https://github.com/akveo/nebular/commit/3cf29d8)) * **tree-grid:** allow specify getters for node properties ([#1254](https://github.com/akveo/nebular/issues/1254)) ([a263a2e](https://github.com/akveo/nebular/commit/a263a2e)) diff --git a/package-lock.json b/package-lock.json index 8dce6ef839..1c568ed82a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nebular", - "version": "3.4.0", + "version": "3.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 53faf7dc6f..eb5abde44c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nebular", - "version": "3.4.0", + "version": "3.4.1", "license": "MIT", "author": "akveo ", "browserslist": [ @@ -176,4 +176,4 @@ "uglifyjs-webpack-plugin": "1.1.5" }, "schematics": "./schematics/dist/collection.json" -} +} \ No newline at end of file diff --git a/src/framework/auth/package.json b/src/framework/auth/package.json index c614b4d6e5..e0ed7806d2 100644 --- a/src/framework/auth/package.json +++ b/src/framework/auth/package.json @@ -1,6 +1,6 @@ { "name": "@nebular/auth", - "version": "3.4.0", + "version": "3.4.1", "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.0", + "@nebular/theme": "3.4.1", "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 cdcce2e475..a80bf354a4 100644 --- a/src/framework/bootstrap/package.json +++ b/src/framework/bootstrap/package.json @@ -1,6 +1,6 @@ { "name": "@nebular/bootstrap", - "version": "3.4.0", + "version": "3.4.1", "description": "@nebular/bootstrap", "author": "akveo", "license": "MIT", @@ -22,6 +22,6 @@ ], "peerDependencies": { "bootstrap": "^4.0.0", - "@nebular/theme": "3.4.0" + "@nebular/theme": "3.4.1" } } \ No newline at end of file diff --git a/src/framework/date-fns/package.json b/src/framework/date-fns/package.json index 336b9f5e88..286ce33b1f 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.0", + "version": "3.4.1", "description": "@nebular/date-fns", "main": "./bundles/theme.umd.js", "module": "./index.js", @@ -24,7 +24,7 @@ "nebular" ], "peerDependencies": { - "@nebular/theme": "3.4.0", + "@nebular/theme": "3.4.1", "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 06e26d0f88..cb5123b93a 100644 --- a/src/framework/moment/package.json +++ b/src/framework/moment/package.json @@ -1,6 +1,6 @@ { "name": "@nebular/moment", - "version": "3.4.0", + "version": "3.4.1", "description": "@nebular/moment", "main": "./bundles/theme.umd.js", "module": "./index.js", @@ -24,7 +24,7 @@ "nebular" ], "peerDependencies": { - "@nebular/theme": "3.4.0", + "@nebular/theme": "3.4.1", "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 9a65bafdd4..1a0106a7d5 100644 --- a/src/framework/security/package.json +++ b/src/framework/security/package.json @@ -1,6 +1,6 @@ { "name": "@nebular/security", - "version": "3.4.0", + "version": "3.4.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 5abe47bfc5..5bde45fbaf 100644 --- a/src/framework/theme/package.json +++ b/src/framework/theme/package.json @@ -1,6 +1,6 @@ { "name": "@nebular/theme", - "version": "3.4.0", + "version": "3.4.1", "description": "@nebular/theme", "main": "./bundles/theme.umd.js", "module": "./index.js",