Skip to content

Commit fd006ec

Browse files
committed
chore(release): 3.7.4
1 parent 3f946f2 commit fd006ec

File tree

7 files changed

+63
-13
lines changed

7 files changed

+63
-13
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [3.7.4](https://github.com/talis/bootstrap-sass/compare/v3.7.3...v3.7.4) (2020-10-06)
6+
7+
8+
### Bug Fixes
9+
10+
* **buttons:** update btn-alert variants ([3f946f2](https://github.com/talis/bootstrap-sass/commit/3f946f2c17108cdb5d8bb097e698309be91ce146))
11+
512
### [3.7.3](https://github.com/talis/bootstrap-sass/compare/v3.7.2...v3.7.3) (2020-10-05)
613

714

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@
3333
"dependencies": {
3434
"jquery": "1.9.1 - 3"
3535
},
36-
"version": "3.7.3"
36+
"version": "3.7.4"
3737
}

dist/app.css

+51-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/app.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/app.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/app.min.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-sass",
3-
"version": "3.7.3",
3+
"version": "3.7.4",
44
"description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
55
"main": "assets/javascripts/bootstrap.js",
66
"style": "assets/stylesheets/_bootstrap.scss",

0 commit comments

Comments
 (0)