---
title: Changelog
description: Recent changes to arctis/ui.
group: Get Started
order: 8
---

Release notes for the documentation site and the `@arctis-sh/ui` package.

---

## Unreleased

### Docs

- Updated installation and component pages to use `npx @arctis-sh/ui@latest add …`
- Updated block installation commands to use the same CLI
- Kept full-package installation as an optional path

---

## 0.1.0 — 2026-07-30

The first public npm release of the component library.

### Added

- Published [`@arctis-sh/ui`](https://www.npmjs.com/package/@arctis-sh/ui) to npm
- Made the source available at [arctis-sh/ui](https://github.com/arctis-sh/ui)
- Added subpath exports for components, such as `@arctis-sh/ui/button`
- Added the typeset stylesheet at `@arctis-sh/ui/styles/typeset.css`

---

## Format

```md
## x.y.z — YYYY-MM-DD

### Added
- …

### Changed
- …

### Fixed
- …
```
