From 6363d5171d3faaef66485db1fec244b5b6b0feee Mon Sep 17 00:00:00 2001 From: Denis Strigo Date: Tue, 7 Mar 2023 19:41:22 +0100 Subject: [PATCH] release: 10.0.0 (#5975) --- CHANGELOG.md | 21 +++++++++++++++++++++ package.json | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19f2fb86..82c1f051 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ + +# [10.0.0](https://github.com/akveo/ngx-admin/compare/v9.0.0...v10.0.0) (2023-03-07) + + +### Bug Fixes + +* **angular 13:** fix issues after updates to Angular 13 in rooms component and country orders component ([#5965](https://github.com/akveo/ngx-admin/issues/5965)) ([384b841](https://github.com/akveo/ngx-admin/commit/384b841)) +* fix issues after updates to Angular 13 in rooms component and country orders component ([1d78122](https://github.com/akveo/ngx-admin/commit/1d78122)) + + +### Features + +* update to Angular 14 ([#1](https://github.com/akveo/ngx-admin/issues/1)) ([2f98e08](https://github.com/akveo/ngx-admin/commit/2f98e08)), closes [#5965](https://github.com/akveo/ngx-admin/issues/5965) + +### BREAKING CHANGES + +- Angular updated to version 13. +- Nebular updated to version 9. +- Move from tslint to eslint + + # [9.0.0](https://github.com/akveo/ngx-admin/compare/v8.0.0...v9.0.0) (2022-12-29) diff --git a/package.json b/package.json index 8103eaac..04e37c3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-admin", - "version": "9.0.0", + "version": "10.0.0", "license": "MIT", "repository": { "type": "git",