We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f221140 commit df9b605Copy full SHA for df9b605
CHANGELOG.md
@@ -0,0 +1,8 @@
1
+## 1.0.0.rc2
2
+
3
+ * Fixed bug where Component's build methods were being rendered within the
4
+ parent context.
5
6
+## 1.0.0.rc1
7
8
+Initial release and extraction from Active Admin
lib/arbre/version.rb
@@ -1,3 +1,3 @@
module Arbre
- VERSION = "1.0.0.rc1"
+ VERSION = "1.0.0.rc2"
end
0 commit comments