Skip to content

Commit 184f40b

Browse files
committed
Feat(v2.4.0): Update version
1 parent d35f3ad commit 184f40b

File tree

8 files changed

+12
-7
lines changed

8 files changed

+12
-7
lines changed

CHANGELOG.md

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,4 +245,4 @@ Instagram: <https://www.instagram.com/CreativeTimOfficial>
245245

246246
[CHANGELOG]: ./CHANGELOG.md
247247

248-
[version-badge]: https://img.shields.io/badge/version-2.3.0-blue.svg
248+
[version-badge]: https://img.shields.io/badge/version-2.4.0-blue.svg

documentation/tutorial-components.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
<h1>Material Dashboard Angular
111111
</h1>
112112

113-
<h3 class="title">Documentation v2.3.0</h3>
113+
<h3 class="title">Documentation v2.4.0</h3>
114114
<br/>
115115
<a href="https://demos.creative-tim.com/material-dashboard-angular2/documentation/tutorial" class="btn btn-white btn-round">View documentation</a>
116116
</div>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "material-dashboard-angular",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"license": "MIT",
55
"scripts": {
66
"ng": "ng",

src/assets/css/demo.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
33
=========================================================
4-
* Material Dashboard Angular - v2.3.0
4+
* Material Dashboard Angular - v2.4.0
55
=========================================================
66
77
* Product Page: https://www.creative-tim.com/product/material-dashboard-angular2

src/assets/scss/material-dashboard.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
33
=========================================================
4-
* Material Dashboard Angular - v2.3.0
4+
* Material Dashboard Angular - v2.4.0
55
=========================================================
66
77
* Product Page: https://www.creative-tim.com/product/material-dashboard-angular2

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!--
22
33
=========================================================
4-
* Material Dashboard Angular - v2.3.0
4+
* Material Dashboard Angular - v2.4.0
55
=========================================================
66
77
* Product Page: https://www.creative-tim.com/product/material-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-
* Material Dashboard Angular - v2.3.0
4+
* Material Dashboard Angular - v2.4.0
55
=========================================================
66
77
* Product Page: https://www.creative-tim.com/product/material-dashboard-angular2

0 commit comments

Comments
 (0)