Skip to content

Commit 823133e

Browse files
authored
Merge pull request #272 from chromaui/changeset-release/main
Version Packages
2 parents 72c08fe + b02b703 commit 823133e

File tree

7 files changed

+21
-10
lines changed

7 files changed

+21
-10
lines changed

.changeset/smooth-crews-kiss.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/cypress/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# chromatic-cypress
22

3+
## 0.11.6
4+
5+
### Patch Changes
6+
7+
- 127011b: Sanitize localhost hostname from base element URL in archived snapshots
8+
39
## 0.11.5
410

511
### Patch Changes

packages/cypress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chromatic-com/cypress",
3-
"version": "0.11.5",
3+
"version": "0.11.6",
44
"description": "Chromatic Visual Regression Testing for Cypress",
55
"repository": {
66
"type": "git",

packages/playwright/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# chromatic-playwright
22

3+
## 0.12.6
4+
5+
### Patch Changes
6+
7+
- 127011b: Sanitize localhost hostname from base element URL in archived snapshots
8+
39
## 0.12.5
410

511
### Patch Changes

packages/playwright/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chromatic-com/playwright",
3-
"version": "0.12.5",
3+
"version": "0.12.6",
44
"description": "Chromatic Visual Regression Testing for Playwright",
55
"repository": {
66
"type": "git",

packages/shared/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @chromaui/shared-e2e
22

3+
## 0.9.8
4+
5+
### Patch Changes
6+
7+
- 127011b: Sanitize localhost hostname from base element URL in archived snapshots
8+
39
## 0.9.7
410

511
### Patch Changes

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@chromatic-com/shared-e2e",
33
"private": true,
4-
"version": "0.9.7",
4+
"version": "0.9.8",
55
"description": "Shared Chromatic E2E",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)