Skip to content

Commit 6f8f106

Browse files
authored
Prep for v2.0.0 release (#518)
Prep for v2 release
1 parent 36d4f92 commit 6f8f106

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

3-
## Master (unreleased)
3+
## 2.0.0 [](https://github.com/activeadmin/arbre/compare/v1.7.0...v2.0.0)
4+
5+
* Include empty attributes in HTML output. [#543][] by [@javierjulio][]
6+
* Remove table tag defaults. [#542][] by [@javierjulio][]
7+
* Remove component CSS class name default. [#545][] by [@javierjulio][]
48

59
## 1.7.0 [](https://github.com/activeadmin/arbre/compare/v1.6.0...v1.7.0)
610

@@ -127,6 +131,9 @@ Initial release and extraction from Active Admin
127131
[#456]: https://github.com/activeadmin/arbre/pull/456
128132
[#537]: https://github.com/activeadmin/arbre/pull/537
129133
[#539]: https://github.com/activeadmin/arbre/pull/539
134+
[#542]: https://github.com/activeadmin/arbre/pull/542
135+
[#543]: https://github.com/activeadmin/arbre/pull/543
136+
[#545]: https://github.com/activeadmin/arbre/pull/545
130137

131138
[@aramvisser]: https://github.com/aramvisser
132139
[@LTe]: https://github.com/LTe

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
arbre (1.7.0)
4+
arbre (2.0.0)
55
activesupport (>= 3.0.0)
66
ruby2_keywords (>= 0.0.2)
77

gemfiles/rails_61/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../..
33
specs:
4-
arbre (1.7.0)
4+
arbre (2.0.0)
55
activesupport (>= 3.0.0)
66
ruby2_keywords (>= 0.0.2)
77

gemfiles/rails_70/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../..
33
specs:
4-
arbre (1.7.0)
4+
arbre (2.0.0)
55
activesupport (>= 3.0.0)
66
ruby2_keywords (>= 0.0.2)
77

lib/arbre/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module Arbre
3-
VERSION = "1.7.0"
3+
VERSION = "2.0.0"
44
end

0 commit comments

Comments
 (0)