diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c50ccdc..c21f1a12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ + +# 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` + + # 0.4.0 (2016-07-12) diff --git a/Dockerfile b/Dockerfile index eb90881c..991928ae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/_VERSION b/_VERSION index ef16864e..6e01a902 100644 --- a/_VERSION +++ b/_VERSION @@ -1 +1 @@ -_VERSION=0.4.0 +_VERSION=0.4.1 diff --git a/bower.json b/bower.json index a4d796f1..3ca3793b 100644 --- a/bower.json +++ b/bower.json @@ -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/", diff --git a/package.json b/package.json index c2754064..337d0c90 100644 --- a/package.json +++ b/package.json @@ -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",