From 70a06ea2f910ee0c15369ce5577617d32044d87f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 16:31:12 +0000 Subject: [PATCH] chore(main): release uzi 0.4.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0ee8c01..2537c1f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.0" + ".": "0.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f852b62..55b2fde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.4.0](https://github.com/tomny-dev/uzi/compare/uzi-v0.3.0...uzi-v0.4.0) (2026-08-24) + + +### Features + +* add DataTable, SettingsPage, and ErrorPage templates ([#42](https://github.com/tomny-dev/uzi/issues/42)) ([1cd6181](https://github.com/tomny-dev/uzi/commit/1cd61815566ed5c66b2ad829ad8bd3035b213711)) +* add Storybook with interactive component playground ([#40](https://github.com/tomny-dev/uzi/issues/40)) ([4aeabe9](https://github.com/tomny-dev/uzi/commit/4aeabe9b20bfd96c627d6d1b2e9381b591b3d64b)) + ## [0.3.0](https://github.com/tomny-dev/uzi/compare/uzi-v0.2.12...uzi-v0.3.0) (2026-08-18) diff --git a/package.json b/package.json index f2532ed..5cab881 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tomny-dev/uzi", - "version": "0.3.0", + "version": "0.4.0", "description": "Rapid-fire React UI components. Ship faster, build more.", "type": "module", "repository": {