mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 00:10:14 +01:00
chore(version): update version to 0.3.0
This commit is contained in:
parent
23bdbaf5e2
commit
9af0e22650
2 changed files with 20 additions and 3 deletions
21
CHANGELOG.md
21
CHANGELOG.md
|
|
@ -1,3 +1,21 @@
|
|||
<a name="0.3.0"></a>
|
||||
# 0.3.0 (2016-06-29)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Sidebar menu angle fixed
|
||||
* Sidebar menu selected item fixed
|
||||
|
||||
### Features
|
||||
|
||||
* Angular updated to rc.3
|
||||
* Dependencies updated accordingly
|
||||
|
||||
### How to update
|
||||
|
||||
* Remove `node_modules` and `typings` folders
|
||||
* run `npm install`
|
||||
|
||||
<a name="0.2.1"></a>
|
||||
# 0.2.1 (2016-06-21)
|
||||
|
||||
|
|
@ -19,5 +37,4 @@
|
|||
### How to update
|
||||
|
||||
* Remove `node_modules` and `typings` folders
|
||||
* run `npm install`
|
||||
|
||||
* run `npm install`
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ng2-admin",
|
||||
"version": "0.2.1",
|
||||
"version": "0.3.0",
|
||||
"description": "Angular 2 and Bootstrap 4 Admin Template.",
|
||||
"author": "akveo",
|
||||
"homepage": "http://akveo.github.io/ng2-admin/",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue