Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/nodejs-reporters' into nodejs-re…
Browse files Browse the repository at this point in the history
…porters

# Conflicts:
#	.github/workflows/deploy-nodejs-reporters.yml
  • Loading branch information
RahulARanger committed Dec 17, 2023
2 parents ba37f86 + 5595066 commit 9c39593
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 10 deletions.
5 changes: 0 additions & 5 deletions handshake-nodejs-reporters/.changeset/flat-pears-accept.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.26.2",
"wdio-handshake-reporter": "0.3.0"
"wdio-handshake-reporter": "0.3.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@wdio/mocha-framework": "^8.24.12",
"@wdio/spec-reporter": "^8.24.12",
"ts-node": "^10.9.2",
"wdio-handshake-reporter": "0.3.0"
"wdio-handshake-reporter": "0.3.1"
},
"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.3.1

### Patch Changes

- 1665f70: bump server-build

## 0.3.0

### Minor Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "common-handshakes",
"version": "0.3.0",
"version": "0.3.1",
"private": false,
"type": "module",
"license": "MIT",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# wdio-graspit-reporter

## 0.3.1

### Patch Changes

- Updated dependencies [1665f70]
- common-handshakes@0.3.1

## 0.3.0

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

0 comments on commit 9c39593

Please sign in to comment.