Skip to content

Commit cd3fbc2

Browse files
committed
Update to 5.0.0.beta1
1. rake update[v5.0.0-beta1] 2. Update version.rb and the README version
1 parent 687c950 commit cd3fbc2

50 files changed

Lines changed: 2007 additions & 1479 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.alpha3'
23+
gem 'bootstrap', '~> 5.0.0.beta1'
2424
```
2525

2626
Ensure that `sprockets-rails` is at least v2.3.2.
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
//= require ./bootstrap/dom/data
22
//= require ./bootstrap/dom/event-handler
3+
//= require ./bootstrap/alert
4+
//= require ./bootstrap/button
35
//= require ./bootstrap/dom/manipulator
4-
//= require ./bootstrap/toast
56
//= require ./bootstrap/dom/selector-engine
6-
//= require ./bootstrap/dropdown
7-
//= require ./bootstrap/alert
8-
//= require ./bootstrap/tooltip
7+
//= require ./bootstrap/carousel
98
//= require ./bootstrap/collapse
9+
//= require ./bootstrap/dropdown
1010
//= require ./bootstrap/modal
11-
//= require ./bootstrap/tab
12-
//= require ./bootstrap/scrollspy
13-
//= require ./bootstrap/button
14-
//= require ./bootstrap/carousel
11+
//= require ./bootstrap/tooltip
1512
//= require ./bootstrap/popover
13+
//= require ./bootstrap/scrollspy
14+
//= require ./bootstrap/tab
15+
//= require ./bootstrap/toast

0 commit comments

Comments
 (0)