From 73461e89729d0e3ae7b4ad513cdd343f3a61b59e Mon Sep 17 00:00:00 2001 From: Sergey Andrievskiy Date: Wed, 19 Aug 2020 18:39:56 +0300 Subject: [PATCH] release: 6.0.0 (#5748) --- CHANGELOG.md | 20 ++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77969ee6c6..2d3a852c46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ + +# [6.0.0](https://github.com/akveo/ngx-admin/compare/v5.0.0...v6.0.0) (2020-08-19) + + +### Bug Fixes + +* **echarts:** set merge input ([#5632](https://github.com/akveo/ngx-admin/issues/5632)) ([dfaa5cd](https://github.com/akveo/ngx-admin/commit/dfaa5cd)) +* **sidebar:** toggle performance issues ([#5658](https://github.com/akveo/ngx-admin/issues/5658)) ([9eaf0bb](https://github.com/akveo/ngx-admin/commit/9eaf0bb)) + + +### Features + +* update to Angular 10 ([#5747](https://github.com/akveo/ngx-admin/issues/5747)) ([ec3282c](https://github.com/akveo/ngx-admin/commit/ec3282c)) + +### BREAKING CHANGES + +- Angular updated to version 10. +- Nebular updated to version 6. + + # [5.0.0](https://github.com/akveo/ngx-admin/compare/v4.0.1...v5.0.0) (2020-04-01) diff --git a/package-lock.json b/package-lock.json index 661ceef940..6e8251e65d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ngx-admin", - "version": "5.0.0", + "version": "6.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e80643f5b2..1aa7532b66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-admin", - "version": "5.0.0", + "version": "6.0.0", "license": "MIT", "repository": { "type": "git",