From 75f2e03986653d241291ccdc6dc1ab6980b803dd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 15:36:16 +0200 Subject: [PATCH] Version Packages (#607) Co-authored-by: github-actions[bot] --- .changeset/eight-rice-jog.md | 6 ------ .changeset/empty-brooms-cross.md | 5 ----- .changeset/green-countries-roll.md | 5 ----- .changeset/large-phones-laugh.md | 5 ----- packages/cypress/CHANGELOG.md | 6 ++++++ packages/cypress/package.json | 2 +- packages/playwright/CHANGELOG.md | 10 ++++++++++ packages/playwright/package.json | 2 +- packages/replayio/CHANGELOG.md | 6 ++++++ packages/replayio/package.json | 2 +- 10 files changed, 25 insertions(+), 24 deletions(-) delete mode 100644 .changeset/eight-rice-jog.md delete mode 100644 .changeset/empty-brooms-cross.md delete mode 100644 .changeset/green-countries-roll.md delete mode 100644 .changeset/large-phones-laugh.md diff --git a/.changeset/eight-rice-jog.md b/.changeset/eight-rice-jog.md deleted file mode 100644 index 589313984..000000000 --- a/.changeset/eight-rice-jog.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@replayio/cypress": patch -"@replayio/playwright": patch ---- - -Improved resiliency to GitHub API errors when auto-populating PR-related information metadata diff --git a/.changeset/empty-brooms-cross.md b/.changeset/empty-brooms-cross.md deleted file mode 100644 index 59ae62813..000000000 --- a/.changeset/empty-brooms-cross.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@replayio/playwright": patch ---- - -Add a trailing log line in case another playwright reporter removes our last line diff --git a/.changeset/green-countries-roll.md b/.changeset/green-countries-roll.md deleted file mode 100644 index 8b39a2f43..000000000 --- a/.changeset/green-countries-roll.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@replayio/playwright": patch ---- - -Fixed an issue that could cause the reporter to miss test body steps when `beforeAll` hook was used diff --git a/.changeset/large-phones-laugh.md b/.changeset/large-phones-laugh.md deleted file mode 100644 index 8ddc4e9e7..000000000 --- a/.changeset/large-phones-laugh.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"replayio": patch ---- - -Return a proper exit code when installation fails diff --git a/packages/cypress/CHANGELOG.md b/packages/cypress/CHANGELOG.md index 3a6bbdf67..70f93315a 100644 --- a/packages/cypress/CHANGELOG.md +++ b/packages/cypress/CHANGELOG.md @@ -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 diff --git a/packages/cypress/package.json b/packages/cypress/package.json index 4530ad408..e382fa7dc 100644 --- a/packages/cypress/package.json +++ b/packages/cypress/package.json @@ -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": { diff --git a/packages/playwright/CHANGELOG.md b/packages/playwright/CHANGELOG.md index fff7b1735..1959f7e57 100644 --- a/packages/playwright/CHANGELOG.md +++ b/packages/playwright/CHANGELOG.md @@ -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 diff --git a/packages/playwright/package.json b/packages/playwright/package.json index 38ad74869..bd18008ea 100644 --- a/packages/playwright/package.json +++ b/packages/playwright/package.json @@ -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": { diff --git a/packages/replayio/CHANGELOG.md b/packages/replayio/CHANGELOG.md index 6d33bddd0..d012b4139 100644 --- a/packages/replayio/CHANGELOG.md +++ b/packages/replayio/CHANGELOG.md @@ -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 diff --git a/packages/replayio/package.json b/packages/replayio/package.json index afe486642..39f83d145 100644 --- a/packages/replayio/package.json +++ b/packages/replayio/package.json @@ -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": {