File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
5
### Unreleased
6
6
7
+ ### 1.10.0
8
+
7
9
#### Added
8
10
9
11
* Added Shrine support for image row and column [ #396 ] ( https://github.com/platanus/activeadmin_addons/pull/396 )
Original file line number Diff line number Diff line change 8
8
PATH
9
9
remote: .
10
10
specs:
11
- activeadmin_addons (1.9 .0 )
11
+ activeadmin_addons (1.10 .0 )
12
12
active_material
13
13
railties
14
14
redcarpet
265
265
rb-fsevent (0.11.2 )
266
266
rb-inotify (0.10.1 )
267
267
ffi (~> 1.0 )
268
- redcarpet (3.5.1 )
268
+ redcarpet (3.6.0 )
269
269
regexp_parser (1.6.0 )
270
270
require_all (3.0.0 )
271
271
responders (3.0.1 )
338
338
terrapin (0.6.0 )
339
339
climate_control (>= 0.0.3 , < 1.0 )
340
340
thor (1.2.1 )
341
- tilt (2.0.11 )
341
+ tilt (2.1.0 )
342
342
tzinfo (2.0.5 )
343
343
concurrent-ruby (~> 1.0 )
344
344
unicode-display_width (1.4.1 )
Original file line number Diff line number Diff line change 1
1
module ActiveadminAddons
2
- VERSION = "1.9 .0"
2
+ VERSION = "1.10 .0"
3
3
end
You can’t perform that action at this time.
0 commit comments