Skip to content

Commit

Permalink
v2.0.0-alpha.13
Browse files Browse the repository at this point in the history
  • Loading branch information
duranb committed Oct 25, 2024
1 parent 0b8e970 commit e8ce0b9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.12"
"version": "2.0.0-alpha.13"
}
4 changes: 2 additions & 2 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 @@ -37,5 +37,5 @@
"prepublishOnly": "npm run build"
},
"type": "module",
"version": "2.0.0-alpha.12"
"version": "2.0.0-alpha.13"
}
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,5 @@
"typescript": {
"definition": "dist/esm/index.d.ts"
},
"version": "2.0.0-alpha.12"
"version": "2.0.0-alpha.13"
}

0 comments on commit e8ce0b9

Please sign in to comment.