release: 6.0.0 (#5748)

This commit is contained in:
Sergey Andrievskiy 2020-08-19 18:39:56 +03:00 committed by GitHub
parent ec3282cac5
commit 73461e8972
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 22 additions and 2 deletions

View file

@ -1,3 +1,23 @@
<a name="6.0.0"></a>
# [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.
<a name="5.0.0"></a>
# [5.0.0](https://github.com/akveo/ngx-admin/compare/v4.0.1...v5.0.0) (2020-04-01)

2
package-lock.json generated
View file

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

View file

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