mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
chore(version): bump version to 0.6.0
This commit is contained in:
parent
3ff5c51f1a
commit
1ba236a067
3 changed files with 25 additions and 2 deletions
23
CHANGELOG.md
23
CHANGELOG.md
|
|
@ -1,3 +1,26 @@
|
|||
<a name="0.6.0"></a>
|
||||
# 0.6.0 (2016-09-19)
|
||||
|
||||
### Note
|
||||
Tree package does not support RC6 currently so it was hidden from the menu.
|
||||
|
||||
### Features
|
||||
|
||||
* Angular rc.6
|
||||
* Dependencies updated
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
|
||||
### How to update
|
||||
|
||||
* Pull sources from git, merge accordingly
|
||||
* remove `node_modules`
|
||||
* run `npm install`
|
||||
* Remove all directives & pipes from components and move them to the ngModule declarations
|
||||
* Enjoy!
|
||||
|
||||
|
||||
<a name="0.5.0"></a>
|
||||
# 0.5.0 (2016-08-30)
|
||||
|
||||
|
|
|
|||
2
_VERSION
2
_VERSION
|
|
@ -1 +1 @@
|
|||
_VERSION=0.5.0
|
||||
_VERSION=0.6.0
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ng2-admin",
|
||||
"version": "0.5.0",
|
||||
"version": "0.6.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