Skip to content

Commit 5948bb8

Browse files
authored
fix(cli): resolve component dependencies and missing tw helper exports (#788)
2 parents 40758b1 + 46037ed commit 5948bb8

4 files changed

Lines changed: 21 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## [1.0.0-alpha.4](https://github.com/ruma-ui/ui/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2026-07-31)
2+
3+
### 🐛 Bug Fixes
4+
5+
- **release:** promote published versions to npm latest dist-tag ([476321b](https://github.com/ruma-ui/ui/commit/476321b3573abde59e3655853cb9a1a8a8ca2bc3))
6+
- **release:** promote published versions to npm latest dist-tag ([40758b1](https://github.com/ruma-ui/ui/commit/40758b141d9d4cb39b09b405dd23aa9542bb87c0))
7+
8+
## [1.0.0-alpha.3](https://github.com/ruma-ui/ui/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2026-07-31)
9+
10+
### 🚀 Features
11+
12+
- merge dev into alpha — enterprise CI/CD overhaul + fresh release baseline ([#787](https://github.com/ruma-ui/ui/issues/787)) ([a4f8c85](https://github.com/ruma-ui/ui/commit/a4f8c8527d5baf72bd2427ea7683239bdcb283af))
13+
14+
### 🐛 Bug Fixes
15+
16+
- **cli:** resolve component dependencies and missing tw helper exports ([302320c](https://github.com/ruma-ui/ui/commit/302320ce371230078b45bc8e943e7e7244b9b1f3))
17+
- **cli:** resolve component dependencies and missing tw helper exports ([87ac9b9](https://github.com/ruma-ui/ui/commit/87ac9b921daa33bacfb2b4e0386666ef9ec735fa))
18+
119
## [1.0.0-alpha.2](https://github.com/ruma-ui/ui/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2026-07-31)
220

321
### 🚀 Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ruma-kit/source",
3-
"version": "1.0.0-alpha.2",
3+
"version": "1.0.0-alpha.4",
44
"private": true,
55
"description": "A modern, production-ready React UI component library built with TypeScript, Tailwind CSS, and Nx.",
66
"repository": {

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ruma-kit/cli",
3-
"version": "1.0.0-alpha.2",
3+
"version": "1.0.0-alpha.4",
44
"description": "CLI for adding ruma-ui components to your React project",
55
"bin": {
66
"ruma-ui": "dist/index.js"

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ruma-kit/ui",
3-
"version": "1.0.0-alpha.2",
3+
"version": "1.0.0-alpha.4",
44
"type": "module",
55
"description": "A modern, production-ready React UI component library built with TypeScript, Tailwind CSS, and Nx.",
66
"license": "MIT",

0 commit comments

Comments
 (0)