Skip to content

Commit d64d48f

Browse files
committed
Bump to 3.3.5
1 parent 4536e9e commit d64d48f

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 3.3.5
4+
5+
Fix for standalone Compass extension compatibility. [#914](https://github.com/twbs/bootstrap-sass/issues/914)
6+
7+
Framework version: Bootstrap **v3.3.5**
8+
39
## 3.3.4
410

511
No Sass-specific changes.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Please see the appropriate guide for your environment of choice:
2121
In your Gemfile you need to add the `bootstrap-sass` gem, and ensure that the `sass-rails` gem is present - it is added to new Rails applications by default.
2222

2323
```ruby
24-
gem 'bootstrap-sass', '~> 3.3.4'
24+
gem 'bootstrap-sass', '~> 3.3.5'
2525
gem 'sass-rails', '>= 3.2'
2626
```
2727

@@ -285,6 +285,7 @@ The upstream versions vs the Bootstrap for Sass versions are:
285285

286286
| Upstream | Sass |
287287
|---------:|--------:|
288+
| 3.3.5 | 3.3.5 |
288289
| 3.3.4 | 3.3.4 |
289290
| 3.3.2 | 3.3.3 |
290291
| <= 3.3.1 | 3.3.1.x |

lib/bootstrap-sass/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module Bootstrap
2-
VERSION = '3.3.4.1'
2+
VERSION = '3.3.5'
33
BOOTSTRAP_SHA = '16b48259a62f576e52c903c476bd42b90ab22482'
44
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-sass",
3-
"version": "3.3.4",
3+
"version": "3.3.5",
44
"description": "bootstrap-sass is a Sass-powered version of Bootstrap, ready to drop right into your Sass powered applications.",
55
"main": "assets/javascripts/bootstrap.js",
66
"repository": {

templates/project/_bootstrap-variables.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Override Bootstrap variables here (defaults from bootstrap-sass v3.3.4.1):
1+
// Override Bootstrap variables here (defaults from bootstrap-sass v3.3.5):
22
33
//
44
// Variables

0 commit comments

Comments
 (0)