From 30d507c2273e9acc2349c7488a921d2af892ef98 Mon Sep 17 00:00:00 2001 From: Avior Date: Thu, 2 Dec 2021 00:55:16 +0100 Subject: [PATCH] Bump package to 1.0.0-alpha.6 Signed-off-by: Avior --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 544de89..eb25c0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dzeio/components", - "version": "1.0.0-alpha.5", + "version": "1.0.0-alpha.6", "license": "MIT", "main": "./index.js", "types": "./types/index.d.ts",