Skip to content

Commit d4e64df

Browse files
author
mledour
committed
chore(release): 2.0.0
1 parent 88b2f14 commit d4e64df

File tree

6 files changed

+1692
-1676
lines changed

6 files changed

+1692
-1676
lines changed

.idea/codeStyles/Project.xml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
[![Build Status](https://travis-ci.org/mika-el/angular-admin-lte.svg?branch=master)](https://travis-ci.org/mika-el/angular-admin-lte)
1+
[![Build Status](https://travis-ci.org/mledour/angular-admin-lte.svg?branch=master)](https://travis-ci.org/mledour/angular-admin-lte)
22
[![npm version](https://badge.fury.io/js/angular-admin-lte.svg)](https://badge.fury.io/js/angular-admin-lte)
33

44
# angular-admin-lte
55

66
Admin-lte implementation for Angular 4+
77

88
## Doc & Demo
9-
[https://mika-el.github.io/angular-admin-lte/branches/master](https://mika-el.github.io/angular-admin-lte/branches/master)
9+
[https://mledour.github.io/angular-admin-lte/branches/master](https://mledour.github.io/angular-admin-lte/branches/master)
1010

1111

1212
## Installation
@@ -19,7 +19,7 @@ $ npm install angular-admin-lte --save
1919

2020
## Install demo
2121
```bash
22-
$ git clone git://github.com/mika-el/angular-admin-lte
22+
$ git clone git://github.com/mledour/angular-admin-lte
2323
$ cd angular-admin-lte
2424
$ npm install
2525
```

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## CHANGE LOG:
22

3+
v2.0.0:
4+
- Update to Angular 7
5+
6+
v1.3.0:
7+
- Header logo routerLink option
8+
39
v1.2.8:
410
- fix layout wrapper overflow
511

library/angular-admin-lte/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
11
{
22
"name": "angular-admin-lte",
3-
"version": "1.3.2",
4-
"homepage": "https://github.com/mika-el/angular-admin-lte#README.MD",
3+
"version": "2.0.0",
4+
"homepage": "https://github.com/mledour/angular-admin-lte#README.MD",
55
"author": {
66
"name": "Mik@",
77
"email": "michael.ledour@gmail.com"
88
},
99
"license": "MIT",
1010
"repository": {
1111
"type": "git",
12-
"url": "https://github.com/mika-el/angular-admin-lte"
12+
"url": "https://github.com/mledour/angular-admin-lte"
1313
},
1414
"bugs": {
15-
"url": "https://github.com/mika-el/angular-admin-lte/issues"
15+
"url": "https://github.com/mledour/angular-admin-lte/issues"
1616
},
1717
"keywords": [
1818
"angular",
1919
"angular 2",
2020
"angular 4",
2121
"angular 5",
2222
"angular 6",
23+
"angular 7",
2324
"typescript",
2425
"admin-lte"
2526
],

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"name": "angular-admin-lte-demo",
3-
"version": "1.3.2",
3+
"version": "2.0.0",
44
"keywords": [
55
"angular",
66
"angular 2",
77
"angular 4",
88
"angular 5",
99
"angular 6",
10+
"angular 7",
1011
"typescript",
1112
"admin-lte"
1213
],
@@ -27,7 +28,7 @@
2728
},
2829
"repository": {
2930
"type": "git",
30-
"url": "git://github.com/mika-el/angular-admin-lte.git"
31+
"url": "git://github.com/mledour/angular-admin-lte.git"
3132
},
3233
"author": {
3334
"name": "Mik@",
@@ -80,5 +81,8 @@
8081
"tslib": "^1.7.1",
8182
"tslint": "~5.12.1",
8283
"typescript": "~3.2.4"
84+
},
85+
"resolutions": {
86+
"terser": "3.8.1"
8387
}
84-
}
88+
}

0 commit comments

Comments
 (0)