diff --git a/.changeset/brave-ghosts-heal.md b/.changeset/brave-ghosts-heal.md deleted file mode 100644 index 86dfaf50..00000000 --- a/.changeset/brave-ghosts-heal.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'chromatic-playwright': patch -'chromatic-cypress': patch -'@chromaui/shared-e2e': patch ---- - -remove the iframe currently used to render the snapshot diff --git a/packages/cypress/CHANGELOG.md b/packages/cypress/CHANGELOG.md index 3f96d91b..4eeb7111 100644 --- a/packages/cypress/CHANGELOG.md +++ b/packages/cypress/CHANGELOG.md @@ -1,5 +1,11 @@ # chromatic-cypress +## 0.3.1 + +### Patch Changes + +- 59d2b20: remove the iframe currently used to render the snapshot + ## 0.3.0 ### Minor Changes diff --git a/packages/cypress/package.json b/packages/cypress/package.json index 880e7b69..46421bc6 100644 --- a/packages/cypress/package.json +++ b/packages/cypress/package.json @@ -1,6 +1,6 @@ { "name": "chromatic-cypress", - "version": "0.3.0", + "version": "0.3.1", "description": "Chromatic Visual Regression Testing for Cypress", "repository": { "type": "git", diff --git a/packages/playwright/CHANGELOG.md b/packages/playwright/CHANGELOG.md index b3c887ba..7372acf2 100644 --- a/packages/playwright/CHANGELOG.md +++ b/packages/playwright/CHANGELOG.md @@ -1,5 +1,11 @@ # chromatic-playwright +## 0.3.1 + +### Patch Changes + +- 59d2b20: remove the iframe currently used to render the snapshot + ## 0.3.0 ### Minor Changes diff --git a/packages/playwright/package.json b/packages/playwright/package.json index 7479e30b..726dd1b2 100644 --- a/packages/playwright/package.json +++ b/packages/playwright/package.json @@ -1,6 +1,6 @@ { "name": "chromatic-playwright", - "version": "0.3.0", + "version": "0.3.1", "description": "Chromatic Visual Regression Testing for Playwright", "repository": { "type": "git", diff --git a/packages/shared/CHANGELOG.md b/packages/shared/CHANGELOG.md index 825a1c97..9f221aee 100644 --- a/packages/shared/CHANGELOG.md +++ b/packages/shared/CHANGELOG.md @@ -1,5 +1,11 @@ # @chromaui/shared-e2e +## 0.1.1 + +### Patch Changes + +- 59d2b20: remove the iframe currently used to render the snapshot + ## 0.1.0 ### Minor Changes diff --git a/packages/shared/package.json b/packages/shared/package.json index c1cfdff4..32fd41f5 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,7 +1,7 @@ { "name": "@chromaui/shared-e2e", "private": true, - "version": "0.1.0", + "version": "0.1.1", "description": "Shared Chromatic E2E", "repository": { "type": "git",