Skip to content

Commit 2a7c21d

Browse files
2.1.0.1
Various bugfix release.
1 parent a922eb2 commit 2a7c21d

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CHANGELOG.md

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

3+
# 2.1.0.1
4+
* [#219] Fix expected a color. Got: transparent.
5+
* [#207] Add missing warning style for table row highlighting
6+
* [#208] Use grid-input-span for input spans
7+
38
## 2.1.0.0
49
* Updated to Bootstrap 2.1
510
* Changed some mixin names to be more consistent. Nested mixins in Less are separated by a `-` when they are flattened in Sass.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Enjoy.
1313
In your Gemfile:
1414

1515
gem 'sass-rails', '~> 3.1'
16-
gem 'bootstrap-sass', '~> 2.1.0.0'
16+
gem 'bootstrap-sass', '~> 2.1.0.1'
1717

1818
#### CSS
1919

@@ -92,12 +92,12 @@ Bootstrap [claims](https://github.com/twitter/bootstrap#versioning) to use SemVe
9292

9393
### Bundler?
9494

95-
gem 'bootstrap-sass', '~> 2.1.0.0'
95+
gem 'bootstrap-sass', '~> 2.1.0.1'
9696

97-
Don't use the standard `~> 2.1.x` please. Your apps may break.
97+
Don't use the standard `~> 2.1.x`. Your apps may break.
9898

9999
## Who
100100
bootstrap-sass is a project by [Thomas McDonald](https://twitter.com/#!/thomasmcdonald_), with support from [other awesome people](https://github.com/thomas-mcdonald/bootstrap-sass/graphs/contributors).
101101

102102
## You're in good company
103-
bootstrap-sass is used to build some awesome projects, including [Diaspora](http://diasporaproject.org/), [rails_admin](https://github.com/sferik/rails_admin), Michael Hartl's [Rails Tutorial](http://railstutorial.org/) and [gitlabhq](http://gitlabhq.com/). Using bootstrap-sass? I'd love it if you let me know through Twitter.
103+
bootstrap-sass is used to build some awesome projects, including [Diaspora](http://diasporaproject.org/), [rails_admin](https://github.com/sferik/rails_admin), Michael Hartl's [Rails Tutorial](http://railstutorial.org/) and [gitlabhq](http://gitlabhq.com/). Using bootstrap-sass? I'd love it if you let me know.

bootstrap-sass.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = "bootstrap-sass"
3-
s.version = '2.1.0.0'
3+
s.version = '2.1.0.1'
44
s.authors = ["Thomas McDonald"]
55
s.email = 'tom@conceptcoding.co.uk'
66
s.summary = "Twitter's Bootstrap, converted to Sass and ready to drop into Rails or Compass"

0 commit comments

Comments
 (0)