Skip to content

Commit f5e1d00

Browse files
Updated component to version 2.0.1
1 parent 127f471 commit f5e1d00

File tree

7 files changed

+15
-8
lines changed

7 files changed

+15
-8
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
"framework"
1616
],
1717
"license": "MIT",
18-
"version": "2.0.0"
18+
"version": "2.0.1"
1919
}

embed.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.0.0 - Video
2+
* # Semantic UI 2.0.1 - Video
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*
@@ -144,6 +144,12 @@
144144

145145

146146

147+
/*******************************
148+
Site Overrides
149+
*******************************/
150+
151+
152+
147153
/*******************************
148154
Variations
149155
*******************************/

embed.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.0.0 - Video
2+
* # Semantic UI 2.0.1 - Video
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*

embed.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

embed.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.0.0 - Video
2+
* # Semantic UI 2.0.1 - Video
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*

package.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22
Package.describe({
33
name : 'semantic:ui-embed',
44
summary : 'Semantic UI - Embed: Single component release',
5-
version : '2.0.0',
5+
version : '2.0.1',
66
git : 'git://github.com/Semantic-Org/UI-Embed.git',
77
});
88

99
Package.onUse(function(api) {
1010
api.versionsFrom('1.0');
1111
api.addFiles([
12-
12+
'embed.css',
13+
'embed.js'
1314
], 'client');
1415
});

0 commit comments

Comments
 (0)