From ae0f028099c5d4c13d2e78ab0bb22797217634a4 Mon Sep 17 00:00:00 2001 From: Denis Strigo Date: Thu, 9 Nov 2023 14:21:34 +0100 Subject: [PATCH] release: 12.0.0 (#3223) --- CHANGELOG.md | 14 ++++++++++++++ docs/versions.json | 10 +++++----- 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 +- 14 files changed, 49 insertions(+), 35 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdf79b1372..2d8132d5e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ + +# [12.0.0](https://github.com/akveo/nebular/compare/v11.0.1...v12.0.0) (2023-11-09) + + +### Bug Fixes + +* **docs:** fix docs deployment ([#3218](https://github.com/akveo/nebular/issues/3218)) ([96968a6](https://github.com/akveo/nebular/commit/96968a6)) + + +### Features + +* **angular:** update to Angular 16 ([#3222](https://github.com/akveo/nebular/issues/3222)) ([c19e6bd](https://github.com/akveo/nebular/commit/c19e6bd)) +* add firstDayOfWeek to datepickers ([#3220](https://github.com/akveo/nebular/issues/3220)) ([5923384](https://github.com/akveo/nebular/commit/5923384)) + ## [11.0.1](https://github.com/akveo/nebular/compare/v11.0.0...v11.0.1) (2023-09-06) diff --git a/docs/versions.json b/docs/versions.json index 9734a51652..338e29b35b 100644 --- a/docs/versions.json +++ b/docs/versions.json @@ -1,7 +1,7 @@ [ { - "checkoutTarget": "v11.0.1", - "name": "11.0.1", + "checkoutTarget": "v12.0.0", + "name": "12.0.0", "path": "/nebular/", "isCurrent": true }, @@ -11,8 +11,8 @@ "path": "/nebular/next/" }, { - "checkoutTarget": "10.0.x", - "name": "10.0.x", - "path": "/nebular/10.0.x/" + "checkoutTarget": "11.0.x", + "name": "11.0.x", + "path": "/nebular/11.0.x/" } ] diff --git a/package-lock.json b/package-lock.json index cf155eb92b..8cb850e44f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nebular", - "version": "11.0.1", + "version": "12.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nebular", - "version": "11.0.1", + "version": "12.0.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 7736ffc877..ab4fd3b7bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nebular", - "version": "11.0.1", + "version": "12.0.0", "license": "MIT", "author": "akveo ", "private": true, diff --git a/packages-smoke/package-lock.json b/packages-smoke/package-lock.json index 87941fd48f..fa022ad307 100644 --- a/packages-smoke/package-lock.json +++ b/packages-smoke/package-lock.json @@ -1,12 +1,12 @@ { "name": "packages-smoke", - "version": "11.0.1", + "version": "12.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "packages-smoke", - "version": "11.0.1", + "version": "12.0.0", "dependencies": { "@angular/animations": "~16.2.12", "@angular/cdk": "~16.2.11", @@ -65,7 +65,7 @@ }, ".lib/auth": { "name": "@nebular/auth", - "version": "11.0.1", + "version": "12.0.0", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -75,49 +75,49 @@ "@angular/core": "^16.0.0", "@angular/forms": "^16.0.0", "@angular/router": "^16.0.0", - "@nebular/theme": "11.0.1", + "@nebular/theme": "12.0.0", "rxjs": "^6.5.3 || ^7.4.0" } }, ".lib/date-fns": { "name": "@nebular/date-fns", - "version": "11.0.1", + "version": "12.0.0", "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "peerDependencies": { - "@nebular/theme": "11.0.1", + "@nebular/theme": "12.0.0", "date-fns": "^2.0.0" } }, ".lib/eva-icons": { "name": "@nebular/eva-icons", - "version": "11.0.1", + "version": "12.0.0", "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "peerDependencies": { - "@nebular/theme": "11.0.1", + "@nebular/theme": "12.0.0", "eva-icons": "^1.1.3" } }, ".lib/moment": { "name": "@nebular/moment", - "version": "11.0.1", + "version": "12.0.0", "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "peerDependencies": { - "@nebular/theme": "11.0.1", + "@nebular/theme": "12.0.0", "moment": "^2.22.2" } }, ".lib/security": { "name": "@nebular/security", - "version": "11.0.1", + "version": "12.0.0", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -131,7 +131,7 @@ }, ".lib/theme": { "name": "@nebular/theme", - "version": "11.0.1", + "version": "12.0.0", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/packages-smoke/package.json b/packages-smoke/package.json index c7fce6522b..a9a8451893 100644 --- a/packages-smoke/package.json +++ b/packages-smoke/package.json @@ -1,6 +1,6 @@ { "name": "packages-smoke", - "version": "11.0.1", + "version": "12.0.0", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/src/framework/auth/package.json b/src/framework/auth/package.json index 4078e16939..073d1482d6 100644 --- a/src/framework/auth/package.json +++ b/src/framework/auth/package.json @@ -1,6 +1,6 @@ { "name": "@nebular/auth", - "version": "11.0.1", + "version": "12.0.0", "description": "@nebular/auth", "author": "akveo", "license": "MIT", @@ -28,7 +28,7 @@ "@angular/core": "^16.0.0", "@angular/router": "^16.0.0", "@angular/forms": "^16.0.0", - "@nebular/theme": "11.0.1", + "@nebular/theme": "12.0.0", "rxjs": "^6.5.3 || ^7.4.0" }, "dependencies": { diff --git a/src/framework/bootstrap/package.json b/src/framework/bootstrap/package.json index b657ec2efa..b081c49918 100644 --- a/src/framework/bootstrap/package.json +++ b/src/framework/bootstrap/package.json @@ -1,6 +1,6 @@ { "name": "@nebular/bootstrap", - "version": "11.0.1", + "version": "12.0.0", "description": "@nebular/bootstrap", "author": "akveo", "license": "MIT", @@ -22,7 +22,7 @@ ], "peerDependencies": { "bootstrap": "^5.0.0", - "@nebular/theme": "11.0.1" + "@nebular/theme": "12.0.0" }, "exports": { "./styles/prebuilt/corporate.css": { diff --git a/src/framework/date-fns/package.json b/src/framework/date-fns/package.json index e3a37eb471..8c98698ccb 100644 --- a/src/framework/date-fns/package.json +++ b/src/framework/date-fns/package.json @@ -1,6 +1,6 @@ { "name": "@nebular/date-fns", - "version": "11.0.1", + "version": "12.0.0", "description": "@nebular/date-fns", "author": "akveo", "license": "MIT", @@ -21,7 +21,7 @@ "nebular" ], "peerDependencies": { - "@nebular/theme": "11.0.1", + "@nebular/theme": "12.0.0", "date-fns": "^2.0.0" }, "dependencies": { diff --git a/src/framework/eva-icons/package.json b/src/framework/eva-icons/package.json index 59a756a2cc..66ff4940ce 100644 --- a/src/framework/eva-icons/package.json +++ b/src/framework/eva-icons/package.json @@ -1,6 +1,6 @@ { "name": "@nebular/eva-icons", - "version": "11.0.1", + "version": "12.0.0", "description": "@nebular/eva-icons", "author": "akveo", "license": "MIT", @@ -23,7 +23,7 @@ "eva-icons" ], "peerDependencies": { - "@nebular/theme": "11.0.1", + "@nebular/theme": "12.0.0", "eva-icons": "^1.1.3" }, "dependencies": { diff --git a/src/framework/firebase-auth/package.json b/src/framework/firebase-auth/package.json index 60b18ae33f..76bc705767 100644 --- a/src/framework/firebase-auth/package.json +++ b/src/framework/firebase-auth/package.json @@ -1,6 +1,6 @@ { "name": "@nebular/firebase-auth", - "version": "11.0.1", + "version": "12.0.0", "description": "@nebular/firebase-auth", "author": "akveo", "license": "MIT", @@ -26,7 +26,7 @@ ], "peerDependencies": { "@angular/core": "^16.0.0", - "@nebular/auth": "11.0.1", + "@nebular/auth": "12.0.0", "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 a85186b9f8..4f62331c2f 100644 --- a/src/framework/moment/package.json +++ b/src/framework/moment/package.json @@ -1,6 +1,6 @@ { "name": "@nebular/moment", - "version": "11.0.1", + "version": "12.0.0", "description": "@nebular/moment", "author": "akveo", "license": "MIT", @@ -21,7 +21,7 @@ "nebular" ], "peerDependencies": { - "@nebular/theme": "11.0.1", + "@nebular/theme": "12.0.0", "moment": "^2.22.2" }, "dependencies": { diff --git a/src/framework/security/package.json b/src/framework/security/package.json index f06741db1c..78fcda0b9a 100644 --- a/src/framework/security/package.json +++ b/src/framework/security/package.json @@ -1,6 +1,6 @@ { "name": "@nebular/security", - "version": "11.0.1", + "version": "12.0.0", "description": "@nebular/security", "author": "akveo", "license": "MIT", diff --git a/src/framework/theme/package.json b/src/framework/theme/package.json index 227a69987e..f20159897b 100644 --- a/src/framework/theme/package.json +++ b/src/framework/theme/package.json @@ -1,6 +1,6 @@ { "name": "@nebular/theme", - "version": "11.0.1", + "version": "12.0.0", "description": "@nebular/theme", "author": "akveo", "license": "MIT",