Skip to content

Commit

Permalink
release(runner-cypress): 2.40.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.40.0](runner-cypress-v2.39.0...runner-cypress-v2.40.0) (2024-11-17)

### Bug Fixes

* **assistant:** update codemirror ([fe073ce](fe073ce))
* **deps:** update dependency @cucumber/gherkin to v30.0.4 ([ca4c17d](ca4c17d))
* **deps:** update dependency @cucumber/messages to v27.0.2 ([d86ba3d](d86ba3d))

### Features

* **assistant:** update dependency antd to v5.22.1 ([338f997](338f997))
* **deps:** update dependency tslib to v2.8.1 ([c745d59](c745d59))
  • Loading branch information
semantic-release-bot committed Nov 17, 2024
1 parent e79749b commit 73dcff1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions packages/runner-cypress/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [2.40.0](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v2.39.0...runner-cypress-v2.40.0) (2024-11-17)


### Bug Fixes

* **assistant:** update codemirror ([fe073ce](https://github.com/e2e-test-quest/uuv/commit/fe073ce266a22c26b9c3dc90d499c2d51e345f5e))
* **deps:** update dependency @cucumber/gherkin to v30.0.4 ([ca4c17d](https://github.com/e2e-test-quest/uuv/commit/ca4c17d20f08c9819b6e335fa6acced2ca5c675a))
* **deps:** update dependency @cucumber/messages to v27.0.2 ([d86ba3d](https://github.com/e2e-test-quest/uuv/commit/d86ba3d9509f035873c991332a5d843c52696d0b))


### Features

* **assistant:** update dependency antd to v5.22.1 ([338f997](https://github.com/e2e-test-quest/uuv/commit/338f9979a03d7d9c285cb434852e8009644c7e85))
* **deps:** update dependency tslib to v2.8.1 ([c745d59](https://github.com/e2e-test-quest/uuv/commit/c745d59f74e7cf264b0ae97f349b34310e040410))

# [2.39.0](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v2.38.0...runner-cypress-v2.39.0) (2024-11-10)


Expand Down
6 changes: 3 additions & 3 deletions packages/runner-cypress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uuv/cypress",
"version": "2.39.0",
"version": "2.40.0",
"type": "commonjs",
"author": "Louis Fredice NJAKO MOLOM (https://github.com/luifr10) & Stanley SERVICAL (https://github.com/stanlee974)",
"description": "A solution to facilitate the writing and execution of E2E tests understandable by any human being using cucumber(BDD) and cypress",
Expand Down Expand Up @@ -47,8 +47,8 @@
"@badeball/cypress-cucumber-preprocessor": "20.1.2",
"@cypress/webpack-preprocessor": "6.0.2",
"@testing-library/cypress": "10.0.2",
"@uuv/a11y": "1.0.0-beta.51",
"@uuv/runner-commons": "2.34.0",
"@uuv/a11y": "1.0.0-beta.52",
"@uuv/runner-commons": "2.35.0",
"axe-core": "4.10.2",
"chai-subset": "^1.6.0",
"cypress": "13.15.2",
Expand Down

0 comments on commit 73dcff1

Please sign in to comment.