Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 29, 2024
1 parent 1d5a789 commit 1aed517
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 12 deletions.
6 changes: 0 additions & 6 deletions handshake-nodejs-reporters/.changeset/odd-buckets-sneeze.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
},
"dependencies": {
"@wdio/cli": "^8.29.1",
"wdio-handshake-reporter": "0.4.1"
"wdio-handshake-reporter": "0.4.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@wdio/mocha-framework": "^8.29.1",
"@wdio/spec-reporter": "^8.29.1",
"ts-node": "^10.9.2",
"wdio-handshake-reporter": "0.4.1"
"wdio-handshake-reporter": "0.4.2"
},
"devDependencies": {
"cross-env": "^7.0.3"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# common-handshakes

## 0.4.2

### Patch Changes

- 1d5a789: fix: minor ui issues in the dashboard, fix: increased timeout for server start from 20s to 60s

## 0.4.1

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "common-handshakes",
"version": "0.4.1",
"version": "0.4.2",
"private": false,
"type": "module",
"license": "MIT",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# handshake

## 0.4.2

### Patch Changes

- 1d5a789: fix: minor ui issues in the dashboard, fix: increased timeout for server start from 20s to 60s

## 0.4.1

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "handshake-dashboard",
"version": "0.4.1",
"version": "0.4.2",
"license": "MIT",
"scripts": {
"dev": "next dev",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# wdio-graspit-reporter

## 0.4.2

### Patch Changes

- Updated dependencies [1d5a789]
- common-handshakes@0.4.2

## 0.4.1

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wdio-handshake-reporter",
"version": "0.4.1",
"version": "0.4.2",
"types": "./dist/index.d.ts",
"exports": {
"default": "./dist/index.js"
Expand All @@ -19,7 +19,7 @@
"@wdio/types": "^8.29.1",
"log4js": "^6.9.1",
"superagent": "^8.1.2",
"common-handshakes": "0.4.1"
"common-handshakes": "0.4.2"
},
"devDependencies": {
"@types/async-lock": "^1.4.2",
Expand Down

0 comments on commit 1aed517

Please sign in to comment.