forked from cerc-io/laconic-console
lint & bump
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user