diff --git a/.changeset/config.json b/.changeset/config.json index f60c1ba..4442b68 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -7,7 +7,7 @@ "commit": false, "fixed": [["storycap-testrun"]], "linked": [], - "access": "restricted", + "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", "ignore": [] diff --git a/.changeset/thick-eagles-decide.md b/.changeset/thick-eagles-decide.md new file mode 100644 index 0000000..799de8d --- /dev/null +++ b/.changeset/thick-eagles-decide.md @@ -0,0 +1,5 @@ +--- +'storycap-testrun': patch +--- + +Initial Release :tada: diff --git a/packages/storycap-testrun/package.json b/packages/storycap-testrun/package.json index 70a0f6a..1103921 100644 --- a/packages/storycap-testrun/package.json +++ b/packages/storycap-testrun/package.json @@ -1,6 +1,6 @@ { "name": "storycap-testrun", - "version": "0.0.1", + "version": "0.0.0", "description": "A utility that provides stable screenshot capture functionality using `@storybook/test-runner`.", "keywords": [ "storybook",