Skip to content

Commit

Permalink
Version Packages (#559)
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 25, 2024
1 parent c6f2b8c commit 26eff0a
Show file tree
Hide file tree
Showing 20 changed files with 79 additions and 23 deletions.
8 changes: 0 additions & 8 deletions .changeset/afraid-rocks-design.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/large-cups-grin.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/cypress/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @replayio/cypress

## 3.0.3

### Patch Changes

- Updated dependencies [[`40a1ec8`](https://github.com/replayio/replay-cli/commit/40a1ec8a828b398605c3855746d675bea3090d0c)]:
- @replayio/test-utils@3.0.3
- @replayio/replay@0.22.8

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

## 0.3.5

### Patch Changes

- Updated dependencies [[`40a1ec8`](https://github.com/replayio/replay-cli/commit/40a1ec8a828b398605c3855746d675bea3090d0c)]:
- @replayio/test-utils@3.0.3
- @replayio/replay@0.22.8

## 0.3.4

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

## 3.1.3

### Patch Changes

- Updated dependencies [[`40a1ec8`](https://github.com/replayio/replay-cli/commit/40a1ec8a828b398605c3855746d675bea3090d0c)]:
- @replayio/test-utils@3.0.3
- @replayio/replay@0.22.8

## 3.1.2

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

## 0.2.7

### Patch Changes

- Updated dependencies [[`40a1ec8`](https://github.com/replayio/replay-cli/commit/40a1ec8a828b398605c3855746d675bea3090d0c)]:
- @replayio/test-utils@3.0.3
- @replayio/replay@0.22.8

## 0.2.6

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

## 0.22.8

### Patch Changes

- Updated dependencies [[`89c5082`](https://github.com/replayio/replay-cli/commit/89c5082a06265255ffdc8b4f1e87dcb1d3d9c2d2)]:
- @replayio/sourcemap-upload@2.0.5

## 0.22.7

### 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.7",
"version": "0.22.8",
"description": "CLI tool for uploading and managing recordings",
"bin": "./bin.js",
"main": "./dist/main.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/replayio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 1.4.2

### Patch Changes

- Updated dependencies [[`89c5082`](https://github.com/replayio/replay-cli/commit/89c5082a06265255ffdc8b4f1e87dcb1d3d9c2d2)]:
- @replayio/sourcemap-upload@2.0.5

## 1.4.1

### 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.1",
"version": "1.4.2",
"description": "CLI tool for uploading and managing recordings",
"bin": "./replayio.js",
"exports": {
Expand Down
9 changes: 9 additions & 0 deletions packages/sourcemap-upload-webpack-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @replayio/sourcemap-upload-webpack-plugin

## 2.0.2

### Patch Changes

- [#556](https://github.com/replayio/replay-cli/pull/556) [`89c5082`](https://github.com/replayio/replay-cli/commit/89c5082a06265255ffdc8b4f1e87dcb1d3d9c2d2) Thanks [@markerikson](https://github.com/markerikson)! - Updated glob version to fix nested dependency deprecation warning

- Updated dependencies [[`89c5082`](https://github.com/replayio/replay-cli/commit/89c5082a06265255ffdc8b4f1e87dcb1d3d9c2d2)]:
- @replayio/sourcemap-upload@2.0.5

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sourcemap-upload-webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@replayio/sourcemap-upload-webpack-plugin",
"version": "2.0.1",
"version": "2.0.2",
"description": "A webpack plugin to run Replay's sourcemap-upload logic when Webpack compilation finishes.",
"main": "./index.js",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions packages/sourcemap-upload/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @replayio/sourcemap-upload

## 2.0.5

### Patch Changes

- [#556](https://github.com/replayio/replay-cli/pull/556) [`89c5082`](https://github.com/replayio/replay-cli/commit/89c5082a06265255ffdc8b4f1e87dcb1d3d9c2d2) Thanks [@markerikson](https://github.com/markerikson)! - Updated glob version to fix nested dependency deprecation warning

## 2.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sourcemap-upload/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@replayio/sourcemap-upload",
"version": "2.0.4",
"version": "2.0.5",
"description": "A utility library for uploading sourcemaps to Replay for use while replaying recordings.",
"engines": {
"node": ">=10.13"
Expand Down
9 changes: 9 additions & 0 deletions packages/test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @replayio/test-utils

## 3.0.3

### Patch Changes

- [#554](https://github.com/replayio/replay-cli/pull/554) [`f1e815a`](https://github.com/replayio/replay-cli/commit/f1e815a) Thanks [@miriambudayr](https://github.com/miriambudayr)! - Added info and error log calls

- Updated dependencies []:
- @replayio/replay@0.22.8

## 3.0.2

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

0 comments on commit 26eff0a

Please sign in to comment.