Skip to content

Commit eaeb61c

Browse files
committed
Due to number of dependency changes going to v2.0.0 release
1 parent a60f67e commit eaeb61c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [1.1.0] - 2018-01-22
5+
## [2.0.0] - 2018-01-22
66

77
### Changed
88

9+
- Depend on same version of `jquery-ui-rails` as ActiveAdmin
910
- Update dependencies to only support ActiveAdmin `< 1.1.0` because `v1.1.0`
1011
[dropped its dependency on `jquery-ui-rails`](https://github.com/activeadmin/activeadmin/blob/master/CHANGELOG.md).
1112
- Remove usage of bourbon mixin; instead rely on ActiveAdmin's utilities mixin
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module ActiveAdmin
22
module SortableTree
3-
VERSION = "1.0.0"
3+
VERSION = "2.0.0"
44
end
55
end

0 commit comments

Comments
 (0)