Skip to content

Commit 73864b5

Browse files
Updated component to version 2.2.2
1 parent 3d697d0 commit 73864b5

5 files changed

+6
-8
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.1"
18+
"version": "2.2.2"
1919
}

package.js

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

package.json

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

statistic.css

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.2.1 - Statistic
2+
* # Semantic UI 2.2.2 - Statistic
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*
@@ -283,7 +283,6 @@
283283
-webkit-box-align: center;
284284
-webkit-align-items: center;
285285
-ms-flex-align: center;
286-
-ms-grid-row-align: center;
287286
align-items: center;
288287
}
289288
.ui.horizontal.statistics {
@@ -304,7 +303,6 @@
304303
-webkit-box-align: center;
305304
-webkit-align-items: center;
306305
-ms-flex-align: center;
307-
-ms-grid-row-align: center;
308306
align-items: center;
309307
max-width: none;
310308
margin: 1em 0em;

0 commit comments

Comments
 (0)