Skip to content

Commit

Permalink
Remove the expectation fo Component being on the end of the block
Browse files Browse the repository at this point in the history
  • Loading branch information
netikular committed Feb 22, 2024
1 parent 25b89de commit 60712f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/dast_document/block_wrapper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def name
end

def component_name
"#{name}Component"
name.to_s
end
end
end
2 changes: 1 addition & 1 deletion lib/dast_document/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module DastDocument
VERSION = "1.0.0"
VERSION = "1.2.0"
end

0 comments on commit 60712f6

Please sign in to comment.