mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-19 08:50:13 +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
19
CHANGELOG.md
19
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>
|
<a name="0.2.1"></a>
|
||||||
# 0.2.1 (2016-06-21)
|
# 0.2.1 (2016-06-21)
|
||||||
|
|
||||||
|
|
@ -20,4 +38,3 @@
|
||||||
|
|
||||||
* Remove `node_modules` and `typings` folders
|
* Remove `node_modules` and `typings` folders
|
||||||
* run `npm install`
|
* run `npm install`
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ng2-admin",
|
"name": "ng2-admin",
|
||||||
"version": "0.2.1",
|
"version": "0.3.0",
|
||||||
"description": "Angular 2 and Bootstrap 4 Admin Template.",
|
"description": "Angular 2 and Bootstrap 4 Admin Template.",
|
||||||
"author": "akveo",
|
"author": "akveo",
|
||||||
"homepage": "http://akveo.github.io/ng2-admin/",
|
"homepage": "http://akveo.github.io/ng2-admin/",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue