diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index 475858cc..36d19d17 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -15,7 +15,7 @@ GIT PATH remote: ../gem specs: - ruby_ui (1.4.0) + ruby_ui (1.5.0) PATH remote: ../mcp diff --git a/docs/app/views/pages/home.rb b/docs/app/views/pages/home.rb index e2123b40..ff095bd3 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") { "Native Dialog, Form docs, and more" } + span(class: "hidden sm:inline") { "New Bubble, Message, Empty components, 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 eb078753..62c44820 100644 --- a/gem/Gemfile.lock +++ b/gem/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ruby_ui (1.4.0) + ruby_ui (1.5.0) GEM remote: https://rubygems.org/ diff --git a/gem/lib/ruby_ui.rb b/gem/lib/ruby_ui.rb index deeb57dc..d4b4eda4 100644 --- a/gem/lib/ruby_ui.rb +++ b/gem/lib/ruby_ui.rb @@ -3,5 +3,5 @@ require "date" module RubyUI - VERSION = "1.4.0" + VERSION = "1.5.0" end diff --git a/mcp/data/registry.json b/mcp/data/registry.json index 384af86e..0c83744e 100644 --- a/mcp/data/registry.json +++ b/mcp/data/registry.json @@ -1,5 +1,5 @@ { - "version": "1.4.0", + "version": "1.5.0", "components": { "accordion": { "name": "Accordion",