Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.5.0"
".": "0.6.0"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down