Skip to content

Commit

Permalink
Merge pull request #172 from chromaui/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
tevanoff authored Jul 5, 2024
2 parents 9b2557f + b205dff commit 64f1936
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .changeset/slimy-cups-protect.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/cypress/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# chromatic-cypress

## 0.6.15

### Patch Changes

- 6144340: - Use the configured `downloadsFolder` in Cypress as the output dir for archives
- Move Playwright-related path logic out of the shared package into the Playwright package

## 0.6.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cypress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chromatic-com/cypress",
"version": "0.6.14",
"version": "0.6.15",
"description": "Chromatic Visual Regression Testing for Cypress",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/playwright/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# chromatic-playwright

## 0.6.16

### Patch Changes

- 6144340: - Use the configured `downloadsFolder` in Cypress as the output dir for archives
- Move Playwright-related path logic out of the shared package into the Playwright package

## 0.6.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/playwright/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chromatic-com/playwright",
"version": "0.6.15",
"version": "0.6.16",
"description": "Chromatic Visual Regression Testing for Playwright",
"repository": {
"type": "git",
Expand Down

0 comments on commit 64f1936

Please sign in to comment.