Skip to content

Commit e7de860

Browse files
committed
Feat(v1.6.0): Update version
1 parent 2cfb523 commit e7de860

File tree

8 files changed

+13
-8
lines changed

8 files changed

+13
-8
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1+
## [1.6.0] - 2020-03-12
2+
### Updates
3+
- update to Angular 9
4+
- update all dependencies to match Angular 9 version
5+
16
## [1.5.0] - 2018-10-04
27
### Changes
38
- update to Angular 6
4-
- added online documentation
9+
- added online documentation
510

611
## [1.4.0] - 2017-08-28
712
### Changes for Angular 4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,5 +168,5 @@ Instagram: <https://instagram.com/creativetimofficial>
168168

169169
[CHANGELOG]: ./CHANGELOG.md
170170

171-
[version-badge]: https://img.shields.io/badge/version-1.5.0-blue.svg
171+
[version-badge]: https://img.shields.io/badge/version-1.6.0-blue.svg
172172
[license-badge]: https://img.shields.io/badge/license-MIT-blue.svg

documentation/css/light-bootstrap-dashboard.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
33
=========================================================
4-
* Light Bootstrap Dashboard Angular - v1.5.0
4+
* Light Bootstrap Dashboard Angular - v1.6.0
55
=========================================================
66
77
* Product Page: https://www.creative-tim.com/product/light-bootstrap-dashboard-angular2

documentation/tutorial-lbd-angular2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<div class="filter"></div>
6464
<div class="title-container text-center">
6565
<h1>Light Bootstrap Dashboard Angular</h1>
66-
<h3 class="category">v1.5.0</h3>
66+
<h3 class="category">v1.6.0</h3>
6767
<h4 class="description text-center">We are constantly doing updates for you.</h4>
6868
<a href="http://demos.creative-tim.com/light-bootstrap-dashboard-angular2/documentation/tutorial" class="btn btn-neutral btn-lg btn-round btn-fill" target="_blank">View Documentation</a>
6969
</div>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lbd-free-angular-cli",
3-
"version": "1.5.1",
3+
"version": "1.6.0",
44
"license": "MIT",
55
"scripts": {
66
"ng": "ng",

src/assets/sass/light-bootstrap-dashboard.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
33
=========================================================
4-
* Light Bootstrap Dashboard Angular - v1.5.1
4+
* Light Bootstrap Dashboard Angular - v1.6.0
55
=========================================================
66
77
* Product Page: https://www.creative-tim.com/product/light-bootstrap-dashboard-angular2

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
=========================================================
3-
* Light Bootstrap Dashboard Angular - v1.5.1
3+
* Light Bootstrap Dashboard Angular - v1.6.0
44
=========================================================
55
66
* Product Page: https://www.creative-tim.com/product/light-bootstrap-dashboard-angular2

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
33
=========================================================
4-
* Light Bootstrap Dashboard Angular - v1.5.1
4+
* Light Bootstrap Dashboard Angular - v1.6.0
55
=========================================================
66
77
* Product Page: https://www.creative-tim.com/product/light-bootstrap-dashboard-angular2

0 commit comments

Comments
 (0)