Skip to content

Commit 436b60e

Browse files
Updated component to version 2.2.8
1 parent 96be127 commit 436b60e

8 files changed

+10
-10
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
"framework"
1616
],
1717
"license": "MIT",
18-
"version": "2.2.7"
18+
"version": "2.2.8"
1919
}

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.2.7 - Modal
2+
* # Semantic UI 2.2.8 - Modal
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*

modal.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.2.7 - Modal
2+
* # Semantic UI 2.2.8 - Modal
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*
@@ -85,7 +85,7 @@
8585
}
8686
.ui.modal > .header:not(.ui) {
8787
font-size: 1.42857143rem;
88-
line-height: 1.2857em;
88+
line-height: 1.28571429em;
8989
font-weight: bold;
9090
}
9191

modal.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.2.7 - Modal
2+
* # Semantic UI 2.2.8 - Modal
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*

modal.min.css

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

modal.min.js

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

package.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Package.describe({
33
name : 'semantic:ui-modal',
44
summary : 'Semantic UI - Modal: Single component release',
5-
version : '2.2.7',
5+
version : '2.2.8',
66
git : 'git://github.com/Semantic-Org/UI-Modal.git',
77
});
88

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "semantic-ui-modal",
3-
"version": "2.2.7",
3+
"version": "2.2.8",
44
"title": "Semantic UI - Modal",
55
"description": "Single component release of modal",
66
"homepage": "http://www.semantic-ui.com",

0 commit comments

Comments
 (0)