Skip to content

Commit

Permalink
release(runner-cypress): 2.27.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.27.0](Orange-OpenSource/uuv@runner-cypress-v2.26.0...runner-cypress-v2.27.0) (2024-08-05)

### Bug Fixes

* **runner-cypress:** update dependency cypress to v13.13.2 ([7b0044e](Orange-OpenSource@7b0044e))

### Features

* add checked state sentences, [#733](https://github.com/Orange-OpenSource/uuv/issues/733) ([62abd39](Orange-OpenSource@62abd39))
* **assistant:** update dependency antd to v5.20.0 ([709fdd3](Orange-OpenSource@709fdd3))
  • Loading branch information
semantic-release-bot committed Aug 5, 2024
1 parent 60b416d commit 98ea1ba
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions packages/runner-cypress/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [2.27.0](https://github.com/Orange-OpenSource/uuv/compare/runner-cypress-v2.26.0...runner-cypress-v2.27.0) (2024-08-05)


### Bug Fixes

* **runner-cypress:** update dependency cypress to v13.13.2 ([7b0044e](https://github.com/Orange-OpenSource/uuv/commit/7b0044efdf2448c6883029e9cefcae05927d5264))


### Features

* add checked state sentences, [#733](https://github.com/Orange-OpenSource/uuv/issues/733) ([62abd39](https://github.com/Orange-OpenSource/uuv/commit/62abd394259574965d543fc5e40c3854f3dbaf1d))
* **assistant:** update dependency antd to v5.20.0 ([709fdd3](https://github.com/Orange-OpenSource/uuv/commit/709fdd3b222b2b9ff4a6fcc0649e704ad81327b1))

# [2.26.0](https://github.com/Orange-OpenSource/uuv/compare/runner-cypress-v2.25.0...runner-cypress-v2.26.0) (2024-07-28)


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.26.0",
"version": "2.27.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.1",
"@cypress/webpack-preprocessor": "6.0.2",
"@testing-library/cypress": "10.0.2",
"@uuv/a11y": "1.0.0-beta.37",
"@uuv/runner-commons": "2.21.0",
"@uuv/a11y": "1.0.0-beta.38",
"@uuv/runner-commons": "2.22.0",
"axe-core": "4.9.1",
"chai-subset": "^1.6.0",
"cypress": "13.13.2",
Expand Down

0 comments on commit 98ea1ba

Please sign in to comment.