Skip to content

Commit 107ca18

Browse files
committed
Bump to v3.3.3
This is a re-packaged release of 3.3.2.1 (v3.3.2+1). Versions are now strictly semver. The PATCH version may be ahead of the upstream. Framework version: Bootstrap **v3.3.2**.
1 parent a477f37 commit 107ca18

File tree

7 files changed

+16
-7
lines changed

7 files changed

+16
-7
lines changed

CHANGELOG.md

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

3+
## 3.3.3
4+
5+
This is a re-packaged release of 3.3.2.1 (v3.3.2+1).
6+
7+
Versions are now strictly semver.
8+
The PATCH version may be ahead of the upstream.
9+
10+
Framework version: Bootstrap **v3.3.2**.
11+
312
## 3.3.2.1
413

514
* Fix glyphicons regression (revert 443d5b49eac84aec1cb2f8ea173554327bfc8c14)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Please see the appropriate guide for your environment of choice:
1717
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.
1818

1919
```ruby
20-
gem 'bootstrap-sass', '~> 3.3.2'
20+
gem 'bootstrap-sass', '~> 3.3.3'
2121
gem 'sass-rails', '>= 3.2'
2222
```
2323

@@ -136,7 +136,7 @@ If this happens, change the import order so that Compass mixins are loaded later
136136
bootstrap-sass Bower package is compatible with node-sass 1.2.3+. You can install it with:
137137
138138
```console
139-
$ bower install bootstrap-sass\#v3.3.2+1
139+
$ bower install bootstrap-sass
140140
```
141141
142142
Sass, JS, and all other assets are located at [assets](/assets).

bower.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.2",
3+
"version": "3.3.3",
44
"homepage": "https://github.com/twbs/bootstrap-sass",
55
"authors": [
66
"Thomas McDonald",

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.2.1'
2+
VERSION = '3.3.3'
33
BOOTSTRAP_SHA = 'bcf7dd38b5ab180256e2e4fb5da0369551b3f082'
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.2",
3+
"version": "3.3.3",
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": {

tasks/bower.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ namespace :bower do
2121
find_files.(Bootstrap.fonts_path) +
2222
%w(assets/javascripts/bootstrap.js)
2323

24-
spec['version'] = Bootstrap::VERSION[0..-3]
24+
spec['version'] = Bootstrap::VERSION
2525

2626
File.open('bower.json', 'w') do |f|
2727
f.puts JSON.pretty_generate(spec)

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.2.1):
1+
// Override Bootstrap variables here (defaults from bootstrap-sass v3.3.3):
22
33
//
44
// Variables

0 commit comments

Comments
 (0)