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"