Skip to content

Commit

Permalink
Version Packages (#563)
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 e7bd234 commit 31a4fbe
Show file tree
Hide file tree
Showing 19 changed files with 77 additions and 18 deletions.
9 changes: 0 additions & 9 deletions .changeset/tough-fireants-happen.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.4

### Patch Changes

- Updated dependencies []:
- @replayio/replay@0.22.9
- @replayio/test-utils@3.0.4

## 3.0.3

### 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.3",
"version": "3.0.4",
"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.6

### Patch Changes

- Updated dependencies []:
- @replayio/replay@0.22.9
- @replayio/test-utils@3.0.4

## 0.3.5

### 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.5",
"version": "0.3.6",
"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.4

### Patch Changes

- Updated dependencies []:
- @replayio/replay@0.22.9
- @replayio/test-utils@3.0.4

## 3.1.3

### 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.3",
"version": "3.1.4",
"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.8

### Patch Changes

- Updated dependencies []:
- @replayio/replay@0.22.9
- @replayio/test-utils@3.0.4

## 0.2.7

### 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.7",
"version": "0.2.8",
"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.9

### Patch Changes

- Updated dependencies [[`e7bd234`](https://github.com/replayio/replay-cli/commit/e7bd234980e9dfc7ab9584d47ebaf1812712f291)]:
- @replayio/sourcemap-upload@2.0.6

## 0.22.8

### 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.8",
"version": "0.22.9",
"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.3

### Patch Changes

- Updated dependencies [[`e7bd234`](https://github.com/replayio/replay-cli/commit/e7bd234980e9dfc7ab9584d47ebaf1812712f291)]:
- @replayio/sourcemap-upload@2.0.6

## 1.4.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.4.2",
"version": "1.4.3",
"description": "CLI tool for uploading and managing recordings",
"bin": "./bin.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.3

### Patch Changes

- [#549](https://github.com/replayio/replay-cli/pull/549) [`ac7aa52`](https://github.com/replayio/replay-cli/commit/ac7aa52) Thanks [@Andarist](https://github.com/Andarist)! - Fixed the generated `.js` output to correctly reference `glob` package

- Updated dependencies [[`e7bd234`](https://github.com/replayio/replay-cli/commit/e7bd234980e9dfc7ab9584d47ebaf1812712f291)]:
- @replayio/sourcemap-upload@2.0.6

## 2.0.2

### 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.2",
"version": "2.0.3",
"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.6

### Patch Changes

- [#549](https://github.com/replayio/replay-cli/pull/549) [`ac7aa52`](https://github.com/replayio/replay-cli/commit/ac7aa52) Thanks [@Andarist](https://github.com/Andarist)! - Fixed the generated `.js` output to correctly reference `glob` package

## 2.0.5

### 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.5",
"version": "2.0.6",
"description": "A utility library for uploading sourcemaps to Replay for use while replaying recordings.",
"engines": {
"node": ">=10.13"
Expand Down
7 changes: 7 additions & 0 deletions packages/test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @replayio/test-utils

## 3.0.4

### Patch Changes

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

## 3.0.3

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

0 comments on commit 31a4fbe

Please sign in to comment.