Skip to content

Commit 9126e41

Browse files
committed
Export utils
1 parent e3de6a5 commit 9126e41

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
- [2026-01-06] [Export utils](https://github.com/RubricLab/ui/commit/9b88c6c6c77a183ba35d50aaa29f39a0b2ce272a)
12
- [2025-12-13] [Parametrize drawer direction](https://github.com/RubricLab/ui/commit/c651f7db69dbf26463c3c3d84d8ef90197ec7a08)
23
- [2025-12-13] [Support ref prop on interactive components](https://github.com/RubricLab/ui/commit/12d61d1abe2a73b45aa1d9bb04e2a43f1bd186b6)
34
- [2025-12-13] [Add missing package repo field](https://github.com/RubricLab/ui/commit/1455da66d5986829514e65ee905bff45d50ee1c4)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@
5757
"post-commit": "bun x @rubriclab/package post-commit"
5858
},
5959
"types": "./src/index.ts",
60-
"version": "5.1.54"
60+
"version": "5.1.55"
6161
}

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
export * from './components'
22
export * from './types'
3+
export * from './utils'
4+

0 commit comments

Comments
 (0)