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.
2 parents e88c533 + 4bda654 commit 1f3fe98Copy full SHA for 1f3fe98
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
A compact and composable dashboard component for Ruby
4
5
+## 0.10.1
6
+
7
+- refactor: change Phlex template references to view_template
8
9
## 0.10.0
10
11
- feat: authorization support
lib/tiny_admin/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
module TinyAdmin
- VERSION = '0.10.0'
+ VERSION = '0.10.1'
end
0 commit comments