Skip to content

Commit

Permalink
release(assistant): 2.42.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.42.0](assistant-v2.41.0...assistant-v2.42.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 ef7401c commit e7d42b8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions packages/assistant/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [2.42.0](https://github.com/e2e-test-quest/uuv/compare/assistant-v2.41.0...assistant-v2.42.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))

# [2.41.0](https://github.com/e2e-test-quest/uuv/compare/assistant-v2.40.0...assistant-v2.41.0) (2024-12-15)


Expand Down
6 changes: 3 additions & 3 deletions packages/assistant/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uuv/assistant",
"version": "2.41.0",
"version": "2.42.0",
"author": "Louis Fredice NJAKO MOLOM (https://github.com/luifr10) & Stanley SERVICAL (https://github.com/stanlee974)",
"description": "UUV Helper used to improve the life of testers and developers by generating cucumber phrases from the GUI.",
"license": "MIT",
Expand Down Expand Up @@ -60,7 +60,7 @@
"@codemirror/view": "^6.26.3",
"@uiw/codemirror-theme-github": "^4.22.1",
"@uiw/react-codemirror": "^4.22.1",
"@uuv/runner-commons": "2.38.0",
"@uuv/runner-commons": "2.39.0",
"antd": "5.22.5",
"figlet": "1.8.0",
"inspector-dom": "0.1.1",
Expand Down Expand Up @@ -92,7 +92,7 @@
"@types/testing-library__jest-dom": "5.14.9",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@uuv/playwright": "3.24.0",
"@uuv/playwright": "3.25.0",
"dom-accessibility-api": "0.7.0",
"eslint": "8.57.1",
"eslint-plugin-react": "7.37.2",
Expand Down

0 comments on commit e7d42b8

Please sign in to comment.