mirror of
https://github.com/twbs/bootstrap-sass.git
synced 2022-11-09 12:27:02 -05:00
bump to v3.1.1 and update changelog
This commit is contained in:
parent
9b9365f9e7
commit
d9420c4041
4 changed files with 10 additions and 5 deletions
|
@ -1,12 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
## 3.1.1.0
|
||||
|
||||
- Updated Bower docs
|
||||
|
||||
## 3.1.0.2
|
||||
|
||||
Compatibility with Rails 3.2.x. Bugfixes from upstream up to 7eb532262fbd1112215b5a547b9285794b5360ab.
|
||||
- #523: Rails 3.2 compatibility
|
||||
- Bugfixes from upstream up to 7eb532262fbd1112215b5a547b9285794b5360ab.
|
||||
|
||||
## 3.1.0.1
|
||||
|
||||
* bugfixes
|
||||
- #518: `scale` mixin Sass compatibility issue
|
||||
|
||||
## 3.1.0.0
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ In your Gemfile you need to add the `bootstrap-sass` gem, and ensure that the `s
|
|||
|
||||
```ruby
|
||||
gem 'sass-rails', '>= 3.2' # sass-rails needs to be higher than 3.2
|
||||
gem 'bootstrap-sass', '~> 3.1.0'
|
||||
gem 'bootstrap-sass', '~> 3.1.1'
|
||||
```
|
||||
|
||||
`bundle install` and restart your server to make the files available through the pipeline.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bootstrap-sass",
|
||||
"version": "3.1.0",
|
||||
"version": "3.1.1",
|
||||
"homepage": "https://github.com/twbs/bootstrap-sass",
|
||||
"authors": [
|
||||
"Thomas McDonald",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
module Bootstrap
|
||||
VERSION = '3.1.0.2'
|
||||
VERSION = '3.1.1.0'
|
||||
BOOTSTRAP_SHA = 'd8cfcad7c71a2b65325b36718c218fee4221e663'
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue