Skip to content

Commit

Permalink
Merge pull request #73 from chromaui/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
tevanoff authored Jan 19, 2024
2 parents 28b6cfc + 19d57fb commit 447a75f
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/brave-ghosts-heal.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.3.1

### Patch Changes

- 59d2b20: remove the iframe currently used to render the snapshot

## 0.3.0

### Minor 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-cypress",
"version": "0.3.0",
"version": "0.3.1",
"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.3.1

### Patch Changes

- 59d2b20: remove the iframe currently used to render the snapshot

## 0.3.0

### Minor 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-playwright",
"version": "0.3.0",
"version": "0.3.1",
"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.1.1

### Patch Changes

- 59d2b20: remove the iframe currently used to render the snapshot

## 0.1.0

### Minor 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": "@chromaui/shared-e2e",
"private": true,
"version": "0.1.0",
"version": "0.1.1",
"description": "Shared Chromatic E2E",
"repository": {
"type": "git",
Expand Down

0 comments on commit 447a75f

Please sign in to comment.