Skip to content

Commit 4b250e6

Browse files
chore(release): v0.3.0
1 parent f50a4f8 commit 4b250e6

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

changelogs/2025-10-19_v0.3.0.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
## [0.3.0] - 2025-10-19
2+
3+
### 🚀 Features
4+
5+
- *(static)* Add page wrapper
6+
- *(router)* Add route config used by solid-router
7+
- *(utils)* Add @adaptive-sm/utils, add import aliases
8+
- *(packaging)* Compile ts to js
9+
- *(ci)* Add trusted publishing for npm packages using github actions
10+
- *(url)* Add get search params
11+
12+
### 🤖 CI
13+
14+
- *(security)* Setup trusted publishing using oidc authentication
15+
- *(testing)* Disable test step until tests are added at a later date
16+
17+
### 🚜 Refactor
18+
19+
- *(cliff.toml)* Reduce intendation from 4 to 2
20+
- *(cliff.toml)* Remove "build" category
21+
- *(aliases)* Change import aliases from "~" to "~ui" to be more similar how its used on the cunsumer side, allows for easier copy and paste as well
22+
- *(sattic)* Move page wrapper to lib/page, remove unused
23+
- *(readme.md)* Rename file to lower case
24+
- Remove unused/duplicate
25+
26+
### 📚 Documentation
27+
28+
- *(rules)* Add tech stack to rules / roo code / ask mode
29+
30+
### ⚙️ Miscellaneous Tasks
31+
32+
- *(package scripts)* Make update:commit commit in git conventional style
33+
- *(popover)* Use interfaces for declaration merging
34+
- *(mcp)* Add chrome-devtools mcp
35+
- *(tsconfig)* Change from es2024 to esnext to use more recent syntax
36+
- *(tsconfig)* Re-add noUncheckedSideEffectImports and erasableSyntaxOnly
37+
- *(package scripts)* Build command should run even if export dir is missing
38+
- *(cliff)* Allow non-conventional git commits

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.2.0",
3+
"version": "0.3.0",
44
"scripts": {
55
"dev": "bun run rsbuild:dev",
66
"build": "rm -rf ./export ; tsc -p ./tsconfig.lib.json",

0 commit comments

Comments
 (0)