From 0fde6ff7406af766b40a7ef8bb9d8b95cdab624f Mon Sep 17 00:00:00 2001 From: Sergey Andrievskiy Date: Fri, 12 Jul 2019 17:12:31 +0300 Subject: [PATCH] release: 4.1.2 (#1812) --- CHANGELOG.md | 13 +++++++++++++ docs/versions.json | 4 ++-- package-lock.json | 2 +- package.json | 2 +- packages-smoke/package-lock.json | 2 +- packages-smoke/package.json | 2 +- src/framework/auth/package.json | 4 ++-- src/framework/bootstrap/package.json | 4 ++-- src/framework/date-fns/package.json | 4 ++-- src/framework/eva-icons/package.json | 4 ++-- src/framework/moment/package.json | 4 ++-- src/framework/security/package.json | 2 +- src/framework/theme/package.json | 2 +- 13 files changed, 31 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c91ddfc53e..e04c86e6c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ + +## [4.1.2](https://github.com/akveo/nebular/compare/v4.1.1...v4.1.2) (2019-07-12) + + +### Bug Fixes + +* **auth:** include helpers into public api ([#1754](https://github.com/akveo/nebular/issues/1754)) ([f6f301b](https://github.com/akveo/nebular/commit/f6f301b)) +* **docs:** articles grammar ([#1810](https://github.com/akveo/nebular/issues/1810)) ([a0efb6b](https://github.com/akveo/nebular/commit/a0efb6b)) +* **layout:** scroll block in with scroll mode ([#1805](https://github.com/akveo/nebular/issues/1805)) ([8958fc9](https://github.com/akveo/nebular/commit/8958fc9)) +* **menu:** path fragment comparison ([#1809](https://github.com/akveo/nebular/issues/1809)) ([abbd659](https://github.com/akveo/nebular/commit/abbd659)) + + + ## [4.1.1](https://github.com/akveo/nebular/compare/v4.1.0...v4.1.1) (2019-07-09) diff --git a/docs/versions.json b/docs/versions.json index cf1525615b..92321a596c 100644 --- a/docs/versions.json +++ b/docs/versions.json @@ -1,7 +1,7 @@ [ { - "version": "4.1.1", - "name": "4.1.1", + "version": "4.1.2", + "name": "4.1.2", "path": "/nebular" }, { diff --git a/package-lock.json b/package-lock.json index 43ae34355b..066eea43f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nebular", - "version": "4.1.1", + "version": "4.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 02f35c5cff..68b4f55615 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nebular", - "version": "4.1.1", + "version": "4.1.2", "license": "MIT", "author": "akveo ", "private": true, diff --git a/packages-smoke/package-lock.json b/packages-smoke/package-lock.json index 5f4185cf15..b99fa86445 100644 --- a/packages-smoke/package-lock.json +++ b/packages-smoke/package-lock.json @@ -1,6 +1,6 @@ { "name": "packages-smoke", - "version": "4.1.1", + "version": "4.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages-smoke/package.json b/packages-smoke/package.json index 50db981ac6..8bfc52fac6 100644 --- a/packages-smoke/package.json +++ b/packages-smoke/package.json @@ -1,6 +1,6 @@ { "name": "packages-smoke", - "version": "4.1.1", + "version": "4.1.2", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/src/framework/auth/package.json b/src/framework/auth/package.json index acf56b35f8..957898a471 100644 --- a/src/framework/auth/package.json +++ b/src/framework/auth/package.json @@ -1,6 +1,6 @@ { "name": "@nebular/auth", - "version": "4.1.1", + "version": "4.1.2", "description": "@nebular/auth", "author": "akveo", "license": "MIT", @@ -28,7 +28,7 @@ "@angular/core": "^8.0.0", "@angular/router": "^8.0.0", "@angular/forms": "^8.0.0", - "@nebular/theme": "4.1.1", + "@nebular/theme": "4.1.2", "rxjs": "^6.5.1" }, "sideEffects": false diff --git a/src/framework/bootstrap/package.json b/src/framework/bootstrap/package.json index 26f80d8db3..ff653fb5dc 100644 --- a/src/framework/bootstrap/package.json +++ b/src/framework/bootstrap/package.json @@ -1,6 +1,6 @@ { "name": "@nebular/bootstrap", - "version": "4.1.1", + "version": "4.1.2", "description": "@nebular/bootstrap", "author": "akveo", "license": "MIT", @@ -22,6 +22,6 @@ ], "peerDependencies": { "bootstrap": "^4.0.0", - "@nebular/theme": "4.1.1" + "@nebular/theme": "4.1.2" } } diff --git a/src/framework/date-fns/package.json b/src/framework/date-fns/package.json index fcf9c13689..1cb8307392 100644 --- a/src/framework/date-fns/package.json +++ b/src/framework/date-fns/package.json @@ -1,6 +1,6 @@ { "name": "@nebular/date-fns", - "version": "4.1.1", + "version": "4.1.2", "description": "@nebular/date-fns", "author": "akveo", "license": "MIT", @@ -21,7 +21,7 @@ "nebular" ], "peerDependencies": { - "@nebular/theme": "4.1.1", + "@nebular/theme": "4.1.2", "date-fns": ">=2.0.0-alpha.16 <=2.0.0-alpha.27" }, "sideEffects": false diff --git a/src/framework/eva-icons/package.json b/src/framework/eva-icons/package.json index 6464fd8a77..cde5e42137 100644 --- a/src/framework/eva-icons/package.json +++ b/src/framework/eva-icons/package.json @@ -1,6 +1,6 @@ { "name": "@nebular/eva-icons", - "version": "4.1.1", + "version": "4.1.2", "description": "@nebular/eva-icons", "author": "akveo", "license": "MIT", @@ -23,7 +23,7 @@ "eva-icons" ], "peerDependencies": { - "@nebular/theme": "4.1.1", + "@nebular/theme": "4.1.2", "eva-icons": "^1.1.1" }, "sideEffects": false diff --git a/src/framework/moment/package.json b/src/framework/moment/package.json index 9f7c2f4821..a956572e4b 100644 --- a/src/framework/moment/package.json +++ b/src/framework/moment/package.json @@ -1,6 +1,6 @@ { "name": "@nebular/moment", - "version": "4.1.1", + "version": "4.1.2", "description": "@nebular/moment", "author": "akveo", "license": "MIT", @@ -21,7 +21,7 @@ "nebular" ], "peerDependencies": { - "@nebular/theme": "4.1.1", + "@nebular/theme": "4.1.2", "moment": "^2.22.2" }, "sideEffects": false diff --git a/src/framework/security/package.json b/src/framework/security/package.json index f0167c8d23..7da12a4a8b 100644 --- a/src/framework/security/package.json +++ b/src/framework/security/package.json @@ -1,6 +1,6 @@ { "name": "@nebular/security", - "version": "4.1.1", + "version": "4.1.2", "description": "@nebular/security", "author": "akveo", "license": "MIT", diff --git a/src/framework/theme/package.json b/src/framework/theme/package.json index a335424b07..70b38321ce 100644 --- a/src/framework/theme/package.json +++ b/src/framework/theme/package.json @@ -1,6 +1,6 @@ { "name": "@nebular/theme", - "version": "4.1.1", + "version": "4.1.2", "description": "@nebular/theme", "author": "akveo", "license": "MIT",