Skip to content

Commit

Permalink
release(runner-playwright): 3.25.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.25.0](runner-playwright-v3.24.0...runner-playwright-v3.25.0) (2024-12-22)

### Bug Fixes

* **assistant:** update dependency @uiw/codemirror-theme-github to v4.23.7 ([186f12e](186f12e))
* **assistant:** update dependency @uiw/react-codemirror to v4.23.7 ([357b9cf](357b9cf))
* **assistant:** update dependency antd to v5.22.5 ([9dc158d](9dc158d))
* **runner-playwright:** update playwright monorepo to v1.49.1 ([101653f](101653f))

### Features

* **runner-cypress:** update dependency cypress to v13.17.0 ([937dd6e](937dd6e))
* **runner-playwright:** update dependency webpack to v5.97.1 ([f8ad895](f8ad895))
  • Loading branch information
semantic-release-bot committed Dec 22, 2024
1 parent 03a4c7a commit ef7401c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions packages/runner-playwright/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [3.25.0](https://github.com/e2e-test-quest/uuv/compare/runner-playwright-v3.24.0...runner-playwright-v3.25.0) (2024-12-22)


### Bug Fixes

* **assistant:** update dependency @uiw/codemirror-theme-github to v4.23.7 ([186f12e](https://github.com/e2e-test-quest/uuv/commit/186f12e27cead4d33ea237f0397262d6af3ba515))
* **assistant:** update dependency @uiw/react-codemirror to v4.23.7 ([357b9cf](https://github.com/e2e-test-quest/uuv/commit/357b9cfb908a5a8b90e67053328abb4b05ab069d))
* **assistant:** update dependency antd to v5.22.5 ([9dc158d](https://github.com/e2e-test-quest/uuv/commit/9dc158d474a9e507b4c8f3054fc8808371064937))
* **runner-playwright:** update playwright monorepo to v1.49.1 ([101653f](https://github.com/e2e-test-quest/uuv/commit/101653f646eb6e881fde6ef5b5af608f2856eec1))


### Features

* **runner-cypress:** update dependency cypress to v13.17.0 ([937dd6e](https://github.com/e2e-test-quest/uuv/commit/937dd6eb08c10c89e095d04e1965596dd95c14dc))
* **runner-playwright:** update dependency webpack to v5.97.1 ([f8ad895](https://github.com/e2e-test-quest/uuv/commit/f8ad895ddad3f3a752f384c9bb9b6a128526bc5d))

# [3.24.0](https://github.com/e2e-test-quest/uuv/compare/runner-playwright-v3.23.0...runner-playwright-v3.24.0) (2024-12-15)


Expand Down
4 changes: 2 additions & 2 deletions packages/runner-playwright/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uuv/playwright",
"version": "3.24.0",
"version": "3.25.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 playwright",
Expand Down Expand Up @@ -45,7 +45,7 @@
"dependencies": {
"@cucumber/tag-expressions": "^6.0.0",
"@playwright/test": "^1.44.1",
"@uuv/runner-commons": "2.38.0",
"@uuv/runner-commons": "2.39.0",
"axe-core": "4.10.2",
"axe-playwright": "2.0.3",
"chalk-table": "^1.0.2",
Expand Down

0 comments on commit ef7401c

Please sign in to comment.