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",