# Changelog All notable changes to this project will be documented in this file. The format is inspired by Keep a Changelog and uses Semantic Versioning. ## [Unreleased] ## [0.1.4] - 2026-07-19 ### Added - First public npm release for `@mateusho/matech-components`. - `Button` component with `primary`, `secondary`, and `tertiary` variants. - Optional icon support for `Button`. - `Typography` component with heading, subtitle, paragraph, caption, overline, and `lead` variants. - Theme layer with palette and typography overrides through `MatechThemeProvider`. - Storybook stories and MDX docs for component usage and customization. - Vitest and Testing Library coverage for public components and their view models. - GitHub Actions workflows for CI validation and automated npm publishing by tag. ### Changed - Package scope aligned to `@mateusho/matech-components` for the current npm account. - Release flow documented and validated for GitHub-based publishing.