Skip to content

Commit

Permalink
v2.0.0-alpha.9
Browse files Browse the repository at this point in the history
  • Loading branch information
duranb committed Oct 21, 2024
1 parent 76068aa commit 256bbd7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"packages": ["packages/*"],
"version": "2.0.0-alpha.8"
"version": "2.0.0-alpha.9"
}
7 changes: 3 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
"prepublishOnly": "npm run build"
},
"type": "module",
"version": "2.0.0-alpha.8"
"version": "2.0.0-alpha.9"
}
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,5 @@
"typescript": {
"definition": "dist/esm/index.d.ts"
},
"version": "2.0.0-alpha.8"
"version": "2.0.0-alpha.9"
}
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@
"svelte": "./dist/index.js",
"type": "module",
"types": "./dist/index.d.ts",
"version": "2.0.0-alpha.8"
"version": "2.0.0-alpha.9"
}

0 comments on commit 256bbd7

Please sign in to comment.