Skip to content

Commit bf1ef7c

Browse files
author
Florian Kissling
committed
Release v1.2.5.
1 parent 989c1ec commit bf1ef7c

9 files changed

+9
-9
lines changed

_jekyll/select2-bootstrap.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Select2 Bootstrap CSS v1.2.4
2+
* Select2 Bootstrap CSS v1.2.5
33
* Tested with Bootstrap v2.3.1, v2.3.2 and Select2 v3.3.2, v3.4.1
44
* MIT License
55
*/

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "select2-bootstrap-css",
3-
"version": "1.2.4",
3+
"version": "1.2.5",
44
"main": [
55
"select2-bootstrap.css"
66
],

docs/select2-bootstrap.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Select2 Bootstrap CSS v1.2.4
2+
* Select2 Bootstrap CSS v1.2.5
33
* Tested with Bootstrap v2.3.1, v2.3.2 and Select2 v3.3.2, v3.4.1
44
* MIT License
55
*/

lib/select2-bootstrap.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Select2 Bootstrap CSS v1.2.4
2+
* Select2 Bootstrap CSS v1.2.5
33
* Tested with Bootstrap v2.3.1, v2.3.2 and Select2 v3.3.2, v3.4.1
44
* MIT License
55
*/

lib/select2-bootstrap.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Select2 Bootstrap CSS v1.2.4
2+
* Select2 Bootstrap CSS v1.2.5
33
* Tested with Bootstrap v2.3.1, v2.3.2 and Select2 v3.3.2, v3.4.1
44
* MIT License
55
*/

lib/select2-bootstrap/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module Select2
22
module Bootstrap
33
# This is updated via the `grunt bump` command, which has a pretty
44
# unflexible matching syntax.
5-
VERSION_STRING = "'version': '1.2.4'"
5+
VERSION_STRING = "'version': '1.2.5'"
66
# Then, just the version.
77
VERSION = VERSION_STRING.match(/\d+\.\d+\.\d+/)[0]
88
end

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "select2-bootstrap-css",
3-
"version": "1.2.4",
3+
"version": "1.2.5",
44
"description": "simple css to make select2 widgets fit in with bootstrap",
55
"main": "",
66
"directories": {

select2-bootstrap.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Select2 Bootstrap CSS v1.2.4
2+
* Select2 Bootstrap CSS v1.2.5
33
* Tested with Bootstrap v2.3.1, v2.3.2 and Select2 v3.3.2, v3.4.1
44
* MIT License
55
*/

test/support/less.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Index: select2-bootstrap.css
3131
+ box-sizing: border-box;
3232
+}
3333
/**
34-
* Select2 Bootstrap CSS v1.2.4
34+
* Select2 Bootstrap CSS v1.2.5
3535
* Tested with Bootstrap v2.3.1, v2.3.2 and Select2 v3.3.2, v3.4.1
3636
* MIT License
3737
@@ -30,85 +57,73 @@

0 commit comments

Comments
 (0)