Skip to content

Commit fe6e768

Browse files
committed
Bootstrap v3.3.7
1 parent fb49239 commit fe6e768

35 files changed

+162
-137
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "components-bootstrap",
33
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
44
"homepage": "http://getbootstrap.com",
5-
"version": "3.3.6",
5+
"version": "3.3.7",
66
"keywords": [
77
"css",
88
"less",
@@ -14,7 +14,7 @@
1414
],
1515
"license": "MIT",
1616
"dependencies": {
17-
"jquery": "1.9.1 - 2"
17+
"jquery": "1.9.1 - 3"
1818
},
1919
"main": "js/bootstrap.js",
2020
"ignore": [

component.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"repo": "components/bootstrap",
44
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
55
"homepage": "http://getbootstrap.com",
6-
"version": "3.3.6",
6+
"version": "3.3.7",
77
"keywords": [
88
"css",
99
"less",
@@ -15,7 +15,7 @@
1515
],
1616
"license": "MIT",
1717
"dependencies": {
18-
"components/jquery": "1.9.1 - 2"
18+
"components/jquery": "1.9.1 - 3"
1919
},
2020
"main": "js/bootstrap.js",
2121
"scripts": [
@@ -27,7 +27,7 @@
2727
"css/bootstrap-theme.css",
2828
"css/bootstrap-theme.css.map",
2929
"css/bootstrap.min.css",
30-
"css/bootstrap.min.css.map"
30+
"css/bootstrap.min.css.map",
3131
"css/bootstrap-theme.min.css",
3232
"css/bootstrap-theme.min.css.map"
3333
],

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
}
2525
],
2626
"require": {
27-
"components/jquery": "1.9.1 - 2"
27+
"components/jquery": "1.9.1 - 3"
2828
},
2929
"suggest": {
3030
"components/bootstrap-default": "Provide a theme for Bootstrap as components/bootstrap only provides the CSS as file assets"

css/bootstrap-theme.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/bootstrap-theme.css.map

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

css/bootstrap-theme.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/bootstrap-theme.min.css.map

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

css/bootstrap.css

Lines changed: 2 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/bootstrap.css.map

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

css/bootstrap.min.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)