Skip to content

Commit bb30377

Browse files
committed
Version 3.1.0
1 parent 2a40976 commit bb30377

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,16 @@
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.rc2...HEAD)
5+
[Full Changelog](https://github.com/railsadminteam/rails_admin/compare/v3.1.0...HEAD)
6+
7+
## [3.1.0](https://github.com/railsadminteam/rails_admin/tree/v3.1.0) - 2022-11-06
8+
9+
[Full Changelog](https://github.com/railsadminteam/rails_admin/compare/v3.1.0.rc2...v3.1.0)
10+
11+
### Fixed
12+
13+
- Fix to use defer instead of async to ensure script loading order ([2a40976](https://github.com/railsadminteam/rails_admin/commit/2a409764b13a4e23fc848725c604d318e3375484), [#3513](https://github.com/railsadminteam/rails_admin/issues/3513))
14+
- Improve filter method select box appearance ([#3559](https://github.com/railsadminteam/rails_admin/pull/3559))
615

716
## [3.1.0.rc2](https://github.com/railsadminteam/rails_admin/tree/v3.1.0.rc2) - 2022-10-02
817

lib/rails_admin/version.rb

+1-1
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 = 'rc2'
8+
PRE = nil
99

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rails_admin",
3-
"version": "3.1.0-rc2",
3+
"version": "3.1.0",
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)