Skip to content

Commit

Permalink
Version Packages (#607)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jul 9, 2024
1 parent 9923f38 commit 75f2e03
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 24 deletions.
6 changes: 0 additions & 6 deletions .changeset/eight-rice-jog.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/empty-brooms-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-countries-roll.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-phones-laugh.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 @@
# @replayio/cypress

## 3.1.2

### Patch Changes

- [#592](https://github.com/replayio/replay-cli/pull/592) [`134591c`](https://github.com/replayio/replay-cli/commit/134591ccd4ead6098aa855f2b751b505f43c7b80) Thanks [@Andarist](https://github.com/Andarist)! - Improved resiliency to GitHub API errors when auto-populating PR-related information metadata

## 3.1.1

### 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": "@replayio/cypress",
"version": "3.1.1",
"version": "3.1.2",
"description": "Plugin to record your Cypress tests with Replay",
"main": "./dist/index.js",
"exports": {
Expand Down
10 changes: 10 additions & 0 deletions packages/playwright/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @replayio/playwright

## 3.1.8

### Patch Changes

- [#592](https://github.com/replayio/replay-cli/pull/592) [`134591c`](https://github.com/replayio/replay-cli/commit/134591ccd4ead6098aa855f2b751b505f43c7b80) Thanks [@Andarist](https://github.com/Andarist)! - Improved resiliency to GitHub API errors when auto-populating PR-related information metadata

- [#613](https://github.com/replayio/replay-cli/pull/613) [`8cd22ea`](https://github.com/replayio/replay-cli/commit/8cd22ea858e0b123551384e87ce4c7e38027f849) Thanks [@hbenl](https://github.com/hbenl)! - Add a trailing log line in case another playwright reporter removes our last line

- [#614](https://github.com/replayio/replay-cli/pull/614) [`0ee7425`](https://github.com/replayio/replay-cli/commit/0ee74258c968fe44f437c9c52e9c724f03ba286b) Thanks [@Andarist](https://github.com/Andarist)! - Fixed an issue that could cause the reporter to miss test body steps when `beforeAll` hook was used

## 3.1.7

### 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": "@replayio/playwright",
"version": "3.1.7",
"version": "3.1.8",
"description": "Configuration utilities for using the Replay browsers with playwright",
"main": "./dist/index.js",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions packages/replayio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.5.2

### Patch Changes

- [#612](https://github.com/replayio/replay-cli/pull/612) [`e8e50cd`](https://github.com/replayio/replay-cli/commit/e8e50cd24335d1277c6af5eca911f5469acf2d4a) Thanks [@Andarist](https://github.com/Andarist)! - Return a proper exit code when installation fails

## 1.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/replayio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "replayio",
"version": "1.5.1",
"version": "1.5.2",
"description": "CLI tool for uploading and managing recordings",
"bin": "./bin.js",
"exports": {
Expand Down

0 comments on commit 75f2e03

Please sign in to comment.