lint & bump

This commit is contained in:
2020-12-16 12:05:01 -06:00
parent 2beed0b5c7
commit 8eb33ec3fb
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@dxos/console-app",
"version": "1.2.7-alpha.3",
"version": "1.2.8-alpha.0",
"description": "Kubenet Console Client",
"repository": "https://github.com/dxos/console",
"main": "dist/es/index.js",
@@ -47,7 +47,7 @@ const KubeRecords = () => {
return (
<TableRow key={id} size='small'>
<TableCell monospace>
{names.map(wrn => <div key={wrn}>{url ? <Link href={url}>{wrn}</Link> : {wrn}}</div>)}
{names.map(wrn => <div key={wrn}>{url ? <Link href={url}>{wrn}</Link> : { wrn }}</div>)}
</TableCell>
<TableCell monospace>
{version}
+1 -1
View File
@@ -2,6 +2,6 @@
"build": {
"name": "@dxos/console-app",
"buildDate": "2020-12-16T09:52:39.755Z",
"version": "1.2.7-alpha.2"
"version": "1.2.8-alpha.0"
}
}