Skip to content

Commit 6432bb5

Browse files
author
Marcin Łuczak
committed
Release 1.11.0
1 parent 68fa49d commit 6432bb5

8 files changed

+12
-11
lines changed

README.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MDB 5 Vue
22

3-
Version: FREE 1.10.0
3+
Version: FREE 1.11.0
44

55
Documentation:
66
https://mdbootstrap.com/docs/b5/vue/

css/mdb.dark.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/mdb.dark.rtl.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/mdb.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/mdb.rtl.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "mdb-vue-ui-kit",
3-
"version": "1.10.0",
3+
"version": "1.11.0",
44
"main": "js/mdb.umd.min.js",
5+
"homepage": "https://mdbootstrap.com/docs/b5/vue/",
56
"repository": "https://github.com/mdbootstrap/mdb-vue-ui-kit.git",
67
"author": "MDBootstrap",
78
"license": "MIT",

src/scss/standard/free/_carousel.scss

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
.carousel-control-prev-icon {
22
&::after {
3-
content: '\f053';
3+
content: "\f053";
44
font-weight: $font-weight-bold;
5-
font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Free';
5+
font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free";
66
font-size: 1.7rem;
77
}
88
}
99
.carousel-control-next-icon {
1010
&::after {
11-
content: '\f054';
11+
content: "\f054";
1212
font-weight: $font-weight-bold;
13-
font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Free';
13+
font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free";
1414
font-size: 1.7rem;
1515
}
1616
}

src/types/web-types.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"framework": "vue",
33
"name": "mdb-vue-ui-kit",
4-
"version": "1.10.0",
4+
"version": "1.11.0",
55
"contributions": {
66
"html": {
77
"description-markup": "markdown",

0 commit comments

Comments
 (0)