Skip to content

Commit 01f5f0f

Browse files
committed
chore(release): publish 0.4.0
1 parent f7bd397 commit 01f5f0f

4 files changed

Lines changed: 39 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 0.4.0 (2025-02-23)
2+
3+
### 🚀 Features
4+
5+
- **stepper:** added basic Stepper component ([d23cc60](https://github.com/radix-ng/origin-ui/commit/d23cc60))
6+
- **stepper:** added loading Stepper component ([587a642](https://github.com/radix-ng/origin-ui/commit/587a642))
7+
- **stepper:** added vertical Stepper examples ([0a32cfa](https://github.com/radix-ng/origin-ui/commit/0a32cfa))
8+
- **stepper:** added Stepper with labels and StepperTitle ([2ec24e7](https://github.com/radix-ng/origin-ui/commit/2ec24e7))
9+
- **stepper:** added Stepper with description ([24dba42](https://github.com/radix-ng/origin-ui/commit/24dba42))
10+
- **table:** added based table ([9879f38](https://github.com/radix-ng/origin-ui/commit/9879f38))
11+
- **table:** updated examples ([d351606](https://github.com/radix-ng/origin-ui/commit/d351606))
12+
- **table:** added TanStack Table example ([f7bd397](https://github.com/radix-ng/origin-ui/commit/f7bd397))
13+
14+
### ❤️ Thank You
15+
16+
- Oleg Pimenov @pimenovoleg
17+
118
## 0.3.0 (2025-02-10)
219

320
### 🚀 Features

packages/components/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 0.4.0 (2025-02-23)
2+
3+
### 🚀 Features
4+
5+
- **table:** added TanStack Table example ([f7bd397](https://github.com/radix-ng/origin-ui/commit/f7bd397))
6+
- **table:** added based table ([9879f38](https://github.com/radix-ng/origin-ui/commit/9879f38))
7+
- **stepper:** added Stepper with description ([24dba42](https://github.com/radix-ng/origin-ui/commit/24dba42))
8+
- **stepper:** added Stepper with labels and StepperTitle ([2ec24e7](https://github.com/radix-ng/origin-ui/commit/2ec24e7))
9+
- **stepper:** added loading Stepper component ([587a642](https://github.com/radix-ng/origin-ui/commit/587a642))
10+
- **stepper:** added basic Stepper component ([d23cc60](https://github.com/radix-ng/origin-ui/commit/d23cc60))
11+
12+
### ❤️ Thank You
13+
14+
- Oleg Pimenov @pimenovoleg
15+
116
## 0.3.0 (2025-02-10)
217

318
### 🚀 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.3.0",
3+
"version": "0.4.0",
44
"license": "MIT",
55
"publishConfig": {
66
"access": "public"

tsconfig.base.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,21 +65,21 @@
6565
"@origin-ui/components/slider": [
6666
"packages/components/slider/index.ts"
6767
],
68-
"@origin-ui/components/stepper": [
69-
"packages/components/stepper/index.ts"
70-
],
7168
"@origin-ui/components/sonner": [
7269
"packages/components/sonner/index.ts"
7370
],
71+
"@origin-ui/components/stepper": [
72+
"packages/components/stepper/index.ts"
73+
],
7474
"@origin-ui/components/switch": [
7575
"packages/components/switch/index.ts"
7676
],
77-
"@origin-ui/components/tabs": [
78-
"packages/components/tabs/index.ts"
79-
],
8077
"@origin-ui/components/table": [
8178
"packages/components/table/index.ts"
8279
],
80+
"@origin-ui/components/tabs": [
81+
"packages/components/tabs/index.ts"
82+
],
8383
"@origin-ui/components/textarea": [
8484
"packages/components/textarea/index.ts"
8585
],

0 commit comments

Comments
 (0)