[Release] v1.3.0#414
Merged
Merged
Conversation
- Bump RubyUI::VERSION to 1.3.0 and regenerate both lockfiles - Update home hero badge to "Datatable, Toast, and more" (header version badge reads RubyUI::VERSION, updates automatically) - Remove duplicate data_table entry from dependencies.yml (YAML last-key-wins; entries were identical, first was dead weight)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release 1.3.0
Resolves #408 — released 1.2.0 (Apr 29) predates Toast (#389), so
rails g ruby_ui:component Toastfails on the installed gem. Verified on a fresh Rails 8.1 app against main: bothToast(9 components + 2 Stimulus controllers) andDataTable(17 components + 3 controllers + 7 dependency components) generate cleanly.Changes
RubyUI::VERSION→ 1.3.0 (+ both lockfiles regenerated)logo.rbrendersRubyUI::VERSION) — no edit neededdata_table:key independencies.yml(duplicate identical entries; YAML last-key-wins so no behavior change)After merge
v1.3.0+ GitHub release (changelog page feeds off the releases atom feed)gem build && gem pushto RubyGems fromgem/Summary by cubic
Release v1.3.0 to ship Toast and DataTable generators and fix the
rails g ruby_ui:component Toastfailure in 1.2.0 (fixes #408).Also updates the docs hero text, removes the duplicate
data_tableentry independencies.yml, bumpsRubyUI::VERSION, regenerates lockfiles, and rebuilds the MCP registry for 1.3.0.Written for commit 2ace7f5. Summary will update on new commits.