From 78af352a9755288d4846c0382f7dd329bdca9de6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Djalma=20Ara=C3=BAjo?= Date: Tue, 23 Jun 2026 13:50:36 -0300 Subject: [PATCH] [Release] v1.4.0 - Bump RubyUI::VERSION to 1.4.0 and regenerate both lockfiles - Update home hero badge to "Native Dialog, Form docs, and more" (header version badge reads RubyUI::VERSION, updates automatically) - Rebuild MCP registry for 1.4.0 Highlights since v1.3.0: native element (#435), accordion closed-content visibility fix (#433), Form Rails-integration docs (#434), multi-component generator and as:-render options. --- docs/Gemfile.lock | 2 +- docs/app/views/pages/home.rb | 2 +- gem/Gemfile.lock | 2 +- gem/lib/ruby_ui.rb | 2 +- mcp/data/registry.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index d3195a0f..98460010 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -15,7 +15,7 @@ GIT PATH remote: ../gem specs: - ruby_ui (1.3.0) + ruby_ui (1.4.0) PATH remote: ../mcp diff --git a/docs/app/views/pages/home.rb b/docs/app/views/pages/home.rb index e2e95f27..e2123b40 100644 --- a/docs/app/views/pages/home.rb +++ b/docs/app/views/pages/home.rb @@ -7,7 +7,7 @@ def view_template div(class: "container flex max-w-[64rem] flex-col items-center gap-4 text-center mx-auto") do Link(href: docs_changelog_path, variant: :outline, class: "rounded-2xl px-4 py-1.5 text-sm font-medium") do span(class: "sm:hidden") { "New components available" } - span(class: "hidden sm:inline") { "Datatable, Toast, and more" } + span(class: "hidden sm:inline") { "Native Dialog, Form docs, and more" } svg(xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewbox: "0 0 24 24", fill: "none", stroke: "currentColor", stroke_width: "2", stroke_linecap: "round", stroke_linejoin: "round", class: "ml-2 h-4 w-4") { |s| s.path(d: "M5 12h14") s.path(d: "m12 5 7 7-7 7") diff --git a/gem/Gemfile.lock b/gem/Gemfile.lock index a61ec13e..eb078753 100644 --- a/gem/Gemfile.lock +++ b/gem/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ruby_ui (1.3.0) + ruby_ui (1.4.0) GEM remote: https://rubygems.org/ diff --git a/gem/lib/ruby_ui.rb b/gem/lib/ruby_ui.rb index cdaa6250..deeb57dc 100644 --- a/gem/lib/ruby_ui.rb +++ b/gem/lib/ruby_ui.rb @@ -3,5 +3,5 @@ require "date" module RubyUI - VERSION = "1.3.0" + VERSION = "1.4.0" end diff --git a/mcp/data/registry.json b/mcp/data/registry.json index db0f52ea..91af6b2b 100644 --- a/mcp/data/registry.json +++ b/mcp/data/registry.json @@ -1,5 +1,5 @@ { - "version": "1.3.0", + "version": "1.4.0", "components": { "accordion": { "name": "Accordion",