From 7834cb0cc8ab049ebb1f0e999cefa397f279b450 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 21:05:18 +0000 Subject: [PATCH] chore(main): release 1.0.0 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..665b1b7 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 1.0.0 (2026-03-30) + + +### Features + +* initialize component library infrastructure with Tailwind v4 and monorepo tooling ([#1](https://github.com/kreozalabs/ui/issues/1)) ([9f80a5e](https://github.com/kreozalabs/ui/commit/9f80a5e23c5f93dc48a4971b1035d7a5db95ad39)) diff --git a/package.json b/package.json index 71020f3..c176344 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kreozalabs/ui", - "version": "0.1.0", + "version": "1.0.0", "private": false, "main": "./dist/index.js", "module": "./dist/index.mjs",