We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74b348e commit dc5e4b4Copy full SHA for dc5e4b4
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @dschz/bun-plugin-solid
2
3
+## 1.0.3
4
+
5
+### Patch Changes
6
7
+- updates jsr config to upload required files only
8
9
## 1.0.2
10
11
### Patch Changes
jsr.json
@@ -1,6 +1,6 @@
{
"name": "@dschz/bun-plugin-solid",
- "version": "1.0.2",
+ "version": "1.0.3",
"license": "MIT",
"exports": "./src/index.ts",
"publish": {
package.json
@@ -1,7 +1,7 @@
"description": "A Bun plugin for transforming SolidJS TSX/JSX files at runtime or build time using Babel. Supports SSR and DOM output.",
"author": "Daniel Sanchez",
"type": "module",
0 commit comments