Skip to content

Commit 3367239

Browse files
committed
chore(main): release ui-react 0.1.0
1 parent 126ab46 commit 3367239

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"packages/ui-react": "0.0.6"
2+
"packages/ui-react": "0.1.0"
33
}

packages/ui-react/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [0.1.0](https://github.com/Scouterna/j26-components/compare/ui-react-v0.0.6...ui-react-v0.1.0) (2025-07-09)
4+
5+
6+
### Features
7+
8+
* add callout component ([01340e5](https://github.com/Scouterna/j26-components/commit/01340e5158e6afc5c828b24d22c2cc5c15b8e649))
9+
* add column header buttons ([0eb4986](https://github.com/Scouterna/j26-components/commit/0eb4986cbfbdde2c9a0c3692daec39eeebdd488c))
10+
* add menu component ([82662af](https://github.com/Scouterna/j26-components/commit/82662af3d0fc6ad38d80df0087e3138161fb2965))
11+
* add sorting menu to table ([46fbb83](https://github.com/Scouterna/j26-components/commit/46fbb83f646e51a58fa7f07258e5e3ad3d2fdef3))
12+
* first take on table component ([1ae0c57](https://github.com/Scouterna/j26-components/commit/1ae0c57128d8da2ee7b8030afbcbdebe80306299))
13+
* make header titles toggle sort ([126ab46](https://github.com/Scouterna/j26-components/commit/126ab463ce7508f4f0384da2fed7449f7fc079ea))
14+
15+
16+
### Bug Fixes
17+
18+
* full width when no resize ([460f83e](https://github.com/Scouterna/j26-components/commit/460f83e35b729e97381b41b65170b3a5721c2d01))
19+
* migrate button to base-ui ([0585d83](https://github.com/Scouterna/j26-components/commit/0585d83aa1328185a19d2294128af25167e52da0))
20+
* migrate checkbox to base-ui ([a1c6d82](https://github.com/Scouterna/j26-components/commit/a1c6d82655188bb86a58873f49a5f44ab72c7eaf))
21+
* migrate input and field to base-ui ([97c94f2](https://github.com/Scouterna/j26-components/commit/97c94f216b39909a24e6c49bcbb1f5c80e2a2af4))
22+
* migrate select to base-ui ([6e7b7e5](https://github.com/Scouterna/j26-components/commit/6e7b7e5a9616a38515e0a64faf2406225e42a111))
23+
* remove font hack because of fixed fonts ([15b9d9f](https://github.com/Scouterna/j26-components/commit/15b9d9f39ae9b5d2725dac718b7def93e18ec7ad))
24+
* remove forwardRef from callout ([2409e81](https://github.com/Scouterna/j26-components/commit/2409e8105376802c9fb73e196fab240dc7000223))
25+
* use correct font ([c5190be](https://github.com/Scouterna/j26-components/commit/c5190becb4ac83a3221bb023af12938d9f03867b))
26+
327
## [0.0.6](https://github.com/Scouterna/ui/compare/ui-react-v0.0.5...ui-react-v0.0.6) (2025-06-03)
428

529

packages/ui-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scouterna/ui-react",
3-
"version": "0.0.6",
3+
"version": "0.1.0",
44
"description": "",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)