Skip to content

Commit

Permalink
chore(main): release 0.35.0 (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
qgerome authored Sep 12, 2023
1 parent 56fdebc commit b323352
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [0.35.0](https://github.com/BLSQ/openhexa-frontend/compare/0.34.0...0.35.0) (2023-09-12)


### Features

* **Pipelines:** display timeout on pipeline run page ([#418](https://github.com/BLSQ/openhexa-frontend/issues/418)) ([975499e](https://github.com/BLSQ/openhexa-frontend/commit/975499e7bc274d422d411b503aae6d2e6607e0e1))


### Bug Fixes

* **Dialog:** Make the dialog's content scrollable ([#419](https://github.com/BLSQ/openhexa-frontend/issues/419)) ([9774720](https://github.com/BLSQ/openhexa-frontend/commit/9774720d2262ee41a3116a78361707df75e44498))
* Make the account page accessible to non legacy users ([18fe53f](https://github.com/BLSQ/openhexa-frontend/commit/18fe53f0bd9cab79844a277d8429450b21e97b9e))
* **Pipelines:** fix broken link in breadcrumbs ([#417](https://github.com/BLSQ/openhexa-frontend/issues/417)) ([d1512e4](https://github.com/BLSQ/openhexa-frontend/commit/d1512e4150a1e5c2ccbcd5e39ec2125ac9be2e6a))


### Miscellaneous

* **deps:** bump cron-parser from 4.8.1 to 4.9.0 ([#413](https://github.com/BLSQ/openhexa-frontend/issues/413)) ([5ca4310](https://github.com/BLSQ/openhexa-frontend/commit/5ca43103a4bbf9209cb7194c65b04f2acb2455f8))
* **deps:** bump jest-environment-jsdom from 29.4.1 to 29.6.4 ([#414](https://github.com/BLSQ/openhexa-frontend/issues/414)) ([5abc3c7](https://github.com/BLSQ/openhexa-frontend/commit/5abc3c7825a83127e8f9aad54ae36eba88390601))
* **Release:** Prepare release 0.35.0 ([56fdebc](https://github.com/BLSQ/openhexa-frontend/commit/56fdebc51d93f7d1ebad067abe265bc5c2299b9e))

## [0.34.0](https://github.com/BLSQ/openhexa-frontend/compare/0.33.6...0.34.0) (2023-08-21)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,5 +121,5 @@
"prettier-plugin-tailwindcss": "^0.3.0",
"tailwindcss": "^3.3.2"
},
"version": "0.34.0"
"version": "0.35.0"
}

0 comments on commit b323352

Please sign in to comment.