Skip to content

Commit 3a68fb5

Browse files
committed
chore(release): publish 0.2.0
1 parent d2b1c78 commit 3a68fb5

3 files changed

Lines changed: 28 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 0.2.0 (2025-02-07)
2+
3+
### 🚀 Features
4+
5+
- added Sonner ([a03e478](https://github.com/radix-ng/origin-ui/commit/a03e478))
6+
- sonner examples ([c1010ce](https://github.com/radix-ng/origin-ui/commit/c1010ce))
7+
- **alerts:** added Alert ([0d322fd](https://github.com/radix-ng/origin-ui/commit/0d322fd))
8+
- **breadcrumbs:** added Breadcrumbs component ([9f181a6](https://github.com/radix-ng/origin-ui/commit/9f181a6))
9+
- **switch:** added Switch component ([742dc74](https://github.com/radix-ng/origin-ui/commit/742dc74))
10+
11+
### ❤️ Thank You
12+
13+
- Oleg Pimenov @pimenovoleg
14+
115
## 0.1.0 (2025-01-30)
216

317
### 🚀 Features

packages/components/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 0.2.0 (2025-02-07)
2+
3+
### 🚀 Features
4+
5+
- **switch:** added Switch component ([742dc74](https://github.com/radix-ng/origin-ui/commit/742dc74))
6+
- **breadcrumbs:** added Breadcrumbs component ([9f181a6](https://github.com/radix-ng/origin-ui/commit/9f181a6))
7+
- sonner examples ([c1010ce](https://github.com/radix-ng/origin-ui/commit/c1010ce))
8+
- added Sonner ([a03e478](https://github.com/radix-ng/origin-ui/commit/a03e478))
9+
10+
### ❤️ Thank You
11+
12+
- Oleg Pimenov @pimenovoleg
13+
114
## 0.1.0 (2025-01-30)
215

316
### 🚀 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.1.0",
3+
"version": "0.2.0",
44
"peerDependencies": {
55
"@angular/common": ">=19.0.0",
66
"@angular/core": ">=19.0.0",

0 commit comments

Comments
 (0)