Skip to content

Commit c400b23

Browse files
committed
release 1.4.5
1 parent 9bc055c commit c400b23

File tree

5 files changed

+10
-3
lines changed

5 files changed

+10
-3
lines changed

CHANGELOG.md

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

33
All notable changes to the "mdbsnippets" extension will be documented in this file.
44

5+
## [1.4.5]
6+
7+
### What's new?
8+
New version contains update html template to MDB 4.18.0 version.
9+
510
## [1.4.4]
611

712
### What's new?

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,8 @@ Edge Header | !mdb-edge-header
219219

220220
## Versions
221221

222+
## [1.4.5]
223+
Update template to MDB 4.17.0 version.
222224
## [1.4.4]
223225
Update template to MDB 4.17.0 version.
224226
### 1.4.3
245 KB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publisher": "MDB",
44
"displayName": "mdbsnippets",
55
"description": "MDBootstrap snippet generator",
6-
"version": "1.4.4",
6+
"version": "1.4.5",
77
"icon": "image/mdb.png",
88
"repository": {
99
"type": "git",

snippets/free-template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
" <!-- Bootstrap core CSS -->",
1717
" <link href=\"https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.4.1/css/bootstrap.min.css\" rel=\"stylesheet\">",
1818
" <!-- Material Design Bootstrap -->",
19-
" <link href=\"https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.17.0/css/mdb.min.css\" rel=\"stylesheet\">",
19+
" <link href=\"https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.18.0/css/mdb.min.css\" rel=\"stylesheet\">",
2020
" <!-- Your custom styles (optional) -->",
2121
" <link rel=\"stylesheet\" href=\"css/style.css\">",
2222
" </head>",
@@ -33,7 +33,7 @@
3333
" <!-- Bootstrap core JavaScript -->",
3434
" <script type=\"text/javascript\" src=\"https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.4.1/js/bootstrap.min.js\"></script>",
3535
" <!-- MDB core JavaScript -->",
36-
" <script type=\"text/javascript\" src=\"https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.17.0/js/mdb.min.js\"></script>",
36+
" <script type=\"text/javascript\" src=\"https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.18.0/js/mdb.min.js\"></script>",
3737
" <!-- Your custom scripts (optional) -->",
3838
" <script type=\"text/javascript\">",
3939
" </script>",

0 commit comments

Comments
 (0)