Skip to content

Commit

Permalink
change versions (via #145)
Browse files Browse the repository at this point in the history
  • Loading branch information
sseliverstov authored May 18, 2020
1 parent 692a138 commit c0629f0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
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

0 comments on commit c0629f0

Please sign in to comment.