From f07950609f15666fd2e9161c9804508b72955dd7 Mon Sep 17 00:00:00 2001 From: rishigupta1599 Date: Fri, 24 May 2024 19:58:40 +0530 Subject: [PATCH] release v6.0.0 --- package.json | 4 ++-- packageV7.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 83c17831..b81e4e37 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@percy/storybook", - "version": "6.0.0-beta.0", + "version": "6.0.0", "description": "Storybook addons for visual testing with Percy", "keywords": [ "storybook", @@ -19,7 +19,7 @@ }, "publishConfig": { "access": "public", - "tag": "beta" + "tag": "latest" }, "engine": { "node": ">=14" diff --git a/packageV7.json b/packageV7.json index e8581450..f69b72b4 100644 --- a/packageV7.json +++ b/packageV7.json @@ -1,6 +1,6 @@ { "name": "@percy/storybook", - "version": "6.0.0-beta.0", + "version": "6.0.0", "description": "Storybook addons for visual testing with Percy", "keywords": [ "storybook", @@ -19,7 +19,7 @@ }, "publishConfig": { "access": "public", - "tag": "beta" + "tag": "latest" }, "engine": { "node": ">=14"