Skip to content

Commit

Permalink
RELEASING: Releasing 2 package(s)
Browse files Browse the repository at this point in the history
Releases:
  @saucelabs/[email protected]
  @saucelabs/[email protected]

[skip ci]
  • Loading branch information
sauce-visual-bot committed Sep 12, 2024
1 parent 40cf18e commit 97f7954
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
6 changes: 0 additions & 6 deletions visual-js/.changeset/dry-timers-reply.md

This file was deleted.

6 changes: 6 additions & 0 deletions visual-js/visual-playwright/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @saucelabs/visual-playwright

## 0.1.2

### Patch Changes

- 40cf18e: Correct passing options to global setup

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion visual-js/visual-playwright/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@saucelabs/visual-playwright",
"description": "Playwright Plugin / Bootstrapper for Sauce Labs Visual",
"version": "0.1.1",
"version": "0.1.2",
"main": "build/index.cjs",
"module": "build/index.js",
"types": "build/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions visual-js/visual-storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @saucelabs/visual-storybook

## 0.6.1

### Patch Changes

- 40cf18e: Correct passing options to global setup
- Updated dependencies [40cf18e]
- @saucelabs/visual-playwright@0.1.2

## 0.6.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions visual-js/visual-storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@saucelabs/visual-storybook",
"description": "Storybook Plugin / Bootstrapper for Sauce Labs Visual",
"version": "0.6.0",
"version": "0.6.1",
"main": "build/index.cjs",
"module": "build/index.js",
"types": "build/index.d.ts",
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@saucelabs/visual": "^0.8.2",
"@saucelabs/visual-playwright": "^0.1.1",
"@saucelabs/visual-playwright": "^0.1.2",
"@storybook/test-runner": ">=0.13.0",
"exponential-backoff": "^3.1.1",
"jest-playwright-preset": "^2.0.0 || ^3.0.0"
Expand Down

0 comments on commit 97f7954

Please sign in to comment.