diff --git a/.changeset/loud-trainers-dress.md b/.changeset/loud-trainers-dress.md deleted file mode 100644 index 515b125c2..000000000 --- a/.changeset/loud-trainers-dress.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@replayio/cypress": patch -"@replayio/playwright": patch ---- - -Gather data about deprecated `filter` config usage (as preparation to remove it) diff --git a/packages/cypress/CHANGELOG.md b/packages/cypress/CHANGELOG.md index 6a7a2881e..3a6bbdf67 100644 --- a/packages/cypress/CHANGELOG.md +++ b/packages/cypress/CHANGELOG.md @@ -1,5 +1,11 @@ # @replayio/cypress +## 3.1.1 + +### Patch Changes + +- [#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) + ## 3.1.0 ### Minor Changes diff --git a/packages/cypress/package.json b/packages/cypress/package.json index 491273c19..4530ad408 100644 --- a/packages/cypress/package.json +++ b/packages/cypress/package.json @@ -1,6 +1,6 @@ { "name": "@replayio/cypress", - "version": "3.1.0", + "version": "3.1.1", "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 efd39b9b5..fff7b1735 100644 --- a/packages/playwright/CHANGELOG.md +++ b/packages/playwright/CHANGELOG.md @@ -1,5 +1,11 @@ # @replayio/playwright +## 3.1.7 + +### Patch Changes + +- [#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) + ## 3.1.6 ### Patch Changes diff --git a/packages/playwright/package.json b/packages/playwright/package.json index e5b7f31a8..38ad74869 100644 --- a/packages/playwright/package.json +++ b/packages/playwright/package.json @@ -1,6 +1,6 @@ { "name": "@replayio/playwright", - "version": "3.1.6", + "version": "3.1.7", "description": "Configuration utilities for using the Replay browsers with playwright", "main": "./dist/index.js", "exports": {