Skip to content

Commit

Permalink
release: 9.0.0 (#5958)
Browse files Browse the repository at this point in the history
* release: 9.0.0

* release: 9.0.0, update angular version in README
  • Loading branch information
denStrigo authored Jan 9, 2023
1 parent ec68f5e commit 0ea6951
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
<a name="9.0.0"></a>
# [9.0.0](https://github.com/akveo/ngx-admin/compare/v8.0.0...v9.0.0) (2022-12-29)


### Bug Fixes

* update dependencies ([#5938](https://github.com/akveo/ngx-admin/issues/5938)) ([f1365e1](https://github.com/akveo/ngx-admin/commit/f1365e1))


### Features

* add installation notes ([fd95769](https://github.com/akveo/ngx-admin/commit/fd95769))
* update dependencies ([#5937](https://github.com/akveo/ngx-admin/issues/5937)) ([237ea6b](https://github.com/akveo/ngx-admin/commit/237ea6b))
* update README.md ([f5015ac](https://github.com/akveo/ngx-admin/commit/f5015ac))
* update templates section in README ([570031d](https://github.com/akveo/ngx-admin/commit/570031d))
* update to Angular 13, move from tslint to eslint ([#5957](https://github.com/akveo/ngx-admin/issues/5957)) ([ec68f5e](https://github.com/akveo/ngx-admin/commit/ec68f5e))

### BREAKING CHANGES

- Angular updated to version 13.
- Nebular updated to version 9.
- Move from tslint to eslint


<a name="8.0.0"></a>
# [8.0.0](https://github.com/akveo/ngx-admin/compare/v7.0.0...v8.0.0) (2021-10-08)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ To use material theme checkout `feat/material-theme` branch.

### To use material theme checkout `feat/material-theme` branch

# Admin template based on Angular 12+ and <a href="https://github.com/akveo/nebular">Nebular</a>
# Admin template based on Angular 13+ and <a href="https://github.com/akveo/nebular">Nebular</a>

<a target="_blank" href="https://akveo.com/ngx-admin/pages/dashboard?theme=corporate&utm_campaign=ngx_admin%20-%20demo%20-%20ngx_admin%20github%20readme&utm_source=ngx_admin&utm_medium=referral&utm_content=hero_banner_corporate"><img src="https://i.imgur.com/mFdqvgG.png"/></a>

Expand Down Expand Up @@ -51,7 +51,7 @@ Try low-code internal tool builder for free

### What's included:

- Angular 12+ & Typescript
- Angular 13+ & Typescript
- Bootstrap 4+ & SCSS
- Responsive layout
- RTL support
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-admin",
"version": "8.0.0",
"version": "9.0.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 0ea6951

Please sign in to comment.