Skip to content

Commit

Permalink
chore(main): release 0.40.0 (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
qgerome authored Dec 14, 2023
1 parent b13fef0 commit f62e65e
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [0.40.0](https://github.com/BLSQ/openhexa-frontend/compare/0.39.0...0.40.0) (2023-12-14)


### Features

* **PipelineRun:** Improve messages list ([#502](https://github.com/BLSQ/openhexa-frontend/issues/502)) ([b13fef0](https://github.com/BLSQ/openhexa-frontend/commit/b13fef0bbcca3e6bc694a45476a3f35151e5da93))


### Bug Fixes

* **Overflow:** Fix overflow in vertical mode ([#501](https://github.com/BLSQ/openhexa-frontend/issues/501)) ([20ad684](https://github.com/BLSQ/openhexa-frontend/commit/20ad68403084cc33cb57569104dfed2479852388))
* **Workspace:** Remove TOKEN_EXPIRED & Handle the need to authenticate in the join workspace workflow ([#499](https://github.com/BLSQ/openhexa-frontend/issues/499)) ([1ba5859](https://github.com/BLSQ/openhexa-frontend/commit/1ba585952db76a7d5eacf448a4d6b64777bd4b41))


### Miscellaneous

* **deps:** bump @graphql-codegen/typescript-react-apollo from 4.0.0 to 4.1.0 ([#486](https://github.com/BLSQ/openhexa-frontend/issues/486)) ([f27342f](https://github.com/BLSQ/openhexa-frontend/commit/f27342f4ab2ae5d312747a3ed0f8988a96b0a514))
* **deps:** bump @uiw/react-codemirror from 4.21.13 to 4.21.21 ([#487](https://github.com/BLSQ/openhexa-frontend/issues/487)) ([7151c0a](https://github.com/BLSQ/openhexa-frontend/commit/7151c0aff819e6f7176afe460e5b4f4ba90ad5de))

## [0.39.0](https://github.com/BLSQ/openhexa-frontend/compare/0.38.0...0.39.0) (2023-12-06)


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 @@ -120,5 +120,5 @@
"prettier-plugin-tailwindcss": "^0.5.4",
"tailwindcss": "^3.3.2"
},
"version": "0.39.0"
"version": "0.40.0"
}

0 comments on commit f62e65e

Please sign in to comment.