Skip to content

Commit 4872cc7

Browse files
committed
Feat: Update version
1 parent 0ebb93c commit 4872cc7

File tree

7 files changed

+15
-10
lines changed

7 files changed

+15
-10
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [1.7.0] - 2020-12-15
2+
### Updates
3+
- update to Angular 11
4+
- update all dependencies to match Angular 11 version
5+
16
## [1.6.0] - 2020-03-12
27
### Updates
38
- update to Angular 9

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.6.0-blue.svg
171+
[version-badge]: https://img.shields.io/badge/version-1.7.0-blue.svg
172172
[license-badge]: https://img.shields.io/badge/license-MIT-blue.svg

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.6.0</h3>
66+
<h3 class="category">v1.7.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.6.0",
3+
"version": "1.7.0",
44
"license": "MIT",
55
"scripts": {
66
"ng": "ng",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*!
22
33
=========================================================
4-
* Light Bootstrap Dashboard Angular - v1.6.0
4+
* Light Bootstrap Dashboard Angular - v1.7.0
55
=========================================================
66
77
* Product Page: https://www.creative-tim.com/product/light-bootstrap-dashboard-angular2
8-
* Copyright 2016 Creative Tim (http://www.creative-tim.com)
8+
* Copyright 2020 Creative Tim (http://www.creative-tim.com)
99
* Licensed under MIT
1010
1111
=========================================================

src/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<!--
22
=========================================================
3-
* Light Bootstrap Dashboard Angular - v1.6.0
3+
* Light Bootstrap Dashboard Angular - v1.7.0
44
=========================================================
55
66
* Product Page: https://www.creative-tim.com/product/light-bootstrap-dashboard-angular2
7-
* Copyright 2019 Creative Tim (http://www.creative-tim.com)
7+
* Copyright 2020 Creative Tim (http://www.creative-tim.com)
88
* Licensed under MIT
99
1010
=========================================================
@@ -27,7 +27,7 @@
2727

2828
<!-- Animate -->
2929
<link href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.2.0/animate.min.css" rel="stylesheet">
30-
30+
3131
<!-- Fonts and icons -->
3232
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css" rel="stylesheet">
3333
<link href='https://fonts.googleapis.com/css?family=Roboto:400,700,300' rel='stylesheet' type='text/css'>

src/main.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*!
22
33
=========================================================
4-
* Light Bootstrap Dashboard Angular - v1.6.0
4+
* Light Bootstrap Dashboard Angular - v1.7.0
55
=========================================================
66
77
* Product Page: https://www.creative-tim.com/product/light-bootstrap-dashboard-angular2
8-
* Copyright 2016 Creative Tim (http://www.creative-tim.com)
8+
* Copyright 2020 Creative Tim (http://www.creative-tim.com)
99
* Licensed under MIT
1010
1111
=========================================================

0 commit comments

Comments
 (0)