chore(version): bump version to 0.4.1

This commit is contained in:
nixa 2016-07-28 14:52:42 +03:00
parent e7fca6d4ed
commit d9084037e7
5 changed files with 28 additions and 5 deletions

View file

@ -1,3 +1,27 @@
<a name="0.4.1"></a>
# 0.4.1 (2016-07-28)
### Bug Fixes
* Fix menu and router configuration
* Fix broken dependencies
### Features
* Dependencies updated
* Use @types instead of typings
### BREAKING CHANGES
* Typings were removed, now we use @types instead, more details [here](https://github.com/AngularClass/angular2-webpack-starter#types)
### How to update
* Remove node_modules folder
* Remove typings folder and move all custom typings to package.json
* run `npm install`
<a name="0.4.0"></a>
# 0.4.0 (2016-07-12)

View file

@ -6,7 +6,6 @@ RUN git clone https://github.com/akveo/ng2-admin.git /var/www \
&& npm run clean \
&& npm install --global bower typings webpack webpack-dev-server typescript \
&& bower install --allow-root \
&& npm run typings -- install \
&& npm install \
&& npm run prebuild:prod && npm run build:prod

View file

@ -1 +1 @@
_VERSION=0.4.0
_VERSION=0.4.1

View file

@ -1,6 +1,6 @@
{
"name": "ng2-admin",
"version": "0.0.1",
"version": "0.4.1",
"description": "Angular 2 and Bootstrap 4 Admin Template.",
"author": "akveo",
"homepage": "http://akveo.github.io/ng2-admin/",

View file

@ -1,6 +1,6 @@
{
"name": "ng2-admin",
"version": "0.4.0",
"version": "0.4.1",
"description": "Angular 2 and Bootstrap 4 Admin Template.",
"author": "akveo",
"homepage": "http://akveo.github.io/ng2-admin/",
@ -40,7 +40,7 @@
"ng2-bootstrap": "^1.0.20",
"ng2-branchy": "^0.0.2-5",
"ng2-ckeditor": "^1.0.4",
"ng2-uploader": "0.5.2",
"ng2-uploader": "0.5.6",
"normalize.css": "^4.1.1",
"rxjs": "5.0.0-beta.6",
"tether": "^1.2.4",