Skip to content

Commit 6042110

Browse files
committed
Version 3.1.0.rc2
1 parent d7abba4 commit 6042110

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
## [Unreleased](https://github.com/railsadminteam/rails_admin/tree/HEAD)
44

5-
[Full Changelog](https://github.com/railsadminteam/rails_admin/compare/v3.1.0.rc...HEAD)
5+
[Full Changelog](https://github.com/railsadminteam/rails_admin/compare/v3.1.0.rc2...HEAD)
6+
7+
## [3.1.0.rc2](https://github.com/railsadminteam/rails_admin/tree/v3.1.0.rc2) - 2022-10-02
8+
9+
[Full Changelog](https://github.com/railsadminteam/rails_admin/compare/v3.1.0.rc...v3.1.0.rc2)
10+
11+
### Fixed
12+
13+
- Fix sidebar style broken in attempt to support Bootstrap 5.2 ([d7abba4](https://github.com/railsadminteam/rails_admin/commit/d7abba4e8a2e380b4d7f8fb3b37302300af63de5), [#3553](https://github.com/railsadminteam/rails_admin/issues/3553))
614

715
## [3.1.0.rc](https://github.com/railsadminteam/rails_admin/tree/v3.1.0.rc) - 2022-09-22
816

lib/rails_admin/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class Version
55
MAJOR = 3
66
MINOR = 1
77
PATCH = 0
8-
PRE = 'rc'
8+
PRE = 'rc2'
99

1010
class << self
1111
# @return [String]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rails_admin",
3-
"version": "3.1.0-rc",
3+
"version": "3.1.0-rc2",
44
"description": "RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data.",
55
"homepage": "https://github.com/railsadminteam/rails_admin",
66
"license": "MIT",

0 commit comments

Comments
 (0)