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**.
This commit is contained in:
Gleb Mazovetskiy 2015-01-20 00:55:14 +00:00
parent a477f37b57
commit 107ca189e4
7 changed files with 16 additions and 7 deletions

View File

@ -1,5 +1,14 @@
# Changelog
## 3.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**.
## 3.3.2.1
* Fix glyphicons regression (revert 443d5b49eac84aec1cb2f8ea173554327bfc8c14)

View File

@ -17,7 +17,7 @@ Please see the appropriate guide for your environment of choice:
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.
```ruby
gem 'bootstrap-sass', '~> 3.3.2'
gem 'bootstrap-sass', '~> 3.3.3'
gem 'sass-rails', '>= 3.2'
```
@ -136,7 +136,7 @@ If this happens, change the import order so that Compass mixins are loaded later
bootstrap-sass Bower package is compatible with node-sass 1.2.3+. You can install it with:
```console
$ bower install bootstrap-sass\#v3.3.2+1
$ bower install bootstrap-sass
```
Sass, JS, and all other assets are located at [assets](/assets).

View File

@ -1,6 +1,6 @@
{
"name": "bootstrap-sass",
"version": "3.3.2",
"version": "3.3.3",
"homepage": "https://github.com/twbs/bootstrap-sass",
"authors": [
"Thomas McDonald",

View File

@ -1,4 +1,4 @@
module Bootstrap
VERSION = '3.3.2.1'
VERSION = '3.3.3'
BOOTSTRAP_SHA = 'bcf7dd38b5ab180256e2e4fb5da0369551b3f082'
end

View File

@ -1,6 +1,6 @@
{
"name": "bootstrap-sass",
"version": "3.3.2",
"version": "3.3.3",
"description": "bootstrap-sass is a Sass-powered version of Bootstrap, ready to drop right into your Sass powered applications.",
"main": "assets/javascripts/bootstrap.js",
"repository": {

View File

@ -21,7 +21,7 @@ namespace :bower do
find_files.(Bootstrap.fonts_path) +
%w(assets/javascripts/bootstrap.js)
spec['version'] = Bootstrap::VERSION[0..-3]
spec['version'] = Bootstrap::VERSION
File.open('bower.json', 'w') do |f|
f.puts JSON.pretty_generate(spec)

View File

@ -1,4 +1,4 @@
// Override Bootstrap variables here (defaults from bootstrap-sass v3.3.2.1):
// Override Bootstrap variables here (defaults from bootstrap-sass v3.3.3):
//
// Variables