Skip to content

Commit 6cefda8

Browse files
committed
chore(release): publish 0.6.0
1 parent b784f31 commit 6cefda8

3 files changed

Lines changed: 36 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 0.6.0 (2025-03-04)
2+
3+
### 🚀 Features
4+
5+
- updated to tailwind 4 ([#4](https://github.com/radix-ng/origin-ui/pull/4))
6+
- **radio:** updated examples and css styles ([e462547](https://github.com/radix-ng/origin-ui/commit/e462547))
7+
8+
### 🩹 Fixes
9+
10+
- checkboxes, label disabled styles ([3820d90](https://github.com/radix-ng/origin-ui/commit/3820d90))
11+
- **radio:** vertical gap and styles ([97128f8](https://github.com/radix-ng/origin-ui/commit/97128f8))
12+
- **radio:** disabled state ([fe1766a](https://github.com/radix-ng/origin-ui/commit/fe1766a))
13+
- **radio:** updated disable state for radio-group ([9e28fe6](https://github.com/radix-ng/origin-ui/commit/9e28fe6))
14+
15+
### ❤️ Thank You
16+
17+
- Oleg Pimenov @pimenovoleg
18+
119
## 0.5.0 (2025-03-01)
220

321
### 🚀 Features

packages/components/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 0.6.0 (2025-03-04)
2+
3+
### 🚀 Features
4+
5+
- **radio:** updated examples and css styles ([e462547](https://github.com/radix-ng/origin-ui/commit/e462547))
6+
- updated to tailwind 4 ([#4](https://github.com/radix-ng/origin-ui/pull/4))
7+
8+
### 🩹 Fixes
9+
10+
- checkboxes, label disabled styles ([3820d90](https://github.com/radix-ng/origin-ui/commit/3820d90))
11+
- **radio:** disabled state ([fe1766a](https://github.com/radix-ng/origin-ui/commit/fe1766a))
12+
- **radio:** vertical gap and styles ([97128f8](https://github.com/radix-ng/origin-ui/commit/97128f8))
13+
14+
### ❤️ Thank You
15+
16+
- Oleg Pimenov @pimenovoleg
17+
118
## 0.5.0 (2025-03-01)
219

320
### 🚀 Features

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@origin-ui/components",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"license": "MIT",
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)