Skip to content

Commit 750cecc

Browse files
chore(release): v0.5.0
1 parent 9c52e97 commit 750cecc

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

changelogs/2025-10-24_v0.5.0.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
## [0.5.0] - 2025-10-24
2+
3+
### 🐛 Bug Fixes
4+
5+
- *(toast)* Show description
6+
- *(popover)* Replace native Popover elements with Corvu Popover library fixing placement screen issues, simplify demo
7+
8+
### 🏭 Operations
9+
10+
- *(release.sh)* Allow explicitely passing next release version
11+
- *(release.sh)* Automate version increase by looking for features in changelog content
12+
13+
### 🚜 Refactor
14+
15+
- *(checkbox)* Sort classes, add invisible in addition to sr-only
16+
- Refactor(tsconfig): set module to Preserve to make tsc do less and let the bundler do more (if needed)
17+
- *(vite.config)* Update watch ignored files
18+
- *(utils)* Replace utils with ~utils library, assume all utils are "ui" specific, move "ui" utils up to "utils"
19+
20+
### 📚 Documentation
21+
22+
- *(rules)* Add roo code rules
23+
- *(rules)* Add entire result code, because its so small/simple and ai agents should not search for it

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adaptive-sm/solid-ui",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"scripts": {
55
"dev": "bun run rsbuild:dev",
66
"build": "bun run build:lib",

0 commit comments

Comments
 (0)