Skip to content

Commit

Permalink
Version Packages (#547)
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 21, 2024
1 parent f467894 commit 75e7de5
Show file tree
Hide file tree
Showing 15 changed files with 48 additions and 24 deletions.
8 changes: 0 additions & 8 deletions .changeset/brown-shoes-accept.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-ligers-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-ligers-yell.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
@@ -1,5 +1,12 @@
# @replayio/cypress

## 3.0.2

### Patch Changes

- Updated dependencies [[`0488c9f`](https://github.com/replayio/replay-cli/commit/0488c9f9cbffe33b1a52b1109c7765802a0ed304)]:
- @replayio/test-utils@3.0.2

## 3.0.1

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

## 0.3.4

### Patch Changes

- Updated dependencies [[`0488c9f`](https://github.com/replayio/replay-cli/commit/0488c9f9cbffe33b1a52b1109c7765802a0ed304)]:
- @replayio/test-utils@3.0.2

## 0.3.3

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

## 3.1.2

### Patch Changes

- Updated dependencies [[`0488c9f`](https://github.com/replayio/replay-cli/commit/0488c9f9cbffe33b1a52b1109c7765802a0ed304)]:
- @replayio/test-utils@3.0.2

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

## 0.2.6

### Patch Changes

- Updated dependencies [[`0488c9f`](https://github.com/replayio/replay-cli/commit/0488c9f9cbffe33b1a52b1109c7765802a0ed304)]:
- @replayio/test-utils@3.0.2

## 0.2.5

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

## 1.4.1

### Patch Changes

- [#550](https://github.com/replayio/replay-cli/pull/550) [`678082b`](https://github.com/replayio/replay-cli/commit/678082bbc3a2909bb747d936dc85ec5689f42152) Thanks [@Andarist](https://github.com/Andarist)! - Add an explicit dependency on `uuid` module

- [#546](https://github.com/replayio/replay-cli/pull/546) [`e042f96`](https://github.com/replayio/replay-cli/commit/e042f9646481fd6aa522a0cccbed6eec44629f77) Thanks [@Andarist](https://github.com/Andarist)! - Add an explicit dependency on `chalk` module

## 1.4.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.4.0",
"version": "1.4.1",
"description": "CLI tool for uploading and managing recordings",
"bin": "./replayio.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.2

### Patch Changes

- [#533](https://github.com/replayio/replay-cli/pull/533) [`88f8122`](https://github.com/replayio/replay-cli/commit/88f8122) Thanks [@miriambudayr](https://github.com/miriambudayr)! - Added a logger that uses Grafana.

## 3.0.1

### 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.1",
"version": "3.0.2",
"description": "Utilities for recording tests with replay.io",
"main": "./dist/index.js",
"exports": {
Expand Down

0 comments on commit 75e7de5

Please sign in to comment.