Skip to content

Commit 1171358

Browse files
committed
Feat: Update version
1 parent 7052c4a commit 1171358

File tree

6 files changed

+11
-5
lines changed

6 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [2.6.0] - 2021-07-14
2+
### Updates
3+
- update to Angular 12
4+
- update all dependencies to match Angular 12 version
5+
6+
17
## [2.5.0] - 2020-10-07
28
### Updates
39
- update to Angular 10

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.5.0",
3+
"version": "2.6.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.4.0
4+
* Material Dashboard Angular - v2.6.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.5.0
4+
* Material Dashboard Angular - v2.6.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.5.0
4+
* Material Dashboard Angular - v2.6.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.4.0
4+
* Material Dashboard Angular - v2.6.0
55
=========================================================
66
77
* Product Page: https://www.creative-tim.com/product/material-dashboard-angular2

0 commit comments

Comments
 (0)