Skip to content

Commit

Permalink
release 2.0.0-beta.23
Browse files Browse the repository at this point in the history
  • Loading branch information
qameta-ci committed Dec 28, 2022
1 parent ecadc76 commit 108fd35
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "allure-js",
"private": true,
"version": "2.0.0-beta.22",
"version": "2.0.0-beta.23",
"workspaces": [
"packages/*"
],
Expand Down
2 changes: 1 addition & 1 deletion 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.22",
"version": "2.0.0-beta.23",
"description": "Allure Cucumber.JS integration",
"license": "Apache-2.0",
"author": "Ilya Korobitsyn <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/allure-decorators/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "allure-decorators",
"version": "2.0.0-beta.22",
"version": "2.0.0-beta.23",
"description": "Write your tests in a Java-like annotation-driven manner via JS decorators.",
"license": "Apache-2.0",
"author": "Sergey Korol <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion 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.22",
"version": "2.0.0-beta.23",
"description": "Allure Jasmine integration",
"license": "Apache-2.0",
"author": "Ilya Korobitsyn <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion 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.22",
"version": "2.0.0-beta.23",
"description": "Allure Jest integration",
"license": "Apache-2.0",
"author": "Stanislav Seliverstov <[email protected]>",
Expand Down
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.22",
"version": "2.0.0-beta.23",
"description": "Allure JS Commons",
"license": "Apache-2.0",
"author": "Ilya Korobitsyn <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion 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.22",
"version": "2.0.0-beta.23",
"description": "Allure Mocha integration",
"license": "Apache-2.0",
"author": "Sergey Korol <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/allure-playwright/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "allure-playwright",
"version": "2.0.0-beta.22",
"version": "2.0.0-beta.23",
"description": "Allure Playwright integration",
"license": "Apache-2.0",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/newman-reporter-allure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "newman-reporter-allure",
"version": "2.0.0-beta.22",
"version": "2.0.0-beta.23",
"description": "Allure Newman integration",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 108fd35

Please sign in to comment.