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 4ab4fbf commit e01214fCopy full SHA for e01214f
changelogs/2025-10-19_v0.3.1.md
@@ -0,0 +1,5 @@
1
+## [0.3.1] - 2025-10-19
2
+
3
+### 🐛 Bug Fixes
4
5
+- *(ci)* By not explicitely linking package in dependencies
package.json
@@ -1,6 +1,6 @@
{
"name": "@adaptive-sm/solid-ui",
- "version": "0.3.0",
+ "version": "0.3.1",
"scripts": {
"dev": "bun run rsbuild:dev",
6
"build": "rm -rf ./export ; tsc -p ./tsconfig.lib.json",
0 commit comments