Skip to content

Commit

Permalink
Merge pull request #177 from chromaui/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
tevanoff authored Jul 9, 2024
2 parents 1a6bc38 + 0760229 commit fdec7bd
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/lemon-otters-march.md

This file was deleted.

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

## 0.6.16

### Patch Changes

- 65e4d14: Fix ENAMETOOLONG errors by truncating snapshot and stories file names to ensure they are not too long to be written to the file system

## 0.6.15

### 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.15",
"version": "0.6.16",
"description": "Chromatic Visual Regression Testing for Cypress",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/playwright/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# chromatic-playwright

## 0.6.17

### Patch Changes

- 65e4d14: Fix ENAMETOOLONG errors by truncating snapshot and stories file names to ensure they are not too long to be written to the file system

## 0.6.16

### 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.16",
"version": "0.6.17",
"description": "Chromatic Visual Regression Testing for Playwright",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @chromaui/shared-e2e

## 0.6.7

### Patch Changes

- 65e4d14: Fix ENAMETOOLONG errors by truncating snapshot and stories file names to ensure they are not too long to be written to the file system

## 0.6.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@chromatic-com/shared-e2e",
"private": true,
"version": "0.6.6",
"version": "0.6.7",
"description": "Shared Chromatic E2E",
"repository": {
"type": "git",
Expand Down

0 comments on commit fdec7bd

Please sign in to comment.