Skip to content

Commit

Permalink
Version Packages (#620)
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 Dec 12, 2024
1 parent 5f5859d commit 9019fef
Show file tree
Hide file tree
Showing 14 changed files with 43 additions and 29 deletions.
9 changes: 0 additions & 9 deletions .changeset/dirty-humans-rule.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-feet-sing.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-years-mate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-waves-grab.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.1.3

### Patch Changes

- [#624](https://github.com/replayio/replay-cli/pull/624) [`82852c2`](https://github.com/replayio/replay-cli/commit/82852c2d1e9f58c7036a8c0ab5b50e8ef79efa3e) Thanks [@bvaughn](https://github.com/bvaughn)! - Improve async initialization and teardown logic

## 3.1.2

### 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.1.2",
"version": "3.1.3",
"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.10

### Patch Changes

- [#624](https://github.com/replayio/replay-cli/pull/624) [`82852c2`](https://github.com/replayio/replay-cli/commit/82852c2d1e9f58c7036a8c0ab5b50e8ef79efa3e) Thanks [@bvaughn](https://github.com/bvaughn)! - Improve async initialization and teardown logic

## 0.3.9

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

## 3.1.9

### Patch Changes

- [#624](https://github.com/replayio/replay-cli/pull/624) [`82852c2`](https://github.com/replayio/replay-cli/commit/82852c2d1e9f58c7036a8c0ab5b50e8ef79efa3e) Thanks [@bvaughn](https://github.com/bvaughn)! - Improve async initialization and teardown logic

## 3.1.8

### 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.8",
"version": "3.1.9",
"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.12

### Patch Changes

- [#624](https://github.com/replayio/replay-cli/pull/624) [`82852c2`](https://github.com/replayio/replay-cli/commit/82852c2d1e9f58c7036a8c0ab5b50e8ef79efa3e) Thanks [@bvaughn](https://github.com/bvaughn)! - Improve async initialization and teardown logic

## 0.2.11

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

## 1.6.0

### Minor Changes

- [#628](https://github.com/replayio/replay-cli/pull/628) [`5f5859d`](https://github.com/replayio/replay-cli/commit/5f5859d2469f38d386f79c98191f8ca2c867a75e) Thanks [@Andarist](https://github.com/Andarist)! - When `RECORD_REPLAY_CHROMIUM_DOWNLOAD_FILE` environment variable is set installs will now always proceed to install the requested version

### Patch Changes

- [#624](https://github.com/replayio/replay-cli/pull/624) [`82852c2`](https://github.com/replayio/replay-cli/commit/82852c2d1e9f58c7036a8c0ab5b50e8ef79efa3e) Thanks [@bvaughn](https://github.com/bvaughn)! - Improve async initialization and teardown logic

- [#619](https://github.com/replayio/replay-cli/pull/619) [`93e8732`](https://github.com/replayio/replay-cli/commit/93e873254ea44239e5768b2e06527a786168a73b) Thanks [@Andarist](https://github.com/Andarist)! - Recommend installing `xz` if it's missing and the browser can't be extracted because of that

- [#617](https://github.com/replayio/replay-cli/pull/617) [`683cb81`](https://github.com/replayio/replay-cli/commit/683cb81ec9a0dc72d937df1469183d4de74543e9) Thanks [@bvaughn](https://github.com/bvaughn)! - Gracefully handle missing recordings.log entries

## 1.5.2

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

0 comments on commit 9019fef

Please sign in to comment.