Skip to content

Commit 52f812f

Browse files
committed
Publish new components and cli
1 parent de8aad9 commit 52f812f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hyperparam",
3-
"version": "0.2.21",
3+
"version": "0.2.22",
44
"description": "Hyperparam CLI",
55
"author": "Hyperparam",
66
"homepage": "https://hyperparam.app",
@@ -28,7 +28,7 @@
2828
"typecheck": "tsc"
2929
},
3030
"dependencies": {
31-
"@hyparam/components": "0.1.17",
31+
"@hyparam/components": "0.1.18",
3232
"highlight.js": "11.11.1",
3333
"hightable": "0.10.0",
3434
"react": "18.3.1",

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyparam/components",
3-
"version": "0.1.17",
3+
"version": "0.1.18",
44
"description": "React components for hyparam apps",
55
"keywords": [
66
"component",

0 commit comments

Comments
 (0)