release: 11.0.0 (#6006)

This commit is contained in:
Denis Strigo 2023-10-29 15:06:39 +01:00 committed by GitHub
parent aa91634dab
commit 651dadee33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 20 additions and 2 deletions

View file

@ -1,3 +1,21 @@
<a name="11.0.0"></a>
# [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.
<a name="10.0.0"></a>
# [10.0.0](https://github.com/akveo/ngx-admin/compare/v9.0.0...v10.0.0) (2023-03-07)

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "ngx-admin",
"version": "10.0.0",
"version": "11.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -1,6 +1,6 @@
{
"name": "ngx-admin",
"version": "10.0.0",
"version": "11.0.0",
"license": "MIT",
"repository": {
"type": "git",