Skip to content

Commit

Permalink
Bump Handshake Dashboard Version
Browse files Browse the repository at this point in the history
  • Loading branch information
RahulARanger authored and github-actions[bot] committed May 21, 2024
1 parent 56d0334 commit ab79509
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 16 deletions.
6 changes: 0 additions & 6 deletions handshake-nodejs-reporters/.changeset/loud-gifts-yawn.md

This file was deleted.

6 changes: 0 additions & 6 deletions handshake-nodejs-reporters/.changeset/weak-apricots-kneel.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# common-handshakes

## 0.6.2

### Patch Changes

- dca0a81: fix; wdio-handshake-reportere import and fix; export
- 47daa14: feat: completed suite detailed view

## 0.6.1

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "common-handshakes",
"description": "common-package used by some of the custom reporters written for node frameworks to share the results with handshake server",
"version": "0.6.1",
"version": "0.6.2",
"private": false,
"author": "RahulARanger <saihanumarahul66@gmail.com>",
"type": "module",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# wdio-graspit-reporter

## 0.6.2

### Patch Changes

- dca0a81: fix; wdio-handshake-reportere import and fix; export
- 47daa14: feat: completed suite detailed view
- Updated dependencies [dca0a81]
- Updated dependencies [47daa14]
- common-handshakes@0.6.2

## 0.6.1

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "wdio-handshake-reporter",
"version": "0.6.1",
"version": "0.6.2",
"types": "./dist/index.d.ts",
"module":"./dist/index.js",
"module": "./dist/index.js",
"exports": {
"default": "./dist/index.js",
"import": "./dist/index.js",
Expand All @@ -20,7 +20,7 @@
"dependencies": {
"@wdio/reporter": "^8.36.1",
"@wdio/types": "^8.36.1",
"common-handshakes": "0.6.1",
"common-handshakes": "0.6.2",
"pino": "^9.1.0",
"superagent": "^9.0.2"
},
Expand Down

0 comments on commit ab79509

Please sign in to comment.