Skip to content

Commit 862b99d

Browse files
committed
Bump version 2.3.1.0
1 parent fc9f636 commit 862b99d

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.3.1.0
2+
3+
* Update Semantic UI to 2.3.1
4+
15
## 2.3.0.0
26

37
* Update Semantic UI to 2.3.0

app/assets/stylesheets/semantic-ui/elements/_flag.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ i.flag:not(.icon) {
3131
i.flag:not(.icon):before {
3232
display: inline-block;
3333
content: '';
34-
background: image-url("./semantic-ui/flags.png") no-repeat -108px -1976px;
34+
background: image-url("semantic-ui/flags.png") no-repeat -108px -1976px;
3535
width: 16px;
3636
height: 11px;
3737
}

lib/semantic/ui/sass/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Semantic
22
module Ui
33
module Sass
4-
VERSION = "2.3.1"
4+
VERSION = "2.3.1.0"
55
SEMANTIC_UI_SHA = '6dbc09a8737b691bb3d3314e068570c728d2df9f'
66
end
77
end

tasks/converter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def replace_image_urls(less)
164164
end
165165

166166
def replace_image_paths(less)
167-
less.gsub('./../themes/default/assets/images/flags.png', 'semantic-ui/flags.png')
167+
less = less.gsub('./../themes/default/assets/images/flags.png', 'semantic-ui/flags.png')
168168
less.gsub('../themes/default/assets/images/', 'semantic-ui/')
169169
end
170170

0 commit comments

Comments
 (0)