wabi 0.30.1 → 0.30.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e12e3f4a71c61fba7976627b8625a46e940743d005597bab49b2f1627a6e0449
4
- data.tar.gz: c187e87b438b941bec199831df6e007eb866d3e403d95195f0c4d20104d2d53e
3
+ metadata.gz: f985366bdbaa72cb9eb6e8e298fe9bf5557ab1fc23d316ca2c73c3d11203ea83
4
+ data.tar.gz: abc233d1f6ee64d0240f536dcf734915bd10e064358f5f1a57a7be3ebff7306d
5
5
  SHA512:
6
- metadata.gz: 835dae4e356628f562f32270e39a2bd6c23e100619d2ef15ed46c0a60476d64420d99d37e8f0457ff1b2fd8110e3cf9dde26ca5b1dc187482f07ec9b4a4952a5
7
- data.tar.gz: 807b3b1113ac7d0925ce69aaf491c1f40958cdb3fa061a28d358e17e84e1a2b6d540e13d924652b73567cffc6a4cc8fa418c7ca5b517a3d760c7c8c783022a03
6
+ metadata.gz: 1149b9dc2e6ceb244ceba8b1c89937306d066fbd41951590899755f86908e0246898f424376f0cabfb8d3e805357718c70dab61210bacb76ca608fc4f8b51759
7
+ data.tar.gz: bfcf82fdfdc5b4ed09848ebe52240ea6025d910f2124edfaab53111850df9907fe581821b363b0d0d88c08d6acf935fcadcf86441c5f07c71768f0c29b670670
data/CHANGELOG.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  All notable changes to Wabi land here. Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/); versions follow [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
4
4
 
5
+ ## 0.30.2 - 2026-06-10
6
+
7
+ ### Docs
8
+ - Brand identity: a wabi-sabi gem icon (a faceted gem with a chipped edge) replaces Rails' default red-circle favicon — adaptive `icon.svg`, `icon.png`, and `favicon.ico`, plus the gem next to the "Wabi" wordmark in the docs header and above the README title.
9
+
5
10
  ## 0.30.1 - 2026-06-09
6
11
 
7
12
  Fresh-install fix, found by following the README in a brand-new Rails app.
data/README.md CHANGED
@@ -1,10 +1,14 @@
1
+ <p align="center">
2
+ <img src="https://raw.githubusercontent.com/wabikit/wabi/main/docs/public/icon.png" width="84" height="84" alt="Wabi logo — a faceted gem with a chipped edge">
3
+ </p>
4
+
1
5
  # Wabi
2
6
 
3
7
  > Beautifully imperfect components for Rails.
4
8
 
5
9
  Wabi is an open-source UI component library for **Ruby on Rails 8**, built on **Phlex + Tailwind 4 + Stimulus + Hotwire**. Inspired by shadcn/ui, components are *copied* into your app — you own the code, customize freely, no upstream API to drift away from.
6
10
 
7
- 🎉 **Status:** v0.30.1 alpha — [available on RubyGems](https://rubygems.org/gems/wabi). 49 components, 8 theme palettes, WCAG-AA audited, live docs + registry at [wabi-docs.onrender.com](https://wabi-docs.onrender.com).
11
+ 🎉 **Status:** v0.30.2 alpha — [available on RubyGems](https://rubygems.org/gems/wabi). 49 components, 8 theme palettes, WCAG-AA audited, live docs + registry at [wabi-docs.onrender.com](https://wabi-docs.onrender.com).
8
12
 
9
13
  ---
10
14
 
data/lib/wabi/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Wabi
4
- VERSION = "0.30.1"
4
+ VERSION = "0.30.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wabi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.30.1
4
+ version: 0.30.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oscar Ortega