Skip to content

Commit

Permalink
v2.0.0-alpha.28
Browse files Browse the repository at this point in the history
  • Loading branch information
lklyne committed Nov 8, 2024
1 parent 9c50109 commit d049e68
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"packages": ["packages/*"],
"version": "2.0.0-alpha.27"
}
"packages": [
"packages/*"
],
"version": "2.0.0-alpha.28"
}
2 changes: 1 addition & 1 deletion packages/css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"prepublishOnly": "npm run build"
},
"type": "module",
"version": "2.0.0-alpha.27",
"version": "2.0.0-alpha.28",
"gitHead": "e8ce0b96712cefccff8f31d5307e96f26c19d965"
}
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,6 @@
"typescript": {
"definition": "dist/esm/index.d.ts"
},
"version": "2.0.0-alpha.27",
"version": "2.0.0-alpha.28",
"gitHead": "e8ce0b96712cefccff8f31d5307e96f26c19d965"
}
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.27"
"version": "2.0.0-alpha.28"
}

0 comments on commit d049e68

Please sign in to comment.