Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/release/qase-cypress-2.1.0' into…
Browse files Browse the repository at this point in the history
… release/qase-cypress-2.1.0
  • Loading branch information
gibiw committed Aug 12, 2024
2 parents a2e42fa + 189e667 commit de26f3f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
6 changes: 6 additions & 0 deletions qase-cypress/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# cypress-qase-reporter@2.1.0

## What's new

Minor release of the Cypress reporter package

# cypress-qase-reporter@2.1.0-beta.3

## What's new
Expand Down
4 changes: 2 additions & 2 deletions qase-cypress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cypress-qase-reporter",
"version": "2.1.0-beta.3",
"version": "2.1.0",
"description": "Qase Cypress Reporter",
"homepage": "https://github.com/qase-tms/qase-javascript",
"sideEffects": false,
Expand Down Expand Up @@ -46,7 +46,7 @@
"author": "Qase Team <support@qase.io>",
"license": "Apache-2.0",
"dependencies": {
"qase-javascript-commons": "~2.1.0-beta.1",
"qase-javascript-commons": "~2.1.0",
"uuid": "^9.0.1"
},
"peerDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions qase-javascript-commons/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# qase-javascript-commons@2.1.0

## What's new

Minor release of the commons package

# qase-javascript-commons@2.1.0-beta.1

## 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.1.0-beta.1",
"version": "2.1.0",
"description": "Qase JS Reporters",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit de26f3f

Please sign in to comment.