Bump version to 0.16.1
This commit is contained in:
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
|
||||||
|
|
||||||
|
## [0.16.1] - 2026-09-09
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- OTP login page (`resources/views/auth/filament/pages/login.blade.php`) had no visible spacing
|
||||||
|
between the email/OTP input, error text, and buttons following the Filament v3 → v4 upgrade.
|
||||||
|
The view relied on a bare `grid gap-y-4` Tailwind utility class, but since this view ships from
|
||||||
|
the `boboko-core` package rather than a consuming app, that class was never present in any
|
||||||
|
host app's compiled Tailwind output. Replaced with an inline `style` (flex column, `row-gap:
|
||||||
|
1rem`) so the layout no longer depends on the consuming app's Tailwind content scanning.
|
||||||
|
|
||||||
## [0.16.0] - 2026-09-08
|
## [0.16.0] - 2026-09-08
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
"name": "boboko/core",
|
"name": "boboko/core",
|
||||||
"description": "Core module — authentication and shared panel behaviour",
|
"description": "Core module — authentication and shared panel behaviour",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"version": "0.16.0",
|
"version": "0.16.1",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"Modules\\Core\\": "src/"
|
"Modules\\Core\\": "src/"
|
||||||
|
|||||||
Reference in New Issue
Block a user