Skip to content

Commit 083f8d2

Browse files
committed
Bump to v5.0.0.beta2
1. Removed `base-component.js` from `js.rb` exclusion list as it is no longer inlined. 2. `bundle exec rake update '[v5.0.0-beta2]'` 3. Updated version in `version.rb` and `README.md`
1 parent 615e415 commit 083f8d2

52 files changed

Lines changed: 1880 additions & 1611 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Please see the appropriate guide for your environment of choice:
2020
Add `bootstrap` to your Gemfile:
2121

2222
```ruby
23-
gem 'bootstrap', '~> 5.0.0.beta1'
23+
gem 'bootstrap', '~> 5.0.0.beta2'
2424
```
2525

2626
Ensure that `sprockets-rails` is at least v2.3.2.

assets/javascripts/bootstrap-sprockets.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
//= require ./bootstrap/dom/data
2+
//= require ./bootstrap/base-component
23
//= require ./bootstrap/dom/event-handler
34
//= require ./bootstrap/alert
45
//= require ./bootstrap/button

0 commit comments

Comments
 (0)