Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
francescozaia committed Mar 7, 2018
1 parent 4a8994a commit d3c51ed
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 29 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ social_card_path: "/docs/assets/img/favicons/social-card.png"
social_logo_path: "/docs/assets/img/favicons/android-chrome-192x192.png"

# Custom variables
current_version: 0.3.0
current_version: 0.3.1
bootstrap_version: 4
repo: "https://github.com/italia/bootstrap-italia/"
developers: "https://developers.italia.it/"
Expand Down
2 changes: 1 addition & 1 deletion dist/css/bootstrap-italia.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/bootstrap-italia.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 11 additions & 13 deletions dist/js/bootstrap-italia.bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/bootstrap-italia.bundle.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/bootstrap-italia.bundle.min.js.map

Large diffs are not rendered by default.

12 changes: 5 additions & 7 deletions dist/js/bootstrap-italia.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Bootstrap Italia v0.3.0
* Bootstrap Italia v0.3.1
* Copyright 2018
* Licensed under the BSD 3-Clause "New" or "Revised" License (https://github.com/italia/bootstrap-italia/blob/master/LICENSE)
*/
Expand Down Expand Up @@ -4782,12 +4782,10 @@ var Select = function ($) {
var $select = $(this._element);
var uniqueID = this._guid();

var filterQuery = [];

var wrapper = $('<div class="select-wrapper"></div>');

var selectChildren = $select.children('option, optgroup');
var valuesSelected = [];
var filterQuery = [],
wrapper = $('<div class="select-wrapper"></div>'),
selectChildren = $select.children('option, optgroup'),
valuesSelected = [];

this._isMultiple = Boolean($select.attr('multiple'));
this._isSearchable = Boolean($select.attr('searchable'));
Expand Down
2 changes: 1 addition & 1 deletion dist/js/bootstrap-italia.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/bootstrap-italia.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-italia",
"version": "0.3.0",
"version": "0.3.1",
"keywords": [
"css",
"sass",
Expand Down

0 comments on commit d3c51ed

Please sign in to comment.