Skip to content

Commit

Permalink
release(docs): 1.58.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.58.0](docs-v1.57.0...docs-v1.58.0) (2024-09-29)

### Bug Fixes

* **assistant:** update codemirror ([2eb05a4](2eb05a4))
* **runner-playwright:** use $roleId variable instead of "button" string, [#794](#794) ([9ae8963](9ae8963))

### Features

* **runner-cypress:** update dependency cypress to v13.15.0 ([4a5c3a0](4a5c3a0))
  • Loading branch information
semantic-release-bot committed Sep 29, 2024
1 parent 54e8c88 commit 9fcaa7f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.58.0](https://github.com/Orange-OpenSource/uuv/compare/docs-v1.57.0...docs-v1.58.0) (2024-09-29)


### Bug Fixes

* **assistant:** update codemirror ([2eb05a4](https://github.com/Orange-OpenSource/uuv/commit/2eb05a46b68ce549dc72cc98c62c09c0dbcfd42f))
* **runner-playwright:** use $roleId variable instead of "button" string, [#794](https://github.com/Orange-OpenSource/uuv/issues/794) ([9ae8963](https://github.com/Orange-OpenSource/uuv/commit/9ae8963b5bd6c0ae22d9fb978d8ce7477a0f7bd9))


### Features

* **runner-cypress:** update dependency cypress to v13.15.0 ([4a5c3a0](https://github.com/Orange-OpenSource/uuv/commit/4a5c3a05b9c8dc0071275094ccd92efc63644054))

# [1.57.0](https://github.com/Orange-OpenSource/uuv/compare/docs-v1.56.0...docs-v1.57.0) (2024-09-22)


Expand Down
4 changes: 2 additions & 2 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
"devDependencies": {
"@docusaurus/module-type-aliases": "3.0.1",
"@tsconfig/docusaurus": "2.0.3",
"@uuv/a11y": "1.0.0-beta.44",
"@uuv/runner-commons": "2.28.0",
"@uuv/a11y": "1.0.0-beta.45",
"@uuv/runner-commons": "2.29.0",
"handlebars": "^4.7.8",
"remark-directive": "^3.0.0",
"remark-parse": "^11.0.0",
Expand Down

0 comments on commit 9fcaa7f

Please sign in to comment.