File tree Expand file tree Collapse file tree 4 files changed +10
-2
lines changed
Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1+ ## [ 0.0.5] - 2025-02-21
2+
3+ -
4+
15## [ 0.0.4] - 2025-02-21
26
37- Bump Ruby to 3.4.2
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- foobara-typescript-react-command-form-generator (0.0.4 )
4+ foobara-typescript-react-command-form-generator (0.0.5 )
55 foobara
66 foobara-files-generator
77 foobara-typescript-remote-command-generator
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ import <%= inputs_class_name %> from "<%= path_to_root %><%= command_generator.i
77import <%= result_class_name %> from "<%= path_to_root %> <%= command_generator.import_path %> /Result"
88import { Error as <%= error_class_name %> } from "<%= path_to_root %> <%= command_generator.import_path %> /Errors"
99
10+ <% dependency_roots.each do |dependency_root| %>
11+ import <%= dependency_root.import_destructure %> from "<%= path_to_root %> <%= dependency_root.import_path %> "
12+ <% end %>
13+
1014export default function <%= command_name %> Form (): JSX.Element {
1115 <% non_colliding_inputs.each do |flattened_attribute| %>
1216 <% if flattened_attribute.has_default? %>
Original file line number Diff line number Diff line change 11module Foobara
22 module Generators
33 module TypescriptReactCommandFormGenerator
4- VERSION = "0.0.4 " . freeze
4+ VERSION = "0.0.5 " . freeze
55
66 local_ruby_version = File . read ( "#{ __dir__ } /.ruby-version" ) . chomp
77 local_ruby_version_minor = local_ruby_version [ /\A (\d +\. \d +)\. \d +\z / , 1 ]
You can’t perform that action at this time.
0 commit comments