Skip to content

Commit

Permalink
chore: bump version to 0.0.4
Browse files Browse the repository at this point in the history
0.0.2 and 0.0.3 were erroneously published
  • Loading branch information
WilliamKelley committed Jul 8, 2024
1 parent 476232e commit a92a23b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/dataviz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prenda/dataviz",
"version": "0.0.1",
"version": "0.0.4",
"main": "./index.js",
"types": "./index.d.ts",
"exports": {
Expand All @@ -22,5 +22,8 @@
},
"peerDependencies": {
"react": "^17 || ^18"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit a92a23b

Please sign in to comment.