Skip to content

Commit

Permalink
Prep for v2.0.0 release (#518)
Browse files Browse the repository at this point in the history
Prep for v2 release
  • Loading branch information
javierjulio authored Dec 6, 2023
1 parent 36d4f92 commit 6f8f106
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## Master (unreleased)
## 2.0.0 [](https://github.com/activeadmin/arbre/compare/v1.7.0...v2.0.0)

* Include empty attributes in HTML output. [#543][] by [@javierjulio][]
* Remove table tag defaults. [#542][] by [@javierjulio][]
* Remove component CSS class name default. [#545][] by [@javierjulio][]

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

Expand Down Expand Up @@ -127,6 +131,9 @@ Initial release and extraction from Active Admin
[#456]: https://github.com/activeadmin/arbre/pull/456
[#537]: https://github.com/activeadmin/arbre/pull/537
[#539]: https://github.com/activeadmin/arbre/pull/539
[#542]: https://github.com/activeadmin/arbre/pull/542
[#543]: https://github.com/activeadmin/arbre/pull/543
[#545]: https://github.com/activeadmin/arbre/pull/545

[@aramvisser]: https://github.com/aramvisser
[@LTe]: https://github.com/LTe
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
arbre (1.7.0)
arbre (2.0.0)
activesupport (>= 3.0.0)
ruby2_keywords (>= 0.0.2)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_61/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../..
specs:
arbre (1.7.0)
arbre (2.0.0)
activesupport (>= 3.0.0)
ruby2_keywords (>= 0.0.2)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_70/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../..
specs:
arbre (1.7.0)
arbre (2.0.0)
activesupport (>= 3.0.0)
ruby2_keywords (>= 0.0.2)

Expand Down
2 changes: 1 addition & 1 deletion lib/arbre/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Arbre
VERSION = "1.7.0"
VERSION = "2.0.0"
end

0 comments on commit 6f8f106

Please sign in to comment.