Skip to content

Commit

Permalink
chore(master): release 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 8, 2024
1 parent 7a83b20 commit 11143eb
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.9.4"
".": "0.9.5"
}
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Changelog

## [0.9.5](https://github.com/reanahub/reana-ui/compare/0.9.4...0.9.5) (2024-08-08)


### ⚠ BREAKING CHANGES

* **gitlab:** The REST API endpoint `gitlab_projects` now includes pagination details.

### Build

* **docker:** fix FromAsCasing warning ([#411](https://github.com/reanahub/reana-ui/issues/411)) ([b203d93](https://github.com/reanahub/reana-ui/commit/b203d93f854d89b302c712b5734cda0b5aabdbb9)), closes [#410](https://github.com/reanahub/reana-ui/issues/410)


### Features

* **gitlab:** add filtering for GitLab project lists ([#403](https://github.com/reanahub/reana-ui/issues/403)) ([c2e8b6c](https://github.com/reanahub/reana-ui/commit/c2e8b6c843eaa01c4191676789bb21a58291cf30))
* **gitlab:** add pagination for GitLab project lists ([#403](https://github.com/reanahub/reana-ui/issues/403)) ([d403634](https://github.com/reanahub/reana-ui/commit/d4036342dd5c2e89c840da15f993b112a8ef2fa6))
* **sessions:** add modal for choosing session environment ([#405](https://github.com/reanahub/reana-ui/issues/405)) ([7a83b20](https://github.com/reanahub/reana-ui/commit/7a83b206cd8d3c7f20f511780519ee8192c83ef5))


### Bug fixes

* **gitlab:** redirect user to repository after clicking on name ([#406](https://github.com/reanahub/reana-ui/issues/406)) ([9b0c589](https://github.com/reanahub/reana-ui/commit/9b0c589eb3421a47d2443cc10facd877e88f4d7b)), closes [#356](https://github.com/reanahub/reana-ui/issues/356)


### Continuous integration

* **actions:** update GitHub actions due to Node 16 deprecation ([#401](https://github.com/reanahub/reana-ui/issues/401)) ([43ced0c](https://github.com/reanahub/reana-ui/commit/43ced0c02c16f90c3f637e6b4c31feec817277d6))
* **actions:** upgrade to Ubuntu 24.04 and Python 3.12 ([#409](https://github.com/reanahub/reana-ui/issues/409)) ([1561a4b](https://github.com/reanahub/reana-ui/commit/1561a4b4e4944ecc19f5bca34041c41155655d4f))
* **commitlint:** improve checking of merge commits ([#409](https://github.com/reanahub/reana-ui/issues/409)) ([c066472](https://github.com/reanahub/reana-ui/commit/c06647276d52807e29c0b382c819f6cd0513f562))

## [0.9.4](https://github.com/reanahub/reana-ui/compare/0.9.3...0.9.4) (2024-03-04)


Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ LABEL org.opencontainers.image.title="reana-ui"
LABEL org.opencontainers.image.url="https://github.com/reanahub/reana-ui"
LABEL org.opencontainers.image.vendor="reanahub"
# x-release-please-start-version
LABEL org.opencontainers.image.version="0.9.4"
LABEL org.opencontainers.image.version="0.9.5"
# x-release-please-end
2 changes: 1 addition & 1 deletion reana-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reana-ui",
"version": "0.9.4",
"version": "0.9.5",
"private": true,
"dependencies": {
"axios": "^1.5.1",
Expand Down

0 comments on commit 11143eb

Please sign in to comment.