Skip to content

Commit 51ea05e

Browse files
Updated component to version 2.0.3
1 parent 3879c94 commit 51ea05e

File tree

5 files changed

+10
-10
lines changed

5 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.0.2"
18+
"version": "2.0.3"
1919
}

message.css

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

message.min.css

+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-message',
44
summary : 'Semantic UI - Message: Single component release',
5-
version : '2.0.2',
5+
version : '2.0.3',
66
git : 'git://github.com/Semantic-Org/UI-Message.git',
77
});
88

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
2-
"name": "semantic",
3-
"version": "1.0.0",
4-
"title": "Semantic UI",
5-
"description": "Semantic empowers designers and developers by creating a shared vocabulary for UI.",
2+
"name": "semantic-ui-message",
3+
"version": "2.0.3",
4+
"title": "Semantic UI - Message",
5+
"description": "Single component release of message",
66
"homepage": "http://www.semantic-ui.com",
77
"author": "Jack Lukic <[email protected]>",
88
"license": "MIT",
99
"repository": {
1010
"type": "git",
11-
"url": "git://github.com/Semantic-Org/Semantic-UI.git"
11+
"url": "https://github.com/Semantic-Org/UI-Message.git"
1212
},
1313
"bugs": {
1414
"url": "https://github.com/Semantic-Org/Semantic-UI/issues"
1515
},
1616
"devDependencies": {}
17-
}
17+
}

0 commit comments

Comments
 (0)