Skip to content

Commit

Permalink
qase-javascript-commons: release 2.0.0-beta.8
Browse files Browse the repository at this point in the history
Bump version and update changelog
  • Loading branch information
gibiw committed Apr 17, 2024
1 parent 628c5ea commit 05712e1
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 7 deletions.
2 changes: 1 addition & 1 deletion qase-cucumberjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"license": "Apache-2.0",
"dependencies": {
"@cucumber/messages": "^22.0.0",
"qase-javascript-commons": "^2.0.0-beta.7"
"qase-javascript-commons": "^2.0.0-beta.8"
},
"peerDependencies": {
"@cucumber/cucumber": ">=7.0.0"
Expand Down
2 changes: 1 addition & 1 deletion qase-cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"author": "Nikita Fedorov <[email protected]>",
"license": "Apache-2.0",
"dependencies": {
"qase-javascript-commons": "^2.0.0-beta.7",
"qase-javascript-commons": "^2.0.0-beta.8",
"uuid": "^9.0.1"
},
"peerDependencies": {
Expand Down
21 changes: 21 additions & 0 deletions qase-javascript-commons/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# [email protected]

## What's new

Renamed the `QASE_TESTOPS_CHUNK` environment variable to `QASE_TESTOPS_BATCH_SIZE`.
Renamed the `chunk` field in the reporter's configuration to `batch.size`.

```diff
{
...
"testops": {
- "chunk": 10
+ "batch": {
+ "size": 10
+ }
...
},
...
}
```

# [email protected]

## What's new
Expand Down
2 changes: 1 addition & 1 deletion qase-javascript-commons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qase-javascript-commons",
"version": "2.0.0-beta.7",
"version": "2.0.0-beta.8",
"description": "Qase JS Reporters",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion qase-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"dependencies": {
"lodash.get": "^4.4.2",
"lodash.has": "^4.5.2",
"qase-javascript-commons": "^2.0.0-beta.7",
"qase-javascript-commons": "^2.0.0-beta.8",
"uuid": "^9.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion qase-newman/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"author": "Parviz Khavari <[email protected]>",
"license": "Apache-2.0",
"dependencies": {
"qase-javascript-commons": "^2.0.0-beta.7",
"qase-javascript-commons": "^2.0.0-beta.8",
"semver": "^7.5.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion qase-playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"license": "Apache-2.0",
"dependencies": {
"chalk": "^4.1.2",
"qase-javascript-commons": "^2.0.0-beta.7",
"qase-javascript-commons": "^2.0.0-beta.8",
"uuid": "^9.0.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion qase-testcafe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"author": "Parviz Khavari <[email protected]>",
"license": "Apache-2.0",
"dependencies": {
"qase-javascript-commons": "^2.0.0-beta.7",
"qase-javascript-commons": "^2.0.0-beta.8",
"uuid": "^9.0.0"
},
"peerDependencies": {
Expand Down

0 comments on commit 05712e1

Please sign in to comment.