From 16fe49fb6fd14c77228387455ece8330a0092e0e Mon Sep 17 00:00:00 2001 From: "mind-release-bot[bot]" <291503458+mind-release-bot[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 12:40:14 +0000 Subject: [PATCH] chore(main): release 0.6.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f1c1e58..bcd0522 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.0" + ".": "0.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a7098cf..d7eb280 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.6.0](https://github.com/MIND-Studio/ui/compare/v0.5.0...v0.6.0) (2026-06-21) + + +### Features + +* **brand:** export canonical mark artwork via ./brand subpath ([1a56d5c](https://github.com/MIND-Studio/ui/commit/1a56d5c84e236b87cec8eeba791762d08c06ad83)) +* **brand:** ship real Mind logo with serif wordmark and Foundations docs ([52b9a61](https://github.com/MIND-Studio/ui/commit/52b9a618de009af794663a85b246bc62a12315a3)) +* ship real Mind logo, typography roles, and public ./brand export ([0d8cbb8](https://github.com/MIND-Studio/ui/commit/0d8cbb83a7b44e162ae22de47900894bfab319b4)) +* **typography:** redefine font roles — serif headlines, sans body, mono technical ([05d29ce](https://github.com/MIND-Studio/ui/commit/05d29ced9a89e529d9c20644e2d9fd7e7fc64171)) + ## [0.5.0](https://github.com/MIND-Studio/ui/compare/v0.4.0...v0.5.0) (2026-06-21) diff --git a/package.json b/package.json index 7eb7ea4..b63463c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mind-studio/ui", - "version": "0.5.0", + "version": "0.6.0", "description": "Mind UI — a shadcn-native, multi-brand design system for Mind projects.", "type": "module", "license": "MIT",