From 5df8d50bb7e070950c5a78e7c538209c7ed140a6 Mon Sep 17 00:00:00 2001 From: Denis Strigo Date: Thu, 17 Nov 2022 14:29:06 +0300 Subject: [PATCH] release: 9.1.0-rc.8 (#3138) Co-authored-by: denStrigo --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- packages-smoke/package-lock.json | 24 ++++++++++++------------ 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 +- 13 files changed, 41 insertions(+), 30 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de91e7119c..76ec0668ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +# [9.1.0-rc.8](https://github.com/akveo/nebular/compare/v9.1.0-rc.7...v9.1.0-rc.8) (2022-11-17) + + +### Features + +* **menu component:** improve accessibility ([#3136](https://github.com/akveo/nebular/issues/3136)) ([7ce24c0](https://github.com/akveo/nebular/commit/7ce24c0)) +* **timepicker:** add disabled state ([#3127](https://github.com/akveo/nebular/issues/3127)) ([7af5a8d](https://github.com/akveo/nebular/commit/7af5a8d)) + + + # [9.1.0-rc.7](https://github.com/akveo/nebular/compare/v9.1.0-rc.6...v9.1.0-rc.7) (2022-10-10) diff --git a/package-lock.json b/package-lock.json index a59ad21fbc..59b624eb71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nebular", - "version": "9.1.0-rc.7", + "version": "9.1.0-rc.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nebular", - "version": "9.1.0-rc.7", + "version": "9.1.0-rc.8", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 435fa23a5c..f4522f0971 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nebular", - "version": "9.1.0-rc.7", + "version": "9.1.0-rc.8", "license": "MIT", "author": "akveo ", "private": true, diff --git a/packages-smoke/package-lock.json b/packages-smoke/package-lock.json index 407f4cfceb..989c0140bc 100644 --- a/packages-smoke/package-lock.json +++ b/packages-smoke/package-lock.json @@ -1,12 +1,12 @@ { "name": "packages-smoke", - "version": "9.1.0-rc.7", + "version": "9.1.0-rc.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "packages-smoke", - "version": "9.1.0-rc.7", + "version": "9.1.0-rc.8", "dependencies": { "@angular/animations": "~13.0.0", "@angular/cdk": "~13.0.0", @@ -65,7 +65,7 @@ }, ".lib/auth": { "name": "@nebular/auth", - "version": "9.1.0-rc.7", + "version": "9.1.0-rc.8", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -75,49 +75,49 @@ "@angular/core": "^13.0.0", "@angular/forms": "^13.0.0", "@angular/router": "^13.0.0", - "@nebular/theme": "9.1.0-rc.7", + "@nebular/theme": "9.1.0-rc.8", "rxjs": "^6.5.3 || ^7.4.0" } }, ".lib/date-fns": { "name": "@nebular/date-fns", - "version": "9.1.0-rc.7", + "version": "9.1.0-rc.8", "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "peerDependencies": { - "@nebular/theme": "9.1.0-rc.7", + "@nebular/theme": "9.1.0-rc.8", "date-fns": "2" } }, ".lib/eva-icons": { "name": "@nebular/eva-icons", - "version": "9.1.0-rc.7", + "version": "9.1.0-rc.8", "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "peerDependencies": { - "@nebular/theme": "9.1.0-rc.7", + "@nebular/theme": "9.1.0-rc.8", "eva-icons": "^1.1.2" } }, ".lib/moment": { "name": "@nebular/moment", - "version": "9.1.0-rc.7", + "version": "9.1.0-rc.8", "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "peerDependencies": { - "@nebular/theme": "9.1.0-rc.7", + "@nebular/theme": "9.1.0-rc.8", "moment": "^2.22.2" } }, ".lib/security": { "name": "@nebular/security", - "version": "9.1.0-rc.7", + "version": "9.1.0-rc.8", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -131,7 +131,7 @@ }, ".lib/theme": { "name": "@nebular/theme", - "version": "9.1.0-rc.7", + "version": "9.1.0-rc.8", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/packages-smoke/package.json b/packages-smoke/package.json index 9f1ce25234..e2ff9d367f 100644 --- a/packages-smoke/package.json +++ b/packages-smoke/package.json @@ -1,6 +1,6 @@ { "name": "packages-smoke", - "version": "9.1.0-rc.7", + "version": "9.1.0-rc.8", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/src/framework/auth/package.json b/src/framework/auth/package.json index bf525e60b8..36d95da892 100644 --- a/src/framework/auth/package.json +++ b/src/framework/auth/package.json @@ -1,6 +1,6 @@ { "name": "@nebular/auth", - "version": "9.1.0-rc.7", + "version": "9.1.0-rc.8", "description": "@nebular/auth", "author": "akveo", "license": "MIT", @@ -28,7 +28,7 @@ "@angular/core": "^13.0.0", "@angular/router": "^13.0.0", "@angular/forms": "^13.0.0", - "@nebular/theme": "9.1.0-rc.7", + "@nebular/theme": "9.1.0-rc.8", "rxjs": "^6.5.3 || ^7.4.0" }, "dependencies": { diff --git a/src/framework/bootstrap/package.json b/src/framework/bootstrap/package.json index d845cbdaab..697c3d1334 100644 --- a/src/framework/bootstrap/package.json +++ b/src/framework/bootstrap/package.json @@ -1,6 +1,6 @@ { "name": "@nebular/bootstrap", - "version": "9.1.0-rc.7", + "version": "9.1.0-rc.8", "description": "@nebular/bootstrap", "author": "akveo", "license": "MIT", @@ -22,7 +22,7 @@ ], "peerDependencies": { "bootstrap": "^4.0.0", - "@nebular/theme": "9.1.0-rc.7" + "@nebular/theme": "9.1.0-rc.8" }, "exports": { "./styles/prebuilt/corporate.css": { diff --git a/src/framework/date-fns/package.json b/src/framework/date-fns/package.json index e8ae4ae15c..ced5754c8e 100644 --- a/src/framework/date-fns/package.json +++ b/src/framework/date-fns/package.json @@ -1,6 +1,6 @@ { "name": "@nebular/date-fns", - "version": "9.1.0-rc.7", + "version": "9.1.0-rc.8", "description": "@nebular/date-fns", "author": "akveo", "license": "MIT", @@ -21,7 +21,7 @@ "nebular" ], "peerDependencies": { - "@nebular/theme": "9.1.0-rc.7", + "@nebular/theme": "9.1.0-rc.8", "date-fns": "2" }, "dependencies": { diff --git a/src/framework/eva-icons/package.json b/src/framework/eva-icons/package.json index 7707b3d7b0..427fa7f515 100644 --- a/src/framework/eva-icons/package.json +++ b/src/framework/eva-icons/package.json @@ -1,6 +1,6 @@ { "name": "@nebular/eva-icons", - "version": "9.1.0-rc.7", + "version": "9.1.0-rc.8", "description": "@nebular/eva-icons", "author": "akveo", "license": "MIT", @@ -23,7 +23,7 @@ "eva-icons" ], "peerDependencies": { - "@nebular/theme": "9.1.0-rc.7", + "@nebular/theme": "9.1.0-rc.8", "eva-icons": "^1.1.2" }, "dependencies": { diff --git a/src/framework/firebase-auth/package.json b/src/framework/firebase-auth/package.json index 5be5f5685e..e86a85ed64 100644 --- a/src/framework/firebase-auth/package.json +++ b/src/framework/firebase-auth/package.json @@ -1,6 +1,6 @@ { "name": "@nebular/firebase-auth", - "version": "9.1.0-rc.7", + "version": "9.1.0-rc.8", "description": "@nebular/firebase-auth", "author": "akveo", "license": "MIT", @@ -26,7 +26,7 @@ ], "peerDependencies": { "@angular/core": "^13.0.0", - "@nebular/auth": "9.1.0-rc.7", + "@nebular/auth": "9.1.0-rc.8", "rxjs": "^6.5.3 || ^7.4.0", "firebase": "^9.4.0", "@angular/fire": "^7.2.0" diff --git a/src/framework/moment/package.json b/src/framework/moment/package.json index 7eb0947336..e5fa810213 100644 --- a/src/framework/moment/package.json +++ b/src/framework/moment/package.json @@ -1,6 +1,6 @@ { "name": "@nebular/moment", - "version": "9.1.0-rc.7", + "version": "9.1.0-rc.8", "description": "@nebular/moment", "author": "akveo", "license": "MIT", @@ -21,7 +21,7 @@ "nebular" ], "peerDependencies": { - "@nebular/theme": "9.1.0-rc.7", + "@nebular/theme": "9.1.0-rc.8", "moment": "^2.22.2" }, "dependencies": { diff --git a/src/framework/security/package.json b/src/framework/security/package.json index 631ae79534..6844c29bd4 100644 --- a/src/framework/security/package.json +++ b/src/framework/security/package.json @@ -1,6 +1,6 @@ { "name": "@nebular/security", - "version": "9.1.0-rc.7", + "version": "9.1.0-rc.8", "description": "@nebular/security", "author": "akveo", "license": "MIT", diff --git a/src/framework/theme/package.json b/src/framework/theme/package.json index 3997d8e2ef..beff7ae7c6 100644 --- a/src/framework/theme/package.json +++ b/src/framework/theme/package.json @@ -1,6 +1,6 @@ { "name": "@nebular/theme", - "version": "9.1.0-rc.7", + "version": "9.1.0-rc.8", "description": "@nebular/theme", "author": "akveo", "license": "MIT",