Skip to content

Commit

Permalink
Version Packages (#499)
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 Jun 4, 2024
1 parent 631352b commit a6d7ddc
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 29 deletions.
5 changes: 0 additions & 5 deletions .changeset/fresh-kiwis-drop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-dogs-nail.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/pink-mayflies-greet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-coins-mate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-suits-cheat.md

This file was deleted.

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

## 2.1.2

### Patch Changes

- [#501](https://github.com/replayio/replay-cli/pull/501) [`e7c637c`](https://github.com/replayio/replay-cli/commit/e7c637ca95fc1ba649fd8cc87fc15059250f8ae1) Thanks [@Andarist](https://github.com/Andarist)! - Make `RECORD_REPLAY_ENABLE_ASSERTS` environment forwardable to the browser process
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": "2.1.1",
"version": "2.1.2",
"description": "Plugin to record your Cypress tests with Replay",
"main": "./dist/index.js",
"bin": {
Expand Down
8 changes: 8 additions & 0 deletions packages/playwright/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @replayio/playwright

## 3.0.2

### Patch Changes

- [#501](https://github.com/replayio/replay-cli/pull/501) [`e7c637c`](https://github.com/replayio/replay-cli/commit/e7c637ca95fc1ba649fd8cc87fc15059250f8ae1) Thanks [@Andarist](https://github.com/Andarist)! - Make `RECORD_REPLAY_ENABLE_ASSERTS` environment forwardable to the browser process

- [#502](https://github.com/replayio/replay-cli/pull/502) [`9122af4`](https://github.com/replayio/replay-cli/commit/9122af45618741cf2b222b461eddee016e38db43) Thanks [@Andarist](https://github.com/Andarist)! - Added a warning when the reporter gets used without the Replay browser

## 3.0.1

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

## 1.3.0

### Minor Changes

- [#505](https://github.com/replayio/replay-cli/pull/505) [`631352b`](https://github.com/replayio/replay-cli/commit/631352b3eca27a2b330972fec9f4d5b859b2fac3) Thanks [@bvaughn](https://github.com/bvaughn)! - For recordings of e2e tests, the test name will be shown as the recording title

### Patch Changes

- [#491](https://github.com/replayio/replay-cli/pull/491) [`a243633`](https://github.com/replayio/replay-cli/commit/a243633a99c32ad3d68055d8a3b8e33c1e9ab05f) Thanks [@Andarist](https://github.com/Andarist)! - Improved the way `recordings.log` gets processed. It should fix parsing issues when the log contains strings with `}{` inside them.

- [#500](https://github.com/replayio/replay-cli/pull/500) [`1740c99`](https://github.com/replayio/replay-cli/commit/1740c99639c2ad0e941fa4d9bff8830ba9e16ae1) Thanks [@Andarist](https://github.com/Andarist)! - The launched browser will now get correctly closed on Ctrl+C when recording

## 1.2.0

### Minor 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.2.0",
"version": "1.3.0",
"description": "CLI tool for uploading and managing recordings",
"bin": "./replayio.js",
"exports": {
Expand Down

0 comments on commit a6d7ddc

Please sign in to comment.