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"