From ecf531d3f4452a2c2479805eb6a586bf65820fe3 Mon Sep 17 00:00:00 2001 From: "ditto-m[bot]" <296158794+ditto-m[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 22:17:31 +0900 Subject: [PATCH] =?UTF-8?q?release:=200.46.0=20=E2=80=94=20.etu-input?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit v0.45.0 was cut before the .etu-input merge landed, so the recipe missed that release; the changelog entry moves to its own 0.46.0 section accordingly. --- CHANGELOG.md | 4 +++- package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c552443..4a0eb2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,14 @@ # Changelog -## 0.45.0 +## 0.46.0 - New `.etu-input` class recipe (+ `.etu-input--sm` modifier): the generic standalone text field, promoted from meloetta's local `.input` recipe (planning#1116 follow-up). Border/background/focus-ring only — layout stays with the caller, matching the `.etu-badge` recipe philosophy. +## 0.45.0 + Two rail/mobile reachability bugs found adopting v0.44 across the fleet (planning#1150, planning#1151) — both the same story: the bell and the account menu must actually be reachable in the collapsed rail and on diff --git a/package.json b/package.json index 8babdfe..72c7ab3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@etamong-playground/ui", - "version": "0.45.0", + "version": "0.46.0", "repository": { "type": "git", "url": "git+https://github.com/etamong-playground/ui.git"