From b8f22dfaf92544d356ab099905fd03567dad644b Mon Sep 17 00:00:00 2001 From: nilshah98 Date: Fri, 1 Dec 2023 19:16:43 +0530 Subject: [PATCH] feat: added alpha release details --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 128a7d33..99a51b81 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@percy/storybook", - "version": "5.0.1", + "version": "5.0.1-alpha.1", "license": "MIT", "repository": { "type": "git", @@ -8,7 +8,7 @@ }, "publishConfig": { "access": "public", - "tag": "latest" + "tag": "alpha" }, "engine": { "node": ">=14"