mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 07:50:12 +01:00
chore(version): bump version to 0.4.1
This commit is contained in:
parent
e7fca6d4ed
commit
d9084037e7
5 changed files with 28 additions and 5 deletions
24
CHANGELOG.md
24
CHANGELOG.md
|
|
@ -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>
|
<a name="0.4.0"></a>
|
||||||
# 0.4.0 (2016-07-12)
|
# 0.4.0 (2016-07-12)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,6 @@ RUN git clone https://github.com/akveo/ng2-admin.git /var/www \
|
||||||
&& npm run clean \
|
&& npm run clean \
|
||||||
&& npm install --global bower typings webpack webpack-dev-server typescript \
|
&& npm install --global bower typings webpack webpack-dev-server typescript \
|
||||||
&& bower install --allow-root \
|
&& bower install --allow-root \
|
||||||
&& npm run typings -- install \
|
|
||||||
&& npm install \
|
&& npm install \
|
||||||
&& npm run prebuild:prod && npm run build:prod
|
&& npm run prebuild:prod && npm run build:prod
|
||||||
|
|
||||||
|
|
|
||||||
2
_VERSION
2
_VERSION
|
|
@ -1 +1 @@
|
||||||
_VERSION=0.4.0
|
_VERSION=0.4.1
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ng2-admin",
|
"name": "ng2-admin",
|
||||||
"version": "0.0.1",
|
"version": "0.4.1",
|
||||||
"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/",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ng2-admin",
|
"name": "ng2-admin",
|
||||||
"version": "0.4.0",
|
"version": "0.4.1",
|
||||||
"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/",
|
||||||
|
|
@ -40,7 +40,7 @@
|
||||||
"ng2-bootstrap": "^1.0.20",
|
"ng2-bootstrap": "^1.0.20",
|
||||||
"ng2-branchy": "^0.0.2-5",
|
"ng2-branchy": "^0.0.2-5",
|
||||||
"ng2-ckeditor": "^1.0.4",
|
"ng2-ckeditor": "^1.0.4",
|
||||||
"ng2-uploader": "0.5.2",
|
"ng2-uploader": "0.5.6",
|
||||||
"normalize.css": "^4.1.1",
|
"normalize.css": "^4.1.1",
|
||||||
"rxjs": "5.0.0-beta.6",
|
"rxjs": "5.0.0-beta.6",
|
||||||
"tether": "^1.2.4",
|
"tether": "^1.2.4",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue