Skip to content

Commit

Permalink
Merge pull request #449 from platanus/v1.10.0
Browse files Browse the repository at this point in the history
V1.10.0
  • Loading branch information
difernandez committed Mar 7, 2023
2 parents c95be7d + 0bb610c commit 3f5a834
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Expand Up @@ -4,8 +4,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).

### Unreleased

#### Changed
### 1.10.0

#### Added

* Added Shrine support for image row and column [#396](https://github.com/platanus/activeadmin_addons/pull/396)
* Added Markdown row and column [#409](https://github.com/platanus/activeadmin_addons/pull/409)
* Added translation support for Rails built-in enums in select filters and tag column/row [#442](https://github.com/platanus/activeadmin_addons/pull/442)

### 1.9.0
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Expand Up @@ -8,7 +8,7 @@ GIT
PATH
remote: .
specs:
activeadmin_addons (1.9.0)
activeadmin_addons (1.10.0)
active_material
railties
redcarpet
Expand Down Expand Up @@ -265,7 +265,7 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
redcarpet (3.5.1)
redcarpet (3.6.0)
regexp_parser (1.6.0)
require_all (3.0.0)
responders (3.0.1)
Expand Down Expand Up @@ -338,7 +338,7 @@ GEM
terrapin (0.6.0)
climate_control (>= 0.0.3, < 1.0)
thor (1.2.1)
tilt (2.0.11)
tilt (2.1.0)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
unicode-display_width (1.4.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/activeadmin_addons/version.rb
@@ -1,3 +1,3 @@
module ActiveadminAddons
VERSION = "1.9.0"
VERSION = "1.10.0"
end

0 comments on commit 3f5a834

Please sign in to comment.