Skip to content

Commit 20f266b

Browse files
Version Packages
1 parent 02a4de3 commit 20f266b

5 files changed

Lines changed: 14 additions & 8 deletions

File tree

.changeset/loud-trainers-dress.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/cypress/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @replayio/cypress
22

3+
## 3.1.1
4+
5+
### Patch Changes
6+
7+
- [#603](https://github.com/replayio/replay-cli/pull/603) [`f2b1c82`](https://github.com/replayio/replay-cli/commit/f2b1c82ef9df926d3cc94aae1e3e8a26fb82042a) Thanks [@bvaughn](https://github.com/bvaughn)! - Gather data about deprecated `filter` config usage (as preparation to remove it)
8+
39
## 3.1.0
410

511
### Minor Changes

packages/cypress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@replayio/cypress",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "Plugin to record your Cypress tests with Replay",
55
"main": "./dist/index.js",
66
"exports": {

packages/playwright/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @replayio/playwright
22

3+
## 3.1.7
4+
5+
### Patch Changes
6+
7+
- [#603](https://github.com/replayio/replay-cli/pull/603) [`f2b1c82`](https://github.com/replayio/replay-cli/commit/f2b1c82ef9df926d3cc94aae1e3e8a26fb82042a) Thanks [@bvaughn](https://github.com/bvaughn)! - Gather data about deprecated `filter` config usage (as preparation to remove it)
8+
39
## 3.1.6
410

511
### Patch Changes

packages/playwright/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@replayio/playwright",
3-
"version": "3.1.6",
3+
"version": "3.1.7",
44
"description": "Configuration utilities for using the Replay browsers with playwright",
55
"main": "./dist/index.js",
66
"exports": {

0 commit comments

Comments
 (0)