Skip to content

Commit

Permalink
v2.0.0-alpha.29
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronPlave committed Nov 8, 2024
1 parent 0c76ad5 commit 7c70d60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"packages": [
"packages/*"
],
"version": "2.0.0-alpha.28"
}
"packages": ["packages/*"],
"version": "2.0.0-alpha.29"
}
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@
"svelte": "./dist/index.js",
"type": "module",
"types": "./dist/index.d.ts",
"version": "2.0.0-alpha.28"
"version": "2.0.0-alpha.29"
}

0 comments on commit 7c70d60

Please sign in to comment.