We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8df471a commit 3f2a9ffCopy full SHA for 3f2a9ff
changelogs/2025-10-19_v0.4.0.md
@@ -0,0 +1,14 @@
1
+## [0.4.0] - 2025-10-19
2
+
3
+### 🚀 Features
4
5
+- *(release)* Compile ts to js using vite in library mode, make tailwind-merge a peer dependency
6
7
+### 🐛 Bug Fixes
8
9
+- *(demo)* Demo list generation, it should not add tsx endings
10
11
+### 🚜 Refactor
12
13
+- *(popover)* Remove unused import
14
+- *(release.sh)* Add git branch to last released version
package.json
@@ -1,6 +1,6 @@
{
"name": "@adaptive-sm/solid-ui",
- "version": "0.3.1",
+ "version": "0.4.0",
"scripts": {
"dev": "bun run rsbuild:dev",
"build": "bun run build:lib",
@@ -85,5 +85,7 @@
85
"types": "./dist/*.d.ts"
86
}
87
},
88
- "files": ["dist"]
+ "files": [
89
+ "dist"
90
+ ]
91
0 commit comments