From 651dadee338493143b96749f33a70e2322c07bb5 Mon Sep 17 00:00:00 2001 From: Denis Strigo Date: Sun, 29 Oct 2023 15:06:39 +0100 Subject: [PATCH] release: 11.0.0 (#6006) --- CHANGELOG.md | 18 ++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82c1f051..d4bf0fec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ + +# [11.0.0](https://github.com/akveo/ngx-admin/compare/v10.0.0...v11.0.0) (2023-10-29) + + +### Bug Fixes + +* **package-lock:** update version in package-lock ([#6002](https://github.com/akveo/ngx-admin/issues/6002)) ([e06d9bd](https://github.com/akveo/ngx-admin/commit/e06d9bd)) + +### Features + +* update to Angular 15 ([aa91634](https://github.com/akveo/ngx-admin/commit/aa91634)) + +### BREAKING CHANGES + +- Angular updated to version 14. +- Nebular updated to version 10. + + # [10.0.0](https://github.com/akveo/ngx-admin/compare/v9.0.0...v10.0.0) (2023-03-07) diff --git a/package-lock.json b/package-lock.json index 310f0fda..78e2a422 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ngx-admin", - "version": "10.0.0", + "version": "11.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6743c519..d7bf3e9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-admin", - "version": "10.0.0", + "version": "11.0.0", "license": "MIT", "repository": { "type": "git",