Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 3, 2024
1 parent fe9b225 commit 6076be6
Show file tree
Hide file tree
Showing 18 changed files with 53 additions and 32 deletions.
5 changes: 0 additions & 5 deletions .changeset/late-cars-doubt.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/late-snails-sip.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-elephants-dance.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-lemons-bathe.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.0.6

### Patch Changes

- [#573](https://github.com/replayio/replay-cli/pull/573) [`9494138`](https://github.com/replayio/replay-cli/commit/9494138fe6235fd365ce952be384524d30415f21) Thanks [@hbenl](https://github.com/hbenl)! - Log broken entries when reading the recordings.log file

## 3.0.5

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

## 0.3.8

### Patch Changes

- [#573](https://github.com/replayio/replay-cli/pull/573) [`9494138`](https://github.com/replayio/replay-cli/commit/9494138fe6235fd365ce952be384524d30415f21) Thanks [@hbenl](https://github.com/hbenl)! - Log broken entries when reading the recordings.log file

## 0.3.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@replayio/jest",
"version": "0.3.7",
"version": "0.3.8",
"description": "Configuration utilities for using capturing metadata from Jest for Replay browsers",
"main": "./dist/index.js",
"bin": {
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.6

### Patch Changes

- [#586](https://github.com/replayio/replay-cli/pull/586) [`2d78191`](https://github.com/replayio/replay-cli/commit/2d781914e81e8d19a31af3d3abdab40d2dbc0f29) Thanks [@bvaughn](https://github.com/bvaughn)! - Only save test data for tests run with Replay browser

- [#573](https://github.com/replayio/replay-cli/pull/573) [`9494138`](https://github.com/replayio/replay-cli/commit/9494138fe6235fd365ce952be384524d30415f21) Thanks [@hbenl](https://github.com/hbenl)! - Log broken entries when reading the recordings.log file

- [#585](https://github.com/replayio/replay-cli/pull/585) [`543dfc9`](https://github.com/replayio/replay-cli/commit/543dfc99e42dbb206c051e98f666f5d35653e0e6) Thanks [@Andarist](https://github.com/Andarist)! - Improve the warning about Replay-less executions

## 3.1.5

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

## 0.2.10

### Patch Changes

- [#573](https://github.com/replayio/replay-cli/pull/573) [`9494138`](https://github.com/replayio/replay-cli/commit/9494138fe6235fd365ce952be384524d30415f21) Thanks [@hbenl](https://github.com/hbenl)! - Log broken entries when reading the recordings.log file

## 0.2.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/puppeteer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@replayio/puppeteer",
"version": "0.2.9",
"version": "0.2.10",
"description": "Configuration utilities for using the Replay browsers with puppeteer",
"main": "./dist/index.js",
"bin": {
Expand Down
6 changes: 6 additions & 0 deletions packages/replay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @replayio/replay

## 0.22.11

### Patch Changes

- [#573](https://github.com/replayio/replay-cli/pull/573) [`9494138`](https://github.com/replayio/replay-cli/commit/9494138fe6235fd365ce952be384524d30415f21) Thanks [@hbenl](https://github.com/hbenl)! - Log broken entries when reading the recordings.log file

## 0.22.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/replay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@replayio/replay",
"version": "0.22.10",
"version": "0.22.11",
"description": "CLI tool for uploading and managing recordings",
"bin": "./bin.js",
"main": "./dist/main.js",
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.0

### Minor Changes

- [#572](https://github.com/replayio/replay-cli/pull/572) [`db3f422`](https://github.com/replayio/replay-cli/commit/db3f422416d9385db543e9d4876752a159adfa79) Thanks [@bvaughn](https://github.com/bvaughn)! - Add "whoami" command to print information about the current user and API key

## 1.4.3

### 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.4.3",
"version": "1.5.0",
"description": "CLI tool for uploading and managing recordings",
"bin": "./bin.js",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions packages/test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @replayio/test-utils

## 3.0.6

### Patch Changes

- [#573](https://github.com/replayio/replay-cli/pull/573) [`9494138`](https://github.com/replayio/replay-cli/commit/9494138fe6235fd365ce952be384524d30415f21) Thanks [@hbenl](https://github.com/hbenl)! - Log broken entries when reading the recordings.log file

## 3.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@replayio/test-utils",
"version": "3.0.5",
"version": "3.0.6",
"description": "Utilities for recording tests with replay.io",
"main": "./dist/index.js",
"exports": {
Expand Down

0 comments on commit 6076be6

Please sign in to comment.