Skip to content

Commit

Permalink
Version Packages (#595)
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 Jul 3, 2024
1 parent 78f5c72 commit b803eea
Show file tree
Hide file tree
Showing 13 changed files with 42 additions and 16 deletions.
10 changes: 0 additions & 10 deletions .changeset/cool-rocks-decide.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.7

### Patch Changes

- [#594](https://github.com/replayio/replay-cli/pull/594) [`78f5c72`](https://github.com/replayio/replay-cli/commit/78f5c72a62a38772cad90cccf1283b80eea49b61) Thanks [@miriambudayr](https://github.com/miriambudayr)! - Add missing stack-utils dependencies

## 3.0.6

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

### Patch Changes

- [#594](https://github.com/replayio/replay-cli/pull/594) [`78f5c72`](https://github.com/replayio/replay-cli/commit/78f5c72a62a38772cad90cccf1283b80eea49b61) Thanks [@miriambudayr](https://github.com/miriambudayr)! - Add missing stack-utils dependencies

## 0.3.8

### 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.8",
"version": "0.3.9",
"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/puppeteer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @replayio/puppeteer

## 0.2.11

### Patch Changes

- [#594](https://github.com/replayio/replay-cli/pull/594) [`78f5c72`](https://github.com/replayio/replay-cli/commit/78f5c72a62a38772cad90cccf1283b80eea49b61) Thanks [@miriambudayr](https://github.com/miriambudayr)! - Add missing stack-utils dependencies

## 0.2.10

### 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.10",
"version": "0.2.11",
"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.12

### Patch Changes

- [#594](https://github.com/replayio/replay-cli/pull/594) [`78f5c72`](https://github.com/replayio/replay-cli/commit/78f5c72a62a38772cad90cccf1283b80eea49b61) Thanks [@miriambudayr](https://github.com/miriambudayr)! - Add missing stack-utils dependencies

## 0.22.11

### 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.11",
"version": "0.22.12",
"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.1

### Patch Changes

- [#594](https://github.com/replayio/replay-cli/pull/594) [`78f5c72`](https://github.com/replayio/replay-cli/commit/78f5c72a62a38772cad90cccf1283b80eea49b61) Thanks [@miriambudayr](https://github.com/miriambudayr)! - Add missing stack-utils dependencies

## 1.5.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.5.0",
"version": "1.5.1",
"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.7

### Patch Changes

- [#594](https://github.com/replayio/replay-cli/pull/594) [`78f5c72`](https://github.com/replayio/replay-cli/commit/78f5c72a62a38772cad90cccf1283b80eea49b61) Thanks [@miriambudayr](https://github.com/miriambudayr)! - Add missing stack-utils dependencies

## 3.0.6

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

0 comments on commit b803eea

Please sign in to comment.