Skip to content

Commit

Permalink
v2.0.0-alpha.15
Browse files Browse the repository at this point in the history
  • Loading branch information
duranb committed Oct 25, 2024
1 parent 707faf9 commit 6162aeb
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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.14"
"version": "2.0.0-alpha.15"
}
6 changes: 3 additions & 3 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,6 +37,6 @@
"prepublishOnly": "npm run build"
},
"type": "module",
"version": "2.0.0-alpha.14",
"version": "2.0.0-alpha.15",
"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.14",
"version": "2.0.0-alpha.15",
"gitHead": "e8ce0b96712cefccff8f31d5307e96f26c19d965"
}
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@
"svelte": "./dist/index.js",
"type": "module",
"types": "./dist/index.d.ts",
"version": "2.0.0-alpha.14"
"version": "2.0.0-alpha.15"
}

0 comments on commit 6162aeb

Please sign in to comment.