-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release: qaseio 2.1.0-beta.0, others 2.0.0-beta.2
* qaseio has changed API, and there is [email protected] already released, for v1 reporters, so it's heading towards a 2.1.0 release. It may change to 3.0.0 due to backwards-incompatible changes. * Other packages didn't have a release in the 2.x.y series yet, so they are all now 2.0.0-beta.2 and heading towards 2.0.0. * Examples have been updated to use 2.0.0-beta.2 reporters, but haven't been tested yet. It should be done is a separate task. * Docs were not updated. They will follow the release. Part of #536
- Loading branch information
1 parent
9a936f0
commit 4987bb7
Showing
16 changed files
with
38 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "cypress-qase-reporter", | ||
"version": "2.0.0-beta.1", | ||
"version": "2.0.0-beta.2", | ||
"description": "Qase Cypress Reporter", | ||
"homepage": "https://github.com/qase-tms/qase-javascript", | ||
"sideEffects": false, | ||
|
@@ -44,7 +44,7 @@ | |
"author": "Nikita Fedorov <[email protected]>", | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"qase-javascript-commons": "^2.0.0-beta.1", | ||
"qase-javascript-commons": "^2.0.0-beta.2", | ||
"uuid": "^9.0.1" | ||
}, | ||
"peerDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "newman-reporter-qase", | ||
"version": "2.0.0-beta.1", | ||
"version": "2.0.0-beta.2", | ||
"description": "Qase TMS Newman Reporter", | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
|
@@ -39,7 +39,7 @@ | |
"author": "Parviz Khavari <[email protected]>", | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"qase-javascript-commons": "^2.0.0-beta.1", | ||
"qase-javascript-commons": "^2.0.0-beta.2", | ||
"semver": "^7.5.1" | ||
}, | ||
"devDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "playwright-qase-reporter", | ||
"version": "2.0.0-beta.1", | ||
"version": "2.0.0-beta.2", | ||
"description": "Qase TMS Playwright Reporter", | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
|
@@ -43,7 +43,7 @@ | |
"author": "Aleksei Galagan <[email protected]> (https://github.com/alexneo2003/)", | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"qase-javascript-commons": "^2.0.0-beta.1", | ||
"qase-javascript-commons": "^2.0.0-beta.2", | ||
"uuid": "^9.0.0" | ||
}, | ||
"peerDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "testcafe-reporter-qase", | ||
"version": "2.0.0-beta.1", | ||
"version": "2.0.0-beta.2", | ||
"description": "Qase TMS TestCafe Reporter", | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
|
@@ -39,7 +39,7 @@ | |
"author": "Parviz Khavari <[email protected]>", | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"qase-javascript-commons": "^2.0.0-beta.1", | ||
"qase-javascript-commons": "^2.0.0-beta.2", | ||
"uuid": "^9.0.0" | ||
}, | ||
"peerDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters