From 9c9610d79471f6cc11287d3f84000790da901bba Mon Sep 17 00:00:00 2001 From: Sergey Andrievskiy Date: Thu, 1 Oct 2020 18:57:02 +0300 Subject: [PATCH] release: 6.2.1 (#2539) --- CHANGELOG.md | 11 +++++++++++ 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/firebase-auth/package.json | 4 ++-- src/framework/moment/package.json | 4 ++-- src/framework/security/package.json | 2 +- src/framework/theme/package.json | 2 +- 14 files changed, 31 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 624795b52e..cbe0fc3934 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +## [6.2.1](https://github.com/akveo/nebular/compare/v6.2.0...v6.2.1) (2020-10-01) + + +### Bug Fixes + +* **accordion:** extract inner elements styles outside accordion ([#2536](https://github.com/akveo/nebular/issues/2536)) ([9089690](https://github.com/akveo/nebular/commit/9089690)) +* **calendar range cells:** handle unset date or selectedValue ([#2537](https://github.com/akveo/nebular/issues/2537)) ([0f20b9c](https://github.com/akveo/nebular/commit/0f20b9c)) + + + # [6.2.0](https://github.com/akveo/nebular/compare/v6.1.0...v6.2.0) (2020-09-25) diff --git a/docs/versions.json b/docs/versions.json index e9d478e0de..8fe298729c 100644 --- a/docs/versions.json +++ b/docs/versions.json @@ -1,7 +1,7 @@ [ { - "checkoutTarget": "v6.2.0", - "name": "6.2.0", + "checkoutTarget": "v6.2.1", + "name": "6.2.1", "path": "/nebular/", "isCurrent": true }, diff --git a/package-lock.json b/package-lock.json index 1fc5c6fb55..c8d338cabe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nebular", - "version": "6.2.0", + "version": "6.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a09a075805..696fa7ef2a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nebular", - "version": "6.2.0", + "version": "6.2.1", "license": "MIT", "author": "akveo ", "private": true, diff --git a/packages-smoke/package-lock.json b/packages-smoke/package-lock.json index 3b41804bb6..faba5fb405 100644 --- a/packages-smoke/package-lock.json +++ b/packages-smoke/package-lock.json @@ -1,6 +1,6 @@ { "name": "packages-smoke", - "version": "6.2.0", + "version": "6.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages-smoke/package.json b/packages-smoke/package.json index 4b2016eb2f..0910480363 100644 --- a/packages-smoke/package.json +++ b/packages-smoke/package.json @@ -1,6 +1,6 @@ { "name": "packages-smoke", - "version": "6.2.0", + "version": "6.2.1", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/src/framework/auth/package.json b/src/framework/auth/package.json index 6610311fd6..132d140400 100644 --- a/src/framework/auth/package.json +++ b/src/framework/auth/package.json @@ -1,6 +1,6 @@ { "name": "@nebular/auth", - "version": "6.2.0", + "version": "6.2.1", "description": "@nebular/auth", "author": "akveo", "license": "MIT", @@ -28,7 +28,7 @@ "@angular/core": "^10.0.0", "@angular/router": "^10.0.0", "@angular/forms": "^10.0.0", - "@nebular/theme": "6.2.0", + "@nebular/theme": "6.2.1", "rxjs": "^6.5.1" }, "sideEffects": false diff --git a/src/framework/bootstrap/package.json b/src/framework/bootstrap/package.json index 1e99b489f4..0302315bb9 100644 --- a/src/framework/bootstrap/package.json +++ b/src/framework/bootstrap/package.json @@ -1,6 +1,6 @@ { "name": "@nebular/bootstrap", - "version": "6.2.0", + "version": "6.2.1", "description": "@nebular/bootstrap", "author": "akveo", "license": "MIT", @@ -22,6 +22,6 @@ ], "peerDependencies": { "bootstrap": "^4.0.0", - "@nebular/theme": "6.2.0" + "@nebular/theme": "6.2.1" } } diff --git a/src/framework/date-fns/package.json b/src/framework/date-fns/package.json index 53aa1de5bc..a7f7ea7b6c 100644 --- a/src/framework/date-fns/package.json +++ b/src/framework/date-fns/package.json @@ -1,6 +1,6 @@ { "name": "@nebular/date-fns", - "version": "6.2.0", + "version": "6.2.1", "description": "@nebular/date-fns", "author": "akveo", "license": "MIT", @@ -21,7 +21,7 @@ "nebular" ], "peerDependencies": { - "@nebular/theme": "6.2.0", + "@nebular/theme": "6.2.1", "date-fns": "2" }, "sideEffects": false diff --git a/src/framework/eva-icons/package.json b/src/framework/eva-icons/package.json index b260fe28ed..89a662f331 100644 --- a/src/framework/eva-icons/package.json +++ b/src/framework/eva-icons/package.json @@ -1,6 +1,6 @@ { "name": "@nebular/eva-icons", - "version": "6.2.0", + "version": "6.2.1", "description": "@nebular/eva-icons", "author": "akveo", "license": "MIT", @@ -23,7 +23,7 @@ "eva-icons" ], "peerDependencies": { - "@nebular/theme": "6.2.0", + "@nebular/theme": "6.2.1", "eva-icons": "^1.1.2" }, "sideEffects": false diff --git a/src/framework/firebase-auth/package.json b/src/framework/firebase-auth/package.json index e464c782cc..004d9f6a1a 100644 --- a/src/framework/firebase-auth/package.json +++ b/src/framework/firebase-auth/package.json @@ -1,6 +1,6 @@ { "name": "@nebular/firebase-auth", - "version": "6.2.0", + "version": "6.2.1", "description": "@nebular/firebase-auth", "author": "akveo", "license": "MIT", @@ -26,7 +26,7 @@ ], "peerDependencies": { "@angular/core": "^10.0.0", - "@nebular/auth": "6.2.0", + "@nebular/auth": "6.2.1", "rxjs": "^6.5.1", "firebase": "^7.14.5", "@angular/fire": "^6.0.0" diff --git a/src/framework/moment/package.json b/src/framework/moment/package.json index 54188b4d9e..c5b479f196 100644 --- a/src/framework/moment/package.json +++ b/src/framework/moment/package.json @@ -1,6 +1,6 @@ { "name": "@nebular/moment", - "version": "6.2.0", + "version": "6.2.1", "description": "@nebular/moment", "author": "akveo", "license": "MIT", @@ -21,7 +21,7 @@ "nebular" ], "peerDependencies": { - "@nebular/theme": "6.2.0", + "@nebular/theme": "6.2.1", "moment": "^2.22.2" }, "sideEffects": false diff --git a/src/framework/security/package.json b/src/framework/security/package.json index af6265e5f8..75f66c5aa9 100644 --- a/src/framework/security/package.json +++ b/src/framework/security/package.json @@ -1,6 +1,6 @@ { "name": "@nebular/security", - "version": "6.2.0", + "version": "6.2.1", "description": "@nebular/security", "author": "akveo", "license": "MIT", diff --git a/src/framework/theme/package.json b/src/framework/theme/package.json index 0e2e01936a..c9f638c42a 100644 --- a/src/framework/theme/package.json +++ b/src/framework/theme/package.json @@ -1,6 +1,6 @@ { "name": "@nebular/theme", - "version": "6.2.0", + "version": "6.2.1", "description": "@nebular/theme", "author": "akveo", "license": "MIT",