Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes #145

Merged
merged 3 commits into from
May 18, 2020
Merged

fixes #145

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/allure-cucumberjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "allure-cucumberjs",
"version": "2.0.0-beta.6",
"version": "2.0.0-beta.0",
"description": "Allure Cucumber.JS integration",
"license": "Apache-2.0",
"author": "Ilya Korobitsyn <mail@korobochka.org>",
Expand Down Expand Up @@ -38,6 +38,6 @@
"verror": "^1.10.0"
},
"dependencies": {
"allure-js-commons": "^2.0.0-beta.6"
"allure-js-commons": "^2.0.0-beta.0"
}
}
4 changes: 2 additions & 2 deletions packages/allure-jasmine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "allure-jasmine",
"version": "2.0.0-beta.6",
"version": "2.0.0-beta.0",
"description": "Allure Jasmine integration",
"license": "Apache-2.0",
"author": "Ilya Korobitsyn <mail@korobochka.org>",
Expand All @@ -24,7 +24,7 @@
"jasmine": "^3.4.0"
},
"dependencies": {
"allure-js-commons": "^2.0.0-beta.6"
"allure-js-commons": "^2.0.0-beta.0"
},
"nyc": {
"check-coverage": false,
Expand Down
6 changes: 3 additions & 3 deletions packages/allure-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "allure-jest",
"version": "2.0.0-beta.6",
"version": "2.0.0-beta.0",
"description": "Allure Jest integration",
"license": "Apache-2.0",
"author": "Stanislav Seliverstov <s.seliverstov@gmail.com>",
Expand All @@ -21,11 +21,11 @@
},
"devDependencies": {
"@types/jasmine": "^3.3.12",
"allure-jasmine": "^2.0.0-beta.6"
"allure-jasmine": "^2.0.0-beta.0"
},
"dependencies": {
"@types/jest": "^25.1.3",
"allure-js-commons": "^2.0.0-beta.6",
"allure-js-commons": "^2.0.0-beta.0",
"jest": "^25.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/allure-js-commons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "allure-js-commons",
"version": "2.0.0-beta.6",
"version": "2.0.0-beta.0",
"description": "Allure JS Commons",
"license": "Apache-2.0",
"author": "Ilya Korobitsyn <mail@korobochka.org>",
Expand Down
4 changes: 2 additions & 2 deletions packages/allure-mocha/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "allure-mocha",
"version": "2.0.0-beta.6",
"version": "2.0.0-beta.0",
"description": "Allure Mocha integration",
"license": "Apache-2.0",
"author": "Sergey Korol <serhii.s.korol@gmail.com>",
Expand Down Expand Up @@ -39,7 +39,7 @@
"source-map-support": "^0.5.12"
},
"dependencies": {
"allure-js-commons": "^2.0.0-beta.6"
"allure-js-commons": "^2.0.0-beta.0"
},
"peerDependencies": {
"mocha": "^6.2.0"
Expand Down