Skip to content

Commit

Permalink
chore(main): release 0.38.0 (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
qgerome authored Dec 4, 2023
1 parent 841e08b commit 012ceb4
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.38.0](https://github.com/BLSQ/openhexa-frontend/compare/0.37.0...0.38.0) (2023-12-04)


### Features

* **Pipelines:** improve pipeline messages UX ([#489](https://github.com/BLSQ/openhexa-frontend/issues/489)) ([e75c929](https://github.com/BLSQ/openhexa-frontend/commit/e75c929926080e24654e624fa6fee90f8cc51333))


### Bug Fixes

* add missing 'remark-gfm' package ([01c79f4](https://github.com/BLSQ/openhexa-frontend/commit/01c79f4258d90f96a512f2343437577a65578f33))
* **ConnectionPicker:** use id for connection identifier ([#493](https://github.com/BLSQ/openhexa-frontend/issues/493)) ([841e08b](https://github.com/BLSQ/openhexa-frontend/commit/841e08b1ec4ba224ce66d8f079292347a60e9d9e))


### Miscellaneous

* clean up ([#495](https://github.com/BLSQ/openhexa-frontend/issues/495)) ([2e1f57d](https://github.com/BLSQ/openhexa-frontend/commit/2e1f57d7653d298bf3103e447fbc3ea3d4cb91c0))
* Delete vite.config.ts ([8efd278](https://github.com/BLSQ/openhexa-frontend/commit/8efd278a7c72840abbf487ec90b4e94e23b89b03))
* **Nextjs:** Add a trailing slash to nextjs urls ([af709b2](https://github.com/BLSQ/openhexa-frontend/commit/af709b28e2474681463f08a8b9c2642759f55521))
* remove ladle ([#491](https://github.com/BLSQ/openhexa-frontend/issues/491)) ([16b3081](https://github.com/BLSQ/openhexa-frontend/commit/16b30818bf646d28f36866b1712e55efb237adac))

## [0.37.0](https://github.com/BLSQ/openhexa-frontend/compare/0.36.10...0.37.0) (2023-11-24)


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 @@ -119,5 +119,5 @@
"prettier-plugin-tailwindcss": "^0.5.4",
"tailwindcss": "^3.3.2"
},
"version": "0.37.0"
"version": "0.38.0"
}

0 comments on commit 012ceb4

Please sign in to comment.