Skip to content

Commit 957f4fc

Browse files
authored
[Release] v1.4.0 (#436)
- 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 <dialog> element (#435), accordion closed-content visibility fix (#433), Form Rails-integration docs (#434), multi-component generator and as:-render options.
1 parent 2878c1f commit 957f4fc

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ GIT
1515
PATH
1616
remote: ../gem
1717
specs:
18-
ruby_ui (1.3.0)
18+
ruby_ui (1.4.0)
1919

2020
PATH
2121
remote: ../mcp

docs/app/views/pages/home.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def view_template
77
div(class: "container flex max-w-[64rem] flex-col items-center gap-4 text-center mx-auto") do
88
Link(href: docs_changelog_path, variant: :outline, class: "rounded-2xl px-4 py-1.5 text-sm font-medium") do
99
span(class: "sm:hidden") { "New components available" }
10-
span(class: "hidden sm:inline") { "Datatable, Toast, and more" }
10+
span(class: "hidden sm:inline") { "Native Dialog, Form docs, and more" }
1111
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|
1212
s.path(d: "M5 12h14")
1313
s.path(d: "m12 5 7 7-7 7")

gem/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
ruby_ui (1.3.0)
4+
ruby_ui (1.4.0)
55

66
GEM
77
remote: https://rubygems.org/

gem/lib/ruby_ui.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
require "date"
44

55
module RubyUI
6-
VERSION = "1.3.0"
6+
VERSION = "1.4.0"
77
end

mcp/data/registry.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.3.0",
2+
"version": "1.4.0",
33
"components": {
44
"accordion": {
55
"name": "Accordion",

0 commit comments

Comments
 (0)