bump: 1.0.0-alpha.9

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
Florian Bouillon 2022-05-10 11:27:58 +02:00
parent 4d1b649a63
commit 5e6d88c27e
Signed by: Florian Bouillon
GPG Key ID: BEEAF3722D0EBF64
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@dzeio/components",
"version": "1.0.0-alpha.8",
"version": "1.0.0-alpha.9",
"license": "MIT",
"main": "./index.js",
"types": "./types/index.d.ts",

View File

@ -30,6 +30,7 @@ import Row from './Row'
import Sidebar from './Sidebar'
import Table from './Table'
import Text from './Text'
import * as Util from './Util'
export {